sambattalio / gameboy

Trying to make a gameboy emulator ‾\_(ツ)_/‾

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Trying to make a gameboy emulator ‾\_(ツ)_/‾

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 98.4%Language:Python 1.2%Language:Makefile 0.4%