Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 660 Bytes

Build Status Crate version

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 install

cargo install gba-make-cartridge

how to build locally

cargo build

License

MIT