Lower SA1 relative speed slightly.

This commit is contained in:
Brandon Wright 2018-07-19 18:19:26 -05:00
parent 2de55719de
commit 597275bb39
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ void S9xSA1MainLoop (void)
}
}
for (int i = 0; i < 5 && !(Memory.FillRAM[0x2200] & 0x60); i++)
for (int i = 0; i < 4 + ((SA1.Cycles >> 1) & 1) && !(Memory.FillRAM[0x2200] & 0x60); i++)
{
#ifdef DEBUGGER
if (SA1.Flags & TRACE_FLAG)