Document KB command
This commit is contained in:
parent
7df7cedbf1
commit
22fd4d8cff
2
KBD.js
2
KBD.js
@ -13,7 +13,7 @@ KBD.prototype.read_status = function(mem8_loc) {
|
|||||||
};
|
};
|
||||||
KBD.prototype.write_command = function(mem8_loc, x) {
|
KBD.prototype.write_command = function(mem8_loc, x) {
|
||||||
switch (x) {
|
switch (x) {
|
||||||
case 0xfe:
|
case 0xfe: // Resend command. Other commands are, apparently, ignored.
|
||||||
this.reset_request();
|
this.reset_request();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user