From cf3d95315fbd85c80f4a96c0b844d8cc412565f2 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 26 Apr 2014 07:51:10 +0000 Subject: [PATCH] wbml and clones: Corrected some dip-switches as per game manual. [kamilz] --- src/mame/drivers/system1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/system1.c b/src/mame/drivers/system1.c index 67618e5195e..f656258c7a6 100644 --- a/src/mame/drivers/system1.c +++ b/src/mame/drivers/system1.c @@ -1938,7 +1938,7 @@ static INPUT_PORTS_START( wbml ) PORT_DIPSETTING( 0x04, "3" ) PORT_DIPSETTING( 0x0c, "4" ) PORT_DIPSETTING( 0x08, "5" ) -/* 0x00 gives 4 lives */ + PORT_DIPSETTING( 0x00, DEF_STR( Free_Play ) ) // starts with 2 coins inserted PORT_DIPNAME( 0x10, 0x10, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SWB:5") PORT_DIPSETTING( 0x10, "30000 100000 200000" ) PORT_DIPSETTING( 0x00, "50000 150000 250000" ) @@ -1948,7 +1948,7 @@ static INPUT_PORTS_START( wbml ) PORT_DIPNAME( 0x40, 0x40, "Test Mode" ) PORT_DIPLOCATION("SWB:7") PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SWB:8") + PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unused ) ) PORT_DIPLOCATION("SWB:8") PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) INPUT_PORTS_END