Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 818 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 818 Bytes

gameboy

A(nother) game boy emulator written in Go.

This is meant to be used as a library, not a batteries-included emulator to play games. It's not focused on accuracy, but on ease to emulate frame-by-frame.

Features

  • Passes Blargg cpu_instrs Test ROMs
  • LCD/GFX is supported
  • Sound is not supported
  • Game Boy Color is not supported

Credits