OS/2 FOOTBALL prototype disk boots successfully with new ParallelPort component installed

This commit is contained in:
Jeff Parsons 2016-02-07 22:36:08 -08:00
commit 94069ba88f
12 changed files with 1926 additions and 1386 deletions

View file

@ -387,7 +387,7 @@ State.prototype = {
*/
printString: function(s) {
if (DEBUG && DEBUGGER && this.dbg) {
if (this.dbg.messageEnabled(Messages.STATE)) {
if (this.dbg.messageEnabled(Messages.LOG)) {
this.dbg.message(s);
}
}