Previous 199869 Revisions Next

r19034 Monday 19th November, 2012 at 10:39:40 UTC by Tafoid
Fixed Lethal Enforcers 2 duplicated input. [Tafoid]
[src/mame/drivers]konamigx.c

trunk/src/mame/drivers/konamigx.c
r19033r19034
14591459static INPUT_PORTS_START( le2 )
14601460   PORT_INCLUDE( common )
14611461
1462   PORT_MODIFY("INPUTS")
1463   PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_UNKNOWN )         /* Unmapped P2 B1 for gun games */
1464   PORT_BIT( 0x10000000, IP_ACTIVE_LOW, IPT_UNKNOWN )         /* Unmapped P1 B1 for gun games */
1465
14621466   PORT_MODIFY("SERVICE")
14631467   PORT_BIT( 0x04000000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)   /* for gun games */
14641468   PORT_BIT( 0x00000100, IP_ACTIVE_LOW, IPT_UNKNOWN )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team