mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
acia6850: initialize receive section (#9694)
This commit is contained in:
parent
c1f32bb9cf
commit
8918b9a8db
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user