Skip to content

Trojan295/chip8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A Chip8 emulator implementation in Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages