mirror of https://github.com/mgba-emu/mgba.git
README: Update supported information
This commit is contained in:
parent
b02b993047
commit
92fd0444ce
28
README.md
28
README.md
|
@ -10,7 +10,7 @@ Up-to-date news and downloads can be found at [mgba.io](https://mgba.io/).
|
|||
Features
|
||||
--------
|
||||
|
||||
- Near full Game Boy Advance hardware support[<sup>[1]</sup>](#missing).
|
||||
- Highly accurate Game Boy Advance hardware support[<sup>[1]</sup>](#missing).
|
||||
- Game Boy/Game Boy Color hardware support.
|
||||
- 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.
|
||||
|
@ -18,6 +18,7 @@ Features
|
|||
- Save type detection, even for flash memory size[<sup>[2]</sup>](#flashdetect).
|
||||
- Support for cartridges with motion sensors and rumble (only usable with game controllers).
|
||||
- Real-time clock support, even without configuration.
|
||||
- Solar sensor support for Boktai games.
|
||||
- Game Boy Camera and Game Boy Printer support.
|
||||
- A built-in BIOS implementation, and ability to load external BIOS files.
|
||||
- Turbo/fast-forward support by holding Tab.
|
||||
|
@ -36,6 +37,31 @@ Features
|
|||
- Cores available for RetroArch/Libretro and OpenEmu.
|
||||
- Many, many smaller things.
|
||||
|
||||
#### Game Boy mappers
|
||||
|
||||
The following mappers are fully supported:
|
||||
|
||||
- MBC1
|
||||
- MBC1M
|
||||
- MBC2
|
||||
- MBC3
|
||||
- MBC3+RTC
|
||||
- MBC5
|
||||
- MBC5+Rumble
|
||||
- MBC7
|
||||
|
||||
The following mappers are partially supported:
|
||||
|
||||
- Pocket Cam
|
||||
- TAMA5
|
||||
- HuC-3
|
||||
|
||||
The following mappers are not currently supported:
|
||||
|
||||
- MBC6
|
||||
- HuC-1
|
||||
- MMM01
|
||||
|
||||
### Planned features
|
||||
|
||||
- Networked multiplayer link cable support.
|
||||
|
|
Loading…
Reference in New Issue