https://github.com/jsmolka/eggvance
A Game Boy Advance emulator.
https://github.com/jsmolka/eggvance
cpp eggvance emulator game-boy-advance gba
Last synced: 5 months ago
JSON representation
A Game Boy Advance emulator.
- Host: GitHub
- URL: https://github.com/jsmolka/eggvance
- Owner: jsmolka
- License: gpl-3.0
- Created: 2019-01-30T18:22:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T15:11:41.000Z (10 months ago)
- Last Synced: 2025-05-09T00:03:14.997Z (5 months ago)
- Topics: cpp, eggvance, emulator, game-boy-advance, gba
- Language: C++
- Homepage: https://smolka.dev/tags/eggvance
- Size: 2.94 MB
- Stars: 66
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eggvance
A Game Boy Advance emulator.## Usage
ROM and save files can be opened with the user interface or passed as command line arguments. The emulator comes with a bundled replacement [BIOS](https://github.com/Nebuleon/ReGBA/tree/master/bios) by Normmatt. It works for some games but I recommend using the original one for better compatibility.```
usage:
eggvance [--fullscreen] [--save ] []keyword arguments:
-f, --fullscreen fullscreen (optional)
-s, --save save file (optional)positional arguments:
rom ROM file (optional)
```## Binaries
Binaries for Windows, Linux and macOS are available as [nightly](https://nightly.link/jsmolka/eggvance/workflows/build/master) and [release](https://github.com/jsmolka/eggvance/releases) builds.## Build
Detailed build instructions can be found [here](BUILD.md).## Credit
These projects were invaluable resources while creating the emulator:
- [GBATEK](https://problemkaputt.de/gbatek.htm) and [No$GBA](https://problemkaputt.de/gba.htm) by Martin Korth
- [NanoBoyAdvance](https://github.com/fleroviux/NanoBoyAdvance) by fleroviux
- [mGBA](https://github.com/mgba-emu/mgba) and [suite](https://github.com/mgba-emu/suite) by endrift
- [higan](https://github.com/higan-emu/higan) by Near
- [Tonc](https://www.coranac.com/tonc/text/toc.htm) by cearn