hades-emu / Hades

πŸ”₯ A Nintendo Game Boy Advance Emulator
https://hades-emu.org
GNU General Public License v2.0
198 stars 8 forks source link
arm c emulator gameboy gameboy-advance gameboy-emulator gba gba-emulator

πŸ”₯ Hades

license Build

A Nintendo Game Boy Advance Emulator

Screenshots

Features

Hades is still under heavy development but it aims to have a decent balance between usability, speed and accuracy.

Currently, Hades features:

It is the third πŸ₯‰ software emulator to pass the AGS Aging Cartridge used to test Game Boy Advance systems.

Installation

Follow the instructions on our officiel website to download and install Hades.

Build

The build dependencies are:

On Ubuntu, you can install all those dependencies with:

$ apt install meson ninja-build gcc libsdl2-dev libglew-dev libgtk-3-dev libarchive-dev

On Fedora, you can install all those dependencies with:

$ dnf install meson ninja-build gcc SDL2-devel glew-devel gtk3-devel libarchive-devel

To build Hades, run:

git submodule update --init --recursive
meson build
cd build
ninja

Thanks

Special thanks to some invaluable individuals and resources while writing Hades: