Tidied up some status messages

This commit is contained in:
Jeff Parsons 2017-01-25 14:18:19 -08:00 committed by Jeff Parsons
commit 94fd473b0a
13 changed files with 53 additions and 54 deletions

View file

@ -267,7 +267,7 @@ class CPUPDP11 extends Component {
* However, we don't actually need to check all that; it's always safe use println(), regardless whether
* a Control Panel with a "print" control is present or not.
*/
this.println("No debugger detected");
this.status("No debugger detected");
}
if (!this.flags.autoStart) {
this.println("CPU will not be auto-started " + (this.panel? "(click Run to start)" : "(type 'go' to start)"));