summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2012-04-21 21:23:42 +0000
committer Brian Troha <briantro@users.noreply.github.com>2012-04-21 21:23:42 +0000
commit09dc79eb51820de6daf23c5040f7136c07c583fd (patch)
treed18603f9a50a2634aebcaf6ed6b253d907cdcabd
parentd274892de4dcec880db7c6a446eb76d16d957b23 (diff)
sliver.c: Minor DSW name change - NW
-rw-r--r--src/mame/drivers/sliver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sliver.c b/src/mame/drivers/sliver.c
index bbceed1f3f6..a1805716043 100644
--- a/src/mame/drivers/sliver.c
+++ b/src/mame/drivers/sliver.c
@@ -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 ) )