summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quizo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quizo.c')
-rw-r--r--src/mame/drivers/quizo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/quizo.c b/src/mame/drivers/quizo.c
index b0758c7ea80..9464b19af84 100644
--- a/src/mame/drivers/quizo.c
+++ b/src/mame/drivers/quizo.c
@@ -208,7 +208,7 @@ static MACHINE_CONFIG_START( quizo, quizo_state )
MCFG_CPU_PROGRAM_MAP(memmap)
MCFG_CPU_IO_MAP(portmap)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", quizo_state, irq0_line_hold)
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)