mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed usage of uninitialized member in i8251_device (nw)
This commit is contained in:
parent
2927901e5b
commit
11580c3434
@ -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_rxc(0),
|
||||
m_txc(0)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user