sambattalio / gameboy

Trying to make a gameboy emulator ‾\_(ツ)_/‾
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Gameboy Emulator

The goal for this project is to create a simple gameboy emulator for the 1st gen gameboy (and then extend it to gameboy color).

Development plan

I am currently reading up on VRAM before I dig into it. The plan is to take it down during breaks this semester!

I Think most of the stuff for the processor and cartidges can be found in the Full manual referenced below.

Resource references

Example project (CHIP-8 Emulator)

Here is a proof of concept I did recently which got me really excited to make this: https://github.com/sambattalio/chip8_emu