Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to set cycle-rate of CPU-loop #2

Open
LakshyAAAgrawal opened this issue Oct 13, 2020 · 0 comments · May be fixed by #32
Open

Add option to set cycle-rate of CPU-loop #2

LakshyAAAgrawal opened this issue Oct 13, 2020 · 0 comments · May be fixed by #32

Comments

@LakshyAAAgrawal
Copy link
Owner

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).

@LakshyAAAgrawal LakshyAAAgrawal added good first issue Good for newcomers hacktoberfest enhancement New feature or request interface and removed enhancement New feature or request labels Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant