Small spelling correction to a DIP assignment

This commit is contained in:
Scott Stone 2009-08-27 17:46:36 +00:00
parent 183b2b082b
commit 52464c274c

View File

@ -1636,7 +1636,7 @@ static INPUT_PORTS_START( brapboys )
PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPUNUSED_DIPLOC(0x08, 0x08, "SW1:4" ) PORT_DIPUNUSED_DIPLOC(0x08, 0x08, "SW1:4" )
PORT_DIPNAME( 0x10, 0x10, "Coin Slots" ) PORT_DIPLOCATION("SW1:5") PORT_DIPNAME( 0x10, 0x10, "Coin Slots" ) PORT_DIPLOCATION("SW1:5")
PORT_DIPSETTING( 0x10, "Seprate Coins" ) PORT_DIPSETTING( 0x10, "Separate Coins" )
PORT_DIPSETTING( 0x00, "Shared Coins" ) PORT_DIPSETTING( 0x00, "Shared Coins" )
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Players ) ) PORT_DIPLOCATION("SW1:6") PORT_DIPNAME( 0x20, 0x20, DEF_STR( Players ) ) PORT_DIPLOCATION("SW1:6")
PORT_DIPSETTING( 0x20, "3" ) PORT_DIPSETTING( 0x20, "3" )