summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arcadecl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/arcadecl.c')
-rw-r--r--src/mame/drivers/arcadecl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/arcadecl.c b/src/mame/drivers/arcadecl.c
index c349e466e61..fe7aa2052b7 100644
--- a/src/mame/drivers/arcadecl.c
+++ b/src/mame/drivers/arcadecl.c
@@ -208,7 +208,7 @@ static INPUT_PORTS_START( arcadecl )
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_SERVICE( 0x0040, IP_ACTIVE_LOW )
- PORT_BIT( 0x0080, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x0080, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("COIN")
@@ -268,7 +268,7 @@ static INPUT_PORTS_START( sparkz )
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_SERVICE( 0x0040, IP_ACTIVE_LOW )
- PORT_BIT( 0x0080, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x0080, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("COIN")