More Debugger tweaks

This commit is contained in:
Jeff Parsons 2014-11-19 22:11:21 -08:00 committed by jeffpar
commit 22cef22c78
2 changed files with 6 additions and 3 deletions

View file

@ -2103,7 +2103,7 @@ ChipSet.prototype.dumpTimer = function()
count |= (timer.countCurrent[i] << (i * 8));
}
}
sDump += " MODE" + timer.mode + " BYTES=" + timer.countBytes + " COUNT=" + str.toHexWord(count);
sDump += " mode=" + timer.mode + " bytes=" + timer.countBytes + " count=" + str.toHexWord(count);
this.dbg.message(sDump);
}
}