mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
seicross.c: MT05899 spotted and fixed by M.A.S.H. (nw)
This commit is contained in:
parent
c878883667
commit
17c6d24644
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user