10000 GitHub - elp2/edge: Game Boy Emulator in C++ supporting macOS and iOS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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 # ROMs will go here
  • mkdir States # Saved States will go here
  • cmake -DCMAKE_BUILD_TYPE=[Debug|Release] ..
  • make && ./edge ROMs/rom.gb States

About

Game Boy Emulator in C++ supporting macOS and iOS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0