Another minor autoStart tweak
This commit is contained in:
parent
d8f0e64329
commit
fa3be9eda9
3 changed files with 27 additions and 29 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue