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:
committed by
Paul Koning
parent
c37d26a370
commit
5b3e28263c
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -12263,7 +12263,7 @@ last:
|
||||
if (QITS)
|
||||
load_quantum();
|
||||
#endif
|
||||
RUN = 0;
|
||||
RUN = 0;
|
||||
return SCPE_STEP;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user