mirror of
https://github.com/whscullin/apple1js.git
synced 2024-12-01 17:50:00 +00:00
Separate reset and clear
This commit is contained in:
parent
b18f41ff1c
commit
9504bdbdde
@ -87,7 +87,6 @@ export default class Apple1IO {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
reset() {
|
reset() {
|
||||||
this.text.clear();
|
|
||||||
this._buffer = [];
|
this._buffer = [];
|
||||||
this._keyReady = false;
|
this._keyReady = false;
|
||||||
this._displayReady = false;
|
this._displayReady = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user