10 lines
254 B
Markdown
10 lines
254 B
Markdown
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>
|
|
|