Adjust timing.

This commit is contained in:
Brandon Wright 2018-05-26 20:34:38 -05:00
parent c615c42199
commit ce2a685c89
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ void S9xMainLoop (void)
{
CPU.WaitingForInterrupt = FALSE;
Registers.PCw++;
CPU.Cycles += ONE_CYCLE;
CPU.Cycles += 14;
while (CPU.Cycles >= CPU.NextEvent)
S9xDoHEventProcessing();
}
@ -242,7 +242,7 @@ void S9xMainLoop (void)
{
CPU.WaitingForInterrupt = FALSE;
Registers.PCw++;
CPU.Cycles += ONE_CYCLE;
CPU.Cycles += 14;
while (CPU.Cycles >= CPU.NextEvent)
S9xDoHEventProcessing();
}