Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 612 Bytes

File metadata and controls

32 lines (28 loc) · 612 Bytes

ZGB

zig game boy

ZGB is a gameboy emulator written in zig ! This is more of a learning project than a real project, don't attempt to use it

Features

  • CPU Emulation
  • Step debugger
  • Basic decompiler
  • Sound (WIP)

Supported games

  • Tetris
  • Dr mario

Passed tests

Blargg test roms

  • CPU
    • 01-special
    • 02-interrupts
    • 03-op sp,hl
    • 04-op r,imm
    • 05-op rp
    • 06-ld r,r
    • 07-jr,jp,call,ret,reti
    • 08-misc instr
    • 09-op r,r
    • 10-bit ops
    • 11-op a, (hl)
  • Instr timing
  • Interrupt time