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.
- Passes Blargg
cpu_instrs
Test ROMs - LCD/GFX is supported
- Sound is not supported
- Game Boy Color is not supported
- Heavily inspired by goboy
- Rough implementation ideas from codeslinger.co.uk
- Impossible without