Improved PDP-11 save/restore support (added to Device, Panel, RK11, and Serial)
This commit is contained in:
parent
6f83ee8beb
commit
d182c7eced
15 changed files with 850 additions and 635 deletions
|
|
@ -727,7 +727,7 @@ class ComputerPDP11 extends Component {
|
|||
* TODO: Do we not care about the return value here? (ie, is checking fRestoreError sufficient)?
|
||||
*/
|
||||
this.powerRestore(this.cpu, stateComputer, fRepower, fRestore);
|
||||
this.updateDisplays();
|
||||
this.updateDisplays(-2);
|
||||
this.cpu.autoStart();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue