metalb, metalbj: Fixed DIP settings for lives to reflect actual shown in manual and game (nw)

This commit is contained in:
Scott Stone 2017-10-10 06:17:53 -04:00
parent 59333b3bf0
commit 3e594f84d2

View File

@ -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 ) )