Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 749 Bytes

Chip 8 Emulator / Virtual Machine

vm workflow linux vm workflow windows

This Chip-8 emulator is built off of an edited version of this repo

pong.ch8

the pong.ch8 rom comes from this repo

building

Linux

simply run make buildLinux

or
gcc source/main.c -I include -lX11 -o RVM.exe

Windows

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