Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 342 Bytes

hchip

Haskell Chip16 emulator

Specification and ROMs here.

Controls

A: Z
B: X
Start: Q
Select: W D-pad: arrow keys

How to build

You will need ghc and cabal-install. From the root directory, run:

cabal install --only-dependencies
cabal configure
cabal build