rmg-001/README.md

19 lines
611 B
Markdown
Raw Normal View History

2021-10-20 19:33:11 +00:00
# RMG-001
Rust Matrix Game - 001: 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
2021-10-29 00:42:15 +00:00
- [x] CPU implementation
2021-11-01 02:09:10 +00:00
- [x] Interrupts (interrupts test not passing yet)
- [x] Timer
- [x] Joypad (not configurable yet)
2021-10-11 19:51:24 +00:00
- [ ] PPU implementations
- [ ] Gameboy boot ROM
2021-10-29 00:42:15 +00:00
- [x] Render the pixels
2021-10-11 19:51:24 +00:00
- [ ] Gameboy Color compatibility
- [ ] Sound
2021-10-19 15:46:40 +00:00
- [ ] Web Assembly support (because this is a Rust project and it has to support Web Assembly)