OS/2 FOOTBALL prototype disk boots successfully with new ParallelPort component installed
This commit is contained in:
parent
070ea74f2f
commit
94069ba88f
12 changed files with 1926 additions and 1386 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue