Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 288 Bytes

gameboy-emulator

A Gameboy emulator written in C.

Build Status

Building

The emulator depends on SDL2.

mkdir build && cmake -B build . cd build && make -j7