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:
parent
3d2ab31e31
commit
2e12cd553e
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user