A very simple implementation of the Chip-8 Instruction-Set using Raylib and Odin
ATTENTION:
This Projetc is NOT fully tested for memory safety etc, so there could be memory leaks I guess ¯_(ツ)_/¯
If you do not know Odin, this is how you run this "emulator":
- Get Odin
- Run
odin build "./src/"in the cloned directory - Run
./src.exe {rom-file}to run the provided rom file
Thats it