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.
Some random games.
Resources I'm using to develop this: