mc6845.cpp: Fix mk88 machine

Regression caused by commit c4f0852c.
Thanks to Tafoid for catch it.
This commit is contained in:
AmatCoder 2019-03-08 00:32:48 +01:00 committed by GitHub
parent ed341b1c1b
commit 97377ac34a
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;
}
}