From: kub Date: Fri, 9 Jun 2023 19:27:21 +0000 (+0000) Subject: 32x, fix regression in poll detection X-Git-Tag: v2.00~210 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f81718cbb851e4f1242473f8fd3fd090846d87ce;p=picodrive.git 32x, fix regression in poll detection --- diff --git a/pico/32x/memory.c b/pico/32x/memory.c index a8d2e60b..261c3d09 100644 --- a/pico/32x/memory.c +++ b/pico/32x/memory.c @@ -59,7 +59,7 @@ static void (*m68k_write16_io)(u32 a, u32 d); #define REG8IN16(ptr, offs) ((u8 *)ptr)[MEM_BE2(offs)] // poll detection -#define POLL_THRESHOLD 9 // Primal Rage +#define POLL_THRESHOLD 11 // Primal Rage speed, Blackthorne intro static struct { u32 addr1, addr2, cycles;