audio fixes for overdrive demo

This commit is contained in:
kub 2020-01-26 20:12:18 +01:00
parent 43e1401008
commit 7aab476859
5 changed files with 15 additions and 11 deletions

View file

@ -278,7 +278,8 @@ Cz80_Check_Interrupt:
CPU->ICount -= CPU->ExtraCycles;
CPU->ExtraCycles = 0;
}
goto Cz80_Exec;
if (!CPU->HaltState)
goto Cz80_Exec;
}
}
else CPU->ICount = 0;

View file

@ -687,7 +687,6 @@ OP_CCF:
OP(0x76): // HALT
OP_HALT:
CPU->HaltState = 1;
// CPU->ICount = 0;
goto Cz80_Check_Interrupt;
OP(0xf3): // DI