(MESS) fixed uninitialized members in src/mess/machine/zx8302.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-23 10:13:20 +00:00
parent 800882e680
commit 59932eba76

View File

@ -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)
{
}