mirror of
https://github.com/whscullin/apple1js.git
synced 2025-01-02 12:30:05 +00:00
Merge pull request #45 from whscullin/whscullin/no-clear-reset
Separate reset and clear
This commit is contained in:
commit
52b75485c5
@ -87,7 +87,6 @@ export default class Apple1IO {
|
||||
}
|
||||
}
|
||||
reset() {
|
||||
this.text.clear();
|
||||
this._buffer = [];
|
||||
this._keyReady = false;
|
||||
this._displayReady = false;
|
||||
|
Loading…
Reference in New Issue
Block a user