mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd, improve polling detection
This commit is contained in:
parent
1106272c84
commit
9b61ba715a
2 changed files with 25 additions and 17 deletions
|
@ -331,7 +331,7 @@ u32 s68k_reg_read16(u32 a)
|
|||
|
||||
d = (Pico_mcd->s68k_regs[a]<<8) | Pico_mcd->s68k_regs[a+1];
|
||||
|
||||
if (a >= 0x0e && a < 0x30)
|
||||
if (a >= 0x0e && a < 0x20)
|
||||
return s68k_poll_detect(a, d);
|
||||
|
||||
return d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue