Skip to content

DengY11/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

A simple CHIP-8 virtual machine implemented in C++17.

How to Build

mkdir build
cd build
cmake ..
make

How to Run

Place your CHIP-8 ROM files in the ROMS directory.

Then, from the build directory, run the emulator with the path to your ROM:

./chip8 ../ROMS/your_rom_name.ch8

For example:

./chip8 ../ROMS/helloworld.ch8
image

Debugger:

image

About

CHIP-8 virtual machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published