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
- CPU Emulation
- Step debugger
- Basic decompiler
- Sound (WIP)
- Tetris
- Dr mario
- 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