fixed usage of uninitialized member in tms9902_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-28 10:06:11 +00:00
parent a4c6268934
commit c11e0815c1

View File

@ -553,6 +553,7 @@ void tms9902_device::reset_uart()
m_DSCH = false;
m_TIMELP = false;
m_INT = false;
m_CTSin = false;
m_TMR = 0;
m_STOPB = 0;