More Debugger tweaks
This commit is contained in:
parent
744cad527d
commit
22cef22c78
2 changed files with 6 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue