Previous | 199869 Revisions | Next |
r32964 Sunday 26th October, 2014 at 07:25:44 UTC by Oliver Stöneberg |
---|
fixed usage of uninitialized memory in m6800_cpu_device (nw) happened with e.g. ehx20e |
[src/emu/cpu/m6800] | m6800.c |
r241475 | r241476 | |
---|---|---|
1171 | 1171 | OCD = 0xffff; |
1172 | 1172 | TOD = 0xffff; |
1173 | 1173 | m_ram_ctrl |= 0x40; |
1174 | m_latch09 = 0; | |
1174 | 1175 | |
1175 | 1176 | m_trcsr = M6800_TRCSR_TDRE; |
1176 | 1177 |
https://github.com/mamedev/mame/commit/e1166cec8c6cd6a68ad3a0eeb96f4c44c6085fed |
Previous | 199869 Revisions | Next |