ollelogdahl / chip8

A chip8 emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8

A chip8 emulator written in C

Olle Logdahl, 14 August 2020

cmake


Emulator for the complete instruction set of chip8. Uses SDL2 for rendering. Everything works except sound.

Installation / Getting Started

Note: developed for linux. Codebase should be portable, but the cmake build may need to be modified.

git clone https://github.com/ollelogdahl/chip8.git
mkdir build
cd build
cmake .. && make -j4

Usage:

chip8 <rom name>

About

A chip8 emulator

License:GNU General Public License v3.0


Languages

Language:C 98.9%Language:CMake 1.1%