From 3e594f84d2fb80e584d735640a92c633866054e7 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Tue, 10 Oct 2017 06:17:53 -0400 Subject: [PATCH] metalb, metalbj: Fixed DIP settings for lives to reflect actual shown in manual and game (nw) --- src/mame/drivers/taito_f2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_f2.cpp b/src/mame/drivers/taito_f2.cpp index 9c9155ca81f..2a67d962bcf 100644 --- a/src/mame/drivers/taito_f2.cpp +++ b/src/mame/drivers/taito_f2.cpp @@ -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 ) )