mirror of
https://github.com/holub/mame
synced 2025-06-26 22:29:10 +03:00
change default dip.. common coinslot mode seems broken, or our code is wrong.
This commit is contained in:
parent
6956106eba
commit
496b9ae444
@ -183,7 +183,7 @@ static INPUT_PORTS_START( onetwo )
|
||||
PORT_DIPNAME( 0x02, 0x00, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW2:2")
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x04, 0x04, "Coin Chute" ) PORT_DIPLOCATION("SW2:3")
|
||||
PORT_DIPNAME( 0x04, 0x00, "Coin Chute" ) PORT_DIPLOCATION("SW2:3")
|
||||
PORT_DIPSETTING( 0x04, "Common" )
|
||||
PORT_DIPSETTING( 0x00, "Separate" )
|
||||
PORT_DIPNAME( 0x08, 0x08, "Nude Pictures" ) PORT_DIPLOCATION("SW2:4")
|
||||
|
Loading…
Reference in New Issue
Block a user