Document shuffle

This commit is contained in:
Jeff Parsons 2016-03-31 08:00:24 -07:00
commit 9441a87b88
13 changed files with 209 additions and 205 deletions

View file

@ -756,7 +756,7 @@ CPU.prototype.getSpeedTarget = function()
*
* @this {CPU}
* @param {number} [nMultiplier] is the new proposed multiplier (reverts to 1 if the target was too high)
* @param {boolean} [fUpdateFocus] is true to give the Computer focus
* @param {boolean} [fUpdateFocus] is true to update Computer focus
* @return {boolean} true if successful, false if not
*
* @desc Whenever the speed is changed, the running cycle count and corresponding start time must be reset,