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:
Phil Bennett 2010-08-22 15:58:17 +00:00
parent dff1e360a9
commit 0145fb961e

View File

@ -3543,6 +3543,8 @@ static CPU_RESET( z80 )
z80->nmi_pending = FALSE;
z80->irq_state = CLEAR_LINE;
z80->after_ei = FALSE;
z80->iff1 = 0;
z80->iff2 = 0;
z80->daisy.reset();