A Chip8 emulator, written in Idris.
-
Uses SDL Effects library (requires
SDL
andSDL_gfx
).- git clone https://github.com/edwinb/SDL-idris
- idris --install sdl.ipkg
-
A Makefile is provided.
make run
will run this emulator with the default ROM (currentlymaze.rom
). Note that ROMs are not provided in this repository.