Fixed interrupt mask in Z80PIO. (no whatsnew)

This commit is contained in:
Curt Coder 2010-02-18 12:08:27 +00:00
parent 677d859342
commit 234cdbb284

View File

@ -301,11 +301,6 @@ WRITE8_DEVICE_HANDLER( z80pio_c_w )
/* next word is mask control */
port->next_control_word = MASK;
}
else
{
/* monitor all bits */
port->mask = 0;
}
break;
case 0x03: /* set interrupt enable flip-flop */