summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mamehaze <mamehaze@users.noreply.github.com>2014-12-02 19:18:59 +0000
committer mamehaze <mamehaze@users.noreply.github.com>2014-12-02 19:18:59 +0000
commit569f24de125cf675daa2555a9db984bac44be778 (patch)
treecf8feb5aa12fc706302b4a23753348aa3d14d485
parent62ccdcade2d22acac50bf4f527e97ddbdf05a1e6 (diff)
fix an old regression in the gp2 driver (nw)
-rw-r--r--src/mame/drivers/galpani2.c2
1 files changed, 1 insertions, 1 deletions
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 )