Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 154 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 154 Bytes

chip8

A Chip-8 interpreter written in Rust.

What's Done

  • Implement Instruction Set
  • Video output
  • Keyboard input
  • Audio output