Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 417 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 417 Bytes

cboy

cboy is a Game Boy emulator written in C for GNU/Linux.

Usage

cboy run game.gb

Install

You'll need a compiler and SDL2. On Debian, you can install all dependencies with

sudo apt-get install build-essential libsdl2-dev

Then, to build cboy:

cd src
make

License

Most of cboy is GPLv3, however the gb_apu library from Shay Green is LGPL.