Chip-8 emulator written in C++14. High compatibility with games found online.
This emulator was written in 4 days following various specifications online.
- SDL2 (Simple Direct Media Library) is used for rendering and keyboard events
Under linux install SDL bysudo apt-get install libsdl2-dev
Simply run make all
Or under windows mingw32-make all
if MinGW is installed
- Implement remaining SCHIP-48 instructions
- Graphical user interface
- Sound