Increase the number of opcodes executed on the SA1 to 5 per S-CPU opcode.

This commit is contained in:
Brandon Wright 2017-11-21 17:58:19 -06:00
parent d03700483c
commit 8d4539a844
1 changed files with 1 additions and 1 deletions

View File

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