diff --git a/chip-6800/support.js b/chip-6800/support.js index 7b01034..a5ed5b2 100644 --- a/chip-6800/support.js +++ b/chip-6800/support.js @@ -190,7 +190,7 @@ function chipStatus(){ } setStatus(machine1, machine2, machine3); - if (loglevel>0) { + if (logThese.length>1) { updateLogbox(logThese); } selectCell(ab); diff --git a/macros.js b/macros.js index 1ad3832..6f4e81e 100644 --- a/macros.js +++ b/macros.js @@ -471,7 +471,7 @@ function chipStatus(){ machine3 += " Chk:" + traceChecksum + ((traceChecksum==goldenChecksum)?" OK":" no match"); } setStatus(machine1, machine2, machine3); - if (loglevel>0) { + if (logThese.length>1) { updateLogbox(logThese); } selectCell(ab);