A Chip 8 instruction set emulator written in C++. Sample ROMS can be found in the roms folder
Windows OS
- Install VSTOOLS 2019. If you wish to use a later version then edit the build script to invoke the version you have installed
- Run the build script. This will place the emulator binary in the bin folder
To run the emulator pass the ROM path as the first command line argument e.g. .\bin\emulator.exe .\roms\PONG2