Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 420 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 420 Bytes

Chip8 Emulator

This is my first implementation of the CHIP-8. I used this project to try out and learn ⚡ Zig.

The emulator passes the Corax+ opcode and flags tests from https://github.com/Timendus/chip8-test-suite. SDL2 library is used to create the display.

Sound is not implemented.

Usage

zig build run -- <path-to-chip8-program>