Update readme

This commit is contained in:
Franco Colmenarez 2021-11-09 16:33:56 -05:00
parent aa30b98679
commit bb19a6a6db

View File

@ -7,12 +7,23 @@ Any help or suggestion is welcome!
## TODO ## TODO
- [x] CPU implementation - [x] CPU implementation
- [x] Interrupts (interrupts test not passing yet) - [x] Interrupts
- [x] Timer - [x] Timer
- [x] Joypad (not configurable yet) - [x] Joypad (not configurable yet)
- [ ] PPU implementations - [X] PPU implementations
- [ ] Gameboy boot ROM
- [x] Render the pixels - [x] Render the pixels
- [ ] MBC Implementations
- [x] NoMBC
- [ ] MBC1
- [ ] MBC2
- [ ] MBC3
- [ ] MBC4
- [ ] MBC5
- [ ] MBC6
- [ ] MBC7
- [ ] HuC1
- [ ] Web Assembly support (because this is a Rust project and it has to support Web Assembly)
- [ ] Gameboy boot ROM (Not important for now)
- [ ] Gameboy Color compatibility - [ ] Gameboy Color compatibility
- [ ] Sound - [ ] Sound
- [ ] Web Assembly support (because this is a Rust project and it has to support Web Assembly) - [ ] Many code refactors and optimizations are needed