mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x, fix regression in poll detection
This commit is contained in:
parent
f61d0a4534
commit
f81718cbb8
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static void (*m68k_write16_io)(u32 a, u32 d);
|
||||||
#define REG8IN16(ptr, offs) ((u8 *)ptr)[MEM_BE2(offs)]
|
#define REG8IN16(ptr, offs) ((u8 *)ptr)[MEM_BE2(offs)]
|
||||||
|
|
||||||
// poll detection
|
// poll detection
|
||||||
#define POLL_THRESHOLD 9 // Primal Rage
|
#define POLL_THRESHOLD 11 // Primal Rage speed, Blackthorne intro
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
u32 addr1, addr2, cycles;
|
u32 addr1, addr2, cycles;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue