Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 201 Bytes

CHIP8-VM

A very unpretentious implementation of the CHIP8 VM using pure Java.

TO-DO

  • Add support for Reset VM
  • Refactor to avoid use of Thread.sleep
  • Refactor sound implementation