Skip to content

sdtv9507/chip8-v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8-V

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