mirror of
https://github.com/rcornwell/sims.git
synced 2026-05-04 15:07:17 +00:00
KA10: Removed USER mode restriction from idle detection.
This commit is contained in:
@@ -4852,7 +4852,7 @@ st_pi:
|
||||
|
||||
/* Check if possible idle loop */
|
||||
if (sim_idle_enab &&
|
||||
(((FLAGS & USER) != 0 && PC < 020 && AB < 020 && (IR & 0740) == 0340) ||
|
||||
((PC < 020 && AB < 020 && (IR & 0740) == 0340) ||
|
||||
(uuo_cycle && (IR & 0740) == 0 && IA == 041))) {
|
||||
sim_idle (TMR_RTC, FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user