mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fixed uninitialized member in src/emu/diserial.c (nw)
This commit is contained in:
parent
d9d3accd4a
commit
7b372a3503
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ device_serial_interface::device_serial_interface(const machine_config &mconfig,
|
|||
m_rcv_bit_count = 0;
|
||||
m_connection_state = 0;
|
||||
m_rcv_flags = 0;
|
||||
m_input_state = 0;
|
||||
}
|
||||
|
||||
device_serial_interface::~device_serial_interface()
|
||||
|
|
Loading…
Reference in a new issue