fixed usage of uninitialized member in i8251_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-23 18:29:31 +00:00
parent 2927901e5b
commit 11580c3434

View File

@ -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)
{
}