whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
442 stars 57 forks source link

Fix calls to cpu.cycles() and cpu.sync() #43

Closed iflan closed 3 years ago

iflan commented 3 years ago

Apparently, I broke everything when I removed the underscores from the field names and added them to the method names. The fix is just to rename the methods getCycles and getSync and call it a day.