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

@ -107,7 +107,7 @@ function BusPDP11(parmsBus, cpu, dbg)
/*
* WARNING: Instead of dynamically calculating nBlockShift based on nBusWidth, as described above, we
* now force nBlockSize to IOPAGE_LENGTH, because that's what our IOController functions currently require.
* now force nBlockSize to IOPAGE_LENGTH, because that's what our IOController functions currently assume.
*
* this.nBlockShift = (this.nBusWidth >> 1) + 2;
* if (this.nBlockShift < 10) this.nBlockShift = 10;