This is a gameboy emulator created in C. Runs on macOS and Raspbian Bullseye
games in the .gb format should be placed in the games/ subfolder
MacOS:
- OpenGL
- GLFW (install with brew usint
brew install glfw) - Xcode Command Line Tools (install using
xcode-select --install) Raspbian Bullseye: Runmake raspiin root directory - GCC (install using
sudo apt-get install gcc) - make (install using
sudo apt-get install make)
Run mkdir bin
MacOS: Run make in root directory
Raspbian Bullseye: Run make raspi in root directory
🚧 Please be aware that this document is still a work in progress 🚧