Adds dip port locations to Food Fight and clones [Brian Troha]

This commit is contained in:
Brian Troha 2009-07-28 16:32:47 +00:00
parent 493e0d9c6b
commit dd7ceb6137

View File

@ -264,21 +264,21 @@ static INPUT_PORTS_START( foodf )
PORT_SERVICE( 0x80, IP_ACTIVE_LOW )
PORT_START("DSW") /* SW1 */
PORT_DIPNAME( 0x07, 0x00, "Bonus Coins" )
PORT_DIPNAME( 0x07, 0x00, "Bonus Coins" ) PORT_DIPLOCATION("SW1:8,7,6")
PORT_DIPSETTING( 0x00, DEF_STR( None ) )
PORT_DIPSETTING( 0x05, "1 for every 2" )
PORT_DIPSETTING( 0x02, "1 for every 4" )
PORT_DIPSETTING( 0x01, "1 for every 5" )
PORT_DIPSETTING( 0x06, "2 for every 4" )
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Coin_A ))
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Coin_A )) PORT_DIPLOCATION("SW1:5")
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ))
PORT_DIPSETTING( 0x08, DEF_STR( 1C_2C ))
PORT_DIPNAME( 0x30, 0x00, DEF_STR( Coin_B ))
PORT_DIPNAME( 0x30, 0x00, DEF_STR( Coin_B )) PORT_DIPLOCATION("SW1:4,3")
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ))
PORT_DIPSETTING( 0x20, DEF_STR( 1C_4C ))
PORT_DIPSETTING( 0x10, DEF_STR( 1C_5C ))
PORT_DIPSETTING( 0x30, DEF_STR( 1C_6C ))
PORT_DIPNAME( 0xc0, 0x00, DEF_STR( Coinage ))
PORT_DIPNAME( 0xc0, 0x00, DEF_STR( Coinage )) PORT_DIPLOCATION("SW1:2,1")
PORT_DIPSETTING( 0x80, DEF_STR( 2C_1C ))
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ))
PORT_DIPSETTING( 0xc0, DEF_STR( 1C_2C ))