summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dietgo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dietgo.c')
-rw-r--r--src/mame/drivers/dietgo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dietgo.c b/src/mame/drivers/dietgo.c
index f2565929dc3..c78e77c2247 100644
--- a/src/mame/drivers/dietgo.c
+++ b/src/mame/drivers/dietgo.c
@@ -50,7 +50,7 @@ static INPUT_PORTS_START( dietgo )
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")
PORT_START("IN1")
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(1)