fix overclock audio issues

This commit is contained in:
retro-wertz
2017-03-09 17:49:28 +08:00
parent af95ba67a1
commit 1ec32bd8bc
5 changed files with 21 additions and 5 deletions

View File

@@ -606,7 +606,8 @@ void X6502_Run(int32 cycles)
temp = _tcount;
_tcount = 0;
if (MapIRQHook) MapIRQHook(temp);
FCEU_SoundCPUHook(temp);
if (!overclocked)
FCEU_SoundCPUHook(temp);
X.PC = pbackus;
_PC++;
switch (b1) {