From 946c3b0ef56251d45628b2e4b19b6b0b54df995d Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 8 Oct 2022 11:03:42 +0000 Subject: [PATCH] 32x, make 68k poll detection less agressive --- pico/32x/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pico/32x/memory.c b/pico/32x/memory.c index 18a2f724..cb533d5f 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 5 +#define POLL_THRESHOLD 9 // cosmic carnage static struct { u32 addr1, addr2, cycles; -- 2.39.2