- Sound timer utilises SDL2 for audio
- Adheres to Chip-8 quirks
- Drag & Drop ROM loading
- Install SDL2 (MacOS):
brew install sdl2
- Building:
make
- Running:
./build/debug/Chip8
- SDL2 for graphics, audio and input handling
This project is licensed under the MIT


