Skip to content

jake-abed/chip-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 in Zig

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.

Current Spec

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.

Technology Used

  • Zig
  • Raylib

That's it. It's overall extremely simple.

To-Do

  1. Add sound to play when Sound Timer is active.
  2. Flags for different architectures.

There are currently no plans to add additional bits of GUI functionality to the emulator (loading roms or snapshots).

About

A Chip-8 Emulator in Zig!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages