mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
fixed usage of uninitialized member in mc6847_base_device (nw)
This commit is contained in:
parent
cdfbdce0f8
commit
dde0881e6a
@ -638,6 +638,7 @@ void mc6847_base_device::device_start()
|
||||
setup_fixed_mode(config->m_in_css_func, MODE_CSS);
|
||||
|
||||
m_dirty = false;
|
||||
m_mode = 0;
|
||||
|
||||
/* state save */
|
||||
save_item(NAME(m_dirty));
|
||||
|
Loading…
Reference in New Issue
Block a user