summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-08-19 16:05:27 +1000
committer Vas Crabb <vas@vastheman.com>2015-08-19 16:05:49 +1000
commite6b44ed663a5a825c7203188bcf295db011a5872 (patch)
tree2195bf7692f652161cbe033795f1e7e31725385e /src
parent7e5b69ae579bde59f7180c35be851a06ce0fab98 (diff)
crazybon: document Hold Pair DIP switch [hsialin]
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 e949f7befe6..0197d2838dc 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( Unknown ) ) PORT_DIPLOCATION("DSW1:1")
+ PORT_DIPNAME( 0x01, 0x00, DEF_STR( "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 */