Skip to content

An emulator of CHIP-8 written in C++23 with SFML and Boost libraries

License

Notifications You must be signed in to change notification settings

douaumont/chip8_emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 emulator

An emulator of CHIP-8 written in C++23 with SFML and Boost libraries. As for now, it is capable of running games and other programs but lacks sound support.

Table below shows compiler and platform support for the current version of the emulator.

Platform GCC Clang MSVC
Linux 14.1.1 - -
Windows - - -

These links helped me a lot with implementing the emulator:

  1. CHIP-8 virtual machine technical reference;
  2. Repository with ROMs for CHIP-8.

About

An emulator of CHIP-8 written in C++23 with SFML and Boost libraries

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published