Flaming 7: Inputs WIP. Third DIP switches bank: Denomination and

Progressive Sign, plus diplocations. [Roberto Fresca]
This commit is contained in:
RobertoFresca 2016-05-17 00:07:03 -03:00
parent b397dc1a26
commit 850169830b

View File

@ -7008,27 +7008,25 @@ static INPUT_PORTS_START( flaming7 )
PORT_DIPSETTING( 0x00, "100" )
PORT_START("DSW3")
PORT_DIPNAME( 0x03, 0x03, "Maximum Bet" )
PORT_DIPNAME( 0x03, 0x03, "Maximum Bet" ) PORT_DIPLOCATION("DSW3:1,2")
PORT_DIPSETTING( 0x03, "8" )
PORT_DIPSETTING( 0x02, "16" )
PORT_DIPSETTING( 0x01, "32" )
PORT_DIPSETTING( 0x00, "32" ) // should be 64?
PORT_DIPNAME( 0x04, 0x04, "Coin-In Timeout" )
PORT_DIPSETTING( 0x00, "32" ) // confirmed.
PORT_DIPNAME( 0x04, 0x04, "Coin-In Timeout" ) PORT_DIPLOCATION("DSW3:3")
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x08, 0x08, "DSW3_08" )
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x10, 0x10, "DSW3_10" )
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x20, 0x20, "DSW3_20" )
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x40, 0x40, "DSW3_40" )
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x80, 0x80, "DSW3_80" )
PORT_DIPNAME( 0x18, 0x18, "Denomination" ) PORT_DIPLOCATION("DSW3:4,5")
PORT_DIPSETTING( 0x18, "50 Cents" )
PORT_DIPSETTING( 0x10, "25 Cents" )
PORT_DIPSETTING( 0x08, "10 Cents" )
PORT_DIPSETTING( 0x00, "5 Cents" )
PORT_DIPNAME( 0x60, 0x60, "Progressive Sign" ) PORT_DIPLOCATION("DSW3:6,7")
PORT_DIPSETTING( 0x60, DEF_STR( Off ) )
PORT_DIPSETTING( 0x40, "Single Level" )
PORT_DIPSETTING( 0x20, "Multi Level" )
PORT_DIPSETTING( 0x00, "Test Mode" )
PORT_DIPNAME( 0x80, 0x80, "DSW3_80 Unknown" ) PORT_DIPLOCATION("DSW3:8")
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )