mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
galaxold.cpp: fixed dips for scrambler (nw)
This commit is contained in:
parent
ada99bc2d0
commit
d52c0de42b
@ -1346,9 +1346,9 @@ static INPUT_PORTS_START( scrambler )
|
||||
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_PLAYER(2) PORT_COCKTAIL
|
||||
PORT_DIPNAME( 0xc0, 0x00, DEF_STR( Coinage ) )
|
||||
PORT_DIPSETTING( 0x00, "A 1/1 B 1/6" )
|
||||
PORT_DIPSETTING( 0x02, "A 2/1 B 1/3" )
|
||||
PORT_DIPSETTING( 0x04, "A 1/2 B 1/6" )
|
||||
PORT_DIPSETTING( 0x06, "A 2/2 B 1/3" )
|
||||
PORT_DIPSETTING( 0x40, "A 2/1 B 1/3" )
|
||||
PORT_DIPSETTING( 0x80, "A 1/2 B 1/6" )
|
||||
PORT_DIPSETTING( 0xc0, "A 2/2 B 1/3" )
|
||||
|
||||
PORT_START("IN2")
|
||||
PORT_DIPNAME( 0x03, 0x00, DEF_STR( Lives ) )
|
||||
|
Loading…
Reference in New Issue
Block a user