Crates.io | gba-make-cartridge |
lib.rs | gba-make-cartridge |
version | 1.0.1 |
source | src |
created_at | 2017-04-15 15:49:51.162757 |
updated_at | 2017-04-15 15:53:44.26613 |
description | A command line tool to build a game boy advance cartridge from an elf binary file. |
homepage | |
repository | https://github.com/russellmcc/gba-make-cartridge |
max_upload_size | |
id | 10698 |
size | 12,605 |
gba-make-cartridge
is a simple application to make a gameboy advance cartridge from an ELF file.
Needs armv4t-none-eabi-objcopy
on the path. To get this on mac, try homebrew:
brew install russellmcc/armv4t-toolchain/armv4t-none-eabi-binutils
cargo build
MIT