A mostly working, somewhat over-engineered, Chip-8 Emulator
Written in C with SDL2 and supports windows, unix (tested on ubuntu/mac), and the web (via emscripten)
Online demo: http://eejdoowad.github.io/Chip8/ (controls are '2', 'q', 'z', 'x')
Platform-specific build instructions can be found in the build subdirectories
MIT Licensed. See License.md for details