summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-08-19 16:40:33 +1000
committer Vas Crabb <vas@vastheman.com>2015-08-19 16:40:33 +1000
commit5f7115bea17eaeabd1f660332d218eadb748a82f (patch)
tree1c55855f417499428aae0bfe39ff4b5ee5a2bb7a /src
parente6b44ed663a5a825c7203188bcf295db011a5872 (diff)
stupid error (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/goldstar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c
index 0197d2838dc..7eb42c8643d 100644
--- a/src/mame/drivers/goldstar.c
+++ b/src/mame/drivers/goldstar.c
@@ -6006,7 +6006,7 @@ static INPUT_PORTS_START( crazybon )
PORT_INCLUDE( cmv4_service )
PORT_START("DSW1")
- PORT_DIPNAME( 0x01, 0x00, DEF_STR( "Hold Pair" ) ) PORT_DIPLOCATION("DSW1:1") /* OK */
+ PORT_DIPNAME( 0x01, 0x00, "Hold Pair" ) PORT_DIPLOCATION("DSW1:1") /* OK */
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x02, 0x00, "Hopper Out Switch" ) PORT_DIPLOCATION("DSW1:2") /* not checked */