summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2017-10-10 06:17:53 -0400
committer Scott Stone <tafoid@gmail.com>2017-10-10 06:17:53 -0400
commit3e594f84d2fb80e584d735640a92c633866054e7 (patch)
treeee228889945128718247fa5f8e4de87c58635517
parent59333b3bf0321dcad45bffff53bceda79c22c091 (diff)
metalb, metalbj: Fixed DIP settings for lives to reflect actual shown in manual and game (nw)
-rw-r--r--src/mame/drivers/taito_f2.cpp2
1 files changed, 1 insertions, 1 deletions
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 ) )