From 7edbaada44f2e4047439c70582131b508266afae Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 13 Mar 2008 15:09:20 +0000 Subject: [PATCH] Fix for 01429 (ddragon3 hang). [RansAckeR] --- src/mame/drivers/ddragon3.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mame/drivers/ddragon3.c b/src/mame/drivers/ddragon3.c index 56274db2f6d..7e694d2223a 100644 --- a/src/mame/drivers/ddragon3.c +++ b/src/mame/drivers/ddragon3.c @@ -211,8 +211,6 @@ static INPUT_PORTS_START( ddragon3 ) PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_BUTTON2 ) // jump PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_BUTTON3 ) // kick PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_START1 ) - - PORT_START_TAG("IN2") PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_PLAYER(2) PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_PLAYER(2) PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(2) @@ -246,7 +244,6 @@ static INPUT_PORTS_START( ddragon3 ) PORT_DIPSETTING( 0x0040, DEF_STR( Off ) ) PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_UNUSED ) - PORT_DIPNAME( 0x0300, 0x0300, DEF_STR( Difficulty ) ) PORT_DIPSETTING( 0x0200, DEF_STR( Easy ) ) PORT_DIPSETTING( 0x0300, DEF_STR( Normal ) )