diff --git a/js/apple1io.ts b/js/apple1io.ts index 2261a40..a9d5db6 100644 --- a/js/apple1io.ts +++ b/js/apple1io.ts @@ -87,7 +87,6 @@ export default class Apple1IO { } } reset() { - this.text.clear(); this._buffer = []; this._keyReady = false; this._displayReady = false;