Game Boy Color emulator
- CMake
- C compiler toolchain
- SDL3 (included)
- externals: third party libraries
- include: header files for emulator
- src: source code for emulator
- test: tests and data
Run the following commands inside gbc directory:
cmake -S . -B build
cmake --build build [--config Release]
You should see gbc
and SDL3
binaries in the Debug (or Release) within build directory.
gbc <rom filepath>