From 06ad209576ac5f74264392f4c729c43d663ea197 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 31 Dec 2016 16:24:35 -0800 Subject: [PATCH] 11/70 clarification --- modules/pdp11/lib/cpustate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pdp11/lib/cpustate.js b/modules/pdp11/lib/cpustate.js index d884a0499..4c9add503 100644 --- a/modules/pdp11/lib/cpustate.js +++ b/modules/pdp11/lib/cpustate.js @@ -554,7 +554,7 @@ class CPUStatePDP11 extends CPUPDP11 { setMMR3(newMMR3) { /* - * Don't allow the 11/45 to use 22-bit addressing or the UNIBUS map. + * Don't allow non-11/70 models to use 22-bit addressing or the UNIBUS map. */ if (this.model < PDP11.MODEL_1170) { newMMR3 &= ~(PDP11.MMR3.MMU_22BIT | PDP11.MMR3.UNIBUS_MAP);