mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
nzeroteam,nzeroteama: correct extend DIP switches
This commit is contained in:
parent
a6799f516c
commit
9afa0d3db2
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user