Use CPU timer functions (instead of browser timeout/interval functions) to control device interrupts/timeouts
This commit is contained in:
parent
3497466113
commit
b2294e2293
8 changed files with 332 additions and 321 deletions
|
|
@ -910,7 +910,7 @@ Video8080.prototype.setFocus = function()
|
|||
* getRefreshTime()
|
||||
*
|
||||
* @this {Video8080}
|
||||
* @return {number}
|
||||
* @return {number} (number of milliseconds per refresh)
|
||||
*/
|
||||
Video8080.prototype.getRefreshTime = function()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue