1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-27 09:19:51 +00:00

KA10: Removed tabs that got added by accident.

This commit is contained in:
Richard Cornwell
2024-05-21 21:33:03 -04:00
committed by Paul Koning
parent c37d26a370
commit 5b3e28263c
2 changed files with 2 additions and 2 deletions

View File

@@ -407,7 +407,7 @@ void *blink(void *ptr)
leds |= (pi_enable) ? PION_LAMP : 0;
leds |= (PIR & PI_REQ_MASK6) << PI_REQ_V_6;
leds |= (PIH & PI_PRO_MASK6) << PI_PRO_V_6;
leds |= (MI_flag) ? PI_LAMP : MI_LAMP;
leds |= (MI_flag) ? PI_LAMP : MI_LAMP;
break;
}

View File

@@ -12263,7 +12263,7 @@ last:
if (QITS)
load_quantum();
#endif
RUN = 0;
RUN = 0;
return SCPE_STEP;
}
}