/chip8_emulator_c

CHIP8 Emulator/Interpreter in C & SDL2

Primary LanguageCMIT LicenseMIT

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