32x, make 68k poll detection less agressive
authorkub <derkub@gmail.com>
Sat, 8 Oct 2022 11:03:42 +0000 (11:03 +0000)
committerkub <derkub@gmail.com>
Sat, 8 Oct 2022 11:03:42 +0000 (11:03 +0000)
pico/32x/memory.c

index 18a2f72..cb533d5 100644 (file)
@@ -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;