Previous 199869 Revisions Next

r44653 Wednesday 3rd February, 2016 at 22:25:03 UTC by Osso
mc6845.cpp: fixed save state regression found during Tafoid's latest round of tests (i.e. futflash, docastle, usgames, madalien) (nw)
[src/devices/video]mc6845.cpp

trunk/src/devices/video/mc6845.cpp
r253164r253165
553553      m_hsync_off_pos = hsync_off_pos;
554554      m_vsync_on_pos = vsync_on_pos;
555555      m_vsync_off_pos = vsync_off_pos;
556      m_line_counter = 0;
556      if (!postload) // set m_line_counter to 0 on normal operation, but not on postload
557         m_line_counter = 0;
557558   }
558559}
559560


Previous 199869 Revisions Next


© 1997-2024 The MAME Team