summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd44780.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd44780.cpp')
-rw-r--r--src/devices/video/hd44780.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd44780.cpp b/src/devices/video/hd44780.cpp
index 6b00a9a7328..1ca59c57ecd 100644
--- a/src/devices/video/hd44780.cpp
+++ b/src/devices/video/hd44780.cpp
@@ -115,7 +115,7 @@ void hd44780_device::device_start()
m_busy_timer = timer_alloc(TIMER_BUSY);
m_blink_timer = timer_alloc(TIMER_BLINKING);
- m_blink_timer->adjust(attotime::from_msec(409), 0, attotime::from_msec(409));
+ m_blink_timer->adjust_periodic(attotime::from_msec(409));
// state saving
save_item(NAME(m_busy_factor));