/chip8

CHIP-8 Emulator written in C++

Primary LanguageC++

CHIP-8 Emulator

A simple CHIP-8 emulator written in C++ as a starting point to get into emulator development.

Building

Prerequisites

  • SDL2
  • g++ version 8 or above

Simply run make to build the source code.

Running

After building the emulator can be run using

./chip8 "ROM"