mirror of
https://github.com/trebonian/visual6502.git
synced 2025-01-02 21:30:07 +00:00
[dev] tweak logging capability
This commit is contained in:
parent
1f21f5283c
commit
40fe1e0a7a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user