AjayMT / chip8

CHIP-8 emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chip8

This is a CHIP-8 emulator. It performs all functions of the CHIP-8 except for sound.

Build

Requires SDL2.

make

Usage

chip8 [filename]

I have included a (public domain) Pong ROM.

About

CHIP-8 emulator

License:MIT License


Languages

Language:C 99.0%Language:Makefile 1.0%