1
0
Go to file
2023-11-08 23:34:25 +02:00
libs add simple memory viewer 2023-09-13 23:55:06 +03:00
src show chip8 display on model 2023-11-08 23:34:25 +02:00
.gitignore show chip8 display on model 2023-11-08 23:34:25 +02:00
.gitmodules add simple memory viewer 2023-09-13 23:55:06 +03:00
build-models.sh show chip8 display on model 2023-11-08 23:34:25 +02:00
build.zig add simple memory viewer 2023-09-13 23:55:06 +03:00
build.zig.zon add simple memory viewer 2023-09-13 23:55:06 +03:00
README.md ditch WASM support for now 2023-09-02 17:48:12 +03:00

CHIP-8 Emulator

Techinal reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM ROM archive: https://johnearnest.github.io/chip8Archive/ Awesome chip8: https://chip-8.github.io/

// TODO: WASM support