mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x, reset handling and synchronization changes
This commit is contained in:
parent
7e0c38c9c7
commit
eb990fd62a
3 changed files with 6 additions and 23 deletions
|
@ -212,6 +212,7 @@ void PicoReset32x(void)
|
|||
p32x_sh2_poll_event(&ssh2, SH2_IDLE_STATES, SekCyclesDone());
|
||||
p32x_pwm_ctl_changed();
|
||||
p32x_timers_recalc();
|
||||
Pico32x.vdp_regs[0] &= ~P32XV_Mx; // 32X graphics disabled
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue