MK_MONTH
dt->dt_mon = FROMBCD(chiptime[MK_MONTH] >> 24);
chiptime[MK_MONTH] = TOBCD(dt->dt_mon) << 24;
t->Month = bcdtobin(mclock[MK_MONTH] >> 24);