Skip to content

LoganHunt5/CHIP-8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8/SUPERCHIP Emulator

A CHIP-8 Emulator with limited support for SUPERCHIP games, written in C++

image

RPS

image

Down

(games shown are from The octojam game repository)

Before running

Install cmake and SDL2 if not installed

$ sudo apt-get install cmake libsdl2-dev

Instructions:

To run a game, move it into the same directory as the emulator files. Then change the GAME variable in the make file.
Then run $ make run

In order to run a SUPERCHIP game, change the chipType variable in chip8.cpp to SUPERCHIPMODERN (located right above main function)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors