Chip-8 emulator written in C++ using SFML
- CPU
- Graphics
- Audio
- Input
Generate the solution files using CMake and build it. It has been tested on Windows and Arch Linux with the following tools and libraries:
-
Compilers:
- GCC 9.1
- Clang 8.0.0
- MSVC 19.21.27702.2 (VS 2019)
-
Libraries:
- SFML 2.5.1
-
Tools:
- CMake 3.15
Run the chip8-emulator
executable generated in the bin
folder and select a ROM from the file selector dialog.