A highly accurate Nintendo Game Boy Advance emulator.
NanoBoyAdvance is a highly accurate Nintendo Game Boy Advance (TM) emulator.
It is also intended to be reasonably efficient, bloat-free and clean code in modern C++.
You can download nightly builds here, however a Github account is required.
For stable releases please refer to the releases page.
A legitimate Game Boy Advance BIOS dump or a replacement BIOS is required.
Do note though that the replacement BIOS is less accurate.
Place your BIOS file named as
bios.bininto the same folder as the executable or provide a path via the CLI or config.toml file.
NanoboyAdvance.exe [--bios bios_path] [--force-rtc] [--save-type type] [--fullscreen] [--scale factor] [--resampler type] [--sync-to-audio yes/no] rom_path
See config.toml for more documentation or options.
See COMPILING.md in the root directory of this project.