summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-07-14 15:26:25 +0000
committer Andrew Gardner <andrew-gardner@users.noreply.github.com>2008-07-14 15:26:25 +0000
commit5712e5fa58d83ef6808af2193177d04d1c827be6 (patch)
tree46a4f29aa4e8bcf0cdfc4df2257b371efbb5f00d /src
parent11441c78b61a803d5603423e6886280b3782eb68 (diff)
01986 : victroad, dogosoke: Last unknown dipswitch info
01959 : hypreact: DIP switches info.
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/snk.c6
-rw-r--r--src/mame/drivers/ssv.c8
2 files changed, 9 insertions, 5 deletions
diff --git a/src/mame/drivers/snk.c b/src/mame/drivers/snk.c
index 751092e9751..421f09c5fee 100644
--- a/src/mame/drivers/snk.c
+++ b/src/mame/drivers/snk.c
@@ -3179,9 +3179,9 @@ static INPUT_PORTS_START( victroad )
PORT_DIPNAME( 0x40 ,0x00, DEF_STR( Allow_Continue ) )
PORT_DIPSETTING( 0x40, DEF_STR( No ) )
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )
- PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) )
- PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x80, DEF_STR( On ) )
+ PORT_DIPNAME( 0x80, 0x80, "Credits Buy Lives During Play" )
+ PORT_DIPSETTING( 0x00, DEF_STR( No ) )
+ PORT_DIPSETTING( 0x80, DEF_STR( Yes ) )
INPUT_PORTS_END
diff --git a/src/mame/drivers/ssv.c b/src/mame/drivers/ssv.c
index 6f9fd26d253..ad94c6c4ee2 100644
--- a/src/mame/drivers/ssv.c
+++ b/src/mame/drivers/ssv.c
@@ -1596,8 +1596,12 @@ static INPUT_PORTS_START( hypreact )
PORT_DIPNAME( 0x0010, 0x0010, DEF_STR( Controls ) ) PORT_DIPLOCATION( "DSWB:5" )
PORT_DIPSETTING( 0x0010, "Keyboard" )
PORT_DIPSETTING( 0x0000, DEF_STR( Joystick ) )
- PORT_DIPUNKNOWN_DIPLOC( 0x0020, 0x0020, "DSWB:6" )
- PORT_DIPUNKNOWN_DIPLOC( 0x0040, 0x0040, "DSWB:7" )
+ PORT_DIPNAME( 0x0020, 0x0020, "Multiple coins" ) PORT_DIPLOCATION( "DSWB:6" )
+ PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
+ PORT_DIPSETTING( 0x0020, DEF_STR( On ) )
+ PORT_DIPNAME( 0x0040, 0x0040, "Keep Status On Continue" ) PORT_DIPLOCATION( "DSWB:7" )
+ PORT_DIPSETTING( 0x0000, DEF_STR( No ) )
+ PORT_DIPSETTING( 0x0040, DEF_STR( Yes ) )
PORT_SERVICE_DIPLOC( 0x0080, IP_ACTIVE_LOW, "DSWB:8" )
PORT_START // IN2 - $210008 (used in joystick mode)