Skip to content

ollelogdahl/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

A chip8 emulator written in C

Olle Logdahl, 14 August 2020

cmake


Emulator for the complete instruction set of chip8. Uses SDL2 for rendering. Everything works except sound.

Installation / Getting Started

Note: developed for linux. Codebase should be portable, but the cmake build may need to be modified.

git clone https://github.com/ollelogdahl/chip8.git
mkdir build
cd build
cmake .. && make -j4

Usage:

chip8 <rom name>

About

A chip8 emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published