32x, reset handling and synchronization changes

This commit is contained in:
kub 2022-10-28 19:55:40 +00:00
parent 7e0c38c9c7
commit eb990fd62a
3 changed files with 6 additions and 23 deletions

View file

@ -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
}
}