Skip to content

eviatarmor/Chip8-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8-Interpreter

The entire source code is documentated for better understanding.

To Compile ( Linux )

first of all, you need to have SDL2 installed on your linux machine.

to compile with debug mode ( only available on linux and window ): g++ -std=c++17 -DENABLE_DEBUG_MODE *.cpp -lSDL2

to simply compile: g++ -std=c++17 *.cpp -lSDL2

About

Chip8 Interpreter / Emulator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages