mirror of
https://github.com/trebonian/visual6502.git
synced 2025-01-09 05:34:18 +00:00
use expertMode to suppress loglist actions in kiosk mode
This commit is contained in:
parent
678acd6dc5
commit
369a188ad9
@ -52,7 +52,7 @@ var drawlayers = [true, true, true, true, true, true];
|
|||||||
|
|
||||||
// some modes and parameters which can be passed in from the URL query
|
// some modes and parameters which can be passed in from the URL query
|
||||||
var moveHereFirst;
|
var moveHereFirst;
|
||||||
var expertMode=false
|
var expertMode=true;
|
||||||
var animateChipLayout = true;
|
var animateChipLayout = true;
|
||||||
var userCode=[];
|
var userCode=[];
|
||||||
var userResetLow;
|
var userResetLow;
|
||||||
|
@ -157,6 +157,7 @@ function initChip(){
|
|||||||
refresh();
|
refresh();
|
||||||
cycle = 0;
|
cycle = 0;
|
||||||
trace = Array();
|
trace = Array();
|
||||||
|
if(typeof expertMode != "undefined")
|
||||||
updateLogList();
|
updateLogList();
|
||||||
chipStatus();
|
chipStatus();
|
||||||
if(ctrace)console.log('initChip done after', now()-start);
|
if(ctrace)console.log('initChip done after', now()-start);
|
||||||
|
Loading…
Reference in New Issue
Block a user