/golden-emu-8

C++ CHIP8 Emulator

Primary LanguageC++MIT LicenseMIT

Golden-Emu-8

Golden Emu 8 is yet another Chip8 interpreter/emulator written in modern C++

prev

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 ..