Skip to content

chux0519/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

A simple implementation of the chip8. You can easily use this project as cmake subproject, by just including src/chip.h and linking to chip8.

See example/chip8-sdl2.c for example.

example

Quick start

build:

mkdir build && cd build

cmake ..

make

run:

./build/example/chip8-sdl2 "xxx.rom"

About

Implementation of chip8

Resources

Stars

Watchers

Forks

Packages

No packages published