Skip to content

na9da/purescript-chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureScript Chip8 Emulator

This is something I wrote for fun. Not all games work as I haven't implemented all opcodes. UFO, Blitz & Space Invaders are some of the games that do work.

UFO

More ROMS.

TODOs

  • Implement all Opcodes
  • Implement Audio
  • Figure a way to stop emulation when the program exits
  • Add a drop-down UI for changing loading a new game