Rust Matrix Game - 001: Yet another Rust Gameboy emulator
Go to file
2021-11-12 19:52:46 -05:00
roms Including more test roms and initializing the registers 2021-10-15 19:49:36 -05:00
src Fix LCD status when turned on or off 2021-11-12 19:52:46 -05:00
.gitignore Rendering tiles with a temporally algorithm 2021-10-28 10:30:48 -05:00
Cargo.lock Raspberry Pi 4 compatible 2021-11-12 09:43:47 -05:00
Cargo.toml Raspberry Pi 4 compatible 2021-11-12 09:43:47 -05:00
LICENSE Create LICENSE 2021-10-11 20:30:17 +00:00
README.md Add resources to readme 2021-11-09 19:52:14 -05:00

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 probably not the best one :P

Any help or suggestion is welcome!

TODO

  • CPU implementation
  • Interrupts
  • Timer
  • Joypad (not configurable yet)
  • PPU implementations
  • Render the pixels
  • MBC Implementations
    • NoMBC
    • MBC1
    • MBC2
    • MBC3
    • MBC4
    • MBC5
    • MBC6
    • MBC7
    • HuC1
  • Web Assembly support (because this is a Rust project and it has to support Web Assembly)
  • Gameboy boot ROM (Not important for now)
  • Gameboy Color compatibility
  • Sound
  • Many code refactors and optimizations are needed

Resources

This project would have been completely impossible without all the documentation and help that exists online for the Nintendo Gameboy: