centronics/epson_lx810l.cpp: Remove first_screen (nw)

This commit is contained in:
AJR 2018-03-08 13:52:38 -05:00
parent 9e48b81b45
commit c8e3aff4ce

View File

@ -314,7 +314,7 @@ void epson_lx810l_device::device_start()
{
m_cr_timer = timer_alloc(TIMER_CR);
machine().first_screen()->register_screen_bitmap(m_bitmap);
m_screen->register_screen_bitmap(m_bitmap);
m_bitmap.fill(0xffffff); /* Start with a clean white piece of paper */
}