diff options
Diffstat (limited to 'src/devices/video/hlcd0515.cpp')
| -rw-r--r-- | src/devices/video/hlcd0515.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hlcd0515.cpp b/src/devices/video/hlcd0515.cpp index 541cd1f1006..e1edf66f54e 100644 --- a/src/devices/video/hlcd0515.cpp +++ b/src/devices/video/hlcd0515.cpp @@ -65,7 +65,7 @@ void hlcd0515_device::device_start() // timer m_lcd_timer = timer_alloc(); attotime period = attotime::from_hz(clock() / 2); - m_lcd_timer->adjust(period, 0, period); + m_lcd_timer->adjust_periodic(period); // zerofill m_cs = 0; |
