trunk/src/mame/drivers/galpani2.c
| r242142 | r242143 | |
| 513 | 513 | PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) |
| 514 | 514 | PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 515 | 515 | PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 516 | | // PORT_SERVICE_NO_TOGGLE( 0x2000, IP_ACTIVE_LOW ) |
| 516 | PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_SERVICE2 ) // this button is used in gp2se as an alt way to bring up the service menu, booting with it held down breaks the game tho! |
| 517 | 517 | PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_TILT ) |
| 518 | 518 | PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_SERVICE1 ) |
| 519 | 519 | |