mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
centronics/epson_lx810l.cpp: Remove first_screen (nw)
This commit is contained in:
parent
9e48b81b45
commit
c8e3aff4ce
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user