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.
*OpenGL 3.3
v chip8v.v -cc gcc
After compiling run:
chip8v path/to/my/rom
use I and O to control speed.
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