Difference between revisions of "MGBA"

From Emulation General Wiki
Jump to navigation Jump to search
(edits and a note about the ubuntu version)
m (Rename category as OS has been renamed.)
Line 76: Line 76:
 
[[Category:Game Boy Advance emulators]]
 
[[Category:Game Boy Advance emulators]]
 
[[Category:Windows emulation software‏‎]]
 
[[Category:Windows emulation software‏‎]]
[[Category:OS X emulation software]]
+
[[Category:macOS emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:Linux emulation software]]
 
[[Category:Game Boy emulators]]
 
[[Category:Game Boy emulators]]

Revision as of 21:31, 7 March 2018

Mgba-logo.png
Current version: 0.10.3
Active: Active
OS: Multi-platform
Authors: Vicki Pfau (endrift)
Official website: mGBA
Source code: GitHub

mGBA is an open-source Game Boy Advance emulator developed by endrift. Being written from scratch, it aims for speed, accuracy, and portability. As of yet, it's the most complete GBA emulation effort, passing the older project VBA and its forks. It's also available as a libretro core.

Downloads

Notable features

  • NES Classic series compatibility
  • Local multi-pak link cable support, up to 4 players
  • Extensive hardware-based emulation that removes the need for game-specific patches
    • Solar sensor emulation for the Boktai series
    • Tilt sensor emulation for games like WarioWare: Twisted! and Yoshi's Universal Gravity
    • Rumble Pak emulation for games like Drill Dozer and WarioWare: Twisted!
    • Real-time clock (Boktai series, Pokémon series, Rockman EXE 4.5 Real Operation), synced to system time or set arbitrarily
  • Support for BPS/beat, IPS and UPS patching at runtime, including ROMs in compressed archives (.7z/.zip)
  • Game overrides, forcing games to use specific save formats or sensors (tilt, solar, etc.)
  • Very basic cheat code support (AR, GS, CB), though without search options
  • Save states
  • Fast-forwarding and rewinding

endrift is also developing Medusa, a DS emulator.[1] This project is in alpha, meaning accuracy is spotty and features are lacking. Medusa is planned to replace mGBA next year.

Some features that are still planned include:[2]

  • Networked multiplayer link cable support
  • Dolphin/JOY bus link cable support (which is being taken up on Dolphin's side since they specifically developed connectivity for VBA)
  • M4A audio mixing, for higher quality sound than hardware
  • Re-recording support for tool-assist runs
  • Lua support for scripting
  • A comprehensive debug suite
  • e-Reader support
  • Wireless adapter support (Mario Golf, Classic NES Series, Pokémon FireRed/LeafGreen/Emerald, built-in software when no game is inserted)

Manual (CLI version)

Note: The Ubuntu version consists of both a command-line version (mgba-sdl) and GUI version (mgba-qt). The command-line version does not need to be installed if you aren't going to run it. The main dependency for both is libmgba.
usage: mgba [option ...] file

Generic options:
  -b, --bios FILE     GBA BIOS file to use
  -c, --cheats FILE   Apply cheat codes from a file
  -g, --gdb           Start GDB session (default port 2345)
  -v, --movie FILE    Play back a movie of recorded input
  -p, --patch FILE    Apply a specified patch file when running
  -s, --frameskip N   Skip every N frames
  --version           Print version and exit

Graphics options:
  -1               1x viewport
  -2               2x viewport
  -3               3x viewport
  -4               4x viewport
  -5               5x viewport
  -6               6x viewport
  -f               Start full-screen

References

External links

Nintendo Game Boy Advance Emulators