summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/sed1500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/sed1500.cpp')
-rw-r--r--src/devices/video/sed1500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/sed1500.cpp b/src/devices/video/sed1500.cpp
index 6da9769898e..3cfd799f9b2 100644
--- a/src/devices/video/sed1500.cpp
+++ b/src/devices/video/sed1500.cpp
@@ -71,7 +71,7 @@ void sed1500_device::device_start()
// timer
m_lcd_timer = timer_alloc();
attotime period = attotime::from_hz(clock() / 64);
- m_lcd_timer->adjust(period, 0, period);
+ m_lcd_timer->adjust_periodic(period);
// register for savestates
save_item(NAME(m_mode));