Another minor autoStart tweak

This commit is contained in:
Jeff Parsons 2016-12-04 11:34:46 -08:00 committed by Jeff Parsons
commit fa3be9eda9
3 changed files with 27 additions and 29 deletions

View file

@ -298,9 +298,7 @@ CPUPDP11.prototype.powerUp = function(data, fRepower)
*/
this.println("No debugger detected");
}
if (this.flags.autoStart) {
this.println("CPU will auto-start");
} else {
if (!this.flags.autoStart) {
this.println("CPU will not be auto-started, click Run to start");
}
}