Skip to content

A Chip-8 emulator (or a chip-8 virtual machine)

Notifications You must be signed in to change notification settings

vitorroriz/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

This is a C++ emulator for the chip-8 architecture. There are many classic games written/ported to chip-8 and the emulator should be able to load and run those.

Due to Chip-8's short instruction set and simple architecture, the platform is a perfect target for a first emulator project.

Demos:

Pong:

Space Invaders:

Chip-8 reference:

http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#0.0

SDL library references:

https://wiki.libsdl.org/Installation

http://lazyfoo.net/tutorials/SDL/01_hello_SDL/windows/mingw/index.php

About

A Chip-8 emulator (or a chip-8 virtual machine)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages