mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
fixed usage of uninitialized member in i8251_device (nw)
This commit is contained in:
parent
af54130f93
commit
4d08988cd3
@ -40,6 +40,7 @@ i8251_device::i8251_device(const machine_config &mconfig, const char *tag, devic
|
|||||||
m_syndet_handler(*this),
|
m_syndet_handler(*this),
|
||||||
m_cts(1),
|
m_cts(1),
|
||||||
m_dsr(1),
|
m_dsr(1),
|
||||||
|
m_rxd(0),
|
||||||
m_rxc(0),
|
m_rxc(0),
|
||||||
m_txc(0)
|
m_txc(0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user