Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 580 Bytes

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.

Build Commands

./GenerateFont.sh <path to a ttf to embed>
mkdir .build
cd .build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Link's Awakening Screenshot Tetris Screenshot