1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

KA10: Fix IRQ to work on ITS better.

This commit is contained in:
Richard Cornwell 2021-02-09 22:37:46 -05:00
parent 3d2ab31e31
commit 2e12cd553e

View File

@ -4738,13 +4738,13 @@ in_loop:
if ((reason = sim_process_event()) != SCPE_OK) {
return reason;
}
if ((!pi_cycle) & pi_pending
}
if ((!pi_cycle) & pi_pending
#if KI | KL | KS
& (!trap_flag)
& (!trap_flag)
#endif
) {
pi_rq = check_irq_level();
}
) {
pi_rq = check_irq_level();
}
#if KS
/* I/O Instructions don't do repeat indirect */