everdrive-cfw is a custom firmware which can replace GBAOS.gba
on Everdrive GBA flashcarts. It is currently incomplete and mostly experimental. Uses a subset of ChaN's fatfs
along with the official GBA Everdrive IO library.
- loader_mb: For use with STLink v2 multiboot. Replace
GBAOS.gba
withloader_mb_mb.gba
to chainloadmain
via link port. - main: Replaces
GBAOS.gba
build_tools/generate_fonts/font.vwflen.bin
andbuild_tools/generate_fonts/font.img.bin
: Place these inGBASYS/
Requires devkitARM
and libgba
. Read through test.sh
and upload.sh
to get an idea of how to build and run.