A basic gameboy & gameboy color emulator. The emulator can run quite a few games including Tetris and Link's Awakening.
There are quite a few features that are missing / broken, such as CGB's HDMA, some audio stuff and less common memory bank controllers.
./GenerateFont.sh <path to a ttf to embed>
mkdir .build
cd .build
cmake -DCMAKE_BUILD_TYPE=Release ..
make