diff --git a/README.md b/README.md index 4355e5207..53d85f1ff 100644 --- a/README.md +++ b/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[[1]](#missing). +- Highly accurate Game Boy Advance hardware support[[1]](#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[[2]](#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.