Golden-Emu-8
Golden Emu 8 is yet another Chip8 interpreter/emulator written in modern C++
Features
- Compatible with most ROMs
- Customizable settings
- Fast
Building Project Files
git clone https://github.com/londonmax12/Golden-Emu-8
cd Golden-Emu-8
mkdir build
cd build
cmake ..