summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rowamet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rowamet.cpp')
-rw-r--r--src/mame/drivers/rowamet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rowamet.cpp b/src/mame/drivers/rowamet.cpp
index 19b6f39b9af..ffabaf12ac0 100644
--- a/src/mame/drivers/rowamet.cpp
+++ b/src/mame/drivers/rowamet.cpp
@@ -229,7 +229,7 @@ MACHINE_CONFIG_START(rowamet_state::rowamet)
MCFG_DEVICE_ADD("cpu2", Z80, 1888888)
MCFG_DEVICE_PROGRAM_MAP(rowamet_sub_map)
MCFG_DEVICE_IO_MAP(rowamet_sub_io)
- MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_a", rowamet_state, timer_a, attotime::from_hz(200))
+ TIMER(config, "timer_a").configure_periodic(FUNC(rowamet_state::timer_a), attotime::from_hz(200));
/* Video */
config.set_default_layout(layout_rowamet);