summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system1.c
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2014-04-26 07:51:10 +0000
committer Ivan Vangelista <mesgnet@yahoo.it>2014-04-26 07:51:10 +0000
commitcf3d95315fbd85c80f4a96c0b844d8cc412565f2 (patch)
treef3630ef3372c33e876f71f632a1759e7ebfd280b /src/mame/drivers/system1.c
parent6b0355117fe7ef841b15782ac5ac4ac00f9c6c38 (diff)
wbml and clones: Corrected some dip-switches as per game manual. [kamilz]
Diffstat (limited to 'src/mame/drivers/system1.c')
-rw-r--r--src/mame/drivers/system1.c4
1 files 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