A chip8 emulator written in clojure, using quil as the graphics library
To compile to a jar file:
lein compile
lein uberjar
With a generated jar file:
$ java -jar chip8emu-0.1.0-standalone.jar [args]
To just run within directory:
$ lein run [args]
For example, to run VBRIX included in the games directory use
$ lein run VBRIX
Wonderful reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#00FD
- get sound working
- 60hz timers working correctly