mirror of https://github.com/snes9xgit/snes9x.git
Make sure to pull IRQLine during IRQ.
This commit is contained in:
parent
f6864c422f
commit
1ff91f4224
|
@ -245,7 +245,10 @@ void S9xMainLoop (void)
|
|||
CPU.IRQPending = Timings.IRQPendCount;
|
||||
|
||||
if (!CheckFlag(IRQ))
|
||||
{
|
||||
CPU.IRQLine = TRUE;
|
||||
S9xOpcode_IRQ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue