fixed usage of uninitialized memory in m6800_cpu_device (nw)

happened with e.g. ehx20e
This commit is contained in:
Oliver Stöneberg 2014-10-26 08:25:44 +01:00
parent c49617fec2
commit e1166cec8c

View File

@ -1171,6 +1171,7 @@ void m6800_cpu_device::device_reset()
OCD = 0xffff;
TOD = 0xffff;
m_ram_ctrl |= 0x40;
m_latch09 = 0;
m_trcsr = M6800_TRCSR_TDRE;