My attempt at an emudev hello world project, learning C at the same time. Using Raylib.
WIP
From the root of the repo, builds in debug configuration by default:
Linux:
cd build && chmod +x ./premake5 && ./premake5 gmake && cd .. && makeWindows:
cd build && ./premake5.exe gmake && cd .. && makeDebug:
./bin/Debug/c8 ./tests/ibm.ch8Release:
./bin/Release/c8 ./tests/ibm.ch8Test cartridges are located in tests. Most of these were taken from the https://github.com/Timendus/chip8-test-suite/ repository, which is very much appreciated.



