mirror of
https://github.com/holub/mame
synced 2025-07-03 09:06:08 +03:00
fixed usage of uninitialized member in tms9902_device (nw)
This commit is contained in:
parent
a4c6268934
commit
c11e0815c1
@ -553,6 +553,7 @@ void tms9902_device::reset_uart()
|
|||||||
m_DSCH = false;
|
m_DSCH = false;
|
||||||
m_TIMELP = false;
|
m_TIMELP = false;
|
||||||
m_INT = false;
|
m_INT = false;
|
||||||
|
m_CTSin = false;
|
||||||
|
|
||||||
m_TMR = 0;
|
m_TMR = 0;
|
||||||
m_STOPB = 0;
|
m_STOPB = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user