mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +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_cts(1),
|
||||
m_dsr(1),
|
||||
m_rxd(0),
|
||||
m_rxc(0),
|
||||
m_txc(0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user