mirror of
https://github.com/holub/mame
synced 2025-06-09 06:13:04 +03:00
diserial: correct uninitialized data bug where the first character transmitted would sometimes fail to synch. [R. Belmont]
This commit is contained in:
parent
c0b9575621
commit
52bbb15193
@ -42,6 +42,7 @@ device_serial_interface::device_serial_interface(const machine_config &mconfig,
|
|||||||
m_tra_baud = 0;
|
m_tra_baud = 0;
|
||||||
m_rcv_baud = 0;
|
m_rcv_baud = 0;
|
||||||
m_tra_flags = 0;
|
m_tra_flags = 0;
|
||||||
|
m_rcv_register_data = 0x8000;
|
||||||
}
|
}
|
||||||
|
|
||||||
device_serial_interface::~device_serial_interface()
|
device_serial_interface::~device_serial_interface()
|
||||||
|
Loading…
Reference in New Issue
Block a user