An attempt to learn zig while writing an emulator for a "simple" chip.
This is built and tested with Zig 0.11.0.
Clone the repo and run zig build test
to build and test the emulator.
- Zig
- Gameboy CPU Manual
- Inspiration from Wuelle
- Gameboy CPU (LR35902) instruction set
MIT