whscullin / apple1js

An Apple 1 Emulator in Javascript
MIT License
35 stars 8 forks source link

throttling #48

Open gabrielsroka opened 8 months ago

gabrielsroka commented 8 months ago

the UI has a Regulate Speed checkbox, that when checked calls https://github.com/whscullin/apple1js/blob/18f2fc7acf4f35b342f42768f259f38645e47eb0/js/apple1.ts#L183-L189

which then does

https://github.com/whscullin/apple1js/blob/18f2fc7acf4f35b342f42768f259f38645e47eb0/js/apple1.ts#L208-L214

but ival is changed and never read again. is it supposed to happen before step uses ival on line 209? does Regulate Speed do anything right now?

gabrielsroka commented 8 months ago

is runTimer ever set?