-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for Super Mario World 2 - Yoshis Island #10
Comments
This requires GSU expansion chip support, which is not supported now due to not enough block RAM on the nano 20k and primer 25k. |
Thanks for the fast reply. In theory, would the tang mega 138k have enough bram? Can you maybe give some insights on how the estimate is done? |
The 138k Pro has enough BRAM. The snes memory in question is the BSRAM. GSU accesses BSRAM with more bandwidth than the current design provides. So moving BSRAM from sdram to block RAM should solve this. However, the 138K Pro is quite expensive... |
Thanks for the additional info! So if it's ok for you, I'd keep this issue open for now :) |
Hey, a lot of games are working already, thanks for all the effort you made already! There is one game I'd really love to play, but it doesn't seem to load yet, Super Mario World 2 - Yoshis Island. It would be really great, if you could check out, what's the issue here.
Thanks!
The text was updated successfully, but these errors were encountered: