mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
readme update
This commit is contained in:
parent
70b752f82b
commit
100ded7da6
|
@ -14,6 +14,14 @@ However, currently the development focus is leaning towards having minimal
|
||||||
coverage of all the parts of the GBA. Until that's done, unfortunately the book
|
coverage of all the parts of the GBA. Until that's done, unfortunately the book
|
||||||
will be in a rather messy state.
|
will be in a rather messy state.
|
||||||
|
|
||||||
|
## What's Missing
|
||||||
|
|
||||||
|
The following major GBA features are still missing from the crate:
|
||||||
|
|
||||||
|
* Affine Graphics
|
||||||
|
* Interrupt Handling
|
||||||
|
* Serial Communication
|
||||||
|
|
||||||
## First Time Setup
|
## First Time Setup
|
||||||
|
|
||||||
Writing a Rust program for the GBA requires a fair amount of special setup. All
|
Writing a Rust program for the GBA requires a fair amount of special setup. All
|
||||||
|
|
Loading…
Reference in a new issue