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
|
|
@ -67,8 +67,8 @@ class PC11 extends Component {
|
|||
this.sDevice = "PTR"; // TODO: Make the device name configurable
|
||||
|
||||
/*
|
||||
* 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