Sync PC8080 Bus changes with PCjs
This commit is contained in:
parent
db5db398fb
commit
e2e5ea1b77
4 changed files with 28 additions and 26 deletions
|
|
@ -169,8 +169,6 @@ RAM.prototype.reset = function()
|
|||
if (this.bus.addMemory(this.addrRAM, this.sizeRAM, Memory.TYPE.RAM)) {
|
||||
this.fAllocated = true;
|
||||
|
||||
this.status(Math.floor(this.sizeRAM / 1024) + "Kb allocated");
|
||||
|
||||
/*
|
||||
* NOTE: I'm specifying MAXDEBUG for status() messages because I'm not yet sure I want these
|
||||
* messages buried in the app, since they're seen only when a Control Panel is active. Another
|
||||
|
|
|
|||
Loading…
Reference in a new issue