[Z80] more fixes to reset state, /IRQ and /NMI state should remain unchanged

This commit is contained in:
ekeeke31 2010-08-10 12:38:46 +00:00
parent 54f1b14aa9
commit 70d297a327

View File

@ -3381,9 +3381,6 @@ void z80_reset(void)
IFF1 = IFF2 = 0; IFF1 = IFF2 = 0;
HALT = 0; HALT = 0;
Z80.nmi_state = CLEAR_LINE;
Z80.nmi_pending = FALSE;
Z80.irq_state = CLEAR_LINE;
Z80.after_ei = FALSE; Z80.after_ei = FALSE;
WZ=PCD; WZ=PCD;