diff options
| author | 2018-06-23 17:52:02 -0400 | |
|---|---|---|
| committer | 2018-06-23 17:52:02 -0400 | |
| commit | e7f6bd1cc884481be1c41592f97a8703cbf093ac (patch) | |
| tree | 3b414a7459908528f1498b0242b0b58632a18830 /src | |
| parent | e8aaf8d81560aadbc4dc844b720e08fbe932b438 (diff) | |
ts2068: Fix regression (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/video/timex.cpp | 2 |
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) |
