fixed usage of uninitialized member in i8251_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-25 13:01:00 +00:00
parent af54130f93
commit 4d08988cd3

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_rxd(0),
m_rxc(0),
m_txc(0)
{