Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 471 Bytes

Simple CHIP8 emulator/interpreter made with C and SDL2

Dependencies

Building

make

Usage

  • ./chip8 <path/to/rom/file> [options] if on linux
  • chip8 <path/to/rom/file> [options] if on windows