Skip to content

ColleagueRiley/c8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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