mcd, improve cpu scheduling

This commit is contained in:
kub 2023-05-09 10:04:40 +00:00
parent 3a77090514
commit 02db230830
2 changed files with 10 additions and 9 deletions

View file

@ -283,7 +283,7 @@ void pcd_irq_s68k(int irq, int state)
SekInterruptS68k(irq);
if (SekIsStoppedS68k())
SekSetStopS68k(0);
Pico_mcd->m.s68k_poll_a = 0;
Pico_mcd->m.s68k_poll_cnt = 0;
} else
SekInterruptClearS68k(irq);
}