Merge pull request #4733 from AmatCoder/AmatCoder-mc6845-3

mc6845.cpp: Fix mk88 machine
This commit is contained in:
R. Belmont 2019-03-08 16:11:43 -05:00 committed by GitHub
commit d4843a7b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}