mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Flaming 7: DIP switches bank #3: Fix Denomination switches... [Roberto Fresca]
This commit is contained in:
parent
94bff8ba0d
commit
165195eb90
@ -7181,9 +7181,9 @@ static INPUT_PORTS_START( flaming7 )
|
||||
PORT_DIPSETTING( 0x28, "25 Cents" )
|
||||
PORT_DIPSETTING( 0x20, "10 Cents" )
|
||||
PORT_DIPSETTING( 0x18, "5 Cents" )
|
||||
PORT_DIPSETTING( 0x10, "0x10 unknown" )
|
||||
PORT_DIPSETTING( 0x08, "0x08 unknown" )
|
||||
PORT_DIPSETTING( 0x00, "0x00 unknown" )
|
||||
PORT_DIPSETTING( 0x10, "5 Cents" )
|
||||
PORT_DIPSETTING( 0x08, "5 Cents" )
|
||||
PORT_DIPSETTING( 0x00, "5 Cents" )
|
||||
PORT_DIPNAME( 0xc0, 0xc0, "Progressive Sign" ) PORT_DIPLOCATION("DSW3:7,8")
|
||||
PORT_DIPSETTING( 0xc0, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x80, "Single Level" )
|
||||
|
Loading…
Reference in New Issue
Block a user