acia6850: initialize receive section (#9694)

This commit is contained in:
Miodrag Milanović 2022-05-05 15:51:08 +02:00 committed by GitHub
parent c1f32bb9cf
commit 8918b9a8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,8 @@ acia6850_device::acia6850_device(const machine_config &mconfig, device_type type
, m_tx_irq_enable(false)
, m_rxc(0)
, m_rxd(1)
, m_rx_state(0)
, m_rx_counter(0)
, m_rx_irq_enable(false)
{
}