mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
changed default setting of "Continue Coin", bighfight locks up if it's set to On: http://www.mametesters.org/view.php?id=2578
This commit is contained in:
parent
f633060a7d
commit
9968fb56b9
@ -757,7 +757,7 @@ static INPUT_PORTS_START( bigfight )
|
||||
PORT_DIPNAME( 0x0004, 0x0004, "Ticket Dispenser" ) PORT_DIPLOCATION("SW2:3")
|
||||
PORT_DIPSETTING( 0x0004, "100000" )
|
||||
PORT_DIPSETTING( 0x0000, "150000" )
|
||||
PORT_DIPNAME( 0x0008, 0x0000, "Continue Coin" ) PORT_DIPLOCATION("SW2:4")
|
||||
PORT_DIPNAME( 0x0008, 0x0008, "Continue Coin" ) PORT_DIPLOCATION("SW2:4")
|
||||
PORT_DIPSETTING( 0x0008, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x0010, 0x0010, "Extend" ) PORT_DIPLOCATION("SW2:5")
|
||||
|
Loading…
Reference in New Issue
Block a user