Skip to content

FInISHED-wORK/v8

Repository files navigation

V8 - Chip8 emulator in V

Almost complete Chip8 emulator written in V using gg module as a graphic interface.

How to:

git clone --recursive https://github.com/FInISHED-wORK/v8.git
cd v8
v8 run v8.v [rom_path] || v v8.v && ./v8 [rom_path]

Working and not working:

  • All opcodes
  • Display
  • Sound
  • Keypad
  • Font
  • Memory
  • Stack
  • Delay
  • Super-Chip support
  • XO-Chip support
  • Quirks

Third party ROMS provided in the repo:

Sofware used: