296297298299300301302303304305306
traceLog.reset(); // If we're doing a cold reset, clear the memory. if (isColdReset) { Memory mem = machine.getRam(); if (mem != null) { mem.fill(0); } } // Update status. SwingUtilities.invokeLater(new Runnable() { public void run() {