Previous 199869 Revisions Next

r33631 Tuesday 2nd December, 2014 at 19:18:59 UTC by David Haywood
fix an old regression in the gp2 driver (nw)
[src/mame/drivers]galpani2.c

trunk/src/mame/drivers/galpani2.c
r242142r242143
513513   PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2)
514514   PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_UNKNOWN )
515515   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!
517517   PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_TILT     )
518518   PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_SERVICE1 )
519519


Previous 199869 Revisions Next


© 1997-2024 The MAME Team