249250251252253254255256257258259
if (node == null) { System.err.println("EmuLink: could not find node '" + id + "'"); continue; } try { node.loadFirmware(file); node.getCPU().reset(); } catch (IOException e) { System.err.println("EmuLink: failed to load firmware '" + file + "'"); e.printStackTrace(); }