Skip to content

valerino/cpp-chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

---------------------------------------

ABANDONED (only chip8/superchip8 works)

---------------------------------------

VUE - valerino's universal emulator

Yet another multi-emulator!

motivations

This is my attempt to an universal emulator (a-la-MAME, MESS, etc...). I always been interested in emulation, and the time has come i attempt my personal take on it :)

this is a very WIP project! the only emulator core available for now is the chip-8 core, anyway it is probably the most accurate chip-8 emulator out there, supporting every documented and undocumented chip8 stuff :)

prerequisites

sdl2, cmake, clang (c++11).

Should run everywhere SDL is ported on, tested on OSX.

build

This will build core launcher and all the available cores.

mkdir build
cd build
cmake ..
make

usage

please refer to src/core/README.md and to available cores individual README.md in the src/emulators folder.

TODO

  • next core will be Nintendo Gameboy or Nintendo NES.

About

chip8/superchip8 emulator written in c++ (was 'vue')

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published