sliver.c: Minor DSW name change - NW

This commit is contained in:
Brian Troha 2012-04-21 21:23:42 +00:00
parent d274892de4
commit 09dc79eb51

View File

@ -410,7 +410,7 @@ static INPUT_PORTS_START( sliver )
PORT_BIT( 0xffa4, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_START("DSW")
PORT_DIPNAME( 0x000f, 0x000f, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SW1:1,2,3,4")
PORT_DIPNAME( 0x000f, 0x000f, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:1,2,3,4")
PORT_DIPSETTING( 0x0004, DEF_STR( 5C_1C ) )
PORT_DIPSETTING( 0x0003, DEF_STR( 4C_1C ) )
PORT_DIPSETTING( 0x0002, DEF_STR( 3C_1C ) )