summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/model2.c')
-rw-r--r--src/mame/drivers/model2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/model2.c b/src/mame/drivers/model2.c
index ae3de414bb6..712c67c7c88 100644
--- a/src/mame/drivers/model2.c
+++ b/src/mame/drivers/model2.c
@@ -2111,7 +2111,7 @@ static MACHINE_CONFIG_DERIVED( srallyc, model2a )
MCFG_CPU_ADD("drivecpu", Z80, 16000000/4) //???
MCFG_CPU_PROGRAM_MAP(drive_map)
MCFG_CPU_IO_MAP(drive_io_map)
-// MCFG_CPU_VBLANK_INT("screen", irq0_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", model2_state, irq0_line_hold)
MACHINE_CONFIG_END
static const sharc_config sharc_cfg =