screen: remove obsolete loadstate workaround

This commit is contained in:
hap 2025-04-08 23:54:36 +02:00
parent 69b45ce25c
commit 1779ca5db6

View File

@ -928,7 +928,6 @@ void screen_device::device_stop()
void screen_device::device_post_load()
{
realloc_screen_bitmaps();
m_scanline0_timer->adjust(time_until_pos(0));
}