Overclock cleanup

This commit is contained in:
retro-wertz
2017-10-07 08:09:26 +08:00
parent 959e289756
commit 21e814774d
6 changed files with 7 additions and 14 deletions

View File

@@ -512,7 +512,7 @@ static void X6502_RunDebug(int32 cycles) {
_tcount = 0;
if (MapIRQHook) MapIRQHook(temp);
if (scanline < normal_scanlines || scanline == totalscanlines)
if (!overclocked)
FCEU_SoundCPUHook(temp);
_PC++;