01986 : victroad, dogosoke: Last unknown dipswitch info

01959 : hypreact: DIP switches info.
This commit is contained in:
Andrew Gardner 2008-07-14 15:26:25 +00:00
parent 11441c78b6
commit 5712e5fa58
2 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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)