mirror of
https://github.com/trebonian/visual6502.git
synced 2025-02-05 15:31:02 +00:00
[bug]repair expert mode - had removed too much
This commit is contained in:
parent
3804eace6e
commit
d2a31398fd
@ -82,6 +82,7 @@ function setup_part2(){
|
||||
setupNodes();
|
||||
setupTransistors();
|
||||
setupParams();
|
||||
setupExpertMode();
|
||||
detectOldBrowser();
|
||||
setStatus('loading graphics...');
|
||||
setTimeout(setup_part3, 0);
|
||||
@ -343,6 +344,14 @@ function updateLoglevel(value){
|
||||
initLogbox(logThese);
|
||||
}
|
||||
|
||||
function setupExpertMode(isOn){
|
||||
document.getElementById('expertControlPanel').style.display = 'block';
|
||||
if(loglevel==0)
|
||||
updateLoglevel(1);
|
||||
if(chipLayoutIsVisible)
|
||||
document.getElementById('layoutControlPanel').style.display = 'block';
|
||||
}
|
||||
|
||||
var chipsurround;
|
||||
|
||||
function updateChipLayoutVisibility(isOn){
|
||||
|
Loading…
x
Reference in New Issue
Block a user