nzeroteam,nzeroteama: correct extend DIP switches

This commit is contained in:
Barry Rodewald 2021-03-03 13:20:16 +13:00
parent a6799f516c
commit 9afa0d3db2

View File

@ -638,9 +638,9 @@ static INPUT_PORTS_START( nzerotea )
PORT_DIPSETTING( 0x0400, "3" )
PORT_DIPSETTING( 0x0000, "1" )
PORT_DIPNAME( 0x3000, 0x3000, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:!5,!6")
PORT_DIPSETTING( 0x3000, "1000000" )
PORT_DIPSETTING( 0x2000, "2000000" )
PORT_DIPSETTING( 0x1000, "Every 1000000" )
PORT_DIPSETTING( 0x3000, "2000000" )
PORT_DIPSETTING( 0x2000, "1000000" )
PORT_DIPSETTING( 0x1000, "3000000" )
PORT_DIPSETTING( 0x0000, "No Extend" )
PORT_DIPNAME( 0x4000, 0x4000, "Demo Sound" ) PORT_DIPLOCATION("SW2:!7")
PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )