mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd, fix 68k interpreter idle detector for sub cpu
This commit is contained in:
parent
dfda34424a
commit
14ebd37838
2 changed files with 5 additions and 2 deletions
|
@ -245,7 +245,7 @@ write_comm:
|
|||
}
|
||||
if (Pico_mcd->m.s68k_poll_a == (a & ~1))
|
||||
{
|
||||
if (Pico_mcd->m.s68k_poll_cnt > POLL_LIMIT) {
|
||||
if (SekIsStoppedS68k()) {
|
||||
elprintf(EL_CDPOLL, "s68k poll release, a=%02x", a);
|
||||
SekSetStopS68k(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue