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

GBA crt0.s breaks compatibility with SuperCard SD #1

Open
GValiente opened this issue Nov 12, 2024 · 1 comment
Open

GBA crt0.s breaks compatibility with SuperCard SD #1

GValiente opened this issue Nov 12, 2024 · 1 comment

Comments

@GValiente
Copy link

Default cart speed isn't supported by slow flashcarts like the SuperCard SD:

ldr r12, =0x4317

AFAIK current crt0.s doesn't change the cart speed: https://github.com/devkitPro/devkitarm-crtls/blob/master/gba_crt0.s

If that cart speed is setup in the crt0.s, the user can't change it afterwards, so nothing can be done to make SuperCard SD compatible ROMs.

@Lorenzooone
Copy link

Lorenzooone commented Nov 12, 2024

I second this request.
It would break support for lower end reflashable carts. I usually have checks in place to handle that iteratively in a proper manner.

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

2 participants