summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othldrby.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/othldrby.c')
-rw-r--r--src/mame/drivers/othldrby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/othldrby.c b/src/mame/drivers/othldrby.c
index 6ecc2532700..5686b050246 100644
--- a/src/mame/drivers/othldrby.c
+++ b/src/mame/drivers/othldrby.c
@@ -104,7 +104,7 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( othldrby )
PORT_START("VBLANK")
- PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_START("DSW1")
PORT_DIPNAME( 0x01, 0x00, DEF_STR( Demo_Sounds ) )