Skip to content

favmatteo/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 Emulator

My first emulator

This project allows you to emulate all games written for CHIP-8

Features

  1. Video
  2. Audio
  3. Multi-platform
  4. Visualisation of registers (for debug)
  5. Installation script

Installation

This emulator requires SDL and SDL-MIXER library

Install the dependencies and compile with

mkdir build && cd build
cmake ../
cmake --build .
./CHIP_8

In the case of an error, remove the problematic compilation flags from the CMakeLists file