You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the specification doesn't specify a rate cycle for the CPU, and only specifies a rate for the DT and ST timers, a lot of Chip-8 programs end up relying on the execution rate of the CPU.
To support both types of programs, a command line argument can be added to the emulator to set the cycle-rate of the emulator(alternatively, the sleep time after every loop iteration).
The text was updated successfully, but these errors were encountered:
Although the specification doesn't specify a rate cycle for the CPU, and only specifies a rate for the DT and ST timers, a lot of Chip-8 programs end up relying on the execution rate of the CPU.
To support both types of programs, a command line argument can be added to the emulator to set the cycle-rate of the emulator(alternatively, the sleep time after every loop iteration).
The text was updated successfully, but these errors were encountered: