Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 350 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 350 Bytes

Intro

Basic chip8 emulator

Usage

chip8 /path/to/rom

Installation

  • Just compile and run

TODO

A dynamic recompiler using dynarec/jit library
Support for loading ROMs from the command line
A cached interpreter

Credits

Guide