hchip icon indicating copy to clipboard operation
hchip copied to clipboard

Haskell Chip16 emulator

trafficstars

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