mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Flaming 7: Inputs WIP. Unknown DIP switches and diplocations. [Roberto Fresca]
This commit is contained in:
parent
6ae4af1abe
commit
0c529b6c92
@ -7042,16 +7042,16 @@ static INPUT_PORTS_START( flaming7 )
|
||||
PORT_DIPSETTING( 0x08, "Star 300" )
|
||||
PORT_DIPSETTING( 0x04, "Ithaca 76" )
|
||||
PORT_DIPSETTING( 0x00, "Spare" )
|
||||
PORT_DIPNAME( 0x10, 0x10, "DSW4_10" )
|
||||
PORT_DIPNAME( 0x10, 0x10, "DSW4_10 Unknown" ) PORT_DIPLOCATION("DSW4:5")
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x20, 0x20, "DSW4_20" )
|
||||
PORT_DIPNAME( 0x20, 0x20, "DSW4_20 Unknown" ) PORT_DIPLOCATION("DSW4:6")
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x40, 0x40, "DSW4_40" )
|
||||
PORT_DIPNAME( 0x40, 0x40, "DSW4_40 Unknown" ) PORT_DIPLOCATION("DSW4:7")
|
||||
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x80, 0x80, "DSW4_80" )
|
||||
PORT_DIPNAME( 0x80, 0x80, "DSW4_80 Unknown" ) PORT_DIPLOCATION("DSW4:8")
|
||||
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user