update readme

This commit is contained in:
Franco Colmenarez 2021-10-28 19:42:15 -05:00
parent 7f9fdc9935
commit c401726da5

View File

@ -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)