This is my hobby CHIP-8 interpreter written in C++.
I had previously built a CHIP-8 interpreter in Python in order to get a grasp on how it should work; the purpose of this project is instead to practice/learn more about C++ and cross-platform development.
meson setup build-win
meson compile -C build-win
- Requires DevKitPro installed on Linux
- Change the
DEVKITPROvariable inmeson.buildif your DevKitPro install is not located at/opt/devkitpro
- Change the
- Building the
nrotarget will create a.nrofile that can be launched on a modded Switch via HBMenu
meson setup build-nx --cross-file devkitA64.cross
meson compile -C build-nx nro
