fixed usage of uninitialized member in z80dart_channel (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-23 17:50:22 +00:00
parent 9d83d26182
commit 1fc5e31daa

View File

@ -513,6 +513,7 @@ z80dart_channel::z80dart_channel(const machine_config &mconfig, const char *tag,
m_rx_first(0),
m_rx_break(0),
m_rx_rr0_latch(0),
m_rxd(0),
m_ri(0),
m_cts(0),
m_dcd(0),