From a1e69db93993765fa0dd7da5e2a2139574fab82b Mon Sep 17 00:00:00 2001
From: Fang Lu <me@fang.lu>
Date: Fri, 24 Nov 2017 01:00:48 -0600
Subject: [PATCH] Update 'README.md'

---
 README.md | 31 ++++++-------------------------
 1 file changed, 6 insertions(+), 25 deletions(-)

diff --git a/README.md b/README.md
index 7928e6d..efc2bcb 100644
--- a/README.md
+++ b/README.md
@@ -28,14 +28,14 @@ Features
 
 **Input devices**
 
-* [ ] **USB Mouse driver**
-* [ ] **PS/2 Keyboard driver**
-* [ ] Wacom tablet driver
-* [ ] USB hub support
+* [x] **USB Mouse driver**
+* [x] **PS/2 Keyboard driver**
+* [ ] ~~Wacom tablet driver~~
+* [ ] ~~USB hub support~~
 
 **Graphics**
 
-* [ ] **VGA output driver**
+* [x] **VGA output driver**
 * [ ] **Graphics service & task distributor**
 * [ ] **Bitmap renderer**
 	* [ ] **Bitmap resizable copy**
@@ -55,7 +55,7 @@ Features
 
 **Audio**
 
-* [ ] **Audio driver**
+* [x] **Audio driver**
 * [ ] **Multitrack mixdown**
 
 **Miscellaneous/Utilities**
@@ -65,22 +65,3 @@ Features
 * [ ] **MP3 Parsing**
 * [ ] Zip parsing
 
-
-TODO
---------
-
-* [ ] 11/8 - 11/14
-	* [ ] PS/2 driver setup
-	* [ ] Audio driver setup
-* [ ] 11/15 - 11/28 (Thanksgiving)
-	* [ ] Graphics modules and submodules
-	* [ ] Bootstrapper and main game program
-	* [ ] Modules timing synchronization
-	* [ ] File IO support
-* [ ] 11/29 - 12/5
-	* [ ] Baseline testing & debugging
-	* [ ] Extra graphics
-* [ ] 12/6-12/13
-	* [ ] Extra game features
-	* [ ] Extra drivers
-	* [ ] Product testing & debugging
-- 
GitLab