|
@@ -514,7 +514,6 @@ module.exports = class Computer {
|
|
Reset() {
|
|
Reset() {
|
|
this.stack = new Stack(this._initialMemory);
|
|
this.stack = new Stack(this._initialMemory);
|
|
this.outputValues = [];
|
|
this.outputValues = [];
|
|
- this.outputComputer = null;
|
|
|
|
this.options.inputModeMap = DeepClone(this.options._initialInputModeMap);
|
|
this.options.inputModeMap = DeepClone(this.options._initialInputModeMap);
|
|
}
|
|
}
|
|
|
|
|