This Chip-8 emulator is built off of an edited version of this repo
the pong.ch8 rom comes from this repo
simply run make buildLinux
or
gcc source/main.c -I include -lX11 -o RVM.exe
simply run make buildWindows
or
gcc source/main.c -I include -lgdi -lshell32 -o RVM.exe
then to run the VM simply run RVM
or RVM.exe
as per OS