PHenegan / GameboyEmulator

A gameboy emulator written in Rust
0 stars 0 forks source link

Support MBC1 Cartridges #9

Closed PHenegan closed 1 month ago

PHenegan commented 1 month ago

The work for this is only partially completed because I realistically can't know if all of the edge cases matter until I actually test a ROM. Additionally, the lack of a constructor is because I wanted to wait until more of the MBCs are implemented, then I could come up with abstractions for constructors (and likely a good portion of the logic as well)