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)