Files
Sebastian Mihai Pantoc 8d93de4be7 test
2026-05-12 11:15:47 +02:00

254 B

A Chip8 Emulator made in modern C++ and SDL3 Passes all the tests for Timendus' Test Suite.

To install:

  1. Create a "build" directory by running $ mkdir build
  2. $ cd build
  3. $ cmake .. && cmake --build .
  4. run by $ ./chippotto <path/to/rom>