Documented the MTPS (11/34A), MFPS (11/34A), and MFPT (11/44+) instructions, even though our basic model support (11/20, 11/40, 11/45, and 11/70) doesn't use them
This commit is contained in:
parent
cdabaafaf1
commit
7c7473f86e
6 changed files with 117 additions and 86 deletions
|
|
@ -59,8 +59,8 @@ class RK11 extends Component {
|
|||
super("RK11", parms, RK11, MessagesPDP11.RK11);
|
||||
|
||||
/*
|
||||
* We record any 'autoMount' object now, but we no longer parse it until initBus(),
|
||||
* because the Computer's getMachineParm() service may have an override for us.
|
||||
* We preliminarily parse and record any 'autoMount' object now, but we no longer process it
|
||||
* until initBus(), because the Computer's getMachineParm() service may have an override for us.
|
||||
*/
|
||||
this.configMount = this.parseConfig(parms['autoMount']);
|
||||
this.cAutoMount = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue