summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/beta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/beta.cpp')
-rw-r--r--src/mame/drivers/beta.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/beta.cpp b/src/mame/drivers/beta.cpp
index f2869615987..c009f460201 100644
--- a/src/mame/drivers/beta.cpp
+++ b/src/mame/drivers/beta.cpp
@@ -320,7 +320,7 @@ void beta_state::machine_start()
m_digits.resolve();
m_leds.resolve();
- m_led_refresh_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(beta_state::led_refresh),this));
+ m_led_refresh_timer = timer_alloc(FUNC(beta_state::led_refresh), this);
m_eprom_rom.resize(0x800);