From c661e81296e4da5aa9998ec3fb2b8b963f3568dc Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 20 Dec 2013 17:36:28 +0000 Subject: [PATCH] ghosteo.c: added ability to enter test mode. (nw) --- src/mame/drivers/ghosteo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mame/drivers/ghosteo.c b/src/mame/drivers/ghosteo.c index 3e915c8dd82..649dbf1e4a9 100644 --- a/src/mame/drivers/ghosteo.c +++ b/src/mame/drivers/ghosteo.c @@ -49,7 +49,7 @@ Hopper, Ticket Counter, Prize System (Option) - Compiler : ADS, SDT -ToDo: hook up QS1000 +ToDo: verify QS1000 hook-up */ @@ -485,8 +485,8 @@ static INPUT_PORTS_START( bballoon ) PORT_BIT( 0x00000002, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_BIT( 0x00000004, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_START2 ) - PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_SERVICE1 ) - PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_SERVICE2 ) + PORT_SERVICE_NO_TOGGLE( 0x00000020, IP_ACTIVE_LOW ) + PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_BIT( 0xFFFFFF50, IP_ACTIVE_LOW, IPT_UNUSED ) INPUT_PORTS_END @@ -553,8 +553,8 @@ static INPUT_PORTS_START( touryuu ) PORT_BIT( 0x00000002, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_BIT( 0x00000004, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_START2 ) - PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_SERVICE1 ) - PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_SERVICE2 ) + PORT_SERVICE_NO_TOGGLE( 0x00000020, IP_ACTIVE_LOW ) + PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_BIT( 0xFFFFFF50, IP_ACTIVE_LOW, IPT_UNUSED ) INPUT_PORTS_END