Game Boy Advance emulators

From Emulation General Wiki
Revision as of 18:08, 21 December 2018 by LilShootDawg (talk | contribs) (added specs)
Jump to navigation Jump to search
Nintendo Game Boy Advance
Gbagba.png
Developer Nintendo
Type Handheld game console
Generation Sixth generation
Release date 2001
Discontinued 2010
Predecessor Virtual Boy
Successor Nintendo DS
Emulated

The Game Boy Advance (often shortened to GBA) is a 32-bit handheld video game console developed by Nintendo. It is the successor to the Game Boy Color. It was released in Japan on March 21, 2001; in North America on June 11, 2001; in Australia and Europe on June 22, 2001. It has a ARM7TDMI CPU at 16.78 MHz and a Zilog Z80 CPU at 8 MHz and 4 MHz. It has 32KB of RAM and 96KB of VRAM.

Emulators

Name Operating System(s) Latest Version GB/GBC GBA NDS Game Link Support Libretro Core Active Recommended
PC
mGBA Multi-platform 0.10.3 [N 1]
higan Windows, macOS, Linux v110
VBA-M Multi-platform 2.1.9
iDeaS Windows, Linux 1.0.4.0
GBE+ Windows, Linux, macOS (untested) 1.2
MAME Multi-platform 0.264 ?
Meteor Linux 1.4.2
NanoboyAdvance Windows, Linux Git
No$GBA Windows, DOS 3.05
FatGBA N/A Git
BoyCottAdvance Windows, macOS, Linux 0.2.8
PlayBoy Advance macOS 1.0
Mobile
mGBA Multi-platform 0.10.3 [N 1]
GBA.emu
(VBA-M r1097 based)
Android 1.5.34 ?
VBA8 Windows Phone 8/8.1 2.27 ?
VBA10 Windows 10/Mobile 1.22
Alt
?
gpSP Pandora 0.9.2.8
VBA-M Multi-platform v2.0.1
My Boy! Android 1.8.0 [N 2]
Consoles
mGBA Wii, Nintendo Switch, Nintendo 3DS, PlayStation Vita SVN
TempGBA4PSP PlayStation Portable 26750221
VBA GX Wii, GameCube 2.3.2 [N 3]
gpSP PlayStation Portable 0.9
  1. 1.0 1.1 Experimental separate build under the name of medusa.
  2. Separate paid app called My OldBoy!.
  3. As VBA-Next.

Comparisons

mGBA
Aims for accuracy, speed, and features. For its accuracy, it's gradually becoming the best at that. It's actively developed and has features VBA-M lacks such as a Tilt Sensor, and more recently Game Boy Camera support.
Visual Boy Advance (VBA)
The original GBA emulator. Discovered to have an ACE vulnerability detailed below.
Visual Boy Advance-M (VBA-M)
A fork with additional improvements. It is behind in terms of accuracy and performance compared to mGBA.
VBA-Next
A RetroArch fork from an older revision of VBA-M with added speedhacks and tweaks, making it useful for lower-end devices. A bit less accurate in some respects, but fixes a few games such as Advance Wars 2.
gpSP
Its last official version was 0.9. There are, however, two forks of interest: gpSPmod, and gpSP-J. gpSP-J has superior compatibility, while gpSPmod has more options for customization (full screen, cheats, etc). Both are superior to Kai.
higan
Its GBA core is cycle-accurate as of v095, but it is behind in terms of performance compared to mGBA and VBA-M.
MAME
Has a gba driver markup as working but both graphics and sound are "imperfect".

NOTE: There's a huge ACE vulnerability affecting VBA and most of its forks, except for VBA-M. The function for adding GameShark codes ("Import > Gameshark code file") doesn't check if the file's size is within 1024 kilobits, meaning cheat code files from dubious sources can be engineered with malware in mind. There is good news; VBA-M still doesn't do a sanity check for those files, but it just crashes instead of letting the code wreak havoc. So, depending on your use case, avoid using:

  1. Cheat code files bigger than 1024Kb that you got online from untrustworthy sources.
  2. The import code files feature.
  3. The old emulator altogether, and settle for other options like mGBA or VBA-M. All of them support the same SRAM save data the cartridge uses.

List of recommended GBA emulators for Android:

Emulation issues

Oversaturation

Left: The default game.
Right: The "Gameboy Colors" mode on VBA-M.

The screen on the original Game Boy Advance is not backlit and can be hard to see in some conditions. To compensate, game developers often used oversaturated colors by default so that the result would look normal on hardware. On standard computer screens, saturation is not an issue so this can look jarring and undesirable for gameplay. Some games made after 2003 may have also taken the Advance SP model into account since its screen is actually backlit. For everything else though, emudevs have given some solutions:

No$GBA

Under "Emulation Options", select "GBA Mode". There are four modes.

GBA (no backlight)
Strong desaturation
GBA SP (backlight)
Strong desaturation
Nintendo DS in GBA mode
Some desaturation
VGA Mode (poppy bright)
No desaturation

VBA-M

Only applies to Windows.

Under Options > Gameboy, you will find the options:

"Real Colors"
No desaturation
"Gameboy Colors"
Strong desaturation

higan

Under Settings > Video Filter, you will find the "Color Emulation" checkbox.

Color Emulation off
No desaturation
Color Emulation on
Gamma correction and adjusted color range.

Shaders

Cg shaders can be used in OpenEmu or RetroArch that adjust the colors to those of a real GBA screen, as well as other screen types. These are available in GLSL[1] for OpenGL, and Slang[2] for Vulkan.

For GBA, there is gba-color.cg[3], which simulates the color profile of a GBA screen under an external light source more accurately than VBA-M or No$GBA color options. If you prefer the darker color options that those emulators have, then use vba-color.cg[4] instead.

There is also nds-color.cg[5] and psp-color.cg[6], which simulates the color profiles of the original Nintendo DS frontlit screen and the PSP-1000/PSP-2000 backlit screen, respectively.

Save formats

Originally, when saves were implemented, nobody settled on a format, so the Visual Boy Advance devs made its own. Because other emulators often went with raw data, having to exchange different saves caused problems. The original Visual Boy Advance tries to figure out which format a given save is but often fails at it. By explicitly telling the emulator to read it as a specific type using a file called vba-over.ini, VBA complies. VBA-M includes this config file by default, but older revisions like VBA 1.7.2 and VBALink do not.

The VBA-Next and VBA-M cores in Libretro have the file baked into the binary so that it can load raw .sav files, but converts the format to its own derivative at exactly 136 KB every time, with save type info contained within the file. This completely avoids the previous issues at the cost of incompatibility with standalone VBA and most others.

To solve this incompatibility, Libretro devs created a command-line tool to convert .srm save files made from these cores to raw .sav save data for other emulators. It takes standard input (i.e. just drag and drop the .srm onto the executable) and outputs accordingly. It can also be done in reverse. A 64-bit binary of this tool for Windows can be found here.

Connectivity

GBA Link Multiplayer (1~4GBA)

VBA-M
This doesn't work with old VBA versions.
Just disable "Pause when Inactive", configure all four Joypads each with their own button layout, enable "Link, Enable GBA Link". Now open VBA-M again as many times needed for each player, and have them each use their separate Joypad configuration. Each player will have a separate SRAM save file.
VBA Link + e-Reader
Useful if you want to use the Pokémon Battle-eCards. Downloads and instructions reside here.
mGBA
Select "New multiplayer window" from the menu. As you load your ROMs into each window, "Player [X] of [Y]" will appear across the title bar. This can be done for up to four players. However, multiple instances of the same ROM will share a save file.
No$GBA
No information about how to get it working at this time, but the functionality also works with DS emulation, and that's how users can check out the incomplete multiplayer Wi-Fi implementation.

GBA Wireless Multiplayer

The wireless adapter has the ability to connect five players to each other and includes its own software to download a subset of another player's game that runs when no cartridge is inserted. Pokémon Fire Red and Leaf Green came bundled with this accessory but it can also work with Pokémon Emerald and the Classic NES Series.

No emulator has currently implemented this add-on. The only project whose developers put this on its roadmap is mGBA.

GameCube Connectivity

The Game Boy Advance can also connect to the GameCube. e-Reader functionality with GC games isn't emulated as of yet, but Dolphin supports connectivity through rudimentary joybus emulation made in parallel with VBA-M. Because this emulator has fallen behind, the Dolphin team is currently rewriting the feature from scratch to better interface with more accurate emulators. They showcased early higan support in a video, but nothing has been released as of yet.

Dolphin/VBA-M

Requires VBA-M r947 or newer.
  1. Reduce your volume. You won't want it to be high, especially with headphones.
  2. Open Dolphin and VBA-M. Make sure neither are blocked by your firmware.
  3. In Dolphin, launch the game and navigate to the area where you're asked to connect the GBA. Then, under the controller options, assign the GameCube controllers as "GBA" for whichever you need.
  4. In VBA-M, uncheck Pause When Inactive in Options > Emulator. Then, under Options > Link > Joybus Options, Make sure to "Enable Joybus Connection" is on and set "IP/Hostname" to use default settings, that is 127.0.0.1 or localhost.
  5. Dolphin will freeze.
  6. Open the GBA BIOS in VBA-M as if it were a regular GBA ROM. The regular splash screen will stutter a bit.
  7. Dolphin should recognize the Joybus Link by then and the GC game will detect that a GBA was connected.
  8. To connect other units, open another VBA-M instance and repeat its process.

Notable games that work:

Notable games that don't:

GBA/DS Connectivity

Main section: Nintendo DS § GBA/DS Connectivity

e-Reader

Main page: GBA e-Reader emulators

This device can read content off e-Card paper stripes either as standalone content, or additional content to GBA/GC games. Can be thought of as DLC.

Special Hardware

Most of these have not been emulated as of yet. There used to be patches that could be applied to GBA ROMs with a utility like Lunar IPS (mostly from No Frills), but they're for the most part lost to time nowadays. Your best bet is to use Action Replay to emulate those.

Solar Sensor

Emulation

This feature has been emulated in mGBA, VBA-M, No$GBA 2.6 onwards, and My Boy!:

  • mGBA: In the shortcuts editor, shortcuts can be configured to raise/lower the solar level incrementally or to set any particular brightness level.
  • VBA-M: This emulator uses the keys of the lateral motion controls to change the Solar Sensor levels. You can find those keys and modify them in Options -> Input -> Configure... -> "Special" tab.
  • No$GBA: Under Options/Emulation Setup, you can find the Solar Sensor Level option. You are given the choice between only three brightness levels though: Darkness, 100 Watts, and Bright Sunlight.
  • My Boy! This emulator uses a button combination or the devices light sensor to check the brightness level. You can change this under Settings -> Input -> Cartridge Features -> "Solar Emulation By" menu.

ROM Patches

Fixes applied directly to the ROM by various scene release groups to make it compatible with any emulator/flashcard, making the in-game brightness level controllable with L+Left/Right. It's argued this makes for a better experience actually, but sadly not all releases are covered.

  • Boktai 1: JP, US, EU.
  • Boktai 2: JP, US, EU.
  • Boktai 3: JP Fix.
  • Combinations of Boktai 4 JP with earlier solar sensors to get solar sensor bonuses aren't emulated yet in any DS emulator.

Motion Control

VBA-M has an option for Motion controls "Input, Set, Motion". It currently works with all versions of the GBC title Kirby Tilt'n Tumble, which also was a special cartridge with a motion sensor built-in to control movement in-game. But VBA-M does not support motion controls for GBA games yet.

Emulation

  • VBA doesn't emulate this feature, and its "Motion Control" option (with keys mapped to each tilt direction) covers the GBC title Kirby Tilt'n Tumble.
  • mGBA supposedly includes this feature but key remapping for tilt sensors is not present in the latest builds.

ROM Patches

Fixes applied directly to the ROM (with the Lunar IPS utility, or at runtime using mGBA or VBA-M and naming them the same as the ROM in the same directory) by various scene release groups to make it compatible with any emulator/flashcard. D-Pad controls substituting motion controls don't work as well here as they tilt it "too much" at times to be very playable.

  • Yoshi Topsy Turvy/Universal Gravitation: JP, EU, US
  • WarioWare Twisted! (Patch: JP, US)

Rumble Feature

There are various rumble features found in GBA/GBC cards:

  • GBC Rumble: GBC games which came on special cartridges with additional hardware for the rumble feature. It was actually used by dozens of releases, and some games like Tarzan 2 GBC were programmed to have rumble support but shipped on regular cartridges. Emulated by VBA-M GX (Wii-only), which also cover the dummied-out rumble games. Not emulated anywhere else.
  • GBA Gyro Rumble: WarioWare Twisted was shipped on a cart with rumble support. It would rumble when you tilt to one "extreme". Emulated by VBA-M GX (Wii-only, functional), mGBA has this feature but it's not enabled in current builds,
  • GBA Variable Rumble: Drill Dozer has rumble support, with variable force and speed depending on the rock type you drill through in-game. Partially emulated by VBA-M GX (Wii-only, functional), mGBA has this feature but it's not enabled in current builds.
  • Game Boy Player Rumble: Many regular GBA games, shipped on regular cartridges, enable rumble during gameplay when played on GB Player hardware (which is essentially GBA hardware). These include Super Mario Advance 4, Summon Night Hajimari no Ishi, Mario & Luigi 1, Shikakui Atama wo Marukusuru Advance (both releases), Pokémon Pinball, as well as Drill Dozer which disables its original cartridge rumble scheme and enables this one instead. None of the emulators support this, though it's being under development for the mGBA emulator.

Figurine Readers

  • Figurine Add-on: Legendz: Isle Of Trials, Legendz: Sign Of Necromu, Plaston Gate (Fix), Plaston Gate DX (Fix). The add-on is essentially Skylanders before it became popular.

Glucoboy

An obscure medical peripheral designed to monitor a child's blood glucose levels and reward them for keeping tabs on their condition. No known emulator supports this so far, especially given the niche nature of this accessory. Not to mention that Bayer Healthcare destroyed all unsold stock making it hard to find.

Other Add-ons

Not emulated yet:

  • Battle Chip Gate (and variations): compatible with Japanese versions of Megaman Zero 3, Megaman Battle Network 4, 4.5, 5 and 6.

References


[[