notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61d0a4
)
32x, fix regression in poll detection
author
kub
<derkub@gmail.com>
Fri, 9 Jun 2023 19:27:21 +0000
(19:27 +0000)
committer
kub
<derkub@gmail.com>
Fri, 9 Jun 2023 19:27:21 +0000
(19:27 +0000)
pico/32x/memory.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/32x/memory.c
b/pico/32x/memory.c
index
a8d2e60
..
261c3d0
100644
(file)
--- 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;