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
1 changed files with 0 additions and 1 deletions

View File

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