mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-10 08:55:28 +01:00
fix for EI insn in cz80 (partial revert of 43e1401)
This commit is contained in:
parent
672b29e658
commit
91f5fbe89b
@ -712,6 +712,8 @@ OP_EI:
|
||||
if (CPU->IRQState)
|
||||
{
|
||||
afterEI = 1;
|
||||
CPU->ExtraCycles += 1 - CPU->ICount;
|
||||
CPU->ICount = 1;
|
||||
}
|
||||
}
|
||||
else zIFF2 = (1 << 2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user