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:
parent
375146f6bb
commit
a5a40ebab4
4 changed files with 562 additions and 585 deletions
|
|
@ -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]);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue