Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Sep 12, 2023
2 parents 9c1eaf7 + 760dc7b commit ba837d7
Show file tree
Hide file tree
Showing 31 changed files with 179 additions and 178 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7646,7 +7646,7 @@ class Time extends Device {
return false;
}
this.fRunning = true;
this.msStartRun = this.msEndRun = 0;
this.msStartRun = this.msEndRun = this.msFrame = 0;
this.update(true);

this.idAnimationTimeout = this.requestAnimationTimeout();
Expand Down
72 changes: 36 additions & 36 deletions machines/arcade/invaders/releases/3.00/invaders.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion machines/arcade/invaders/releases/3.00/invaders.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions machines/dec/pdp10/releases/2.21/pdp10-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -29168,3 +29168,4 @@ globals.window['commandMachine'] = commandMachine;

globals.window['enableEvents'] = Web.enablePageEvents;
globals.window['sendEvent'] = Web.doPageEvent;

2 changes: 1 addition & 1 deletion machines/dec/pdp11/releases/3.00/pdp11v3-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -7182,7 +7182,7 @@ class Time extends Device {
return false;
}
this.fRunning = true;
this.msStartRun = this.msEndRun = 0;
this.msStartRun = this.msEndRun = this.msFrame = 0;
this.update(true);

this.idAnimationTimeout = this.requestAnimationTimeout();
Expand Down
20 changes: 10 additions & 10 deletions machines/dec/pdp11/releases/3.00/pdp11v3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion machines/dec/pdp11/releases/3.00/pdp11v3.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion machines/dec/vt100/releases/3.00/vt100-uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -7646,7 +7646,7 @@ class Time extends Device {
return false;
}
this.fRunning = true;
this.msStartRun = this.msEndRun = 0;
this.msStartRun = this.msEndRun = this.msFrame = 0;
this.update(true);

this.idAnimationTimeout = this.requestAnimationTimeout();
Expand Down
Loading

0 comments on commit ba837d7

Please sign in to comment.