mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed usage of uninitialized members in mc6846_device (nw)
This commit is contained in:
parent
72b643a620
commit
163f4c6cde
@ -116,6 +116,8 @@ void mc6846_device::device_reset()
|
||||
m_csr1_to_be_cleared = 0;
|
||||
m_csr2_to_be_cleared = 0;
|
||||
m_timer_started = 0;
|
||||
m_old_cif = 0;
|
||||
m_old_cto = 0;
|
||||
m_interval->reset();
|
||||
m_one_shot->reset();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user