mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
Removed an assignment in device_start that shouldn't have been there, nwn.
This commit is contained in:
parent
bee985e04f
commit
6c3b540570
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user