main
A Chip8 Emulator made in modern C++ and SDL3 Passes all the tests for Timendus' Test Suite.
To install:
- Create a "build" directory by running $ mkdir build
- $ cd build
- $ cmake .. && cmake --build .
- run by $ ./chippotto <path/to/rom>
Description
Languages
C++
96.5%
CMake
3.5%