An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/russellmcc/gba-make-cartridge.svg?branch=master)](https://travis-ci.org/russellmcc/gba-make-cartridge) [![Crate version](https://img.shields.io/crates/v/gba-make-cartridge.svg)](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