Skip to content
/ edge Public

Game Boy Emulator in C++ supporting macOS and iOS

License

Notifications You must be signed in to change notification settings

elp2/edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ed's Gameboy Emulator

Features:

✔️ Loads and plays major games

✔️ Pulse, Wave, and Noise Voices play in all games

✔️ Graphics pass all tests.

Games

Pokemon Red Dr. Mario Ducktales Mario Zelda Is that a demo in your pocket?

Tests

✔️ Blargg cpu_instrs

✔️ dmg-acid2 passes

🌓 Blargg dmg_sound - some tests

Instructions

  • Install cmake, rgbds, and SDL-dev libraries
    • Ubuntu: sudo apt-get install libsdl3-dev cmake rgbds
    • MacOS: brew install sdl3 cmake rgbds
  • mkdir build
  • cd build
  • mkdir ROMS # Put your roms here
  • mkdir States # Use states
  • cmake -DCMAKE_BUILD_TYPE=[Debug|Release] ..
  • ./edge ROMS/rom.gb States/rom.gb.state

About

Game Boy Emulator in C++ supporting macOS and iOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published