Merge pull request #43 from rust-console/lokathor

readme update
This commit is contained in:
Lokathor 2019-01-02 20:57:35 -07:00 committed by GitHub
commit dc1d412ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
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
Writing a Rust program for the GBA requires a fair amount of special setup. All