1
0
Go to file
2023-09-13 23:55:06 +03:00
libs add simple memory viewer 2023-09-13 23:55:06 +03:00
src add simple memory viewer 2023-09-13 23:55:06 +03:00
.gitignore initial commit 2023-08-27 14:46:52 +03:00
.gitmodules add simple memory viewer 2023-09-13 23:55:06 +03: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