An open API service indexing awesome lists of open source software.

https://github.com/dalibor-osu/chip8-zig

CHIP-8 emulator written in Zig
https://github.com/dalibor-osu/chip8-zig

chip-8 chip8 chip8-emulator emulation emulator zig

Last synced: 16 days ago
JSON representation

CHIP-8 emulator written in Zig

Awesome Lists containing this project

README

          

## Usage:

1. Build the project using `zig build`
2. Run the output binary and pass a path to a ch8 ROM (any file in programs dir)

There are still some bugs, but IBM logo and opcode test both work well. Slippery slope is still bugged.

## Stuff I used
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
- https://github.com/corax89/chip8-test-rom
- https://johnearnest.github.io/chip8Archive/play.html?p=slipperyslope