Skip to content
/ chip8 Public

Chip8 emulator written in C++.

License

Notifications You must be signed in to change notification settings

sru/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

Chip8 emulator written in C++.

Dependancies

  • C++11
  • SFML (for main.cpp only)

Compilation

This uses SFML for graphics, window, and keyboard management, so you need to specify as library when compiling. For example:

g++ -std=c++11 main.cpp chip8.cpp -lsfml-graphics -lsfml-window -lsfml-system

Chip8 emulator itself is entirely written only using C++ and STL.

Usage

chip8 rom\_to\_play

Games

You can get several games from Zophar's Domain.

Todo

  • More bug fixes
  • seg fault on VERS
  • sound
  • Super Chip8 instructions

License

See LICENSE.

About

Chip8 emulator written in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages