Skip to content
/ Zip-8 Public

Implementing the CHIP-8 using Zig

License

Notifications You must be signed in to change notification settings

Jacquwes/Zip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip-8

Quick Chip-8 emulator written in Zig 0.13.0

Zip-8 demo

To build, use zig build and run with ./zig-out/bin/zip-8 relative/path/to/rom or zig build run -- relative/path/to/rom

Keys are mapped 1:1 to the Chip-8 keypad (eg: a=a, b=b, 1=1, 2=2, etc)

Left to implement:

  • Sound