From c5a8130680879329eaf2d6b0464f92de09ebc251 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Wed, 27 Jul 2011 03:55:02 +0000 Subject: [PATCH] Fixed 04434: hustler and clones: Missing Dip Switch --- src/mame/drivers/scobra.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/scobra.c b/src/mame/drivers/scobra.c index 2fe152cfb10..c820123da1d 100644 --- a/src/mame/drivers/scobra.c +++ b/src/mame/drivers/scobra.c @@ -555,12 +555,11 @@ static INPUT_PORTS_START( hustler ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_START("IN1") - PORT_DIPNAME( 0x01, 0x01, DEF_STR( Lives ) ) + PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) ) PORT_DIPSETTING( 0x00, "1" ) PORT_DIPSETTING( 0x01, "2" ) - PORT_DIPNAME( 0x02, 0x00, "Infinite Lives (Cheat)") - PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x02, DEF_STR( On ) ) + PORT_DIPSETTING( 0x02, "3" ) + PORT_DIPSETTING( 0x03, "Infinite (Test)" ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_COCKTAIL PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_COCKTAIL