Startup/status message tweaks
This commit is contained in:
parent
b7639abcec
commit
db5db398fb
7 changed files with 58 additions and 44 deletions
|
|
@ -136,7 +136,6 @@ RAM.prototype.reset = function()
|
|||
if (!this.fAllocated && this.sizeRAM) {
|
||||
if (this.bus.addMemory(this.addrRAM, this.sizeRAM, Memory.TYPE.RAM)) {
|
||||
this.fAllocated = true;
|
||||
this.status(Math.floor(this.sizeRAM / 1024) + "Kb allocated");
|
||||
}
|
||||
}
|
||||
if (!this.fAllocated) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue