-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add NDS port #53
base: master
Are you sure you want to change the base?
Add NDS port #53
Conversation
b8bd198
to
ecbde5e
Compare
I have no access to the nds-dev package through |
This uses BlocksDS, so, for Linux:
Sorry if it wasn't instantly clear... |
Now that I've begun to bootstrap off devkitARM, I can start tackling this. First, I'd like to see this port split into multiple pull requests that I can review individually:
|
Making multiple PRs would be a nightmare in terms of commits, rebases and conflicts. For the screens: I went with the first one so one can test both screens at the same time, and if they see something, they can reference the other screen to check how things should appear. |
Done. c697ccb is the commit in which I swap things around for the GBA build to account for NDS bugs. This means both for the Windows in overscan.c and for the hdmaTable for hill_zone_scroll. Windows bugs:
hdmaTable issue:
The rest of the commits should be self-explanatory. |
Separated version.
Not specified, but due to a bug with swiUnpackBits in the current release of BlocksDS, a version > 0.14.0 must be used (so I built it using master for now).
Hopefully an updated release is released soon!
Requires #52 to be merged in first (so the common commits are removed).