mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
fixed usage of uninitialized memory in m6800_cpu_device (nw)
happened with e.g. ehx20e
This commit is contained in:
parent
c49617fec2
commit
e1166cec8c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user