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:
parent
1e080e720e
commit
2ce661e141
4 changed files with 48 additions and 48 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue