Port of GBA Exploader to modern libnds
Go to file
ApacheThunder 049f3700d6 Fix 3 in 1 Plus NorFlash
* NorFlash read/write now working for 3 in 1 Plus! Big thanks to
cory1492 for he had managed to make available the version of source code
of gbaldr that had the code needed to make this work. Also thanks to
stl25 for helping test 3in1 Plus support as I do not own a 3 in 1 Plus
myself.

* 64MB roms appear to write to NorFlash correctly with 3 in 1 Plus
however note that this does not mean retail roms that used that size
will work (not without patching anyways). 3 in 1 Plus had 64MB NorFlash
but doen't use normal page switch commands so retail roms will need
patching to use this.

* r4tf bool set to false for SuperCard and Rumble menu disabled for
SuperCard. Program would crash if user attempts to use R shoulder button
to access rumble menu if a SuperCard is inserted and a NDS file for soft
reset was available. This has been fixed by disabling this menu for
SuperCard. The rumble menu will not work as intended for SuperCards
anyways.
* Soft Reset for rumble menu is currently broken. (has been since
initial rebuild). The method the program uses for loading NDS files
likely needs to be rewritten.
* Hitting X after flashing a game to NorFlash on 3 in 1 Plus may cause
hang. The game flashed will still be bootable provided the user power
cycles the console and boots the card as normal. No plans to fix as I'm
unsure why it's happening and it's a minor issue. Hitting X after
switching to NorFlash without flashing anything seems to still work
though. Feel free to create a push request if you managed to fix this.
;)
2024-05-19 02:24:34 -05:00
arm7 Add support for SuperCard/3in1 Plus 2024-05-18 14:07:26 -05:00
arm9 Fix 3 in 1 Plus NorFlash 2024-05-19 02:24:34 -05:00
Fami_mini_cnv Starting Commit .... 2024-05-08 00:50:01 -05:00
GBA_ExpLoader Starting Commit .... 2024-05-08 00:50:01 -05:00
.gitignore File browser fixes .... 2024-05-08 07:56:20 -05:00
GBA_ExpLoader_57.zip Add source code 2024-04-01 11:39:31 +08:00
logo32.bmp Updated Icon 2024-05-18 14:40:26 -05:00
Makefile Fix 3 in 1 Plus NorFlash 2024-05-19 02:24:34 -05:00
README.md Update README.md 2024-04-01 11:41:56 +08:00

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.