Skip to content

compromyse/CHIP8Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP8Emu

image

About The Project

CHIP8Emu is an emulator for the 1977 interpreter CHIP-8 written in C++. It aims to make games designed for the same playable on modern hardware.

Compilation & Usage

For compilation, you need Clang, CMake, GNUMake, and SDL2. With them installed, run the following.

mkdir build; cd build
cmake ..
make

Replace [scale] with your preferred display scaling, [delay] with the your preferred delay, and [ROM] with the path to the game you intend to play.

./chip8emu [scale] [delay] [ROM]

Thanks!

About

An emulator for CHIP-8 written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published