summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hitpoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hitpoker.c')
-rw-r--r--src/mame/drivers/hitpoker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hitpoker.c b/src/mame/drivers/hitpoker.c
index 888cf8923f6..2d372f1dc49 100644
--- a/src/mame/drivers/hitpoker.c
+++ b/src/mame/drivers/hitpoker.c
@@ -289,7 +289,7 @@ static INPUT_PORTS_START( hitpoker )
PORT_DIPNAME( 0x40, 0x40, "Monitor" ) //a JP probably
PORT_DIPSETTING( 0x40, "15KHz" )
PORT_DIPSETTING( 0x00, "24KHz" )
- PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_START("IN0")
PORT_DIPNAME( 0x01, 0x01, "IN0" )