A small, portable Chip-8 emulator written in C++ using SDL. This repository contains the emulator core and an instruction set implementation with a CMake-based build system.
- Implements the Chip-8 instruction set
- Uses SDL for graphics and input
- Small, self-contained codebase suitable for learning and extension