Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gameboy Emulator

A simple Game Boy emulator written in C++, using the SDL2 library.

Installation

First run the following commands

  1. git clone https://github.com/jwparkau/gameboy.git gameboy
  2. cd gameboy
  3. ./configure.sh

To build the program run the following commands

  1. cd build
  2. make

Usage

USAGE: gameboy <boot_rom> <cartridge_rom>

You must supply the rom files yourself.

Screenshots

20211211_210437 20211211_210805
20211211_211131 20211211_211312
20211211_211522 20211211_211631

About

A simple Game Boy Emulator

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages