summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/f-32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/f-32.c')
-rw-r--r--src/mame/drivers/f-32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/f-32.c b/src/mame/drivers/f-32.c
index f865958d397..7b5bd37c849 100644
--- a/src/mame/drivers/f-32.c
+++ b/src/mame/drivers/f-32.c
@@ -137,7 +137,7 @@ static MACHINE_CONFIG_START( mosaicf2, mosaicf2_state )
MCFG_CPU_ADD("maincpu", E132XN, 20000000*4) /* 4x internal multiplier */
MCFG_CPU_PROGRAM_MAP(common_map)
MCFG_CPU_IO_MAP(mosaicf2_io)
- MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", mosaicf2_state, irq0_line_hold)
MCFG_EEPROM_93C46_ADD("eeprom")