#elf-file #advance #cartridge #gba #build #game

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

#11 in #cartridge

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

~5–10MB
~104K SLoC