Skip to content

ses110/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 emulator

Personal project written to emulate simple games originally written for the chip-8 interpreter. The chip-8 was a form of "virtual machine" to make it easier to write games for old microcomputers made in the 1970's such as the COSMAC VIP.

To compile, you need the SDL library installed in your system. Use the makefile and type:

make sdl

or the equivalent command:

g++ -pedantic -std=c++0x -Wall chp.cpp testchp.cpp -o chip8 -lSDL

To run a game, type:

chip8 GAMEFILE

About

Chip8 interpreter/emulator written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages