1
0
Go to file
2023-09-02 17:48:12 +03:00
raylib-zig@a106b9968f initial commit 2023-08-27 14:46:52 +03:00
src ditch WASM support for now 2023-09-02 17:48:12 +03:00
.gitignore initial commit 2023-08-27 14:46:52 +03:00
build.zig ditch WASM support for now 2023-09-02 17:48:12 +03:00
build.zig.zon initial commit 2023-08-27 14:46:52 +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