Compaq DeskPro 386 ROM BIOS boots UNMODIFIED now

This commit is contained in:
Jeff Parsons 2015-04-16 17:31:40 -07:00 committed by jeffpar
commit 1508cd1bf3
12 changed files with 298 additions and 207 deletions

View file

@ -389,7 +389,7 @@ State.prototype = {
* messageEnabled(bitsMessage)
*
* @this {State}
* @param {number} [bitsMessage] is one or more Debugger MESSAGE_* category flag(s)
* @param {number} [bitsMessage] is one or more Messages category flag(s)
* @return {boolean}
*/
messageEnabled: function(bitsMessage) {