A Chip8 interpreter written in C++
git clone --recurse-submodules https://github.com/notskm/chip8
cd chip8mkdir build
cd buildcmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
cmake --build .cmake .. -G "Visual Studio 16 2019"
cmake --build . --config Release| Option | Default | Description |
|---|---|---|
| RUN_CONAN | ON | Runs conan install automatically |
| BUILD_TESTS | OFF | Builds the tests |
| WARNINGS_AS_ERRORS | OFF | Treat compiler warnings as errors |
See also the list of contributors who participated in this project.
