Skip to content
/ cboy Public
forked from jkbenaim/cboy

Cboy hacked to run on the N64 (using n64chain).

License

Notifications You must be signed in to change notification settings

tj90241/cboy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cboy

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

Usage

cboy bootrom.bin 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.

About

Cboy hacked to run on the N64 (using n64chain).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 96.6%
  • Assembly 1.9%
  • Makefile 1.5%