mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
(MESS) fixed uninitialized members in src/mess/machine/zx8302.c (nw)
This commit is contained in:
parent
800882e680
commit
59932eba76
@ -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_tx_bits(0),
|
||||
m_track(0)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user