This emulator was built as a Bachelor's project at Chalmers University of Technology by the students listed as contributors below. The emulator aims to emulate the original Game Boy released in 1989.
- David Möller @molleer
- Isak Lindgren @isaaklindgren
- Algot Axelzon @AlgotAxelzon
- Arvid Rydberg @Riddarvid
- Andreas Palmqvist @tehAndrew
- Carl Lindh @Kviick
- Roc R. Currius @roc-r-currius
Install the required dependencies sdl
, sdl2
, glew
and openal
.
Ex:
sudo pacman -S sdl sdl2 glew openal
or
sudo apt-get install libsdl2-dev libglew-dev libopenal-dev
Windows users only need to install the following dependencies:
- Most recent OpenAL 1.1 (Windows Installer)
git clone [email protected]:emulated-gamer-bois/gameboy-emulator.git
cd gameboy-emulator
git submodule update --init --recursive
mkdir cmake-build-debug
cd cmake-build-debug
cmake ..
cmake --build .
src/project
- Open the project in CLion
- Select
Edit Configurations...
, setWorking Directory
to$FileDir$
and pressOK
- Rebuild and run the project