/chipper

CHIP-8 interpreter

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Chipper Build Status Known Vulnerabilities

A CHIP-8 interpreter written in NodeJS and licensed under the GPL-3.0.

ROMs

I haven't had a chance to look into the licensing around ROMs yet so you will need to download your own.

Usage

If you have some ROMs, you can run the VM using the following command:

cd /project/directory
node chip8.js vm path/to/roms/PONG

You can also run the disassembler

node chip8.js ds /path/to/rom/SOMEROM

Tests

npm test

TODO

Project Board

Sources