This project was originally created on Windows 98 by Bandit. Yes, that is his real name. He's since upgraded to Windows Vista.
- MinGW (Windows GNU)
- SDL2
- GCC
- SDL2 (
libsdl2-devfor Deb,sdl2for Arch <3)
- GCC or Clang
- SDL2 (
brew install sdl2)
Build the project:
make allRun the emulator:
./bin/gb-emu <legally acquired romfile.gb> # On Linux/macOS
./bin/gb-emu.exe <...> # On Windows... or use this as a chance to dual boot arch linuxRm build artifacts:
make clean