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