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 "power save" toggle to reduce electrical interference #9

Open
asiekierka opened this issue Apr 2, 2023 · 1 comment
Open

Add "power save" toggle to reduce electrical interference #9

asiekierka opened this issue Apr 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@asiekierka
Copy link
Contributor

It appears that TinyZoo halts the CPU at such a high frequency on GBC (due to all the interrupts going on) that the electrical interference noise actually becomes audible! Allow the users to choose between power saving (and said noise) or no power saving (and reduced noise)

@asiekierka asiekierka added the enhancement New feature or request label Apr 2, 2023
@asiekierka
Copy link
Contributor Author

This is mostly done, but wait_vbl_done() will still halt even when power save mode is disabled. Only the ones which run while the HBlank handler (for multicolor display on CGB) is in place need to be patched, however.

@asiekierka asiekierka reopened this Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant