Document KB command

This commit is contained in:
Dan Luu 2013-03-21 00:25:29 -04:00
parent 7df7cedbf1
commit 22fd4d8cff

2
KBD.js
View File

@ -13,7 +13,7 @@ KBD.prototype.read_status = function(mem8_loc) {
};
KBD.prototype.write_command = function(mem8_loc, x) {
switch (x) {
case 0xfe:
case 0xfe: // Resend command. Other commands are, apparently, ignored.
this.reset_request();
break;
default: