Flaming 7: DIP switches bank #3: Fix Denomination switches... [Roberto Fresca]

This commit is contained in:
RobertoFresca 2016-06-20 20:45:26 -03:00
parent 94bff8ba0d
commit 165195eb90

View File

@ -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" )