mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Merge pull request #4733 from AmatCoder/AmatCoder-mc6845-3
mc6845.cpp: Fix mk88 machine
This commit is contained in:
commit
d4843a7b57
@ -582,6 +582,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;
|
||||
if ( (!m_reconfigure_cb.isnull()) && (!postload) )
|
||||
m_line_counter = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user