gameboy-emulator A Gameboy emulator written in C. Building The emulator depends on SDL2. mkdir build && cmake -B build . cd build && make -j7