mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd, improve polling detection
This commit is contained in:
parent
fbebab6934
commit
5402223466
3 changed files with 9 additions and 5 deletions
|
@ -342,7 +342,7 @@ void pcd_run_cpus_normal(int m68k_cycles)
|
|||
Pico_mcd->m.m68k_poll_cnt = 0;
|
||||
|
||||
#ifdef USE_POLL_DETECT
|
||||
if (Pico_mcd->m.m68k_poll_cnt >= 16) {
|
||||
if (Pico_mcd->m.m68k_poll_cnt >= 32) {
|
||||
int s68k_left;
|
||||
// main CPU is polling, (wake and) run sub only
|
||||
if (SekIsStoppedS68k())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue