Separate reset and clear

This commit is contained in:
Will Scullin 2023-12-18 11:54:23 -08:00
parent b18f41ff1c
commit 9504bdbdde
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

@ -87,7 +87,6 @@ export default class Apple1IO {
} }
} }
reset() { reset() {
this.text.clear();
this._buffer = []; this._buffer = [];
this._keyReady = false; this._keyReady = false;
this._displayReady = false; this._displayReady = false;