| 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 |
| r21724 | r21725 | |
|---|---|---|
| 156 | 156 | void i82371sb_device::device_reset() |
| 157 | 157 | { |
| 158 | 158 | southbridge_device::device_reset(); |
| 159 | ||
| 160 | memset(m_regs, 0, sizeof(m_regs)); | |
| 161 | ||
| 159 | 162 | /* isa */ |
| 160 | 163 | m_regs[0][0x00] = 0x70008086; |
| 161 | 164 | m_regs[0][0x04] = 0x00000000; |
| r21724 | r21725 | |
| 173 | 176 | m_regs[2][0x04] = 0x02800000; |
| 174 | 177 | m_regs[2][0x08] = 0x0c030000; |
| 175 | 178 | m_regs[2][0x0c] = 0x00000000; |
| 176 | ||
| 177 | 179 | } |
| Previous | 199869 Revisions | Next |