1
0
Fork
You've already forked chip8
0
Standard Chip8 emulator
  • Odin 100%
Find a file
2026年04月17日 08:14:32 +07:00
test all checkmark 4-flags & 5-quirks 2025年07月04日 14:54:37 +07:00
chip8.odin update odin compiler 2026年04月17日 08:14:32 +07:00
LICENSE add Readme, License 2025年07月02日 16:45:51 +07:00
README.md unfinish -> alpha, ignore SYS instruction 2025年07月04日 15:34:30 +07:00

chip8

Warning

This is alpha software. Expect bugs and incomplete features.

Dependency

quick start

odin build . -error-pos-style:unix -extra-linker-flags:'-ldl -lpthread'
cat test/7-beep.ch8 | odin run . -error-pos-style:unix -extra-linker-flags:'-ldl -lpthread'

References