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 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
- Cycle-accuracy inspired by and sometimes blatantly ported from SameBoy
- Impossible without