Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.28 KB

Fusion Boy

This a Game Boy emulator written in C# and WPF that is a work in progress. You can resize the window to whatever size you'd like (fullscreen support not implemented yet), which is nice.

Things to still do:

  • Input. You know, so you can actually play the games.
  • Additional cartridge types. Currently, only MBC0 (Rom only) and MBC1 are supported.
  • Fix graphics bugs.
  • Sound.
  • Fullscreen support.
  • Save States.
  • A Braid-style rewind system.

It currently passes the following Blarrg test roms.

Alt text

Alt text

Alt text

Some random games.

Alt text

Alt text

Alt text

Resources I'm using to develop this: