Skip to content

gs-niteesh/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5f134d · Oct 25, 2020

History

5 Commits
Oct 25, 2020
Oct 25, 2020
Oct 25, 2020
Oct 25, 2020
Oct 25, 2020

Repository files navigation

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"

About

CHIP-8 Emulator written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published