summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <salese_corp_ltd@email.it>2014-11-12 20:35:58 +0100
committer Angelo Salese <salese_corp_ltd@email.it>2014-11-12 20:36:16 +0100
commite17f75321431574107e3dd664b97dc42b6bdf627 (patch)
tree7b5866beb68d0fb9d444ac05efe8a485d51946a7
parent4329776541938c1f521c1733aa52740d16354d90 (diff)
Golgo13: fix for service mode toggle mode.
(nw)
-rw-r--r--src/mame/drivers/namcos12.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/namcos12.c b/src/mame/drivers/namcos12.c
index a8058235300..37f72f6724b 100644
--- a/src/mame/drivers/namcos12.c
+++ b/src/mame/drivers/namcos12.c
@@ -1734,6 +1734,7 @@ static INPUT_PORTS_START( golgo13 )
PORT_MODIFY("IN1")
PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(1)
PORT_BIT( 0x10ee, IP_ACTIVE_LOW, IPT_UNUSED )
+ PORT_SERVICE( 0x4000, IP_ACTIVE_LOW )
PORT_START("LIGHT0_X")
PORT_BIT( 0xffff, 0x019b, IPT_LIGHTGUN_X ) PORT_CROSSHAIR(X, 1.0, 0.0, 0) PORT_MINMAX(0x9c,0x29b) PORT_SENSITIVITY(100) PORT_KEYDELTA(15) PORT_PLAYER(1)