X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2F32x.c;h=76423f177c9a292a846a1f0792c3e1902fe8a512;hb=97d3f47fbe0cebff925dfab2a12c047415c85346;hp=085ba5e050081ce04d03e0c66a584862b1b4e0c6;hpb=a44737c1876a7ad906d45e4ab65bd97f29366a05;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index 085ba5e..76423f1 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -92,6 +92,8 @@ static void p32x_start_blank(void) Pico32xSwapDRAM(Pico32x.pending_fb ^ 1); } + Pico32x.sh2irqs |= P32XI_VINT; + p32x_update_irls(); p32x_poll_event(1); } @@ -122,7 +124,7 @@ static __inline void SekRunM68k(int cyc) // ~1463.8, but due to cache misses and slow mem // it's much lower than that -#define SH2_LINE_CYCLES 700 +#define SH2_LINE_CYCLES 735 #define PICO_32X #define RUN_SH2S \