Update readme

This commit is contained in:
Franco Colmenarez 2021-10-19 10:42:47 -05:00
parent b6b7e7bf73
commit 5d710c3504

View File

@ -1,5 +1,5 @@
# Rust Boy # YARGBE
Yet another Gameboy emulator written in Rust. Yet Another Rust Gameboy Emulator.
This is just a fun project I'm making for learning and practice purposes. If you want a fully-featured Gameboy emulator, this is not probably the best one :P This is just a fun project I'm making for learning and practice purposes. If you want a fully-featured Gameboy emulator, this is not probably the best one :P
@ -7,7 +7,9 @@ Any help or suggestion is welcome!
## TODO ## TODO
- [x] CPU Registers implementation - [x] CPU Registers implementation
- [ ] CPU Instructions implementations - [x] CPU Instructions implementations
- [ ] Interrupts
- [ ] Timing
- [ ] PPU implementations - [ ] PPU implementations
- [ ] Gameboy boot ROM - [ ] Gameboy boot ROM
- [ ] Render the pixels - [ ] Render the pixels