mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
Port of GBA Exploader to modern libnds
![]() * libnds's swiSwitchToGBAMode ASM function was broken. They used r0 instead of r2 so it didn't work. It must have been correct when GBA Exploader was last compiled more then a decade ago, but now it's broken so this ASM function had to be reimplemented. GBA Mode switch now appears to function as intended. * As I currently lack a compatible slot-2 flashcart (SuperCard Lite doesn't work even after trying a few hardcoded card types in main.c) further testing can't be done on the rest of the code. It appears to work but I won't know for sure until someone with compatible hardware tests it. |
||
---|---|---|
arm7 | ||
arm9 | ||
Fami_mini_cnv | ||
GBA_ExpLoader | ||
.gitignore | ||
GBA_ExpLoader_57.zip | ||
logo32.bmp | ||
Makefile | ||
README.md |
GBA-Exploader
GBA Exploader 57 source code
I got this source code from Rudolph (皇帝) by email(kotei.blog@gmail.com)
this is what he said about it:
「GBA ExpLoader V0.58b」が最終版ですが、リソースを何故か紛失していました。
よって、申し訳ないですが「GBA ExpLoader V0.57」のリソース関連を添付いたします。
ソース等は、ご自由に使用されて構いません。
時間が経過していますので、内容については完全に失念しておりますので、
ビルド方法などご質問いただいてもお答えできません。
一部のファイルの拡張子は削除しています。
・Fami_mini_cnv.vbs
・make_bin.bat
・setenv_devkitPro.bat
by Rudolph (皇帝)
It requires a real old version of devkitpro to compile, I was not able to do that, so I just post the original code he gave me, hope that someone can make use of it.