o
odinpkg.dev
packages / library / chip-8din

chip-8din

0c47469library

Simple chip8 interpreter written in Odin and using Raylib

No license · updated 5 months ago

Chip-8din

Simple chip8 interpreter written in Odin and using Raylib

Usage

./chip8din
Usage: chip8din [OPTIONS...] rom_file

Options:
-variant [chip8|super|xo]   Set the chip8 variant to emulate (default: chip8)
-set-fps frames             Set the frames per second of the display (default: 60)
-set-ipf instructions       Set the instructions per frame of the virtual machine (default: 60)
-help                       Show this help message

Tests

The Timendus's test suite is included as a git submodule. Run: git submodule init && git submodule update to clone the submodule repository