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

Fix display wait quirk #2

Open
guilherme-puida opened this issue Feb 21, 2024 · 0 comments
Open

Fix display wait quirk #2

guilherme-puida opened this issue Feb 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@guilherme-puida
Copy link
Owner

guilherme-puida commented Feb 21, 2024

The test rom describes the following behavior:

Display wait - Drawing sprites to the display waits for the vertical blank interrupt, limiting their speed to max 60 sprites per second. More information here. Test will show SLOW if the number of cycles per frame is too low for the test to be deterministic (this is not necessarily an error, but a suggestion to rerun the test with a higher number of cycles per frame).

Right now, the emulator outputs disp. wait off x, when it should be disp. wait on ✓.

@guilherme-puida guilherme-puida changed the title Fix Display wait quirk Fix display wait quirk Feb 21, 2024
@guilherme-puida guilherme-puida added the bug Something isn't working label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant