Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 419 Bytes

Chip-8 emulator, written in Rust with WASM support

Latest stable build available at: https://netthier.github.io/chip8/

TODO:

  • Add ROM selection (Currently loads TETRIS by default)
  • Add sound support
  • Add a debugging UI
  • Add a CRT effect with shaders
  • Add Super CHIP support
  • Add more debugging features (modify registers, breakpoints, etc.)
  • Allow user-uploaded ROMs