https://github.com/rust-console/gba-make-cartridge
creates a gba cartridge from an elf file
https://github.com/rust-console/gba-make-cartridge
Last synced: about 1 year ago
JSON representation
creates a gba cartridge from an elf file
- Host: GitHub
- URL: https://github.com/rust-console/gba-make-cartridge
- Owner: rust-console
- License: mit
- Created: 2017-04-13T05:11:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T16:29:18.000Z (about 9 years ago)
- Last Synced: 2025-04-23T02:47:14.069Z (about 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/russellmcc/gba-make-cartridge) [](https://crates.io/crates/gba-make-cartridge)
`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:
```sh
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