Almost complete Chip8 emulator written in V using gg module as a graphic interface.
git clone --recursive https://github.com/FInISHED-wORK/v8.git
cd v8
v8 run v8.v [rom_path] || v v8.v && ./v8 [rom_path]
- All opcodes
- Display
- Sound
- Keypad
- Font
- Memory
- Stack
- Delay
- Super-Chip support
- XO-Chip support
- Quirks
- Chip8 Test Suite by Timendus
- Passing all test excluding the Quirks
- Tetris and Brix from dmatlack/chip8
- All working with the expected bugs
- Chip8 Test ROM by metteo
- OK