From 9331be20fed06b3c52e7072cf366dd26ca9af837 Mon Sep 17 00:00:00 2001 From: BigEd Date: Wed, 6 Apr 2011 18:13:04 +0000 Subject: [PATCH] allow tabulations with loglevel 0 (with only additional signals) --- chip-6800/support.js | 2 +- macros.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);