seicross.c: MT05899 spotted and fixed by M.A.S.H. (nw)

This commit is contained in:
Ivan Vangelista 2015-03-29 06:45:29 +02:00
parent c878883667
commit 17c6d24644

View File

@ -86,8 +86,7 @@ WRITE8_MEMBER(seicross_state::portB_w)
m_irq_mask = data & 1;
/* bit 1 flips screen */
flip_screen_set(data & 2);
/* bit 2 resets the microcontroller */
if (((m_portb & 4) == 0) && (data & 4))
{