mirror of
https://github.com/holub/mame
synced 2025-07-10 12:15:31 +03:00
01986 : victroad, dogosoke: Last unknown dipswitch info
01959 : hypreact: DIP switches info.
This commit is contained in:
parent
11441c78b6
commit
5712e5fa58
@ -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
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user