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

View File

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