mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
modified description of a dsw in sf2m2 (it isn't unused)
This commit is contained in:
parent
1b8e64ff7d
commit
2a3a6ea782
@ -1837,7 +1837,9 @@ static INPUT_PORTS_START( sf2m2 )
|
||||
PORT_INCLUDE( sf2hack )
|
||||
|
||||
PORT_MODIFY("DSWB")
|
||||
PORT_DIPUNUSED_DIPLOC( 0x10, 0x00, "SW(B):5" ) // only if HIGH the game boot
|
||||
PORT_DIPNAME( 0x10, 0x00, "It needs to be High" ) PORT_DIPLOCATION("SW(B):5")
|
||||
PORT_DIPSETTING( 0x10, DEF_STR ( Low ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR ( High ) )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( sf2m4 )
|
||||
|
Loading…
Reference in New Issue
Block a user