No description
- C 97.5%
- C++ 2.3%
- Makefile 0.2%
|
All checks were successful
CI / Test default container (push) Successful in 1m5s
|
||
|---|---|---|
| .forgejo/workflows | ||
| includes | ||
| roms | ||
| scripts | ||
| src | ||
| test-roms | ||
| .clang-format | ||
| .gitignore | ||
| .gitmodules | ||
| Makefile | ||
| README.md | ||
Gameboy Emulator
Note
This repository is hosted on my own Git instance.
Dependencies
- GCC >= 16
- SDL 3
Linux
Arch Linux
pacman -S gcc sdl3
Debian
apt install gcc libsdl3-dev
MacOS
brew install gcc@16 sdl3
Windows
Install Linux instead.
Building (Debug)
make
Building (Release)
make release
Running
make run
Cleaning
make clean