summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wwfsstar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wwfsstar.cpp')
-rw-r--r--src/mame/drivers/wwfsstar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wwfsstar.cpp b/src/mame/drivers/wwfsstar.cpp
index 4402d630f96..d853f4a128f 100644
--- a/src/mame/drivers/wwfsstar.cpp
+++ b/src/mame/drivers/wwfsstar.cpp
@@ -418,7 +418,7 @@ MACHINE_CONFIG_START(wwfsstar_state::wwfsstar)
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", M68000, CPU_CLOCK)
MCFG_DEVICE_PROGRAM_MAP(main_map)
- MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", wwfsstar_state, scanline, "screen", 0, 1)
+ TIMER(config, "scantimer").configure_scanline(FUNC(wwfsstar_state::scanline), "screen", 0, 1);
MCFG_DEVICE_ADD("audiocpu", Z80, XTAL(3'579'545))
MCFG_DEVICE_PROGRAM_MAP(sound_map)