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

Use dynamic VRAM address in DMA display copy for fx-CG 50 compatibility #1

Merged
merged 1 commit into from
Apr 22, 2021
Merged

Conversation

lephe
Copy link
Contributor

@lephe lephe commented Apr 22, 2021

The VRAM address is different on the fx-CG 50. The code already determines the address dynamically, however the non-blocking DMA function from WikiPrizm does not. Just use the dynamic address and the add-in rolls easily on the fx-CG 50/Graph 90+E.

Nothing much really, the VRAM address is different and the original
asynchronous DMA-based function from WikiPrizm hardcodes the Prizm
address. Use the dynamically-detected address instead.
@atrt7 atrt7 merged commit 1489614 into atrt7:main Apr 22, 2021
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

Successfully merging this pull request may close these issues.

2 participants