#elf-file #cartridge #gameboy-advance #build #game #binary #binary-file

app gba-make-cartridge

A command line tool to build a game boy advance cartridge from an elf binary file

2 stable releases

Uses old Rust 2015

1.0.1 Apr 15, 2017

#1941 in Development tools

MIT license

12KB
262 lines

Build Status

gba-make-cartridge is a simple application to make a gameboy advance cartridge from an ELF file.

requirements

Needs armv4t-none-eabi-objcopy on the path. To get this on mac, try homebrew:

brew install russellmcc/armv4t-toolchain/armv4t-none-eabi-binutils

how to build

cargo build

License

MIT

Dependencies

~3.5–5MB
~92K SLoC