Removed an assignment in device_start that shouldn't have been there, nwn.

This commit is contained in:
Wilbert Pol 2011-05-27 19:42:54 +00:00
parent bee985e04f
commit 6c3b540570

View File

@ -781,7 +781,6 @@ void mc6845_device::device_start()
m_vert_sync_pos = 1;
m_de = 0;
m_sync_width = 1;
m_vert_char_total = 0;
m_vert_disp = 0;
m_horiz_pix_total = m_vert_pix_total = 0;
m_max_visible_x = m_max_visible_y = 0;