mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
32x, improve poll detection
This commit is contained in:
parent
3368c27707
commit
bd07808352
6 changed files with 17 additions and 4 deletions
|
@ -800,6 +800,7 @@ INLINE void DT(sh2_state *sh2, UINT32 n)
|
|||
sh2->sr |= T;
|
||||
else
|
||||
sh2->sr &= ~T;
|
||||
sh2->no_polling = SH2_NO_POLLING;
|
||||
#if BUSY_LOOP_HACKS
|
||||
{
|
||||
UINT32 next_opcode = (UINT32)(UINT16)RW( sh2, sh2->ppc & AM );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue