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