Tidied up some status messages
This commit is contained in:
parent
da186dd540
commit
94fd473b0a
13 changed files with 53 additions and 54 deletions
|
|
@ -456,7 +456,7 @@ class BusPDP11 extends Component {
|
|||
}
|
||||
|
||||
if (sizeLeft <= 0) {
|
||||
this.status((size >> 10) + "Kb " + MemoryPDP11.TYPE_NAMES[type] + " at " + Str.toOct(addr));
|
||||
this.status("Added " + (size >> 10) + "Kb " + MemoryPDP11.TYPE_NAMES[type] + " at " + Str.toOct(addr));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue