X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2F32x%2F32x.c;h=f29f327543816b245aee3c21f3af6401e938ea8d;hb=61801d5bc85c82afc5548fc25fc890bb56f4e763;hp=0a72ddb75d4e933b7a295345bafa3815a3429c7b;hpb=7eaa381224c5b50b90f39938be2e298a322b6f9f;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index 0a72ddb..f29f327 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -173,6 +173,7 @@ void PicoUnload32x(void) void PicoReset32x(void) { if (PicoAHW & PAHW_32X) { + msh2.m68krcycles_done = ssh2.m68krcycles_done = SekCyclesDoneT(); Pico32x.sh2irqs |= P32XI_VRES; p32x_update_irls(NULL, SekCyclesDoneT2()); p32x_sh2_poll_event(&msh2, SH2_IDLE_STATES, 0);