Skip to content

dmgear/dmgearboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Game Boy Emulator

Hello! I'm Dylan Gearhart, and I would like to introduce my latest project: a Game Boy Emulator. The goal of this project is to emulate the Game Boy Color's hardware and provide a platform to run Game Boy ROMs. I expect this will be a fun and challenging way for me to dive deep into low-level programming.

About the Project

This project aims to simulate the core functionalities of the Game Boy, including the CPU, memory, graphics, and instruction set.

Project Goals:

  • Replicating the Game Boy CPU and memory architecture
  • Implementing basic graphics rendering
  • Enabling Game Boy input system support
  • Creating a smooth experience for running and playing Game Boy ROMs

Features

  • Game Boy CPU and memory emulation
  • Graphics rendering using SDL2
  • Input handling
  • Sound emulation
  • Ability to load and run Game Boy ROMs

Installation

To get started, clone this repository and follow the setup instructions below.

  1. Clone the repository:

    git clone https://github.com/yourusername/gameboy-emulator.git
    cd gameboy-emulator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors