Fix for 01429 (ddragon3 hang). [RansAckeR]

This commit is contained in:
Aaron Giles 2008-03-13 15:09:20 +00:00
parent 9d3f7f8680
commit 7edbaada44

View File

@ -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 ) )