This is a CHIP-8 Emulator/Interpreter written in Zig. All instructions and details were gleaned from reading Tobias V. Langhoff's guide and the technical reference.
The current spec targets the original implmentation for the COSMAC-VIP. An eventual goal is to add flags to change opcode behavior for different platforms.
- Zig
- Raylib
That's it. It's overall extremely simple.
- Add sound to play when Sound Timer is active.
- Flags for different architectures.
There are currently no plans to add additional bits of GUI functionality to the emulator (loading roms or snapshots).