rmg-001/README.md
2021-10-28 19:42:15 -05:00

18 lines
542 B
Markdown

# RMG-001
Rust Matrix Game - 001: 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
Any help or suggestion is welcome!
## TODO
- [x] CPU implementation
- [ ] Interrupts
- [ ] Timing
- [ ] PPU implementations
- [ ] Gameboy boot ROM
- [x] Render the pixels
- [ ] Gameboy Color compatibility
- [ ] Sound
- [ ] Web Assembly support (because this is a Rust project and it has to support Web Assembly)