summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/murogmbl.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2010-11-11 01:40:32 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2010-11-11 01:40:32 +0000
commitef200e5ff28825a18f17aec0b05a311e17ee6e9a (patch)
tree88073102ee59dc404a665a0833b3640c254d1258 /src/mame/drivers/murogmbl.c
parent65ddb70768a91b7634955763adcaa5beec680766 (diff)
Cleaned up many duplicate inputs and fixed others in a number of drivers. [Tafoid]
Diffstat (limited to 'src/mame/drivers/murogmbl.c')
-rw-r--r--src/mame/drivers/murogmbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/murogmbl.c b/src/mame/drivers/murogmbl.c
index 5c106721639..c5adac3b058 100644
--- a/src/mame/drivers/murogmbl.c
+++ b/src/mame/drivers/murogmbl.c
@@ -132,7 +132,7 @@ static INPUT_PORTS_START( murogmbl )
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x08, 0x08, "Coin 2" )
+ PORT_DIPNAME( 0x08, 0x08, DEF_STR( Coin_B ) )
PORT_DIPSETTING( 0x08, "10 credits" )
PORT_DIPSETTING( 0x00, "5 credits" )
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )