Compare commits

...

2 Commits

Author SHA1 Message Date
Will Scullin 52b75485c5
Merge pull request #45 from whscullin/whscullin/no-clear-reset
Separate reset and clear
2023-12-18 12:03:20 -08:00
Will Scullin 9504bdbdde
Separate reset and clear 2023-12-18 11:54:23 -08:00
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;