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

Is the VDC framebuffer always un-ready after a control register write? #2

Open
lavignes opened this issue May 25, 2022 · 0 comments
Open

Comments

@lavignes
Copy link
Owner

We always reset the ready state of the framebuffer when parameters change.

self.framebuffer_ready = false;

Not sure what happens on a real device but it is likely that changes to the control registers would apply mid-frame. So we should remove this to allow funky raster effects :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant