hchip

April 28, 2013 ยท View on GitHub

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

Contents

  1. 1Haskell Chip16 emulator
  2. 2Controls
  3. 3How to build