mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
mc6845.cpp: fixed save state regression found during Tafoid's latest round of tests (i.e. futflash, docastle, usgames, madalien) (nw)
This commit is contained in:
parent
7da8fa7bb8
commit
d88c7951c3
@ -553,7 +553,8 @@ void mc6845_device::recompute_parameters(bool postload)
|
||||
m_hsync_off_pos = hsync_off_pos;
|
||||
m_vsync_on_pos = vsync_on_pos;
|
||||
m_vsync_off_pos = vsync_off_pos;
|
||||
m_line_counter = 0;
|
||||
if (!postload) // set m_line_counter to 0 on normal operation, but not on postload
|
||||
m_line_counter = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user