mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
DIP switch fix (nw)
This commit is contained in:
parent
626820313a
commit
206a720e1e
@ -6106,9 +6106,9 @@ static INPUT_PORTS_START( crazybon )
|
||||
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:4")
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x10, 0x10, "Fast Take" ) PORT_DIPLOCATION("DSW4:5") /* OK */
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x10, 0x10, "Fast Take With" ) PORT_DIPLOCATION("DSW4:5") /* OK */
|
||||
PORT_DIPSETTING( 0x10, "Take" )
|
||||
PORT_DIPSETTING( 0x00, "Start" )
|
||||
PORT_DIPNAME( 0x20, 0x20, "Bonus Min Bet" ) PORT_DIPLOCATION("DSW4:6") /* OK */
|
||||
PORT_DIPSETTING( 0x20, "16" )
|
||||
PORT_DIPSETTING( 0x00, "32" )
|
||||
|
Loading…
Reference in New Issue
Block a user