mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
(MESS) fixed uninitialized member in src/mess/machine/zx8302.c (nw)
This commit is contained in:
parent
07e1fde74e
commit
d69742ed94
@ -307,6 +307,7 @@ zx8302_device::zx8302_device(const machine_config &mconfig, const char *tag, dev
|
||||
m_ipc_state(0),
|
||||
m_ipc_rx(0),
|
||||
m_ipc_busy(0),
|
||||
m_baudx4(0),
|
||||
m_tx_bits(0),
|
||||
m_track(0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user