mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-22 12:29:20 +00:00
[bug]fixup nosim=t initialisation (if a simulation is started manually)
This commit is contained in:
parent
353e0a8f78
commit
e885646e5e
@ -103,6 +103,7 @@ function setup_part4(){
|
||||
logThese=signalSet(loglevel);
|
||||
loadProgram();
|
||||
if(noSimulation){
|
||||
stopChip();
|
||||
running=undefined;
|
||||
setStatus('Ready!');
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user