Skip to content

angusy29/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8

CHIP-8 emulator in C++

Getting started

  • Install SDL2 on machine
  • Modify Makefile to ensure it points to correct SDL2 libraries
make
./Game invaders.rom

Screenshots

Acknowledgements

Cowgod's CHIP-8 Technical Reference

Was helpful in learning about the internals of CHIP-8.

How to write an emulator (CHIP-8 interpreter)

My game.cpp was based off of the above link, due to my absence of knowledge of SDL2.

About

CHIP-8 Emulator in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published