Chip8-V
October 25, 2021 ยท View on GitHub
A chip-8 interpreter made in V language. Can be used as a libretro core or as a standalone app. Doesn't have audio yet.
Compiling from source
Standalone
*OpenGL 3.3
v chip8v.v -cc gcc
After compiling run:
chip8v path/to/my/rom
use I and O to control speed.
Libretro Core
v chip8v_libretro.v -shared -enable-globals -cc gcc
Copy the core file to Retroarch's core folder Copy chip8v_libretro.info to Retroarch's info folder