From 569f24de125cf675daa2555a9db984bac44be778 Mon Sep 17 00:00:00 2001 From: mamehaze Date: Tue, 2 Dec 2014 19:18:59 +0000 Subject: fix an old regression in the gp2 driver (nw) --- src/mame/drivers/galpani2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/galpani2.c b/src/mame/drivers/galpani2.c index 7222ae6833a..584367c6f88 100644 --- a/src/mame/drivers/galpani2.c +++ b/src/mame/drivers/galpani2.c @@ -513,7 +513,7 @@ static INPUT_PORTS_START( galpani2 ) PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_UNKNOWN ) -// PORT_SERVICE_NO_TOGGLE( 0x2000, IP_ACTIVE_LOW ) + 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! PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_TILT ) PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_SERVICE1 ) -- cgit v1.2.3