Some corrections as to what features are available on the 11/40 vs. 11/45
This commit is contained in:
parent
64d3db5fc0
commit
dd628148ef
8 changed files with 396 additions and 367 deletions
|
|
@ -845,7 +845,7 @@ class PanelPDP11 extends Component {
|
|||
*/
|
||||
advanceAddr()
|
||||
{
|
||||
var nRegs = this.cpu.model < PDP11.MODEL_1145? 8 : 16;
|
||||
var nRegs = this.cpu.model <= PDP11.MODEL_1140? 8 : 16;
|
||||
var fGenRegs = (this.regAddr >= PDP11.UNIBUS.R0SET0 /*177700*/ && this.regAddr < PDP11.UNIBUS.R0SET0 + nRegs);
|
||||
var inc = fGenRegs? 1 : 2;
|
||||
var mask = fGenRegs? 0xf : this.bus.nBusMask;
|
||||
|
|
|
|||
Loading…
Reference in a new issue