chip8-clj is a Chip8 interpreter written in Clojure. It mutates state all over the place, so please don't use it as an example of how to write proper Clojure code. It also doesn't implement sound and keypresses (yet).
In the REPL:
(-main)
(read-rom-file "/path/to/a/rom")
(cpu/resume)
Copyright © 2018 César Olea
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.