trunk/src/mame/drivers/konamigx.c
| r19033 | r19034 | |
| 1459 | 1459 | static INPUT_PORTS_START( le2 ) |
| 1460 | 1460 | PORT_INCLUDE( common ) |
| 1461 | 1461 | |
| 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 | |
| 1462 | 1466 | PORT_MODIFY("SERVICE") |
| 1463 | 1467 | PORT_BIT( 0x04000000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1) /* for gun games */ |
| 1464 | 1468 | PORT_BIT( 0x00000100, IP_ACTIVE_LOW, IPT_UNKNOWN ) |