This commit is contained in:
Sebastian Mihai Pantoc
2026-05-12 11:15:47 +02:00
commit 8d93de4be7
27 changed files with 773 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
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>