gba-make-cartridge

Crates.iogba-make-cartridge
lib.rsgba-make-cartridge
version1.0.1
sourcesrc
created_at2017-04-15 15:49:51.162757
updated_at2017-04-15 15:53:44.26613
descriptionA command line tool to build a game boy advance cartridge from an elf binary file.
homepage
repositoryhttps://github.com/russellmcc/gba-make-cartridge
max_upload_size
id10698
size12,605
Lokathor (Lokathor)

documentation

README

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

Commit count: 16

cargo fmt