From b83c56f55e600d4a2089099b337546a702142610 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Tue, 28 May 2013 14:03:01 +0000 Subject: [PATCH] Harem: Makes more sense to have three lives as default, nw --- src/mame/drivers/scramble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/scramble.c b/src/mame/drivers/scramble.c index 737a4b92786..5b94868630f 100644 --- a/src/mame/drivers/scramble.c +++ b/src/mame/drivers/scramble.c @@ -1171,7 +1171,7 @@ static INPUT_PORTS_START( harem ) /* Switch 8 doesn't appear to mapped (just lik PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_START("IN1") // $6101 - PPI0 Port B - PORT_DIPNAME( 0x03, 0x03, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:1,2") + PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:1,2") PORT_DIPSETTING( 0x03, "2" ) PORT_DIPSETTING( 0x02, "3" ) PORT_DIPSETTING( 0x01, "4" )