Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 743 Bytes

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