Previous 199869 Revisions Next

r21725 Saturday 9th March, 2013 at 00:25:18 UTC by Oliver Stöneberg
(MESS) fixed uninitialized memory in src/mess/machine/i82371sb.c (nw)
[src/mess/machine]i82371sb.c

trunk/src/mess/machine/i82371sb.c
r21724r21725
156156void i82371sb_device::device_reset()
157157{
158158   southbridge_device::device_reset();
159
160   memset(m_regs, 0, sizeof(m_regs));
161
159162   /* isa */
160163   m_regs[0][0x00] = 0x70008086;
161164   m_regs[0][0x04] = 0x00000000;
r21724r21725
173176   m_regs[2][0x04] = 0x02800000;
174177   m_regs[2][0x08] = 0x0c030000;
175178   m_regs[2][0x0c] = 0x00000000;
176
177179}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team