mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
mcd, improve cpu scheduling
This commit is contained in:
parent
3a77090514
commit
02db230830
2 changed files with 10 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue