summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jeutel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jeutel.cpp')
-rw-r--r--src/mame/drivers/jeutel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jeutel.cpp b/src/mame/drivers/jeutel.cpp
index 175737bc586..3dff8566ab2 100644
--- a/src/mame/drivers/jeutel.cpp
+++ b/src/mame/drivers/jeutel.cpp
@@ -252,7 +252,7 @@ MACHINE_CONFIG_START(jeutel_state::jeutel)
//ppi2.in_pc_callback().set_ioport("EXTRA");
//ppi2.out_pc_callback().set(FUNC(jeutel_state::ppi2c_w));
- MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_a", jeutel_state, timer_a, attotime::from_hz(120))
+ TIMER(config, "timer_a").configure_periodic(FUNC(jeutel_state::timer_a), attotime::from_hz(120));
MACHINE_CONFIG_END
/*--------------------------------