254 B
254 B
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>