Skip to content

JJuiice/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip 8 Emulator

Chip-8 emulator written in C

Requirements

  • CMake

Windows

  • MinGW

UNIX / OS X

  • GCC or Clang
  • libsdl2 and libsdl2-dev
  • build-essentials

Build

git clone https://github.com/JJuiice/chip8.git
cd chip8
mkdir build
cd build
cmake [-G "MinGW Makefiles"] ..
make

Usage

  • Run the chip8 binary file via the command-line with the filepath to a Chip-8 ROM as a single argument
  • Drag-&-Drop ROM onto chip8 binary

References

Releases

No releases published

Packages