mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
audio fixes for overdrive demo
This commit is contained in:
parent
43e1401008
commit
7aab476859
5 changed files with 15 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -687,7 +687,6 @@ OP_CCF:
|
|||
OP(0x76): // HALT
|
||||
OP_HALT:
|
||||
CPU->HaltState = 1;
|
||||
// CPU->ICount = 0;
|
||||
goto Cz80_Check_Interrupt;
|
||||
|
||||
OP(0xf3): // DI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue