summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tiamc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tiamc1.c')
-rw-r--r--src/mame/drivers/tiamc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tiamc1.c b/src/mame/drivers/tiamc1.c
index 1b8e56b35b0..c9aca11c735 100644
--- a/src/mame/drivers/tiamc1.c
+++ b/src/mame/drivers/tiamc1.c
@@ -224,7 +224,7 @@ static MACHINE_CONFIG_START( tiamc1, tiamc1_state )
MCFG_CPU_PROGRAM_MAP(tiamc1_map)
MCFG_CPU_IO_MAP(tiamc1_io_map)
- MCFG_CPU_VBLANK_INT("screen", irq1_line_hold)
+ MCFG_CPU_VBLANK_INT_DRIVER("screen", tiamc1_state, irq1_line_hold)
/* video hardware */