Skip to content

A simple Chip-8-Emulator written in C. Written to see if I want to build more complicated emulators.

Notifications You must be signed in to change notification settings

JasperGrant/Chip-8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8-Emulator

A simple Chip-8-Emulator written in C. Written to see if I want to build more complicated emulators.

I realize this is technically an interpreter as Chip8 was never a real machine

image

Used SDL2 for graphics (Hacker Green)

  • All instructions are implemented
  • All instructions are tested using chip8-test-suite
  • All instructions are tested for borrow and carry bits
  • Emulator can play pong
  • Sound timer is not set up to actually play sound

image

image

image

About

A simple Chip-8-Emulator written in C. Written to see if I want to build more complicated emulators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published