The PDP-11 Bus component now maintains separate memory maps: one fixed for all Bus (direct) accesses, and another that can vary based on current MMU settings

This commit is contained in:
Jeff Parsons 2016-11-28 14:32:46 -08:00 committed by Jeff Parsons
commit a5a40ebab4
4 changed files with 562 additions and 585 deletions

View file

@ -960,7 +960,7 @@ if (DEBUGGER) {
*/
DebuggerPDP11.prototype.dumpBus = function(asArgs)
{
this.dumpBlocks(this.bus.aMemBlocks, asArgs[0]);
this.dumpBlocks(this.bus.aBusBlocks, asArgs[0]);
};
/**