summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funkyjet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funkyjet.c')
-rw-r--r--src/mame/drivers/funkyjet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/funkyjet.c b/src/mame/drivers/funkyjet.c
index 72384402487..d97b898dd7f 100644
--- a/src/mame/drivers/funkyjet.c
+++ b/src/mame/drivers/funkyjet.c
@@ -155,7 +155,7 @@ static INPUT_PORTS_START( funkyjet )
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_SERVICE1 )
- PORT_BIT( 0x0008, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x0008, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
/* Dips seem inverted with respect to other Deco games */
PORT_START("DSW")