Skip to content

FranLMSP/rmg-001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Screenshots

CPU Instructions CPU Timing Link's Awakening Mario Land 2 Pokémon Silver Pokémon Yellow

TODO

  • CPU implementation
  • Interrupts
  • Timer
  • Joypad (not configurable yet)
  • PPU implementations
  • MBC Implementations
    • NoMBC
    • MBC1 (Multicart not implemented)
    • MBC2
    • MBC3 (partially implemented, RTC missing)
    • MBC5
    • MBC6
    • MBC7
    • HuC1
  • Save files
  • Gameboy boot ROM (not important for now)
  • Gameboy Color compatibility (WIP)
  • Sound (WIP)
  • Many code refactors and optimizations

Resources

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

About

Yet another Gameboy emulator written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages