mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-29 19:15:27 +01:00
fix for EI insn in cz80 (partial revert of 43e1401)
This commit is contained in:
parent
da1793b705
commit
ca2bd555c6
@ -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