Here, too.

This commit is contained in:
Brandon Wright 2018-05-26 20:14:02 -05:00
parent 5595e3cb96
commit c615c42199
1 changed files with 2 additions and 1 deletions

View File

@ -243,7 +243,8 @@ void S9xMainLoop (void)
CPU.WaitingForInterrupt = FALSE;
Registers.PCw++;
CPU.Cycles += ONE_CYCLE;
S9xDoHEventProcessing();
while (CPU.Cycles >= CPU.NextEvent)
S9xDoHEventProcessing();
}
S9xUpdateIRQPositions();