PDP-11 console output works (first baby step)
This commit is contained in:
parent
489a28923c
commit
ebfcd5133b
11 changed files with 388 additions and 403 deletions
|
|
@ -1027,7 +1027,7 @@ Component.prototype = {
|
|||
printMessage: function(sMessage, bitsMessage, fAddress) {
|
||||
if (DEBUGGER && this.dbg) {
|
||||
if (bitsMessage === true || this.messageEnabled(bitsMessage | 0)) {
|
||||
this.dbg.message(sMessage, fAddress || bitsMessage === true);
|
||||
this.dbg.message(sMessage, fAddress);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue