You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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 mypersonal take on it :)
this is a very WIP project!the only emulator core available for now is thechip-8 core, anyway itis probably the most accurate chip-8 emulator out there, supporting everydocumented and undocumented chip8 stuff :)
prerequisites
sdl2, cmake, clang (c++11).
Should run everywhere SDL is ported on, tested on OSX.
build
This will buildcore launcher and all the available cores.
mkdir buildcd buildcmake ..make
usage
please refer tosrc/core/README.md and to available cores individualREADME.mdin thesrc/emulators folder.
TODO
next core will be Nintendo Gameboy or Nintendo NES.
About
chip8/superchip8 emulator written in c++ (was 'vue')