From 100ded7da6af7a40e0ffe10397d0317bfe2462c8 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 2 Jan 2019 20:50:05 -0700 Subject: [PATCH] readme update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a8a30da..412808c 100644 --- a/README.md +++ b/README.md @@ -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