Laid the groundwork for bring PCx86 up-to-date with timer functionality matching PC8080 and PDPjs (new timer services added)
This commit is contained in:
parent
d8804faba0
commit
072b8fa2df
8 changed files with 1693 additions and 1493 deletions
|
|
@ -273,8 +273,7 @@ class CPUPDP11 extends Component {
|
|||
* context, a machine without focus is like a day without sunshine, but in reality, focus should only be
|
||||
* forced when the user takes some other machine-related action.
|
||||
*/
|
||||
this.startCPU();
|
||||
return true;
|
||||
return this.startCPU();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue