Skip to content

netthier/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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