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:
Michaël Banaan Ananas 2011-03-21 11:26:28 +00:00
parent f633060a7d
commit 9968fb56b9

View File

@ -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")