Skip to content

netb258/clj8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLJ8

Functional chip8 emulator written in Clojure. Uses the Quil graphics library for rendering.

Alt text Alt text Alt text

Usage

lein run PATH_TO_ROM

Input

1 => 0x01

2 => 0x02

3 => 0x03

4 => 0x0C

Q => 0x04

W => 0x05

E => 0x06

R => 0x0D

A => 0x07

S => 0x08

D => 0x09

F => 0x0E

Z => 0x0A

X => 0x00

C => 0x0B

V => 0x0F

ENTER => Restart the emulator

Credit

Credit goes to coldnew whose ClojureScript emulator is the basis for this emulator.

About

Chip8 emulator written in Clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published