summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2014-02-18 06:12:42 +0000
committer Roberto Fresca <robertof@mamedev.org>2014-02-18 06:12:42 +0000
commit847cecbadc820d12e1e7816bfcbb45f931a5f0e1 (patch)
tree8a983da8008461423527681e28d8a73c17258be7 /src
parent6a70f1ebb50ab00a947855976cfafb0b4123644d (diff)
Extra service input found...
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/jubilee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jubilee.c b/src/mame/drivers/jubilee.c
index 269b6d52143..973a0b9adb3 100644
--- a/src/mame/drivers/jubilee.c
+++ b/src/mame/drivers/jubilee.c
@@ -370,7 +370,7 @@ static INPUT_PORTS_START( jubileep )
PORT_START("IN1")
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN )
- PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN )
+ PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_SERVICE ) PORT_NAME("Attendant Paid Status (reset)") PORT_CODE(KEYCODE_7)
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_UNKNOWN )