Refer to all 11/45+ instructions as 11/45, rather than 11/70, since the 11/70 doesn't appear to have added any instructions to the 11/45's set

This commit is contained in:
Jeff Parsons 2016-10-15 13:34:02 -07:00 • committed by Jeff Parsons
commit 2ce661e141
4 changed files with 48 additions and 48 deletions

View file

@ -126,7 +126,7 @@ CPUStatePDP11.prototype.initProcessor = function()
if (this.model == PDP11.MODEL_1120) {
this.decode = PDP11.op1120.bind(this);
} else {
this.decode = PDP11.op1170.bind(this);
this.decode = PDP11.op1145.bind(this);
}
this.initRegs();