summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mhavoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mhavoc.c')
-rw-r--r--src/mame/drivers/mhavoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mhavoc.c b/src/mame/drivers/mhavoc.c
index d9e009ba798..5f4d6ce29fd 100644
--- a/src/mame/drivers/mhavoc.c
+++ b/src/mame/drivers/mhavoc.c
@@ -483,7 +483,7 @@ static MACHINE_CONFIG_START( mhavoc, mhavoc_state )
MCFG_NVRAM_ADD_1FILL("nvram")
- MCFG_TIMER_ADD_PERIODIC("5k_timer", mhavoc_cpu_irq_clock, attotime::from_hz(MHAVOC_CLOCK_5K))
+ MCFG_TIMER_DRIVER_ADD_PERIODIC("5k_timer", mhavoc_state, mhavoc_cpu_irq_clock, attotime::from_hz(MHAVOC_CLOCK_5K))
/* video hardware */
MCFG_SCREEN_ADD("screen", VECTOR)