Added a few PDP-11/45 configurations

This commit is contained in:
Jeff Parsons 2016-12-01 07:38:27 -08:00 committed by Jeff Parsons
commit 399e1d06a7
25 changed files with 768 additions and 14 deletions

View file

@ -215,6 +215,8 @@ RAMPDP11.prototype.initRAM = function()
if (!this.fAllocated && this.sizeRAM) {
if (this.bus.addMemory(this.addrRAM, this.sizeRAM, MemoryPDP11.TYPE.RAM)) {
this.fAllocated = true;
} else {
this.sizeRAM = 0; // don't bother trying again (it just results in redundant error messages)
}
}
if (!this.isReady()) {