ts2068: Fix regression (nw)

This commit is contained in:
AJR 2018-06-23 17:52:02 -04:00
parent e8aaf8d815
commit e7f6bd1cc8

View File

@ -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)