Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 292 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 292 Bytes

Chippie

React + JS based CHIP-8 emulator

Instructions

Run locally: yarn dev or npm run dev Run tests: yarn test

TODO

  • Change 'clock delay' to 'clock rate' ie. 1.0 for 60hz 0.5 for 30hz etc?
  • How to test interpreter command mapping in isolation?
  • Better debugger scrolling