Previous 199869 Revisions Next

r21243 Wednesday 20th February, 2013 at 23:09:12 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/mm74c922.c (nw)
[src/emu/machine]mm74c922.c

trunk/src/emu/machine/mm74c922.c
r21242r21243
116116
117117mm74c922_device::mm74c922_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
118118   : device_t(mconfig, MM74C922, "MM74C922", tag, owner, clock),
119      m_inhibit(0),
119120      m_x(0),
120121      m_y(0),
122      m_da(0),
121123      m_next_da(0)
122124{
123125}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team