/CHIP-8

A CHIP-8 emulator in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

CHIP-8 License: GPL v3

A CHIP-8 emulator written in C++11 using the SDL2 library.

Building from sources

You will need to have SDL2 headers and libraries installed as well as make utility. Run make to build:

$ make

Usage

To emulate chip-8 rom file just pass it as an argument:

$ chip8emu /path/to/rom/file/PONG

Screenshots

Pong:

Pong

Brix:

Brix

Space Invaders:

Space Invaders