mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-01 18:39:29 +02:00
audio fixes for overdrive demo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user