From 9504bdbddecc24957650a6cc0843a5b977c1e05a Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Mon, 18 Dec 2023 11:54:23 -0800 Subject: [PATCH] Separate reset and clear --- js/apple1io.ts | 1 - 1 file changed, 1 deletion(-) 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;