Home

Awesome

GameLad

This is a gameboy emulator that I made with tyren in my early college days.

GameLad

It supports Tetris and some other games with a few minor issues. The emulator passes all CPU instruction tests, as well as the instruction timing tests. There isn't audio support.

Learn more here.

TechnologyPurpose
C++14Core
SDL2Windowing, Rendering, & Input
VS2015+Windows Compilation

Pull Requests

If you want to submit a pull request for the audio system, or other small fixes, be my guest. Just stay consistent with the style of the rest of the code. The best place to start is probably here.

What is all this code doing?

The best place to start is here.

Then, follow the code of the main emulator loop that starts here.

Building

NOTE: The bootstrap may fail, if it does, follow any instructions listed and try again.

Linux

Windows