Merge pull request #45 from whscullin/whscullin/no-clear-reset

Separate reset and clear
This commit is contained in:
Will Scullin 2023-12-18 12:03:20 -08:00 committed by GitHub
commit 52b75485c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;