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
- Host: GitHub
- URL: https://github.com/dalibor-osu/chip8-zig
- Owner: dalibor-osu
- Created: 2025-11-23T23:37:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T23:40:04.000Z (7 months ago)
- Last Synced: 2025-11-24T01:18:25.700Z (7 months ago)
- Topics: chip-8, chip8, chip8-emulator, emulation, emulator, zig
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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