mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
03203: All sets in docastle.c and mrdo.c: Unable to enter Service Mode [Phil Bennett]
Z80: Set IFF1 and IFF2 to 0 on a reset [Phil Bennett]
This commit is contained in:
parent
dff1e360a9
commit
0145fb961e
@ -3543,6 +3543,8 @@ static CPU_RESET( z80 )
|
|||||||
z80->nmi_pending = FALSE;
|
z80->nmi_pending = FALSE;
|
||||||
z80->irq_state = CLEAR_LINE;
|
z80->irq_state = CLEAR_LINE;
|
||||||
z80->after_ei = FALSE;
|
z80->after_ei = FALSE;
|
||||||
|
z80->iff1 = 0;
|
||||||
|
z80->iff2 = 0;
|
||||||
|
|
||||||
z80->daisy.reset();
|
z80->daisy.reset();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user