agb/README.md

21 lines
702 B
Markdown
Raw Normal View History

2021-03-07 04:58:59 +11:00
# Rust for the Gameboy Advance
This is my in development library for rust on the gameboy advance. It uses
information from GbaTek, Tonc, and the existing
[rust-console/gba](https://github.com/rust-console/gba). Namely the gba.json
file comes from [rust-console/gba](https://github.com/rust-console/gba).
Note that this currently contains no documentation of any kind, unless you count
examples as documentation.
## Requirements
* Nightly rust, probably quite a recent version.
* Devkitarm.
2021-03-07 05:04:22 +11:00
This is probably easiest to do in a container.
## Makefile
The Makefile is written such that `make d-{example name}` runs the debug build
of the example, and `make r-{example name}` runs the release build.