mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
ts2068: Fix regression (nw)
This commit is contained in:
parent
e8aaf8d815
commit
e7f6bd1cc8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user