mirror of
https://github.com/trebonian/visual6502.git
synced 2025-01-04 18:32:07 +00:00
allow tabulations with loglevel 0 (with only additional signals)
This commit is contained in:
parent
e6d42eb1aa
commit
9331be20fe
@ -190,7 +190,7 @@ function chipStatus(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
setStatus(machine1, machine2, machine3);
|
setStatus(machine1, machine2, machine3);
|
||||||
if (loglevel>0) {
|
if (logThese.length>1) {
|
||||||
updateLogbox(logThese);
|
updateLogbox(logThese);
|
||||||
}
|
}
|
||||||
selectCell(ab);
|
selectCell(ab);
|
||||||
|
@ -471,7 +471,7 @@ function chipStatus(){
|
|||||||
machine3 += " Chk:" + traceChecksum + ((traceChecksum==goldenChecksum)?" OK":" no match");
|
machine3 += " Chk:" + traceChecksum + ((traceChecksum==goldenChecksum)?" OK":" no match");
|
||||||
}
|
}
|
||||||
setStatus(machine1, machine2, machine3);
|
setStatus(machine1, machine2, machine3);
|
||||||
if (loglevel>0) {
|
if (logThese.length>1) {
|
||||||
updateLogbox(logThese);
|
updateLogbox(logThese);
|
||||||
}
|
}
|
||||||
selectCell(ab);
|
selectCell(ab);
|
||||||
|
Loading…
Reference in New Issue
Block a user