Sync PC8080 Bus changes with PCjs

This commit is contained in:
Jeff Parsons 2016-05-03 12:53:57 -07:00
commit e2e5ea1b77
4 changed files with 28 additions and 26 deletions

View file

@ -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