mirror of
https://github.com/whscullin/apple1js.git
synced 2024-11-29 05:49:20 +00:00
Separate reset and clear
This commit is contained in:
parent
b18f41ff1c
commit
9504bdbdde
@ -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