Skip to content
/ chip-8 Public

CHIP-8 emulator written in Zig

Notifications You must be signed in to change notification settings

marnym/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

After converting another project from Rust to Zig. I wanted to try out Zig in another project.

For a long time I'd been wanting to write an emulator but never got to it. This was the perfect chance to try out both.

I used this amazing guide for guidance.

Running

zig build run

ROMs can be loaded by dropping them onto the program.

About

CHIP-8 emulator written in Zig

Resources

Stars

Watchers

Forks