A Chip 8 Emulator written in C++ using SDL2. Requirements SDL2 Library How to run Drag and drop a rom on the executable or run using the terminal. ./Chip8_Emulator {path_to_rom} Building mkdir build cd build cmake .. make Resources used https://multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ http://devernay.free.fr/hacks/chip8/C8TECH10.HTM https://github.com/diamant3/chip-walo/