summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco_ld.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deco_ld.c')
-rw-r--r--src/mame/drivers/deco_ld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/deco_ld.c b/src/mame/drivers/deco_ld.c
index 6e36d1098d0..b192cdd992f 100644
--- a/src/mame/drivers/deco_ld.c
+++ b/src/mame/drivers/deco_ld.c
@@ -286,7 +286,7 @@ static INPUT_PORTS_START( cobra )
PORT_DIPNAME( 0x40, 0x00, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
- PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_START("IN1")
PORT_DIPNAME( 0x01, 0x00, "SYS1" )
@@ -442,7 +442,7 @@ static INPUT_PORTS_START( rblaster )
PORT_DIPNAME( 0x40, 0x00, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
- PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_START("IN1")
PORT_DIPNAME( 0x01, 0x00, "SYS1" )