Skip to content

pjsdev/cgbemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An experimental Game Boy emulator built in C. The only input to this project is SDL.

Build

To build on windows, you may need to tweak the .bat file and add the following:

./run_tree/SDL2.dll
./run_tree/obj/
./run_tree/data/
./input/include/
./input/SDL2.lib

To build on osx you may need to tweak the build_mac.sh file and add the following:

./run_tree/SDL2.framework/
./run_tree/data/

About

A C Emulator for the Game boy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages