/octopus

a chip8 emulator

Primary LanguageC++

Usage

build the project

just setup release && just build release

provide bin/octop with a valid CHIP-8 ROM, ending with a ".ch8" extension

bin/octop roms/br8kout.ch8

Limitations

  • currently, it only supports the instructions specified in the technical reference used, and does not support quirks

References