rmg-001/README.md

18 lines
471 B
Markdown
Raw Normal View History

2021-10-19 15:42:47 +00:00
# YARGBE
Yet Another Rust Gameboy Emulator.
2021-10-11 19:51:24 +00:00
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
2021-10-19 15:42:47 +00:00
- [x] CPU Instructions implementations
- [ ] Interrupts
- [ ] Timing
2021-10-11 19:51:24 +00:00
- [ ] PPU implementations
- [ ] Gameboy boot ROM
- [ ] Render the pixels
- [ ] Gameboy Color compatibility
- [ ] Sound