Remove all debugger.js files when running uncompiled without the Debugger, and some PDP-11 layout fixes
This commit is contained in:
parent
4731531764
commit
49b5e34ba2
7 changed files with 22 additions and 11 deletions
|
|
@ -290,7 +290,7 @@ DevicePDP11.prototype.writeMMR2 = function(data, addr)
|
|||
*/
|
||||
DevicePDP11.prototype.readMMR3 = function(addr)
|
||||
{
|
||||
return this.cpu.regMMR3;
|
||||
return this.cpu.getMMR3();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue