mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
metalb, metalbj: Fixed DIP settings for lives to reflect actual shown in manual and game (nw)
This commit is contained in:
parent
59333b3bf0
commit
3e594f84d2
@ -2018,7 +2018,7 @@ static INPUT_PORTS_START( metalb )
|
||||
PORT_DIPSETTING( 0x00, "1" )
|
||||
PORT_DIPSETTING( 0x10, "2" )
|
||||
PORT_DIPSETTING( 0x30, "3" )
|
||||
PORT_DIPSETTING( 0x20, "5" )
|
||||
PORT_DIPSETTING( 0x20, "4" )
|
||||
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW2:7")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
|
||||
|
Loading…
Reference in New Issue
Block a user