Make sure to pull IRQLine during IRQ.

This commit is contained in:
Brandon Wright 2018-05-18 15:48:42 -05:00
parent f6864c422f
commit 1ff91f4224
1 changed files with 3 additions and 0 deletions

View File

@ -245,7 +245,10 @@ void S9xMainLoop (void)
CPU.IRQPending = Timings.IRQPendCount;
if (!CheckFlag(IRQ))
{
CPU.IRQLine = TRUE;
S9xOpcode_IRQ();
}
}
}