mgba/README.md

262 lines
12 KiB
Markdown
Raw Normal View History

2014-12-06 17:22:01 +00:00
mGBA
====
2016-09-17 17:51:40 +00:00
mGBA is an emulator for running Game Boy Advance games. It aims to be faster and more accurate than many existing Game Boy Advance emulators, as well as adding features that other emulators lack. It also supports Game Boy and Game Boy Color games.
2016-04-22 07:00:06 +00:00
Up-to-date news and downloads can be found at [mgba.io](https://mgba.io/).
2014-12-06 17:22:01 +00:00
[![Build status](https://buildbot.mgba.io/badges/build-win32.svg)](https://buildbot.mgba.io)
[![Translation status](https://hosted.weblate.org/widgets/mgba/-/svg-badge.svg)](https://hosted.weblate.org/engage/mgba)
2015-02-14 12:11:19 +00:00
2014-12-06 17:22:01 +00:00
Features
--------
2018-03-03 22:44:47 +00:00
- Highly accurate Game Boy Advance hardware support[<sup>[1]</sup>](#missing).
2016-09-17 17:51:40 +00:00
- Game Boy/Game Boy Color hardware support.
2014-12-06 17:22:01 +00:00
- Fast emulation. Known to run at full speed even on low end hardware, such as netbooks.
- Qt and SDL ports for a heavy-weight and a light-weight frontend.
2015-04-03 06:23:29 +00:00
- Local (same computer) link cable support.
2014-12-06 17:22:01 +00:00
- Save type detection, even for flash memory size[<sup>[2]</sup>](#flashdetect).
2015-07-01 07:08:22 +00:00
- Support for cartridges with motion sensors and rumble (only usable with game controllers).
2014-12-06 17:22:01 +00:00
- Real-time clock support, even without configuration.
2018-03-03 22:44:47 +00:00
- Solar sensor support for Boktai games.
2017-09-25 07:18:54 +00:00
- Game Boy Camera and Game Boy Printer support.
2014-12-06 17:22:01 +00:00
- A built-in BIOS implementation, and ability to load external BIOS files.
2022-05-27 04:33:55 +00:00
- Scripting support using Lua.
2014-12-06 17:22:01 +00:00
- Turbo/fast-forward support by holding Tab.
2016-09-17 17:51:40 +00:00
- Rewind by holding Backquote.
- Frameskip, configurable up to 10.
2014-12-06 17:22:01 +00:00
- Screenshot support.
- Cheat code support.
2014-12-06 17:22:01 +00:00
- 9 savestate slots. Savestates are also viewable as screenshots.
2020-07-24 05:33:46 +00:00
- Video, GIF, WebP, and APNG recording.
2020-02-20 05:16:14 +00:00
- e-Reader support.
2014-12-06 17:22:01 +00:00
- Remappable controls for both keyboards and gamepads.
2015-01-25 08:15:58 +00:00
- Loading from ZIP and 7z files.
- IPS, UPS and BPS patch support.
2022-02-07 08:47:35 +00:00
- Game debugging via a command-line interface and GDB remote support, compatible with Ghidra and IDA Pro.
2015-01-06 07:12:44 +00:00
- Configurable emulation rewinding.
2015-07-01 07:08:22 +00:00
- Support for loading and exporting GameShark and Action Replay snapshots.
2016-04-22 07:00:06 +00:00
- Cores available for RetroArch/Libretro and OpenEmu.
- Community-provided translations for several languages via [Weblate](https://hosted.weblate.org/engage/mgba).
2016-09-17 17:51:40 +00:00
- Many, many smaller things.
2014-12-06 17:22:01 +00:00
2018-03-03 22:44:47 +00:00
#### Game Boy mappers
The following mappers are fully supported:
- MBC1
- MBC1M
- MBC2
- MBC3
- MBC3+RTC
- MBC5
- MBC5+Rumble
- MBC7
- Wisdom Tree (unlicensed)
2022-02-07 08:47:35 +00:00
- NT "new type" (unlicensed MBC5-like)
- Pokémon Jade/Diamond (unlicensed)
2020-08-16 23:29:15 +00:00
- BBD (unlicensed MBC5-like)
- Hitek (unlicensed MBC5-like)
2022-05-27 04:34:20 +00:00
- Sachen MMC1
2018-03-03 22:44:47 +00:00
The following mappers are partially supported:
- MBC6 (missing flash memory write support)
2018-07-28 08:04:36 +00:00
- MMM01
2018-03-03 22:44:47 +00:00
- Pocket Cam
2020-08-16 23:29:15 +00:00
- TAMA5 (missing RTC support)
- HuC-1 (missing IR support)
2022-02-07 08:47:35 +00:00
- HuC-3 (missing IR support)
2022-05-27 04:34:20 +00:00
- Sachen MMC2 (missing alternate wiring support)
2018-03-03 22:44:47 +00:00
2014-12-06 17:22:01 +00:00
### Planned features
2016-09-17 17:51:40 +00:00
- Networked multiplayer link cable support.
- Dolphin/JOY bus link cable support.
2020-08-16 23:29:15 +00:00
- MP2k audio mixing, for higher quality sound than hardware.
2016-09-17 17:51:40 +00:00
- Re-recording support for tool-assist runs.
- Lua support for scripting.
- A comprehensive debug suite.
- Wireless adapter support.
2014-12-06 17:22:01 +00:00
Supported Platforms
-------------------
2021-06-20 00:41:30 +00:00
- Windows 7 or newer
2022-05-08 06:05:49 +00:00
- OS X 10.9 (Mavericks)[<sup>[3]</sup>](#osxver) or newer
2014-12-06 17:22:01 +00:00
- Linux
- FreeBSD
2016-04-22 07:00:06 +00:00
- Nintendo 3DS
- Nintendo Switch
2016-04-22 07:00:06 +00:00
- Wii
- PlayStation Vita
2014-12-06 17:22:01 +00:00
2015-04-03 06:23:29 +00:00
Other Unix-like platforms, such as OpenBSD, are known to work as well, but are untested and not fully supported.
2014-12-06 17:22:01 +00:00
### System requirements
2019-10-05 22:36:52 +00:00
Requirements are minimal. Any computer that can run Windows Vista or newer should be able to handle emulation. Support for OpenGL 1.1 or newer is also required, with OpenGL 3.2 or newer for shaders and advanced features.
2014-12-06 17:22:01 +00:00
Downloads
---------
Downloads can be found on the official website, in the [Downloads][downloads] section. The source code can be found on [GitHub][source].
Controls
--------
2016-09-17 17:51:40 +00:00
Controls are configurable in the settings menu. Many game controllers should be automatically mapped by default. The default keyboard controls are as follows:
- **A**: X
- **B**: Z
- **L**: A
- **R**: S
- **Start**: Enter
- **Select**: Backspace
2014-12-06 17:22:01 +00:00
Compiling
---------
2018-11-03 22:39:00 +00:00
Compiling requires using CMake 3.1 or newer. GCC and Clang are both known to work to compile mGBA, but Visual Studio 2013 and older are known not to work. Support for Visual Studio 2015 and newer is coming soon.
#### Docker building
The recommended way to build for most platforms is to use Docker. Several Docker images are provided that contain the requisite toolchain and dependencies for building mGBA across several platforms.
To use a Docker image to build mGBA, simply run the following command while in the root of an mGBA checkout:
docker run --rm -t -v ${PWD}:/home/mgba/src mgba/windows:w32
2018-11-03 22:39:00 +00:00
This will produce a `build-win32` directory with the build products. Replace `mgba/windows:w32` with another Docker image for other platforms, which will produce a corresponding other directory. The following Docker images available on Docker Hub:
- mgba/3ds
- mgba/switch
- mgba/ubuntu:xenial
- mgba/ubuntu:bionic
2020-05-27 22:27:30 +00:00
- mgba/ubuntu:focal
- mgba/ubuntu:groovy
2018-11-03 22:39:00 +00:00
- mgba/vita
- mgba/wii
- mgba/windows:w32
- mgba/windows:w64
#### *nix building
To use CMake to build on a Unix-based system, the recommended commands are as follows:
2014-12-06 17:22:01 +00:00
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
2014-12-06 17:22:01 +00:00
make
sudo make install
2014-12-06 17:22:01 +00:00
This will build and install mGBA into `/usr/bin` and `/usr/lib`. Dependencies that are installed will be automatically detected, and features that are disabled if the dependencies are not found will be shown after running the `cmake` command after warnings about being unable to find them.
2014-12-06 17:22:01 +00:00
2017-06-17 17:02:03 +00:00
If you are on macOS, the steps are a little different. Assuming you are using the homebrew package manager, the recommended commands to obtain the dependencies and build are:
2022-05-27 04:33:55 +00:00
brew install cmake ffmpeg libzip qt5 sdl2 libedit lua pkg-config
2017-06-17 17:02:03 +00:00
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=`brew --prefix qt5` ..
make
Note that you should not do a `make install` on macOS, as it will not work properly.
#### Windows developer building
##### MSYS2
To build on Windows for development, using MSYS2 is recommended. Follow the installation steps found on their [website](https://msys2.github.io). Make sure you're running the 32-bit version ("MSYS2 MinGW 32-bit") (or the 64-bit version "MSYS2 MinGW 64-bit" if you want to build for x86_64) and run this additional command (including the braces) to install the needed dependencies (please note that this involves downloading over 1100MiB of packages, so it will take a long time):
2022-05-27 04:33:55 +00:00
pacman -Sy --needed base-devel git ${MINGW_PACKAGE_PREFIX}-{cmake,ffmpeg,gcc,gdb,libelf,libepoxy,libzip,lua,pkgconf,qt5,SDL2,ntldd-git}
Check out the source code by running this command:
git clone https://github.com/mgba-emu/mgba.git
Then finally build it by running these commands:
2020-12-13 07:13:36 +00:00
mkdir -p mgba/build
cd mgba/build
cmake .. -G "MSYS Makefiles"
2020-12-13 07:13:36 +00:00
make -j$(nproc --ignore=1)
2018-01-26 02:46:10 +00:00
Please note that this build of mGBA for Windows is not suitable for distribution, due to the scattering of DLLs it needs to run, but is perfect for development. However, if distributing such a build is desired (e.g. for testing on machines that don't have the MSYS2 environment installed), running `cpack -G ZIP` will prepare a zip file with all of the necessary DLLs.
##### Visual Studio
To build using Visual Studio is a similarly complicated setup. To begin you will need to install [vcpkg](https://github.com/Microsoft/vcpkg). After installing vcpkg you will need to install several additional packages:
2022-05-27 04:33:55 +00:00
vcpkg install ffmpeg[vpx,x264] libepoxy libpng libzip lua sdl2 sqlite3
Note that this installation won't support hardware accelerated video encoding on Nvidia hardware. If you care about this, you'll need to install CUDA beforehand, and then substitute `ffmpeg[vpx,x264,nvcodec]` into the previous command.
You will also need to install Qt. Unfortunately due to Qt being owned and run by an ailing company as opposed to a reasonable organization there is no longer an offline open source edition installer for the latest version, so you'll need to either fall back to an [old version installer](https://download.qt.io/official_releases/qt/5.12/5.12.9/qt-opensource-windows-x86-5.12.9.exe) (which wants you to create an otherwise-useless account, but you can bypass temporarily setting an invalid proxy or otherwise disabling networking), use the online installer (which requires an account regardless), or use vcpkg to build it (slowly). None of these are great options. For the installer you'll want to install the applicable MSVC versions. Note that the offline installers do not support MSVC 2019. For vcpkg you'll want to install it as such, which will take quite a while, especially on quad core or less computers:
vcpkg install qt5-base qt5-multimedia
Next, open Visual Studio, select Clone Repository, and enter `https://github.com/mgba-emu/mgba.git`. When Visual Studio is done cloning, go to File > CMake and open the CMakeLists.txt file at the root of the checked out repository. From there, mGBA can be developed in Visual Studio similarly to other Visual Studio CMake projects.
2018-11-03 22:39:00 +00:00
#### Toolchain building
If you have devkitARM (for 3DS), devkitPPC (for Wii), devkitA64 (for Switch), or vitasdk (for PS Vita), you can use the following commands for building:
mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../src/platform/3ds/CMakeToolchain.txt ..
make
Replace the `-DCMAKE_TOOLCHAIN_FILE` parameter for the following platforms:
- 3DS: `../src/platform/3ds/CMakeToolchain.txt`
- Switch: `../src/platform/switch/CMakeToolchain.txt`
- Vita: `../src/platform/psp2/CMakeToolchain.vitasdk`
- Wii: `../src/platform/wii/CMakeToolchain.txt`
2014-12-06 17:22:01 +00:00
### Dependencies
mGBA has no hard dependencies, however, the following optional dependencies are required for specific features. The features will be disabled if the dependencies can't be found.
- Qt 5: for the GUI frontend. Qt Multimedia or SDL are required for audio.
- SDL: for a more basic frontend and gamepad support in the Qt frontend. SDL 2 is recommended, but 1.2 is supported.
- zlib and libpng: for screenshot support and savestate-in-PNG support.
- libedit: for command-line debugger support.
2020-07-24 05:33:46 +00:00
- ffmpeg or libav: for video, GIF, WebP, and APNG recording.
2016-09-17 17:51:40 +00:00
- libzip or zlib: for loading ROMs stored in zip files.
- SQLite3: for game databases.
2017-07-16 16:44:58 +00:00
- libelf: for ELF loading.
2022-05-27 04:33:55 +00:00
- Lua: for scripting.
2014-12-06 17:22:01 +00:00
2017-06-17 17:02:03 +00:00
SQLite3, libpng, and zlib are included with the emulator, so they do not need to be externally compiled first.
2016-09-17 17:51:40 +00:00
2014-12-06 17:22:01 +00:00
Footnotes
---------
<a name="missing">[1]</a> Currently missing features are
2015-04-03 06:23:29 +00:00
- OBJ window for modes 3, 4 and 5 ([Bug #5](http://mgba.io/b/5))
2014-12-06 17:22:01 +00:00
2015-04-03 06:23:29 +00:00
<a name="flashdetect">[2]</a> Flash memory size detection does not work in some cases. These can be configured at runtime, but filing a bug is recommended if such a case is encountered.
2014-12-06 17:22:01 +00:00
2022-05-08 06:05:49 +00:00
<a name="osxver">[3]</a> 10.9 is only needed for the Qt port. It may be possible to build or running the Qt port on 10.7 or older, but this is not officially supported. The SDL port is known to work on 10.5, and may work on older.
2014-12-06 17:22:01 +00:00
2015-04-03 06:23:29 +00:00
[downloads]: http://mgba.io/downloads.html
2014-12-06 17:22:01 +00:00
[source]: https://github.com/mgba-emu/mgba/
Copyright
---------
2022-02-07 08:47:35 +00:00
mGBA is Copyright © 2013 2022 Jeffrey Pfau. It is distributed under the [Mozilla Public License version 2.0](https://www.mozilla.org/MPL/2.0/). A copy of the license is available in the distributed LICENSE file.
mGBA contains the following third-party libraries:
2020-07-06 07:22:11 +00:00
- [inih](https://github.com/benhoyt/inih), which is copyright © 2009 2020 Ben Hoyt and used under a BSD 3-clause license.
- [blip-buf](https://code.google.com/archive/p/blip-buf), which is copyright © 2003 2009 Shay Green and used under a Lesser GNU Public License.
- [LZMA SDK](http://www.7-zip.org/sdk.html), which is public domain.
- [MurmurHash3](https://github.com/aappleby/smhasher) implementation by Austin Appleby, which is public domain.
2016-04-17 01:14:25 +00:00
- [getopt for MSVC](https://github.com/skandhurkat/Getopt-for-Visual-Studio/), which is public domain.
- [SQLite3](https://www.sqlite.org), which is public domain.
2016-04-22 07:00:06 +00:00
If you are a game publisher and wish to license mGBA for commercial usage, please email [licensing@mgba.io](mailto:licensing@mgba.io) for more information.