mirror of
https://github.com/trebonian/visual6502.git
synced 2026-04-19 05:23:50 +00:00
[dev] tweak logging capability
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
|
||||
var ctrace = false;
|
||||
var noGraphics = false;
|
||||
var loglevel = 3;
|
||||
var loglevel = 0;
|
||||
var ridx = 0;
|
||||
|
||||
function recalcNodeList(list){
|
||||
|
||||
@@ -275,7 +275,7 @@ function chipStatus(){
|
||||
' clearIR:' + readBit('clearIR') +
|
||||
' D1x1:' + readBit('D1x1');
|
||||
setStatus(machine1 + "<br>" + machine2);
|
||||
if (loglevel>2 && ctrace) {
|
||||
if (loglevel>2) {
|
||||
console.log(machine1 + " " + machine2 + " " + machine3 + " " + machine4 + " " + machine5);
|
||||
}
|
||||
selectCell(ab);
|
||||
|
||||
Reference in New Issue
Block a user