Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 546 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 546 Bytes

ZarthGB

A GameBoy emulator in C# including sound -to some degree- with MBC1 support for >32 KB games. It passes Blargg's CPU instruction tests.The sound proved particularly tricky and is still a bit far from perfect. Keys: A, S, backspace, return and arrow keys.

Created with the purpose of learning about emulation, not focused on code perfection but on simplicity. References mentioned where relevant.

You can alter the ROM to load in ZarthEmulator.cs or drag the rom onto the executable. Tested with BGBtest, Tetris and Super Mario Land.