A CHIP-8 emulator built using the Simple DirectMedia Layer (SDL) library.
This project implements a CHIP-8 emulator/interpreter using SDL 2.0 for graphics, input handling, and audio. CHIP-8 is an interpreted programming language developed in the 1970s, primarily used for simple video games on 8-bit microcomputers.
- CMake (3.0 or higher)
- SDL2 development libraries
- C/C++ compiler