mirror of
https://github.com/holub/mame
synced 2025-05-09 15:51:48 +03:00
fixed usage of uninitialized member in device_serial_interface (nw)
This commit is contained in:
parent
f8f3d68187
commit
0e6f5c9ab1
@ -16,6 +16,7 @@ device_serial_interface::device_serial_interface(const machine_config &mconfig,
|
||||
m_df_stop_bit_count(STOP_BITS_0),
|
||||
m_rcv_register_data(0x8000),
|
||||
m_rcv_flags(0),
|
||||
m_rcv_bit_count_received(0),
|
||||
m_rcv_bit_count(0),
|
||||
m_rcv_framing_error(false),
|
||||
m_rcv_parity_error(false),
|
||||
|
Loading…
Reference in New Issue
Block a user