mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
mc6845.cpp: Do not reset line counter when screen parameters changed
Fix MT 06997, 06854 and 06423. Also others games like "Profanation 2" works now.
This commit is contained in:
parent
d246606018
commit
c4f0852c32
@ -582,8 +582,6 @@ 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;
|
||||
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