From c401726da5cedc3ce2367cd460355c1592cb2f72 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Thu, 28 Oct 2021 19:42:15 -0500 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89c30c0..8b81a10 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,12 @@ This is just a fun project I'm making for learning and practice purposes. If you Any help or suggestion is welcome! ## TODO -- [x] CPU Registers implementation -- [x] CPU Instructions implementations +- [x] CPU implementation - [ ] Interrupts - [ ] Timing - [ ] PPU implementations - [ ] Gameboy boot ROM -- [ ] Render the pixels +- [x] Render the pixels - [ ] Gameboy Color compatibility - [ ] Sound - [ ] Web Assembly support (because this is a Rust project and it has to support Web Assembly)