mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Update note
This commit is contained in:
parent
1297aa58a2
commit
d779c4dd08
@ -283,7 +283,7 @@ WRITE8_MEMBER(royalmah_state::mjderngr_coin_w)
|
||||
/* bit 1 = coin counter */
|
||||
coin_counter_w(machine(), 0,data & 2);
|
||||
|
||||
/* bit 2 always set? */
|
||||
/* bit 2 = flip screen */
|
||||
m_flip_screen = (data & 4) >> 2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user