mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2024-11-12 21:21:33 +00:00
16 lines
444 B
Markdown
16 lines
444 B
Markdown
|
# 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
|