mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
[Z80] more fixes to reset state, /IRQ and /NMI state should remain unchanged
This commit is contained in:
parent
54f1b14aa9
commit
70d297a327
@ -3381,9 +3381,6 @@ void z80_reset(void)
|
||||
IFF1 = IFF2 = 0;
|
||||
HALT = 0;
|
||||
|
||||
Z80.nmi_state = CLEAR_LINE;
|
||||
Z80.nmi_pending = FALSE;
|
||||
Z80.irq_state = CLEAR_LINE;
|
||||
Z80.after_ei = FALSE;
|
||||
|
||||
WZ=PCD;
|
||||
|
Loading…
Reference in New Issue
Block a user