summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/timex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/timex.cpp')
-rw-r--r--src/mame/video/timex.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/timex.cpp b/src/mame/video/timex.cpp
index 2f4a657cfc2..6b51cef8bfc 100644
--- a/src/mame/video/timex.cpp
+++ b/src/mame/video/timex.cpp
@@ -41,6 +41,8 @@ VIDEO_START_MEMBER(spectrum_state,ts2068)
m_screen->register_screen_bitmap(m_screen_bitmap);
m_screen_location = m_video_ram;
+
+ m_irq_off_timer = timer_alloc(TIMER_IRQ_OFF);
}
WRITE_LINE_MEMBER(spectrum_state::screen_vblank_timex)