Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aaroncunliffe/gameboy-emulator

Repository files navigation

GameboyEmulator


Installation (Currently windows only)

  1. Open project in visual studio (>2015)
  2. Place the x86 SDL2 folder inside the empty lib folder
  3. Build project, move SDL2.dll from the dependencies folder and place into same folder that the executable is created in in (e.g. /bin/debug)
  4. Either run through visual studio or by opening the .exe directly
  5. Place the rom in the same file as the .exe

Notes:

  • Currently only works with ROM only or MBC1 games

How to change the rom to be loaded, change this line in the "main.cpp" file

    processor->SetRom("tetris.gb")

Or execute through the command line with the ROM file as the second argument (can also drag the gameboy file into the .exe file)

Screenshots

See more screenshots in the Screenshots folder

About

A C++ Gameboy emulator written from scratch using SDL2 for the graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published