mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
jack.cpp: correct default number of lives for joinem and unclepoo (#8899)
This commit is contained in:
parent
1ac37fdefe
commit
de1b03e4cd
@ -710,7 +710,7 @@ static INPUT_PORTS_START( joinem )
|
||||
PORT_DIPSETTING( 0x0c, DEF_STR( 4C_3C ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) )
|
||||
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:!5")
|
||||
PORT_DIPSETTING( 0x00, "2" )
|
||||
PORT_DIPSETTING( 0x00, "3" )
|
||||
PORT_DIPSETTING( 0x10, "5" )
|
||||
PORT_DIPNAME( 0x20, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:!6")
|
||||
PORT_DIPSETTING( 0x00, "Every 30000" )
|
||||
|
Loading…
Reference in New Issue
Block a user