Add readme

This commit is contained in:
Franco Colmenarez 2021-10-11 14:51:24 -05:00
parent b6f512f97b
commit 0deee302ea

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Rust Boy
A Gameboy emulator written in Rust.
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
Any help or suggestion is welcome!
## TODO
- [x] CPU Registers implementation
- [ ] CPU Instructions implementations
- [ ] PPU implementations
- [ ] Gameboy boot ROM
- [ ] Render the pixels
- [ ] Gameboy Color compatibility
- [ ] Sound