mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
fixed uninitialized variables in src/emu/machine/tms9902.c (nw)
This commit is contained in:
parent
376a931588
commit
14778fc9c1
@ -547,6 +547,10 @@ void tms9902_device::reset_uart()
|
|||||||
m_BRKON = false;
|
m_BRKON = false;
|
||||||
m_BRKout = false;
|
m_BRKout = false;
|
||||||
|
|
||||||
|
m_DSCH = false;
|
||||||
|
m_TIMELP = false;
|
||||||
|
m_INT = false;
|
||||||
|
|
||||||
m_TMR = 0;
|
m_TMR = 0;
|
||||||
m_STOPB = 0;
|
m_STOPB = 0;
|
||||||
m_RCL = 0;
|
m_RCL = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user