From 847cecbadc820d12e1e7816bfcbb45f931a5f0e1 Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Tue, 18 Feb 2014 06:12:42 +0000 Subject: [PATCH] Extra service input found... --- src/mame/drivers/jubilee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )