summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vball.c')
-rw-r--r--src/mame/drivers/vball.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vball.c b/src/mame/drivers/vball.c
index bc2fdda5987..b3ed80efb8c 100644
--- a/src/mame/drivers/vball.c
+++ b/src/mame/drivers/vball.c
@@ -258,7 +258,7 @@ static INPUT_PORTS_START( vball )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_SERVICE1 )
- PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_VBLANK )
+ PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )