Skip to content

JackBister/chip8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains an implementation of a VM for the CHIP-8 system. The emulator is built in C++ using SDL2 for cross-platform graphics and audio.

Building

Premake 5 is used for building. The Premake file assumes dependencies are placed in a file structure similar to the one created by vcpkg. If using vcpkg, you can copy the "installed" folder created by vcpkg into the root directory of the repository and things should just work.

TODO

  • Add a way to configure various things (emulated clock frequency, delay/sound timer frequency, window size, keybinds, etc.)
  • Clean up main tick function
  • Clean up interface between main and emulator (framebuffer, input)

About

An emulator/VM for CHIP-8 using C++ and SDL2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published