~rabbits/chip8uxn

Chip-8 emulator, written in Tal
Implemented timer
Passes sierpinski
Fixed leak with e opcodes

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/chip8uxn
read/write
git@git.sr.ht:~rabbits/chip8uxn

You can also use your local clone with git send-email.

#CHIP-8

Chip-8 is a simple virtual machine created in the 70s, implemented in Uxntal.

#Build

You must have the Uxn assembler and emulator.

uxnasm src/main.tal bin/chip8.rom && uxnemu bin/chip8.rom tetris.ch8

#Controls

┌───┬───┬───┬───┐
│ 1 │ 2 │ 3 │ 4 │
│ Q │ W │ E │ R │
│ A │ S │ D │ F │
│ Z │ X │ C │ V │
└───┴───┴───┴───┘