A CHIP-8 emulator (rather interpreter) implementation in C++ using SDL3
cmake -B build
cmake --build build -j4
cd build/bin
./chip8 ../../roms/<pass rom file>
| IBM Logo | CHIP-8 Logo |
|---|---|
![]() |
![]() |
| Space Invaders | Octojam Title |
![]() |
![]() |
- Pass tests from chip8-test-suite
- Keypad actions
- Add beep sound
- Use only the CHIP-8 ram memory for stack/registers



