mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Flaming 7: Inputs WIP. 4th DIP switches bank: Button Lockout and
Lockout Polarity, plus diplocations. [Roberto Fresca]
This commit is contained in:
parent
4d0e3033a7
commit
8be7c2367f
@ -7031,12 +7031,12 @@ static INPUT_PORTS_START( flaming7 )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
|
||||
PORT_START("DSW4")
|
||||
PORT_DIPNAME( 0x01, 0x01, "DSW4_01" )
|
||||
PORT_DIPNAME( 0x01, 0x01, "Button Lockout" ) PORT_DIPLOCATION("DSW4:1")
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x02, 0x02, "DSW4_02" )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x02, 0x02, "Lockout Polarity" ) PORT_DIPLOCATION("DSW4:2")
|
||||
PORT_DIPSETTING( 0x02, "Active High" )
|
||||
PORT_DIPSETTING( 0x00, "Active Low" )
|
||||
PORT_DIPNAME( 0x04, 0x04, "DSW4_04" )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
|
Loading…
Reference in New Issue
Block a user