Previous 199869 Revisions Next

r21353 Friday 22nd February, 2013 at 21:55:34 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/z80sti.c (nw)
[src/emu/machine]z80sti.c

trunk/src/emu/machine/z80sti.c
r21352r21353
260260
261261void z80sti_device::device_reset()
262262{
263   memset(m_tmc, 0, sizeof(m_tmc));
264   memset(m_to, 0, sizeof(m_to));   
263265}
264266
265267

Previous 199869 Revisions Next


© 1997-2024 The MAME Team