mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fixed uninitialized member usage in tms9902_device (nw)
This commit is contained in:
parent
2ba4f9e1f2
commit
0b4747eca1
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ void tms9902_device::reset_uart()
|
|||
|
||||
m_DSCH = false;
|
||||
m_TIMELP = false;
|
||||
m_INT = false;
|
||||
|
||||
m_TMR = 0;
|
||||
m_STOPB = 0;
|
||||
|
|
Loading…
Reference in a new issue