summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cesclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cesclass.c')
-rw-r--r--src/mame/drivers/cesclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cesclass.c b/src/mame/drivers/cesclass.c
index be17c054950..a689fd77eb4 100644
--- a/src/mame/drivers/cesclass.c
+++ b/src/mame/drivers/cesclass.c
@@ -229,7 +229,7 @@ static INPUT_PORTS_START( cesclassic )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_START("VBLANK")
- PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_VBLANK )
+ PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_VBLANK("screen")
INPUT_PORTS_END
static PALETTE_INIT( cesclassic )