pjsdev / cgbemu

A C Emulator for the Game boy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 99.1%Language:Shell 0.4%Language:Batchfile 0.3%Language:C++ 0.3%