X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2Fmemory.c;h=11b0462c27d74c4bf918f4097b5233f220b4d73b;hb=3e5b912cf8820efc2c74e8f639a1c29cd4f68b75;hp=fd6ff45e53bb4bcdf24d5ef7ac4cd404b0478f1d;hpb=12da51c27a8d1c1205d8f0f01bbc4814c46e79ce;p=picodrive.git diff --git a/pico/32x/memory.c b/pico/32x/memory.c index fd6ff45..11b0462 100644 --- a/pico/32x/memory.c +++ b/pico/32x/memory.c @@ -198,7 +198,7 @@ static u32 p32x_reg_read16(u32 a) Pico32x.comm_dirty_sh2 &= ~comreg; else if (m68k_poll_detect(a, cycles, P32XF_68KCPOLL)) { SekSetStop(1); - SekEndTimeslice(16); + SekEndRun(16); } dr2 = SekDar(2); goto out;