Remove all debugger.js files when running uncompiled without the Debugger, and some PDP-11 layout fixes

This commit is contained in:
Jeff Parsons 2016-10-22 01:36:45 -07:00 committed by Jeff Parsons
commit 49b5e34ba2
7 changed files with 22 additions and 11 deletions

View file

@ -290,7 +290,7 @@ DevicePDP11.prototype.writeMMR2 = function(data, addr)
*/
DevicePDP11.prototype.readMMR3 = function(addr)
{
return this.cpu.regMMR3;
return this.cpu.getMMR3();
};
/**