From WikiTemp, the GBAtemp wiki
(updated the list until Bomberman Jetters - Game Collection)
(retested broken games with my N3DS until Atlantis - The Lost Empire)
(224 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Retail games ==
+
{{InfoBox
{| class="compattable sortable" width="100%" cellspacing="1" border="1px"
+
|title=GBARunner2
!ROM Title [Region]
+
|image=
!Commit ID (build on date)
+
|imagesize=
!width=50%|Notes11
+
|imagecaption=
 +
|header1 = Information
 +
|label1 = Console Emulated
 +
|data1 = [[GBA]]
 +
|label2= Runs on
 +
|data2 = [[Nintendo DS]]
 +
|label3 =Developer
 +
|data3 = [https://gbatemp.net/members/280844/ Gericom]
 +
|label4 = Source code
 +
|data4 = [https://github.com/Gericom/GBARunner2 GitHub]
 +
|label5 = Latest version
 +
|data5 = [https://github.com/Gericom/GBARunner2/releases/tag/v20191004-213218_c7c78d0 Commit c7c78d0 (2019/10/04) build]
 +
|label6 = Discussion thread
 +
|data6 = [https://gbatemp.net/threads/gbarunner2.451970/ GBATemp.net]
 +
}}
 +
 
 +
'''GBARunner2''' is a hypervisor that runs GBA games on DS/DSi/3DS in DS mode, basically like Nintendont does for running Gamecube games on Wii.
 +
 
 +
= Usage =
 +
* Place a GBA bios on your sd card. Either /bios.bin, /gba/bios.bin, or /_gba/bios.bin will work.
 +
** '''Note:''' Do not use Normmatt's open-source GBA BIOS. It won't work, as many patches are applied at fixed addresses. The right checksums are listed below.
 +
* If you have a gba folder on the root of your sd, this folder will be opened by default
 +
* Make sure your games are SRAM patched if needed, this is most likely only the case for FLASH1M_V103 (use [http://www.no-intro.org/gbadat/tools/gbata7a-en.zip gbata])
 +
* If you are using GBARunner2 with TWiLightMenu on a DSi or 3DS with the SD card, make sure you use the dldi on ARM7 build
 +
 
 +
If you want to use existing save files, they should have the same name as the gba file but instead of .gba they should be .sav (so the save for mygame.gba is mygame.sav).
 +
 
 +
== BIOS Checksums ==
 +
The BIOS used should have the following checksums (checking one should be enough):
 +
* CRC32: <code>81977335</code>
 +
* MD5: <code>a860e8c0b6d573d191e4ec7db1b1e4f6</code>
 +
* SHA1: <code>300c20df6731a33952ded8c436f7f186d25d3492</code>
 +
* SHA256: <code>fd2547724b505f487e6dcb29ec2ecff3af35a841a77ab2e85fd87350abd36570</code>
 +
 
 +
You can check the MD5 with [http://www.winmd5.com/ WinMD5Free] for example.
 +
 
 +
= Compiling the latest version =
 +
 
 +
1. Make sure you have devkitpro installed.
 +
 
 +
2. Download the git repo.
 +
 
 +
3. Run make in the root.
 +
 
 +
= Downloads =
 +
New commits are now automatically build and can be downloaded on the [https://github.com/Gericom/GBARunner2/releases github release page].
 +
 
 +
Download link for gbarunner2 compatible cover art: https://mega.nz/#!Q8dnHALK!kA4UuEpqo7JQwScxLiorZ_qj4lWBsBr7B6Sb_BgAzsw
 +
* Commit 5abecad (2019/07/05), (Fixes the contra title screen, partially the advance wars intro, Madden NFL Note that bitmap bg transforms are currently not supported) posted [https://github.com/Gericom/GBARunner2/releases/tag/commit_5b06bb4bd12d8fe12574b0564e0ce0fb7fb02760 here].
 +
* Commit 5b06bb4 (2019/07/03), (Changed dma behavior on invalid addresses again, still not completely) posted [https://github.com/Gericom/GBARunner2/releases/tag/commit_5b06bb4bd12d8fe12574b0564e0ce0fb7fb02760 here].
 +
* Commit 03f8646 (2019/07/01), (Optimized the abort handler a little more) posted [https://github.com/Gericom/GBARunner2/releases/tag/commit_03f86467974caba8ae6c4463b5b5d42ad49ab826 here].
 +
* Commit e592198 (2019/07/01), (Set up CI with Azure Pipelines) posted [https://github.com/Gericom/GBARunner2/releases/tag/commit_e59219891e31d3d30b248b4c6a8bb9289b4d4b80 here].
 +
* [https://gbatemp.net/attachments/2019-06-30-897403a-zip.171803// Commit 897403a (2019/06/30) (master branch)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-82#post-8698213 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.171425// Commit 09c3fb7 (2019/06/26) (feature/newabort2 branch) (experimental arm7dldi_wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-80#post-8692494 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.171378// Commit 6084943 (2019/06/26) (feature/newabort2 branch) (experimental arm7dldi_wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-80#post-8691975 here].
 +
* [https://gbatemp.net/attachments/2019-06-14-8e4d520-zip.169862// Commit 8e4d520 (2019/06/14) (sd_save branch)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-77#post-8676640 here].
 +
* [https://gbatemp.net/attachments/2019-06-10-8175479-zip.169640// Commit 8175479 (2019/06/10) (sd_save branch)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-74 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.168926// Commit unspecified (2019/06/03) (sd_save branch)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-70 here].
 +
* [https://gbatemp.net/attachments/dd42c5c-02-06-2019-zip.168858// Commit dd42c5c (2019/06/02) (sd_save branch)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-69 here].
 +
* [https://gbatemp.net/attachments/gb_audio-d5d99e7-02-04-2019-zip.162672// Commit d5d99e7 (2019/04/02) (gb audio branch, no saving!)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-67 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.148184// Commit 6522414 (2018/11/01) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-57#post-8359865 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.148183/ Commit 6522414 (2018/11/01) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-57#post-8359865 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.148182// Commit 6522414 (2018/11/01) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-57#post-8359865 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.148181/ Commit 6522414 (2018/11/01) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-57 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.148256/ Commit c03c437 (2018/11/01) (arm9_file_explorer Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-58 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.135215// Commit f89fac5 (2018/07/10) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.135214// Commit f89fac5 (2018/07/10) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.135213// Commit f89fac5 (2018/07/10) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.135212// Commit f89fac5 (2018/07/10) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].
 +
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.116486/ Commit 83108c7 (2018/03/04) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.116487/ Commit 83108c7 (2018/03/04) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.116488/ Commit 83108c7 (2018/03/04) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.116489/ Commit 83108c7 (2018/03/04) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here]
 +
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.116254/ Commit f9e6ded (2018/02/28) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.116255/ Commit f9e6ded (2018/02/28) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.112453/ Commit f9e6ded (2018/02/28) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.116256/ Commit f9e6ded (2018/02/28) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here]
 +
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.116257/ Commit 091719f (2018/01/29) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.112452/ Commit 091719f (2018/01/29) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-38#post-7810796 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.112453/ Commit 091719f (2018/01/29) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-38#post-7810796 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.112454/ Commit 091719f (2018/01/29) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-38#post-7810796 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-zip.93066/ Commit unspecified (2017/07/17) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-32#post-7452865 here].
 +
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi-zip.93065/ Commit unspecified (2017/07/17) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-32#post-7452865 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.91072/ Commit 17694d4 (2017/05/22) (without arm7 dldi)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-30#post-7409956 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-arm7-dldi-zip.91073/ Commit 17694d4 (2017/05/22) (with arm7 dldi)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-30#post-7409956 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.87775/ Commit unspecified (checksum don't match with latest version)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-28#post-7327238 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.86221/ Commit 216734d (2017/05/06)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-26#post-7293244 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.84873/ Commit a61e70e (2017/04/22)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-26#post-7261890 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.80517/ Commit ba222be (2017/03/06)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-22#post-7156519 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.80361/ Commit 7e40932 (2017/03/04)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-22#post-7151624 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.78854/ Commit f3d2ef4 (2017/02/18)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-18#post-7107770 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.78255/ Commit 3860043 (2017/02/12)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-16#post-7095338 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.77367/ Commit 596fca3 (2017/02/04)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-15#post-7071733 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.76860/ Commit dc0aaf1 (2017/01/30)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-12#post-7058526 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.74203/ Commit 2286ea0 (2017/01/08)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-7#post-6993100 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.73713/ Commit fcff1c5 (2017/01/05)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-5#post-6980509 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.73194/ Commit 350be7a (2016/12/29)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-4#post-6960160 here].
 +
* [https://gbatemp.net/attachments/gbarunner2-zip.72394/ Commit 78945c3 (2016/12/18)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-2#post-6933255 here].
 +
 
 +
= Changelog =
 +
 
 +
See [https://github.com/Gericom/GBARunner2/commits/master GitHub timeline].
 +
 
 +
= Compatibility list =
 +
 
 +
{|width="25%" cellspacing="1" border="1px"
 +
!Legend
 
|-
 
|-
|align="left" style="background:#FFB142"|007 - James Bond - Everything or Nothing [UE]
+
|align="center" style="background:#4CAF50"|Very Playable - Full Speed. Very Good Audio. No gfx glitches.
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played the first level. The game has much Slowdown. The Audio has some Noise and stuttering. Working. '''Saving/Loading works.'''
+
 
|-
 
|-
|align="left" style="background:#FFB142"|007 - James Bond - Nightfire [UE]
+
|align="center" style="background:#B4EEB4"|Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches. Gameboy Sounds are missing.
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs faster than the arm9 version.''' I played the first level. Almost Full Speed with some Slowdown. The Audio has some Noise and stuttering. Working. '''Saving/Loading works.'''
+
 
|-
 
|-
|align="left" style="background:#FFEB3B"|2 Games in 1 - Uno + Skip-Bo [E]
+
|align="center" style="background:#FFEB3B"|Playable - Minor Performance issues. Gameboy Sounds are missing.
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played a game. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game has no Save feature.'''
+
 
|-
 
|-
|align="left" style="background:#4CAF50"|2K Sports - Major League Baseball 2K7 [U]
+
|align="center" style="background:#FFB142"|Working/Unplayable - Game is very slow/laggy/glitched up.
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version run the same speed.''' I played a game. Full Speed. Very Good Audio. Very Playable. ''' The game uses a Password system.'''
+
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Ace Combat Advance [UE]
+
|align="center" style="background:#EF5350"|Freezing - Game boots but freezes somewhere.
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version run the same speed.''' I played the first Mission. Full Speed. '''Good Audio with a little Noise.''' Few gfx glitches. Playable. ''' The game uses a Password system.'''
+
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Ace Lightning [E]
+
|align="center" style="background:#5c5c5c"|No boot - Game doesn't even boot.
|align="center"|8e4d520 (2019/06/14)
+
|}
|align="left"|'''Both arm9 version run the same speed.''' I walked around the first Area. Full Speed. Good Audio. Few gfx glitches. Playable. '''Didn´t get to a save spot. No idea if saving works.'''
+
 
 +
 
 +
* '''! A save error message (and sometimes other crashes too) means that your game must be sram patched (every game not using sram should be patched so check that before reporting) - check the Usage section for the appropriate tool !'''
 +
 
 +
* '''! Some games have Release Intro´s attached to themselve. Those Intros use a Code that is not supported yet. Try using the GBATA tool to remove the Intro to get the Game to work. Use an Emulator to see if a Game has a Rom Intro or not !'''
 +
 
 +
 
 +
== Retail games ==
 +
{{GBAR2GameTable}}
 +
{{GBAR2Game|title=007 - James Bond - Everything or Nothing [U]|version=c7c78d0 (2019/10/04)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown.}}
 +
{{GBAR2Game|title=007 - James Bond - Nightfire [UE]|version=c7c78d0 (2019/10/04)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=2 Games in 1 - Uno + Skip-Bo [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=2K Sports - Major League Baseball 2K7 [U]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Ace Combat Advance [UE]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Ace Lightning [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn´t find a save spot.}}
 +
{{GBAR2Game|title=Action Man - Robot Atak [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches. Minor Gameboy sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Activision Anthology [U]|version=c7c78d0 (2019/10/04)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gfx glitches are visible. Game is playable.}}
 +
{{GBAR2Game|title=Advance Guardian Heroes [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible. Game runs fine.}}
 +
{{GBAR2Game|title=Adventure of Tokyo Disney Sea [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|safe=?|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Advance Wars [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Advance Wars 2 - Black Hole Rising [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Aero the Acro-Bat - Rascal Rival Revenge [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Agassi Tennis Generation [E]|version=c7c78d0 (2019/10/04)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Arcade mode is playable. Game crashes in other mode. Game is playable.}}
 +
{{GBAR2Game|title=Agent Hugo - Roborumble [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Aggressive Inline [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Aigle de Guerre, L' [FR]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Aka-chan Doubutsuen [J]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1||save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Aladdin [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Aleck Bordon Adventure - Tower & Shaft Advance [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|safe=?|sound=minor|speed=good|note=Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Alex Rider - Stormbreaker [E]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Doesn´t work with 3DS.'''}}
 +
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Cache and regular version work well with 3DS.'''}}
 +
{{GBAR2Game|title=Alien Hominid [E]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Regular version works well with 3DS. The cache version crashes after the intro.'''}}
 +
{{GBAR2Game|title=All Grown Up! - Express Yourself [UE]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Game runs fine.}}
 +
{{GBAR2Game|title=All-Star Baseball 2003 [U]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=All-Star Baseball 2004 [U]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Altered Beast - Guardian of the Realms [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=American Bass Challenge [U]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Doesn´t work with 3DS.'''}}
 +
{{GBAR2Game|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. '''Cache and regular version work well with 3DS.''' |crashreason=Hicode}}
 +
{{GBAR2Game|title=American Idol [U]|version=c7c78d0 (2019/10/04)|rating=good||nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs fine.}}
 +
{{GBAR2Game|title=An American Tail - Fievel's Gold Rush [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Angel Collection - Mezase! Gakuen no Fashion Leader [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Angel Collection 2 - Pichimo ni Narou [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Angelique [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Animal Mania - Dokidoki Aishou Check [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Gameboy Sounds are missing. Minor gfx glitches during the titlescreen. Game runs fine.}}
 +
{{GBAR2Game|title=Animaniacs - Lights, Camera, Action! [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Animal Snap - Rescue Them 2 by 2 [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sound fx are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J]|version=c7c78d0 (2019/10/04)|rating=unplayable|nocache=1|cache=1||save=?|sound=bad|speed=good|note=Cache runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. '''Sound regression starting with commit 5569f94 20190906.'''}}
 +
{{GBAR2Game|title=Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ant Bully [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Antz - Extreme Racing [E]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Cache and regular version work well with 3DS.'''}}
 +
{{GBAR2Game|title=Ao-Zoura to Nakamatachi - Yume no Bouken [J]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Archer Maclean's 3D Pool [U]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect. Game has no save feature.}}
 +
{{GBAR2Game|title=Arctic Tale [U]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect. Game uses a Password system.}}
 +
{{GBAR2Game|title=Army Men - Operation Green [UE]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect. Game uses a Password system.}}
 +
{{GBAR2Game|title=Army Men - Turf Wars [U]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Army Men Advance [UE]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Around the World in 80 Days [E]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Arthur and the Minimoys [E]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. '''Cache and regular version work well with the 3DS. Cache version has less glitches.'''|crashreason=Hicode}}
 +
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Asterix & Obelix - Bash Them All! [E]|version=c7c78d0 (2019/10/04)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster. Only Asterix and Obelix works. Game crashes, if you wait a bit after the bios intro. Minor gfx glitches are visible every now and then. Game is playable. Asterix and Obelix uses a Password system.}}
 +
{{GBAR2Game|title=Asterix & Obelix XXL [E]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Cache version crashes after the intro. Regular build works, but runs a bit slow with the 3DS.'''}}
 +
{{GBAR2Game|title=Astro Boy Omega Factor [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Atari Anniversary Advance [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Atlantis - The Lost Empire [UE]|version=c7c78d0 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Cache and regular version work well with the 3DS.'''}}
 +
{{GBAR2Game|title=Atomic Betty [UE]|version=c7c78d0 (2019/10/04)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches after the bios intro. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=ATV - Quad Power Racing [UE]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=ATV - Thunder Ridge Riders [E]|version=c7c78d0 (2019/10/04)|rating=playable|nocache=1|cache=0|sound=good|speed=minor|note=Cache version runs faster. Full speed with a little slowdown. Minor gfx glitches every now and then. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Avatar - The Last Airbender - The Burning Earth [U]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Avatar - The Legend of Aang [E]|version=c7c78d0 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Azumanga Daiou Advance [J]|version=c7c78d0 (2019/10/04)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy gfx glitches and slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Babar to the Rescue [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Back to Stone [E]|version=0c697a9 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
 +
{{GBAR2Game|title=Back Track [UE]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Backyard Baseball [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Backyard Baseball 2006 [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Backyard Basketball [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Backyard Football [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Backyard Football 2006 [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Backyard Hockey [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches on screen. Game runs fine.}}
 +
{{GBAR2Game|title=Backyard Skateboarding [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Backyard Sports - Baseball 2007 [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Backyard Sports - Basketball 2007 [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Backyard Sports - Football 2007 [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Baldur's Gate - Dark Alliance [E]|version=0c697a9 (2019/10/04)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
 +
{{GBAR2Game|title=Banjo Kazooie - Grunty´s Revenge [UE]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Banjo Pilot [E]|version=0c697a9 (2019/10/04)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Some gfx glitches. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Barbie - The Princess and the Pauper [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barbie and the Magic of Pegasus [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barbie as the Island Princess [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice samples are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Barbie Diaries - High School Mystery [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Barbie Groovy Games [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Barbie Horse Adventures [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barnyard [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs fine.}}
 +
{{GBAR2Game|title=Baseball Advance [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Batman Begins [UE]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Batman Rise of Sin Tzu [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Batman Vengeance [E]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor Gameboy sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Battle B-Daman [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Battle B-Daman - Fire Spirits [U]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=BattleBots - Beyond the BattleBox [E]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=BattleBots - Design & Destroy [U]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=0c697a9 (2019/10/04)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=BB Ball [J]|version=0c697a9 (2019/10/04)|rating=crashes|nocache=1|cache=1|note=Game crashes during the Intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
 +
{{GBAR2Game|title=Beast Shooter - Mezase Beast King! [J]|version=1feb573 (2019/08/28)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Berenstain Bears and the Spooky Old Tree [U]|version=1feb573 (2019/08/28)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Best Play Pro Yakyuu [J]|version=1feb573 (2019/08/28)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=1feb573 (2019/08/28)|rating=playable||nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version=1feb573 (2019/08/28)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Heavy gfx glitches. Game uses a Password system. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
 +
{{GBAR2Game|title=Bibi und Tina - Ferien auf dem Martinshof [G]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes during the intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Use commit f89fac5 (2018/07/10) cache version instead.'''}}
 +
{{GBAR2Game|title=Bible Game [U]|version=1feb573 (2019/08/28)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Big Mutha Truckers [E]|version=89c01e3 (2019/09/08)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=minor|note=Heavy gfx glitches and slowdown. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
 +
{{GBAR2Game|title=bit Generations - Boundish [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Coloris [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Dialhex [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Digidrive [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Constant saving causes slowdown in single mode. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=bit Generations - Dotstream [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Orbital [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Soundvoyager [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Black Belt Challenge [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=broken|speed=lag|note=Cache version runs faster. Heavy gfx glitches and slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Black Matrix Zero [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Blackthorne [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Blades of Thunder [U]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.|crashreason=Hicode. DSi may work}}
 +
{{GBAR2Game|title=Bleach Advance - Kurenai ni Somaru Soul Society [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Blender Bros [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=BMX Trick Racer [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Board Game Classics [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect. Game uses a Password system.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - Bakutou Hajike Taisen [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - Maji de!! Shinken Battle [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Solar Sensor patch required. Gameboy sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Boktai 2 - Solar Boy Jango [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Boktai 3 [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Bomberman Jetters - Game Collection [J]|version=89c01e3 (2019/09/08)|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Only mini games work. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
 +
{{GBAR2Game|title=Bomberman Max 2 - Blue Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Bomberman Max 2 - Red Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Bomberman Tournament [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Bookworm [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Bouken Ou Beet - Busters Road [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Unsupported Toy Starter set needed.}}
 +
{{GBAR2Game|title=Bouken Yuuki Pluster World - Pluston GP [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Unsupported Toy Starter set needed.}}
 +
{{GBAR2Game|title=Boukyaku no Senritsu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Boulder Dash EX [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Boxing Fever [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Bratz [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
 +
{{GBAR2Game|title=Bratz - Babyz [E]|version=916020e (2019/07/07)|rating=playable|nocache=0|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Bratz - Forever Diamondz [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Bratz - Rock Angelz [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Bratz - The Movie [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Breath of Fire [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Breath of Fire 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Britney's Dance Beat [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Broken Sword - The Shadow of the Templars [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Brother Bear [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Some gfx glitches are visible every now and then. FMV Intro is missing. Game is playable.}}
 +
{{GBAR2Game|title=Bruce Lee - Return of the Legend [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Bubble Bobble - Old & New [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Cache version runs faster but has more noise. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. }}
 +
{{GBAR2Game|title=Butt-Ugly Martians - B.K.M. Battles [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Cabbage Patch Kids - The Patch Puppy Rescue [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster and has less gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Cabela's Big Game Hunter [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Cabela's Big Game Hunter - 2005 Adventures [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Caesars Palace Advance - Millennium Gold Edition [UE]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|note=Game crashes after the intro.}}
 +
{{GBAR2Game|title=Calciobit [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Camp Lazlo - Leaky Lake Games [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Capcom Classics Mini Mix [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=lag|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full Speed with a little Slowdown. Gameboy Sounds are missing. Games use a Password system.}}
 +
{{GBAR2Game|title=Captain Tsubasa - Eikou no Kiseki [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Car Battler Joe [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Card e-Reader [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|note=Read Error after bios intro. Unsupported Device.}}
 +
{{GBAR2Game|title=Card e-Reader [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|note=Read Error after bios intro. Unsupported Device.}}
 +
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card de Mini Game [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Care Bears - The Care Quests [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Carrera Power Slide [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Cars [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Cars - Mater-National Championship [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Cartoon Network Block Party [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect. Game uses a Password system.}}
 +
{{GBAR2Game|title=Cartoon Network Speedway [U]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White Screen after bios intro.}}
 +
{{GBAR2Game|title=Casper [E]|version=916020e (2019/07/07)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Castlevania Aria of Sorrow [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Castlevania Circle of the Moon [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Castleween [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White Screen after bios intro.}}
 +
{{GBAR2Game|title=Cat in the Hat by Dr. Seuss [U]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White Screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Catwoman [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Catz [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Chaoji Maliou 2 [China]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance for iQue China. Game runs perfect!}}
 +
{{GBAR2Game|title=Chaoji Maliou Shijie [China]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance 2 for iQue China. Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Charlie and the Chocolate Factory [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Charlotte's Web [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Cheetah Girls [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Chessmaster [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Chicken Little [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Chicken Shoot [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Chicken Shoot 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Choro Q Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Choro Q Advance 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Chu Chu Rocket [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=CIMA - The Enemy [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Cinderella - Magical Dreams [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. FMV have some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Cinnamon Game Series 2 - Yume no Daibouken [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Cinnamoroll - Koko ni Iru yo [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Classic NES Series - Bomberman (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Castlevania (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Donkey Kong (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Dr. Mario (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Excitebike (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Ice Climber (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Legend of Zelda (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Metroid (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Pac-Man (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Super Mario Bros. (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Xevious (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Classic NES Series - Zelda II - The Adventure of Link (UE)|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Cocoto - Kart Racer [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Cocoto - Platform Jumper [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version runs faster but has more Noise. Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Codename - Kids Next Door - Operation S.O.D.A. [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.'''}}
 +
{{GBAR2Game|title=Colin McRae Rally 2.0 [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|note=Game crashes after you create a profile. This is a regress. Game works with unspecified commit arm9 build (2017/07/17).}}
 +
{{GBAR2Game|title=Columns Crown [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Combat Choro Q - Advance Daisakusen [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Comix Zone [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=0|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Contra Advance - The Alien Wars EX [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Corvette [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crash Bandicoot 2 N-Traced [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Crash Bandicoot Fusion [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Crash Bandicoot XS [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Crash Nitro Kart [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Heavy gfx glitches. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Crash of the Titans [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crazy Chase [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crazy Frog Racer [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crazy Taxi - Catch a Ride [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Creatures [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Croket! - Yume no Banker Survival! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Croket! 2 - Yami no Bank to Banqueen [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Croket! 3 - Granu Oukoku no Nazo [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Croket! 4 - Bank no Mori no Mamorigami [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Croket! Great - Toki no Boukensha [J]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro battle.}}
 +
{{GBAR2Game|title=Crouching Tiger Hidden Dragon [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Cruis'n Velocity [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.'''}}
 +
{{GBAR2Game|title=Crushed Baseball [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=CT Special Forces [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0||sound=minor|speed=good|note=Couple Sound SFX are missing. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=CT Special Forces 2 - Back to Hell [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=CT Special Forces 3 - Bioterror [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Cubix - Robots for Everyone - Clash 'N Bash [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Curious George [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Custom Robo GX [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Dai-Mahjong [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|sound=good|note=White screen with music after bios intro.}}
 +
{{GBAR2Game|title=Daisenryaku for Game Boy Advance [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Heavy gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Daisuki Teddy [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Dancing Sword - Senkou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Dan Doh!! Tobase Shouri no Smile Shot [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dan Doh!! Xi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Danny Phantom - Urban Jungle [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Danny Phantom - The Ultimate Enemy [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Daredevil [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game uses a Password system.'''}}
 +
{{GBAR2Game|title=Darius R [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Some Noise during the Pause screen. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Dark Arena [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game use a Password system.}}
 +
{{GBAR2Game|title=Dave Mirra Freestyle BMX 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Dave Mirra Freestyle BMX 3 [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=David Beckham Soccer [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. This is a regress. Use commit 5b06bb4 (2019/07/03) arm9 build instead.}}
 +
{{GBAR2Game|title=Davis Cup [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Deadly Skies [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Dead to Rights [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Deal or No Deal [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=good|note=Heavy gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Defender - For All Mankind [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Defender of the Crown (E)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=DemiKids - Dark Version (U)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=DemiKids - Light Version (U)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Demon Driver - Time to Burn Rubber! (U)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Denki Blocks! [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Densetsu no Stafy [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Densetsu no Stafy 2 [J]|version=916020e (2019/07/07)|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Densetsu no Stafy 3 [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=Flicker on both screen after bios intro.|crashreason=Hblank dma to io}}
 +
{{GBAR2Game|title=Derby Stallion Advance [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Desert Strike Advance [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Dexter's Laboratory - Chess Challenge [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dexter's Laboratory - Deesaster Strikes! [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Some Noise during the Pause Screen. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Di Gi Charat - DigiCommunication [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Cache version runs faster. Gameboy Sounds are missing.}}
 +
{{GBAR2Game|title=Diadroids World - Evil Teikoku no Yabou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Digi Communication Nyo - Datou! Black Gemagema Dan [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=broken|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Digimon - Battle Spirit [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Digimon - Battle Spirit 2 [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Digimon Racing [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Disney's Party [UE]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Disney Princess [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Disney Princess - Royal Adventure [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Disney Sports - Basketball [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Disney Sports - Football [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Disney Sports - Motocross [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|note=Game crashes after the titlescreen.}}
 +
{{GBAR2Game|title=Disney Sports - Skateboarding [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Disney Sports - Soccer [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Disney Sports - Snowboarding [E]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=DK - King of Swing [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Dogz [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Dogz 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Dogz - Fashion [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game run fine.}}
 +
{{GBAR2Game|title=Dokapon [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dokodemo Taikyoku - Yakuman Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Domo-kun no Fushigi Terebi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Donald Duck Advance [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Donchan Puzzle Hanabi de Dohn Advance [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Donkey Kong Country [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Donkey Kong Country 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Cache version runs faster. Full speed with a little slowdown. Game runs fine.}}
 +
{{GBAR2Game|title=Donkey Kong Country 3 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Cache version runs faster. Full speed with a little slowdown. Game runs fine.}}
 +
{{GBAR2Game|title=Doom [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Doom 2 [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Dora the Explorer - Dora's World Adventure! [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Dora the Explorer - Super Spies [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dora the Explorer - Super Star Adventures! [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Dora the Explorer - The Search for the Pirate Pig's Treasure [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Doraemon - Dokodemo Walker [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Double Dragon Advance [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Downforce [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dragon Ball Advanced Adventure [U]|version=2dc841f (2019/08/24)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Full speed. Game is playable.}}
 +
{{GBAR2Game|title=Dragon Ball Advanced Adventure [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Dragon Ball GT - Transformation [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Buu's Fury [U]|version=2dc841f (2019/08/24)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Full speed. Playable until the Anti piracy message.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Collectible Card Game [U]|version=89c01e3 (2019/09/08)|rating=unplayable|nocache=1|cache=1|save=?|sound=broken|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Supersonic Warriors [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Taiketsu [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=good|note=You get the Message "This game will not run on this Hardware." It´s an Anti Piracy Method.}}
 +
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=good|note=You get the Message "This Program will not run on this Hardware found." It´s an Anti Piracy Method.}}
 +
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku 2 [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Dragon Drive - World D Break [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon's Rock [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon Quest Monsters - Caravan Heart [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon Tales - Dragon Adventures [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Drake & Josh [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Drill Dozer [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Driven [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Driv3r [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Driver 2 Advance [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Dr.Mario & Panel de Pon [J]|version=89c01e3 (2019/09/08)|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Dr.Mario won´t boot. Minor Gameboy sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Dr.Muto [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Dr.Sudoku [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Droopy's Tennis Open [E]|version=89c01e3 (2019/09/08)|rating=crashes||nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Dual Blades [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Duel Masters - Kaijudo Showdown [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Duel Masters - Sempai Legends [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Duel Masters - Shadow of the Code [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Duel Masters 2 - Invincible Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Duel Masters 2 - Kirifuda Shoubu Ver. [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Duel Masters 3 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Duke Nukem Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Gfx glitches with the gun. Game runs fine.}}
 +
{{GBAR2Game|title=Dungeons & Dragons - Eye of the Beholder [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=}}
 +
{{GBAR2Game|title=Dynasty Warriors Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Earthworm Jim [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=2fast|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Earthworm Jim 2 [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Ecks vs Sever [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=good|note=Mixed up game view. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ecks vs Sever 2 - Ballistic [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Mixed up game view. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Eggo Mania [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=Screen flashes after bios intro.}}
 +
{{GBAR2Game|title=Elemix! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Elevator Action - Old & New [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Elf - The Movie [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Elf Bowling 1 & 2 [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Enchanted - Once Upon Andalasia [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Eragon [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Heavy slowdown during battle.}}
 +
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=ESPN Final Round Golf [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=ESPN X-Games Skateboarding [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=European Super League [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Ever Girl [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=EX Monopoly [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Exciting Bass [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White Screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 1 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 2 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 3 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 4 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 5 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 6 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=E-Reader [U]|version=916020e (2019/07/07)|rating=crashes|nocache=0|cache=1|note=Read Error after bios intro. Unsupported Device.}}
 +
{{GBAR2Game|title=E.T. - The Extra-Terrestrial [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=F1 2002 [UE]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=F-14 Tomcat [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=F-24 Stealth Fighter [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Breakin` Da Rules [U]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Clash with the Anti-World [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Enter the Cleft [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Shadow Showdown [E]|version=916020e (2019/07/07)|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Famicom Mini - Dai 2 Ji Super Robot Taisen [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 08 - Mappy [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work. This is a regress. Game was playable in older arm9 build.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 10 - Star Soldier [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work. This is a regress. Game was playable in older arm9 build.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 12 - Clu Clu Land [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 13 - Balloon Fight [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 14 - Wrecking Crew [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 16 - Dig Dug [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 18 - Makaimura [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 19 - TwinBee [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Family Feud [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Family Tennis Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Famista Advance [J]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Fancy Pocket [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Fantastic 4 [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Fantastic 4 - Flame On [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Fantastic Children [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Fear Factor Unleashed [U]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Field of Nine - Digital Edition 2001 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=FIFA Soccer 2003 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crowd Soundsamples in the Stadion are missing. Game runs fine.}}
 +
{{GBAR2Game|title=FIFA Soccer 2004 [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=FIFA Soccer 2005 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=FIFA Soccer 2006 [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. }}
 +
{{GBAR2Game|title=FIFA Soccer 2007 [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=}}
 +
{{GBAR2Game|title=FIFA World Cup - Germany 2006 [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=}}
 +
{{GBAR2Game|title=FightBox [E]|version=916020e (2019/07/07)|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=FILA Decathlon [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Final Fantasy I & II - Dawn of Souls [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Final Fantasy IV Advance [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine. Game crashes after Cecil becomes a Paladin and passes through Devil's Road!}}
 +
{{GBAR2Game|title=Final Fantasy V Advance [E]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game crashes after anyone who uses the Kick command gets stuck, and you can't take anymore turns!}}
 +
{{GBAR2Game|title=Final Fantasy VI Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Final Fight ONE [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Playable. Game runs fine.}}
 +
{{GBAR2Game|title=Final Fire Pro Wrestling - Yume no Dantai Unei! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Finding Nemo [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Finding Nemo - The Continuing Adventures [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Fire Emblem [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable.}}
 +
{{GBAR2Game|title=Fire Emblem - Fuuin no Tsurugi [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable.}}
 +
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=916020e (2019/07/07)|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable.}}
 +
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Fire Pro Wrestling 2 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Flushed Away [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ford Racing 3 [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Fortress [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=2fast|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Foster's Home for Imaginary Friends [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Franklin the Turtle [E]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Franklin's Great Adventures [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Freekstyle [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game uses a Password system.}}
 +
{{GBAR2Game|title=Freestyle Scooter [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Frogger's Adventures - Temple of the Frog [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Frogger's Adventures 2 - The Lost Wand [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Frogger's Journey - The Forgotten Relic [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Fruit Mura no Doubutsutachi [J]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Fushigi no Kuni no Alice [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Fushigi no Kuni no Angelique [J]|version=916020e (2019/07/07)|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|sound=minor|note=White screen after bios intro. Gameboy Sounds are missing.}}
 +
{{GBAR2Game|title=Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|sound=minor|note=White screen after bios intro. Gameboy Sounds are missing.}}
 +
{{GBAR2Game|title=F-Zero Maximum Velocity [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Some gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=F-Zero Climax [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=F-Zero GP-Legend [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Gachasute! Dino Device - Blue [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gachasute! Dino Device - Red [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gachasute! Dino Device 2 - Dragon [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gadget Racers [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gakuen Alice - Dokidoki Fushigi Taiken [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Gakuen Senki Muryou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Galidor - Defenders of the Outer Dimension [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Games Explosion! [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Game & Watch Gallery Advance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Ganbare Dodge Fighters [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Garfield - The Search for Pooky [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Some gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Garfield and His Nine Lives [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Some gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Gauntlet - Dark Legacy [U]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Use commit 8e4d520 (2019/06/14) arm9 version instead.}}
 +
{{GBAR2Game|title=Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=lag|note=Cache version runs faster. Gameboy Sounds are missing. Heavy Slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gekido Advance - Kintaro´s Revenge [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Gekitou Densetsu Noah - Dream Management (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Gem Smashers (U)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Genso Suikoden - Card Stories [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Get! - Boku no Mushi Tsukamaete (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=GetBackers Dakkanya - Jagan Fuuin! (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=GetBackers Dakkanya - Jigoku no Scaramouche (J)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Get Ride! Amdriver - Senkou no Hero Tanjou! (J)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Get Ride! Amdriver - Shuggeki! Battle Party (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ghost Rider [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Ghost Trap (J)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Global Star - Sudoku Fever [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Glory Days [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=lag|note=Cache version runs faster. Heavy slowdown. Game uses a Password system.}}
 +
{{GBAR2Game|title=Godzilla - Domination! [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Goemon - New Age Shutsudou! (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Go!Go! Beckham! - Adventure on Soccer Island [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Golden Nugget Casino (UE)|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=bad|note=Game crashes during the intro. Game uses a Password system.}}
 +
{{GBAR2Game|title=Golden Sun [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Very Playable. '''Saving works with Sram patching.'''}}
 +
{{GBAR2Game|title=Golden Sun 2 [UE]|version=89c01e3 (2019/09/08)|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game crashes when saving! This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required.}}
 +
{{GBAR2Game|title=Gradius Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Greatest Nine [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Cache version runs faster. Gameboy Sounds are missing. Heavy gfx glitches and slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Greg Hastings' Tournament Paintball Maxd [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches during a match.}}
 +
{{GBAR2Game|title=Gremlins - Stripe vs Gizmo [E]|version=89c01e3 (2019/09/08)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Grim Adventures of Billy & Mandy (U)|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=916020e (2019/07/07)|rating=good||nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Commit 831087 (2018/03/04) arm9 version runs faster but has no sound.}}
 +
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=GT Advance 2 - Rally Racing [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Some gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=GT Advance 3 - Pro Concept Racing [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version has less gfx glitches. Gameboy Sounds are missing. Some gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=GT Championship [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=GT Racers [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor||note=Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. Game uses a Password system.}}
 +
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Guranbo [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Menu cursor graphics are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Guru Logic Champ [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Gyakuten Saiban [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Gyakuten Saiban 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Gyakuten Saiban 3 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Hachiemon (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hagane no Renkinjutsushi - Meisou no Rondo [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Hagane no Renkinjutsushi - Omoide no Sonata [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Hajime no Ippo - The Fighting! [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Hamepane - Tokyo Mew Mew (J)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Heavy gfx glitches during the puzzle mini game. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Club 3 (J)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Hamster Club 4 (J)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Monogatari 2 (J)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Glitched character portrait. Game is playable.}}
 +
{{GBAR2Game|title=Hamster Monogatari 3 (J)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Monogatari 3EX 4 Special (J)|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Heavy glitched Character portrait. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Monogatari Collection (J)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Glitched character portrait. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Paradise - Pure Heart (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Paradise Advanchu (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Hamtaro - Ham-Ham Games [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Hamtaro - Ham-Ham Heartbreak [E]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Stuck at the Name entry screen. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Hamtaro - Rainbow Rescue [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Hanabi Hyakkei Advance (J)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Hanafuda Trump Mahjong - Depachika Wayouchuu (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Happy Feet (E)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Hardcore Pinball (UE)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hardcore Pool (E)|version=916020e (2019/07/07)|rating=unplayable|nocache=0|cache=1|sound=good|speed=good|note=Heavy gfx glitches on the menu screen. Game uses a Password system. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Harobots - Robo Hero Battling!! (J)|version=916020e (2019/07/07)|rating=unplayable|nocache=0|cache=1|save=1|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Harry Potter and the Chamber of Secrets [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Harry Potter and the Goblet of Fire [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Harry Potter and the Order of the Phoenix [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster but has worse audio/gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Harry Potter and the Prisoner of Azkaban [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Harry Potter and the Sorcerer's Stone [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Harukanaru Toki no Naka de - Neoromance Game [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Cache version has less Noise. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but lacks the gameboy sounds.}}
 +
{{GBAR2Game|title=Harvest Moon - Friends of Mineral Town [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Harvest Moon - More Friends of Mineral Town [U]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White Screen after bios intro.}}
 +
{{GBAR2Game|title=Hatena Satena [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Heidi - The Game [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Hello Kitty - Happy Party Pals [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Hello Kitty Collection - Miracle Fashion Maker [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro.}}
 +
{{GBAR2Game|title=Hello! Idol Debut - Kids Idol Ikusei Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Herbie - Fully Loaded [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Heavy gfx glitches during a race. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hey Arnold! - The Movie [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Higanbana [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=High Heat Major League Baseball 2002 [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=High Heat Major League Baseball 2003 [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hi Hi Puffy AmiYumi - Kaznapped! [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Hikaru no Go [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=High School Musical - Livin' the Dream [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Home on the Range [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Horsez [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Hot Potato! [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but lacks the gameboy sounds.}}
 +
{{GBAR2Game|title=Hot Wheels - All Out [E]|version=ce32975 (2019/09/11)|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Hot Wheels - Burnin' Rubber [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Hot Wheels - Stunt Track Challenge [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0|sound=bad|speed=minor|note=Heavy gfx glitches. Game uses a Password system.}}
 +
{{GBAR2Game|title=Hot Wheels - Velocity X [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hot Wheels - World Race [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Heavy gfx glitches. Game uses a Password system.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 1 - Bomberman Collection [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 2 - Lode Runner Collection [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 3 - Action Collection [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 4 - Nazotoki Collection [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 5 - Shooting Collection [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hugo - Bukkazoom! [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Hugo - The Evil Mirror Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Ice Age [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ice Age 2 - The Meltdown [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Ice Nine [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Incredible Hulk [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Cache version runs faster. Game is playable. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Incredibles [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Initial D - Another Stage [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Inspector Gadget - Advance Mission [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=International Karate Advanced [E]|version=05a69d8 (2019/09/15)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in the gbarunner2 menu to play the game.''' Cache version runs faster. Minor Gameboy sounds are missing. Minor gfx glitches because of the disabled border. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=International Karate Plus [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=International Superstar Soccer [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Inukko Club [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White Screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Invader [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=Game is playable. Game has no save feature. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Invincible Iron Man [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some Sound fx are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Iridion 3D [UE]|version=ce32975 (2019/09/11)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Iridion 2 [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=0|cache=1|sound=bad|speed=lag|note=Heavy gfx glitches and slowdown. Game uses a Password system.}}
 +
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=I Spy Challenger! [U]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=It´s Mister Pants [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Jackie Chan Adventures - Legend of the Darkhand [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. The retro games don´t work. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=James Pond - Codename Robocod [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Jazz Jackrabbit [UE]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) arm9 master build instead.}}
 +
{{GBAR2Game|title=J.League Pro Soccer Club o Tsukurou! Advance [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=J.League Pocket [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=J.League Pocket 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jet Set Radio [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=JGTO Kounin Golf Master - Japan Golf Tour Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|note=Can´t get past the Titlescreen.}}
 +
{{GBAR2Game|title=Jikkyou World Soccer Pocket [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jikkyou World Soccer Pocket 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Some gfx glitches. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Jet Fusion [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Some gfx glitches. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Jinsei Game Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jisu F-Zero Weilai Saiche [China]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|save=1|speed=good|note=F-Zero Maximum Velocity for iQue China. Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Jonny Moseley Mad Trix [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Juka and the Monophonic Menace [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Jungle Book 2 [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Jurassic Park III - Dino Attack [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jurassic Park III - Park Builder [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Jurassic Park III - The DNA Factor [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Jurassic Park Institute Tour - Dinosaur Rescue [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Justice League - Injustice for All [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen afte bios intro.}}
 +
{{GBAR2Game|title=Justice League Chronicles [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Justice League Heroes - The Flash [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=K-1 Pocket Grand Prix [J]|version=916020e (2019/07/07))|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=K-1 Pocket Grand Prix 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Game runs fine.}}
 +
{{GBAR2Game|title=Kaeru B Back [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|note=rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Cache version runs faster. Gameboy Sounds are missing. Heavy gfx glitches and slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kamaitachi no Yoru Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Kami no Kijutsu - Illusion of the Evil Eyes [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Kao the Kangaroo [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Some flicker in the background. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kappa no Kai-Kata Katan Daibouken [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Karnaaj Rally [UE]|version=916020e (2019/07/07)|rating=playable|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Kawa no Nushi Tsuri 3 & 4 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Kawaii Pet Game Gallery [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Gfx glitches during cutscenes. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kawaii Pet Game Gallery 2 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Gfx glitches during cutscenes. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Power [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Speed [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kelly Slater's Pro Surfer [UE]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kid Paddle [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Kidou Senshi Gundam Seed Destiny [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Kid's Cards [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kikikai-kai Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Killer 3D Pool [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Cache version runs faster. Heavy gfx glitches and slowdown. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kill Switch [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Kim Possible [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kim Possible 2 - Drakken's Demise [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kim Possible 3 - Team Possible [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Kingdom Hearts - Chain of Memories [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=King Kong - The Official Game of the Movie [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=King of Fighters EX - NeoBlood [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=King of Fighters EX2 - Howling Blood [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Kinnikuman II-Sei - Seigi Choujin e no Michi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Kirby and the Amazing Mirror [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs fine. Autosave slows down the gameplay.}}
 +
{{GBAR2Game|title=Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Kiss x Kiss Seirei Gakuen [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Klonoa - Empire of Dreams [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Klonoa 2 - Dream Champ Tournament [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Klonoa Heroes - Densetsu no Star Medal [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Cache version runs faster. Heavy gfx glitches and slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koala Brothers - Outback Adventures [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koinu to Issho - Aijou Monogatari [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koinu to Issho 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Konami Collector's Series - Arcade Classics [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Konami Krazy Racers [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.}}
 +
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kong - King of Atlantis [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Kong - The Animated Series [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koro Koro Puzzle - Happy Panechu! [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Gameboy Sounds are missing. Heavy gfx glitches and slowdown. Motion sensor support required to be playable.}}
 +
{{GBAR2Game|title=Kotoba no Puzzle - Mojipittan Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Kouchu Ouja Mushiking [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 1 [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 2 [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 3 [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kurohige no Golf Shiyouyo [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kurohige no Kurutto Jintori [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kurukuru Kururin [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Kururin Paradise [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Lady Sia [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Land Before Time [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Land Before Time - Into the Mysterious Beyond [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Lara Croft Tomb Raider - Legend [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Lara Croft Tomb Raider - The Prophecy [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Legend of Dynamic Goushouden - Houkai no Rondo [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=Legends of Wrestling II [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Legendz - Sign of Nekuromu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Legendz - Yomigaeru Shiren no Shima [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Lego Bionicle [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Black screen after you press select during the first level. Gameboy Sounds are missing.}}
 +
{{GBAR2Game|title=Lego Bionicle Heroes [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown.}}
 +
{{GBAR2Game|title=Lego Bionicle - Matoran Adventures [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Lego Bionicle - Maze of Shadows [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Lego Drome Racers [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=LEGO Island - Xtreme Stunts [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=LEGO Island 2 - The Brickster's Revenge [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=LEGO Knights Kingdom [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=LEGO Racers 2 [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Game crashes after the Intro race in Story mode. Arcade mode works. Gameboy Sounds are missing. This is a regress. Use commit 83108c7 or commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=LEGO Soccer Mania [UE]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=LEGO Star Wars - The Video Game [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown.}}
 +
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Lemony Snicket's A Series of Unfortunate Events [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Let's Ride! - Dreamer [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown.}}
 +
{{GBAR2Game|title=Let's Ride! - Friends Forever [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Let's Ride! - Sunshine Stables [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Lilo and Stitch [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Lilo and Stitch 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Lion King [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Little Buster Q [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Little Einsteins [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Little League Baseball 2002 [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Heavy gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Little Mermaid - Magic in Two Kingdoms [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Little Patissier - Cake no Oshiro [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Lizzie McGuire [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Lizzie McGuire 2 - Lizzie Diaries [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Lizzie McGuire 3 - Homecoming Havoc [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Lode Runner [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Looney Tunes - Back in Action [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Lord of the Rings - Hobbit [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Lord of the Rings - The Fellowship of the Ring [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Lord of the Rings - The Return of the King [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Lord of the Rings - The Third Age [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Lord of the Rings - The Two Towers [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Lost Vikings [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Lucky Luke - Wanted! [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=Lufia - The Ruins of Lore [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Lunar Legend [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Madagascar [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|save=1|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Madagascar - Operation Penguin [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Regular version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Madden NFL 2002 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Madden NFL 2003 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Madden NFL 2004 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Madden NFL 2005 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Madden NFL 2006 [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Madden NFL 2007 [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Magi Nation [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=broken|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Magical Houshin [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Gameboy Sounds are missing. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Magical Quest Starring Mickey & Minnie [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Magical Quest Starring Mickey & Minnie 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Magical Quest Starring Mickey & Minnie 3 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Magical Vacation [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Gameboy Sounds are missing.}}
 +
{{GBAR2Game|title=Mahou no Pumkin - Ann to Greg no Daibouken [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown.}}
 +
{{GBAR2Game|title=Mahjong Keiji [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mail de Cute [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Manga-ka Debut Monogatari [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Maniac Miner [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Maniac Racers Advance [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=MAR - Knockin' on Heaven's Door [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=March of the Penguins [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Mario Golf - Advance Tour [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Mario Kart Super Circuit [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Mario & Luigi - Superstar Saga [E]|version=ce32975 (2019/09/11)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. '''Disable main memory cache in the gbarunner2 menu to play the game.''' Full speed with a little slowdown. Minor gfx glitches every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Mario Party Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Mario Pinball Land [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Mario Power Tennis [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs fine.}}
 +
{{GBAR2Game|title=Marvel - Ultimate Alliance [E]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Mary-Kate and Ashley - Girls Night Out [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Masters of the Universe He-Man - Power of Grayskull [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Matantei Loki Ragnarok - Gensou no Labyrinth [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Matchbox Cross Town Heroes [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Mat Hoffman's Pro BMX [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Mat Hoffman's Pro BMX 2 [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Math Patrol - The Kleptoid Threat [U]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Max Payne Advance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Some gfx glitches during Cutscene. Game is playable.}}
 +
{{GBAR2Game|title=Maya the Bee - Sweet Gold [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Maya the Bee - The Great Adventure [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Some Noise during the Pause screen. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mazes of Fate [U]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you enter the cellar. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}
 +
{{GBAR2Game|title=Mech Platoon [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Intro FMV is broken. Game runs fine.}}
 +
{{GBAR2Game|title=Medabots - Metabee Version [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Medabots - Rokusho Version [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Medabots AX - Metabee Version [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. }}
 +
{{GBAR2Game|title=Medabots AX - Rokusho Version [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. }}
 +
{{GBAR2Game|title=Medal of Honor - Infiltrator [UE]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Medal of Honor - Underground [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Heavy gfx glitches. Game uses a Password system. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Meet the Robinsons [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Megaman & Bass [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Megaman Battle Chip Challenge [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor slowdown during the FMV access scene. Game runs fine.}}
 +
{{GBAR2Game|title=Megaman Battle Network [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Megaman Battle Network 2 [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Megaman Battle Network 3 Blue [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Megaman Battle Network 3 White [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Megaman Battle Network 4 Blue Moon [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Megaman Battle Network 4 Red Sun [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Megaman Battle Network 5 Team Colonel [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Megaman Battle Network 5 Team Protoman [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Megaman Battle Network 6 Cybeast Falzar [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Megaman Battle Network 6 Cybeast Gregar [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Mega Man Zero [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Mega Man Zero 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Mega Man Zero 3 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Mega Man Zero 4 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Meine Tierarztpraxis [G]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Meine Tierpension [G]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Meitantei Conan - Akatsuki no Monument [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Meitantei Conan - Nerawareta Tantei [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Men in Black - The Series [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Some slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Party [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Some slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Metal Max 2 Kai [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Metal Gun Slinger [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Metal Slug Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Metroid Fusion [E]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Metroid Zero Mission [E]|version=916020e (2019/07/07)|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. '''Trying to play the Nes Metroid causes the game to crash.'''}}
 +
{{GBAR2Game|title=Mezase! Koushien [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Micro Machines [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Some Sound FX are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mickey no Pocket Resort [J]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Midnight Club - Street Racing [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Many gfx glitches during the title and menu screen. Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Midway's Greatest Arcade Hits [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Mighty Beanz Pocket Puzzles [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Mike Tyson Boxing [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Some noise during the Pause screen. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Minami no Umi no Odyssey [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Minimoni - Mika no Happy Morning Chatty [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Minimoni - Onegai Ohoshi-sama! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Minna de Puyo Puyo [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Minna no Ouji-sama [J]|version=ce32975 (2019/09/11)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Cache version runs faster. Minor Gameboy sounds are missing. Bad voice over. Minor gfx glitches every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Minna no Shiiku Series 1 - Boku no Kabutomushi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Minna no Shiiku Series 2 - Boku no Kuwagata [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Happy Trump 20 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Minna no Mahjong [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Minna no Shogi [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Gameboy Sounds are missing. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Numpla Advance [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Minna no Soft Series - Shanghai [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Minority Report - Everybody Runs [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mission Impossible - Operation Surma [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Miteluode - Lingdian Renwu [China]|version=916020e (2019/07/07)|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Metroid Zero Mission for iQue China. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable.}}
 +
{{GBAR2Game|title=Miteluode Ronghe [China]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=Metroid Fusion for iQue China. White Screen after bios intro.}}
 +
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=Moero!! Jaleco Collection [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Commit 371815e (2019/09/11) cache build from the rom3M branch crashes after you start a game.}}
 +
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Momotarou Matsuri [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Monopoly [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Full speed with a little slowdown. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Monster! Bass Fishing [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Monster Force [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Monster Gate [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Monster Guardians [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Monster House [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Monsters, Inc [UE]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Monster Jam - Maximum Destruction [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Monster Maker 4 - Flash Card [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Monster Maker 4 - Killer Dice [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Monster Rancher Advance [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Monster Rancher Advance 2 [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Monster Summoner [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Monster Truck Madness [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Monster Trucks [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Heavy gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Monster Trucks Mayhem [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Heavy gfx glitches. Game uses a Password system.}}
 +
{{GBAR2Game|title=Moorhen 3 - The Chicken Chase! [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Morita Shougi Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mortal Kombat - Deadly Alliance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Blue colored background. Game is playable.}}
 +
{{GBAR2Game|title=Mortal Kombat - Tournament Edition [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Blue colored background. Game is playable.}}
 +
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Mother 1+2 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Mother 1: White Screen after boot. Mother 2: Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Mother 3 [J]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|sound=minor|speed=minor|note=Game crashes during the intro. <br><b>Gericom:</b><br>Game reads from an ewram mirror, this isn't supported yet.}}
 +
{{GBAR2Game|title=Moto GP [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version has more gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Motoracer Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mr Nutz [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mr. Driller 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Mr. Driller A - Fushigi na Pacteria [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ms. Pac-Man - Maze Madness [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version has less gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Mucha Lucha! - Mascaritas of the Lost Code [U]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Mugenborg [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mummy [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Gameboy Sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Muppet Pinball Mayhem [E]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Muppets - On with the Show! [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0||sound=bad|speed=lag|note=Heavy gfx glitches and slowdown. Game uses a Password system. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}
 +
{{GBAR2Game|title=Mutsu - Water Looper Mutsu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Cache version runs faster. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=MX 2002 featuring Ricky Carmichael [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=My Animal Centre in Africa [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Heavy gfx glitches. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=My Little Pony - Crystal Princess - The Runaway Rainbow [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=M&M's - Blast! [U]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=M&M's - Break'em [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Nakayoshi Mahjong - KabuReach [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Namco Museum - 50th Anniversary [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Namco Museum [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Nancy Drew - Message in a Haunted Mansion [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Napoleon [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Narikiri Jockey Game - Yuushun Rhapsody [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Naruto - Konoha Senki [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Naruto - Ninja Council [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Naruto - Ninja Council 2 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Naruto RPG - Uketsugareshi Hi no Ishi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=NASCAR Heat 2002 [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Natural 2 - Duo [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=NBA Jam 2002 [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Some gfx glitches. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Need for Speed Carbon - Own the City [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Need for Speed - Most Wanted [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Need for Speed - Porsche Unleashed [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Need for Speed - Underground [UE]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|save=1|sound=minor|note=Game crashes before the race. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Need for Speed - Underground 2 [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Cache version runs faster and has less gfx glitches. Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Next Generation Tennis [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Heavy gfx glitches during the Menu Screen. Game is playable.}}
 +
{{GBAR2Game|title=NFL Blitz 20-02 [U]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|note=Game crashes after the intro.}}
 +
{{GBAR2Game|title=NFL Blitz 20-03 [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=NHL 2002 [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=NHL Hitz 20-03 [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after you select Season mode. Exhibiton mode works. Game is playable.}}
 +
{{GBAR2Game|title=Nicktoons Racing [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Ninja Cop [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=916020e (2019/07/07)|rating=crashes|nocache=1|cache=1|note=SD Card Error Message. Unsupported Device.}}
 +
{{GBAR2Game|title=Nobunaga Ibun [J]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Nobunaga no Yabou [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Noddy - A Day in Toyland [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=No No No Puzzle Chailien [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=No Rules - Get Phat [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Nyan Nyan Nyanko no Nyan Collection [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ochaken no Bouken Jima - Honwaka Yume no Island [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ochaken no Heya [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ochaken no Yumebouken [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oddworld - Munch's Oddysee [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ojarumaru - Gekkouchou Sanpo de Ojaru [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Okumanchouja Game - Nottori Daisakusen! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=One Piece [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=One Piece - Dragon Dream [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=broken|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=One Piece - Going Baseball - Kaizoku Yakyuu [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=One Piece - Mezase! King of Belly [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Onimusha Tactics [E]|version=ce32975 (2019/09/11)|rating=unplayable|nocache=0|cache=1|save=?|sound=good|speed=lag|note=Massive input lag. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Open Season [E]|version=916020e (2019/07/07)|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Operation Armored Liberty [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Oriental Blue - Ao no Tengai [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Glitched character portrait. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess 3 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Glitched character portrait. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess 5 [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Glitched character portrait. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Wanko [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Ottifanten Pinball [G]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Over the Hedge [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Ozzy & Drix [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=good|speed=2fast|note=Game has no save feature. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}
 +
{{GBAR2Game|title=Pac-Man Collection [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Pac-Man World [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=}}
 +
{{GBAR2Game|title=Pac-Man World 2 [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Paws & Claws - Best Friends - Dogs & Cats [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Paws & Claws - Pet Resort [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Payback [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Penny Racers [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Petz Vet [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Pferd & Pony - Best Friends - Mein Pferd [G]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Pferd & Pony - Lass Uns Reiten 2 [G]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown and some gfx glitches.}}
 +
{{GBAR2Game|title=Pferd & Pony - Mein Gestuet [G]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Pferd & Pony - Mein Pferdehof [G]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note= Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Only Phantasy Star 3 is playable. Noise during the Pause Screen.}}
 +
{{GBAR2Game|title=Phil of the Future [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Background graphics are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Piglet's Big Game [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Pinball Advance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. }}
 +
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Pinball of the Dead [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Pinball Tycoon [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pinky Monkey Town [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Pinobee & Phoebee [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man's Chest [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Cache version runs faster and has less gfx glitches. Some gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Planet Monsters [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Planet of the Apes [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The FMV intro is missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Play-Yan [J]|version=916020e (2019/07/07)|rating=crashes|nocache=1|cache=1|note=Game freezes during the Titlescreen. Unsupported Device.}}
 +
{{GBAR2Game|title=Play-Yan Micro [J]|version=916020e (2019/07/07)|rating=crashes|nocache=1|cache=1|note=Game freezes during the Health Care Screen. Unsupported Device.}}
 +
{{GBAR2Game|title=Pocket Dogs [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Pocket Music [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Pocky & Rocky with Becky [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pokémon Emerald [UE]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Pokemon Fire Red [UE][Rev 1]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=sram|sound=minor|speed=minor|note=Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Pokemon Leaf Green [UE][Rev 1]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=sram|sound=minor|speed=minor|note=Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Pokemon Mystery Dungeon - Red Rescue Team [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster.  Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Pokemon Pinball - Ruby & Sapphire [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Pokemon Ruby [UE] [Rev 2]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=sram|sound=minor|speed=minor|note=Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Pokémon Sapphire [UE] [Rev 2]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=sram|sound=minor|speed=minor|note=Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Polar Express [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Cutscenes are missing Background graphics. Game is playable.}}
 +
{{GBAR2Game|title=Polarium Advance [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Gameboy Sounds are missing. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Cache version runs faster. Heavy slowdown. Game uses a Password system. Commit 83108c7 (2018/03/04) arm9wramicache version runs faster but has worse Audio quality.}}
 +
{{GBAR2Game|title=Pop Idol [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Poke Dash [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Second game needs to be unlocked first.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Prehistorik Man [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Premier Action Soccer [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches during a match. Game is playable.}}
 +
{{GBAR2Game|title=Premier Manager 2003-2004 [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Pro Beach Soccer [E]|version=ce32975 (2019/09/11)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Pro Tennis WTA Tour [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Proud Family [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=ce32975 (2019/09/11)|rating=crashes|nocache=1|cache=1|note=Game crashes after the Titlescreen. This is a regress. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}
 +
{{GBAR2Game|title=Puyo Pop [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Puyo Pop Fever [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Puzzle & Tantei Collection [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Quad Desert Fury [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Heavy gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Racing Fever [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Racing Gears Advance [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Ratatouille [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Rave Master - Special Attack Force! [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Cache version runs faster and has less gfx glitches. Heavy slowdown. Gameboy Sounds are missing. This is a regress. Use commit 83108c7 (2018/03/04) arm9 version instead.}}
 +
{{GBAR2Game|title=Rayman Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Rayman Hoodlum's Revenge [E]|version=b4dd8d2 (2019/09/14)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after the intro cutscene. Reboot, and you can play the first level. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Razor Freestyle Scooter [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Reign of Fire [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Revenge of Shinobi [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game crashes after you start the first level. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rhythm Tengoku [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Ripping Friends [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=River City Ransom EX [U]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Robots [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Rock'em Sock'em Robots [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Rock n' Roll Racing [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Game is playable.}}
 +
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rocky [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Sabre Wulf [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Salt Lake 2002 [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0|save=1|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. }}
 +
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Sangokushi [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|save=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Scooby-Doo [E]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version runs faster. Game uses a Password system.}}
 +
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Scrabble [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Scrabble Blast! [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Some gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Scrabble Scramble! [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Some gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Scurge - Hive [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=SD Gundam Force [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Heavy gfx glitches after you press start during the first mission. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes after you start a game. This is a regress. Use commit 17694d4 (2017/05/22) arm9 build instead.}}
 +
{{GBAR2Game|title=Sega Rally Championship [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Sega Smash Pack [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sennen Kazoku [J]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Serious Sam Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=b4dd8d2 (2019/09/14)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches now and then. Minor Gameboy sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=b4dd8d2 (2019/09/14)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches now and then. Minor Gameboy sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Shamu's Deep Sea Adventures [E]|version=916020e (2019/07/07)|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Shanghai Advance [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shark Tale [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Shaun Palmer's Pro Snowboarder [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Sheep [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Shikakui Atama o Marukusuru Advance - Kanji Keisan [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shikakui Atama o Marukusuru Advance - Kokugo Sansu Rika Shakai [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shin chan - Aventuras en Cineland [Spain]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shin chan contra los Munecos de Shock Gahn [Spain]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shin Megami Tensei [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. This build creates a save file, but won´t load it. This is a regress. Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}
 +
{{GBAR2Game|title=Shin Megami Tensei 2 [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. This build creates a save file, but won´t load it. This is a regress. Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}
 +
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Cache version runs faster. Some gfx glitches. Full speed with a little slowdown. Gameboy Sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shining Soul [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shining Soul 2 [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Saving is broken. This is a regress. Use commit 6522414 (2018/11/01) arm9 version instead.}}
 +
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Shrek - Reekin' Havoc [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Shrek - Smash n' Crash Racing [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Some Sound FX are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Shrek - Super Slam [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shrek the Third [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Shrek 2 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Sigma Star Saga [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Some Sound FX are missing. Game is playable.}}
 +
{{GBAR2Game|title=Silent Scope [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Silk to Cotton [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sims - Bustin' Out [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sim City 2000 [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Sims 2 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Saving doesn´t work.}}
 +
{{GBAR2Game|title=Sister Princess - RePure [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sitting Ducks [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler & New Tairyou [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Smashing Drive [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro. Game uses a Password system. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}
 +
{{GBAR2Game|title=Smuggler´s Run [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. Game uses a Password system.|crashreason=Timing. DSi speed works}}
 +
{{GBAR2Game|title=Snap Kid's [J]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Snood [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Heavy gfx glitches. Gameboy Sounds are missing. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=Soccer Kid [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sonic Advance [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Unskippable black borders on screen and music playing.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail.}}
 +
{{GBAR2Game|title=Sonic Advance [J] (Rev 1)|version=2dc841f (2019/8/24)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Unskippable black borders on screen and music playing. Requires [https://cdn.discordapp.com/attachments/356988919738400768/615195274175971370/Sonic_Advance_Japan_EnJa_Rev_1_Ignore_Link_Check.ips this] patch (made by Vague Rant) to skip the black borders.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail. '''Minor gfx glitches. Game runs fine with patch!'''}}
 +
{{GBAR2Game|title=Sonic Advance 2 [U]|version=2dc841f (2019/8/24)|rating=good|cache=1|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Unskippable black borders on screen and music playing. Requires [https://cdn.discordapp.com/attachments/356988919738400768/615324758963257392/Sonic_Advance_2_USA_Ignore_Link_Check.ips this] patch (made by Robz8, ported over from Vague Rant's SA1 patch) to skip the black borders.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail. '''Minor gfx glitches. Game runs fine with patch!'''}}
 +
{{GBAR2Game|title=Sonic Advance 2 [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|note=Unskippable black borders on screen and music playing.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail.}}
 +
{{GBAR2Game|title=Sonic Advance 3 [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Sonic Battle [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Sonic Pinball Party [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are misssing. Game runs fine.}}
 +
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Sound of Thunder [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Cutscenes are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Space Channel 5 - Ulala's Cosmic Attack [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Some gfx glitches. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Space Invaders [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Spider Man [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing. Game runs fine.}}
 +
{{GBAR2Game|title=Spider Man 2 [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. FMV Intro has much noise. Cutscenes only show text. Game is playable.}}
 +
{{GBAR2Game|title=Spider Man 3 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Spider-Man - Mysterio's Menace [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system. Game runs fine. }}
 +
{{GBAR2Game|title=Spirits & Spells [U]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note= Game uses a Password system. Game runs fine.}}
 +
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game uses a Password system. Game runs fine.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob's Atlantis SquarePantis [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice Sample and Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Voice Sample and Gameboy Sounds are missing.}}
 +
{{GBAR2Game|title=Spyro Adventure [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Spyro Fusion [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster. Some gfx glitches. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Spyhunter [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Spy Kids Challenger [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=0|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Spyro Season of Flame [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Spyro Season of Ice [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Spyro the Legend of - A New Beginning [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Spyro the Legend of - The Eternal Night [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=SSX 3 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=SSX Tricky [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=minor|note=Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Stadium Games [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Starsky & Hutch [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Some gfx glitches. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Game runs fine. Game uses a Password system.'''}}
 +
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=b4dd8d2 (2019/09/14)|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes during the intro. Game uses a Password system.}}
 +
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Some gfx glitches. Game is playable. Game uses a Password system.'''}}
 +
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Star X [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Steel Empire [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Street Jam Basketball [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Street Racing Syndicate [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0|save=1|sound=broken|speed=lag|note=Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Strike Force Hydra [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Stuart Little 2 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Cache version runs faster. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Stuntman [E]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|sound=minor|note=White screen after bios intro. You can hear music play.}}
 +
{{GBAR2Game|title=Suite Life of Zack & Cody - Tipton Caper [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=b4dd8d2 (2019/09/14)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. '''Disable main memory cache in the gbarunner2 menu to play the game.''' Minor gfx glitches now and then. Minor Gameboy sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sum of All Fears [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=broken|speed=good|note= Couldn't find a save spot. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}
 +
{{GBAR2Game|title=Super Army War [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=lag|note=Cache version runs faster. Heavy slowdown. Game uses a Password system.}}
 +
{{GBAR2Game|title=Super Black Bass Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Super Bubble Pop [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Super Bust-A-Move [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Some gfx glitches. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Super Collapse! II [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Super Duper Sumos [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Some noise during the pause screen. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World - [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi's Island [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) master build instead.}}
 +
{{GBAR2Game|title=Super Robot Taisen A [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Super Robot Taisen D [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Super Robot Taisen J [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Super Robot Taisen R [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Surf's Up [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sword of Mana [E]|version=b4dd8d2 (2019/09/14)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) master build instead.}}
 +
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Some Sound FX are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tales of Phantasia [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tales of the World - Summoner's Lineage [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tang Tang [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Taxi 3 [FR]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=bad|speed=minor|note=Cache version runs faster and has less gfx glitches. Heavy gfx glitches. Full speed with a little slowdown. Game has no save feature.}}
 +
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Teen Titans [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has worse audio. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Teen Titans 2 [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster but has worse audio. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=Tekken Advance [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=05a69d8 (2019/09/15)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Cache version runs faster. Some gfx glitches. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|sound=bad|note=Game crashes during the intro. Minor Gameboy sounds are missing. Unplayable. This is a regress. Use commit 83108c7 (2018/03/04) arm9 version instead.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|sound=bad|note=Game crashes during the intro. Minor Gameboy sounds are missing. Unplayable. This is a regress. Use commit 83108c7 (2018/03/04) arm9 version instead.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Some gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Some gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Ten Pin Alley 2 [U]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Terminator 3 - Rise of the Machines [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tetris Worlds [E]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) master build instead.}}
 +
{{GBAR2Game|title=Texas Hold´em Poker [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=TG Rally [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=That's So Raven [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=That's So Raven 2 - Supernatural Style [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=The Legend of Zelda - A Link to the Past [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the mode 7 map. Game runs fine.}}
 +
{{GBAR2Game|title=The Legend of Zelda - The Minish Cap [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=The Three Stooges [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Thunder Alley [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=minor|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game has no save feature.}}
 +
{{GBAR2Game|title=Thunderbirds [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Thunderbirds - International Rescue [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. }}
 +
{{GBAR2Game|title=Tiger Woods PGA Tour Golf [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Gameboy Sounds are missing.}}
 +
{{GBAR2Game|title=Tiger Woods PGA Tour 2004 [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Tim Burton's The Nightmare Before Christmas - The Pumpkin King [UE]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Tiny Toon Adventures - Buster's Bad Dream [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Tiny Toon Adventures - Wacky Stackers [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Titeuf - Ze Gagmachine (FR)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Titeuf Mega Compet (FR)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=TMNT - Teenage Mutant Ninja Turtles [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tokyo Xtreme Racer Advance [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster and has less gfx glitches. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Tomato Adventure [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tom and Jerry in Infurnal Escape [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Tom and Jerry Tales [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tom and Jerry - The Magic Ring [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tom Clancy's Rainbow Six - Rogue Spear [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=broken|speed=good|note=This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 version has working audio. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tom Clancy's Splinter Cell [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tom Clancy's Splinter Cell - Pandora Tomorrow [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Tonka - On the Job [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tony Hawk´s American Sk8land [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs fine.}}
 +
{{GBAR2Game|title=Tony Hawk´s Downhill Jam [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown.}}
 +
{{GBAR2Game|title=Tony Hawk´s Pro Skater 2 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Tony Hawk´s Pro Skater 3 [UE]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=Heavy slowdown.}}
 +
{{GBAR2Game|title=Tony Hawk´s Pro Skater 4 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tony Hawk`s Underground [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs fine.}}
 +
{{GBAR2Game|title=Tony Hawk`s Underground 2 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Top Gear GT Championship [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Top Gun - Combat Zones [U]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro. Game uses a Password system.}}
 +
{{GBAR2Game|title=Top Gun - Firestorm Advance [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=Top Spin 2 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Total Soccer Advance [J]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.}}
 +
{{GBAR2Game|title=Total Soccer Manager [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game is playable.  This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 version has better audio.}}
 +
{{GBAR2Game|title=Totally Spies! (E)|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Totally Spies! 2 - Undercover (E)|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Toukon Heat (J)|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Heavy gfx glitches and slowdown. Gameboy Sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tower SP [U]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Toyrobo Force (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Treasure Planet [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Trick Star [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Some noise during the pause screen. Game runs fine.}}
 +
{{GBAR2Game|title=Tringo [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Trollz - Hair Affair! (E)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Tron 2.0 - Killer App [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=Turbo Turtle Adventure (U)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Turok Evolution [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tweety and the Magic Gems (U)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Uchuu no Stellvia [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}}}
 +
{{GBAR2Game|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ui-Ire - World Soccer Winning Eleven [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ultimate Beach Soccer [U]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Ultimate Brain Games [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Ultimate Card Games [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Some gfx glitches. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes at random.}}
 +
{{GBAR2Game|title=Ultimate Spider-Man [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. FMV intro is missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ultimate Winter Games [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=minor|note=Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Unfabulous [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Uno 52 [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Uno Free Fall [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Urban Yeti! [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Urbz - Sims in the City [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=Van Helsing (E)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Vattroller X (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Virtua Tennis [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Virtual Kasparov (E)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=V-Master Cross (J)|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Minor Gameboy sounds are missing. Game crashes after you win the intro battle.}}
 +
{{GBAR2Game|title=V-Rally 3 [E]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Should work on dsi/3ds systems with the latest nightly nds-bootstrap in Twilight Menu++.}}
 +
{{GBAR2Game|title=V.I.P. (E)|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Wade Hixton's Counter Punch (UE)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Game crashes during the intro. Minor Gameboy sounds are missing.}}
 +
{{GBAR2Game|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|note='''Disable center and mask in the gbarunner2 menu to boot the game.''' The game crashes during the licensed by screen.}}
 +
{{GBAR2Game|title=Waliou Xunbao Ji (China)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Wario Land 4 for iQue China. Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Waliou Zhizao (China)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Ware for iQue China. Cache version runs faster and has less noise. Game runs fine.}}
 +
{{GBAR2Game|title=Wanko de Kururin! Wancle (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Wanko Mix Chiwanko World (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wanwan Meitantei (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wario Land 4 [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less noise. Game runs fine.}}
 +
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Motion sensor game. White screen after bios intro with motion sensor patch.}}
 +
{{GBAR2Game|title=Watashi no Makesalon (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Whac-A-Mole [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Who Wants to Be a Millionaire [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Who Wants to Be a Millionaire Junior [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Wild [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wild Thornberrys Movie [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Wild Thornberrys Chimp Chase [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game crashes during the first level.}}
 +
{{GBAR2Game|title=Wing Commander - Prophecy [E]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}
 +
{{GBAR2Game|title=Wings [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Winnie the Pooh's Rumbly Tumbly Adventure [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Winning Post for Gameboy Advance [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Winter Sports [E]|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=WinX Club [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the FMV intro. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=WinX Club - Quest for the Codex [E]|version=916020e (2019/07/07)|rating=perfect|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster and has less gfx glitches. Game runs perfect!}}
 +
{{GBAR2Game|title=W.i.t.c.h. [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Game runs fine.}}
 +
{{GBAR2Game|title=Wizardry Summoner [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Wolfenstein 3D [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Woody Woodpecker in Crazy Castle 5 [E]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Word Safari - The Friendship Totems [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable.}}
 +
{{GBAR2Game|title=World Advance Soccer - Shouri heno Michi (J)|version=05a69d8 (2019/09/15)|rating=crashes|nocache=1|cache=1|save=1|sound=minor|note=Game crashes during the intro. Minor Gameboy sounds are missing.}}
 +
{{GBAR2Game|title=World Championship Poker [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=World Poker Tour [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=World Tennis Stars [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Cache version runs faster. Some Sound FX are missing. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Worms Blast [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Gfx glitches on the map screen. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. }}
 +
{{GBAR2Game|title=Worms World Party [E]|version=05a69d8 (2019/09/15)|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in the gbarunner2 menu to play the game.''' Cache version runs faster. Minor Gameboy sounds are missing. Minor gfx glitches because of the disabled border. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=WTA Tour Tennis [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=WWE - Road to WrestleMania X8 [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice over are missing. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=WWE - Survivor Series [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice over are missing. Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=WWF - Road to WrestleMania [UE]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Voice over are missing. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. }}}}
 +
{{GBAR2Game|title=XS Moto [U]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=xXx [UE]|version=05a69d8 (2019/09/15)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=X2 - Wolverine's Revenge [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=X-Bladez - Inline Skater [E]|version=916020e (2019/07/07)|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Some Sound FX are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=X-Men - Reign of Apocalypse [UE]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=X-Men - The Official Game [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yaoxi Dao [China]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Yoshi´s Island for iQue China. Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Yggdra Union - We will never fight alone [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yoshi's Universal Gravitation [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Motion sensor game. White screen when patched with the motion control patch.}}
 +
{{GBAR2Game|title=Youkaidou [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=05a69d8 (2019/09/15)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible now and then. Minor Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=05a69d8 (2019/09/15)|rating=playable|nocache=0|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible now and then. Minor Gameboy Sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International 2 [J]|version=05a69d8 (2019/09/15)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible now and then. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=05a69d8 (2019/09/15)|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Cache version runs faster. Minor gfx glitches are visible now and then. Game is playable.}}
 +
{{GBAR2Game|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot}}
 +
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Zapper [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Zatchbell! - Electric Arena [U]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version has less gfx glitches. Glitches in the textbox. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zero-Tours [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zero One [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zero One SP [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zidane Football Generation [E]|version=916020e (2019/07/07)|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Zoey 101 [UE]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Zoids Legacy [U]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zoids Saga [J]|version=916020e (2019/07/07)|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zoids Saga Fuzors [J]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Zone of the Enders - The Fist of Mars [E]|version=916020e (2019/07/07)|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cache version runs faster. Game runs perfect!}}
 +
{{GBAR2Game|title=ZooCube [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Zooo [E]|version=916020e (2019/07/07)|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine.}}
 +
|}
 +
 
 +
== Rom Hacks ==
 +
 
 +
{| class="compattable sortable" width="100%" cellspacing="1" border="1px"
 +
!ROM Title [Region]
 +
!Commit ID (build on date)
 +
!width=50%|Notes11
 
|-
 
|-
|align="left" style="background:#FFB142"|Action Man - Robot Atak [E]
+
|align="left" style="background:#B4EEB4"|Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I completed the Intro Stage. Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Few gfx glitches. '''The Background graphics from the Overworld map are missing.''' Working. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Activision Anthology [U]
+
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played a couple games. Full Speed with a little Slowdown and some gfx glitches. The Audio has much Noise and stuttering. '''Some games freeze during gameplay.''' Working. '''The Highscore get saved.'''
+
|align="left"|Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Advance Guardian Heroes [E]
+
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' I completed the first Stage. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Adventure of Tokyo Disney Sea [J]
+
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow - Castlevania Reaper's Reckoning Hack V.1.7 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I walked around the first Area. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save the game.'''
+
|align="left"|Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Advance Wars [E]
+
|align="left" style="background:#B4EEB4"|Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' I completed the first training Mission. Full Speed. Good Audio. '''Some gfx glitches during the Titlescreen and battle.''' Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Advance Wars 2 - Black Hole Rising [E]
+
|align="left" style="background:#EF5350"|Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' I completed the first Mission from the Campaign mode. Full Speed. Good Audio. '''Few gfx glitches during battle.''' Playable. '''Saving/Loading works.'''
+
|align="left"|Infinite Konami logo loop. Unplayable.  
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Aero the Acro-Bat - Rascal Rival Revenge [E]
+
|align="left" style="background:#FFEB3B"|Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the first level. Full Speed. Good Audio. '''Some flicker during the licensed by screen.''' Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Agassi Tennis Generation [E]
+
|align="left" style="background:#5c5c5c"|Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' '''Only Arcade mode is playable.''' '''The other mode freeze or reboot the game. The arm9 version freezes during the game mode select screen after you wait a few seconds.''' Full Speed. Good Audio. Working. '''The game has no Save feature.'''
+
|align="left"|Game won´t boot. Unplayable.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Agent Hugo - Roborumble [E]
+
|align="left" style="background:#FFEB3B"|Fire Emblem - Tactics Universe V.3 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the tutorial. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Aggressive Inline [E]
+
|align="left" style="background:#EF5350"|Fire Emblem - The Last Promise Hack V.2.1 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I played the Arcade mode. Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|align="left"|Game crashes after you start the first chapter. Unplayable. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Aigle de Guerre, L' [FR]
+
|align="left" style="background:#B4EEB4"|Metroid Fusion - 20002000 Hack V.0.93 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the first mission from the campaign mode. Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Aka-chan Doubutsuen [J]
+
|align="left" style="background:#FFEB3B"|Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed. Good Audio. '''The text in the textboxes is missing.''' Working. '''Couldn´t figure out how to save.'''
+
|align="left"|Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.  
 
|-
 
|-
|align="left" style="background:#4CAF50"|Aladdin [E]  
+
|align="left" style="background:#EF5350"|Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I completed the first level. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Game crashes during the intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Aleck Bordon Adventure - Tower & Shaft Advance [J]
+
|align="left" style="background:#FFEB3B"|Metroid Zero Mission - Menu Hack V.1.0 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a Tower level. Full Speed. Good Audio with a little Noise. Playable. '''Couldn´t figure out how to save.'''
+
|align="left"|Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Alex Rider - Stormbreaker [E]
+
|align="left" style="background:#FFEB3B"|Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Cache version runs faster. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Alienators - Evolution Continues [UE]
+
|align="left" style="background:#FFEB3B"|Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Alien Hominid [E]  
+
|align="left" style="background:#EF5350"|Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Game crashes after you select the Boss rush mode. Unplayable.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|All Grown Up! - Express Yourself [UE]
+
|align="left" style="background:#EF5350"|Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' I walked around the first Area. Full Speed. Good Audio with a little Noise. Playable. '''Saving/Loading works.'''
+
|align="left"|Game crashes after you start a new game. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|All-Star Baseball 2003 [U]
+
 
|align="center"|8e4d520 (2019/06/14)
+
|}
|align="left"|'''Both arm9 version run the same speed.''' I played a game in quick game mode. Full Speed. Good Audio. '''Some gfx glitches during the menu screen.''' Playable. '''The game saves the menu setting.'''
+
 
 +
 
 +
 
 +
== Homebrew ==
 +
 
 +
{| class="compattable sortable" width="100%" cellspacing="1" border="1px"
 +
!ROM Title [Region]
 +
!Commit ID (build on date)
 +
!width=50%|Notes11
 
|-
 
|-
|align="left" style="background:#FFEB3B"|All-Star Baseball 2004 [U]
+
|align="left" style="background:#B4EEB4"|Anguna V.0.95
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a game in quick game mode. Full Speed. Good Audio. '''Some gfx glitches during the menu screen.''' Playable. '''The game saves the menu setting.'''
+
|align="left"|Game runs fine. Game crashes when you save. Saving doesn´t work.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Altered Beast - Guardian of the Realms [E]
+
|align="left" style="background:#4CAF50"|Beru
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I completed the first Stage from the Story mode. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Game runs perfect! Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Amazing Virtual Sea-Monkeys [U]
+
|align="left" style="background:#FFEB3B"|Castle Master
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|No Audio. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|American Bass Challenge [U]
+
|align="left" style="background:#5c5c5c"|Christmas Advance
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|White screen after bios intro. '''This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.'''
 
|-
 
|-
|align="left" style="background:#5c5c5c"|American Dragon - Jake Long - Rise of the Huntsclan! [U]
+
|align="left" style="background:#FFEB3B"|Combat Advanced V.0.43
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Cache version has less gfx glitches. Some gfx glitches. Game is playable. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|American Idol [U]
+
|align="left" style="background:#B4EEB4"|El-Hazard
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramcache version has less gfx glitches and a bit better sound than the arm9 version.''' Full Speed. The Audio has some Noise and stuttering. Some gfx glitches. Working. '''The game uses a Password system.'''
+
|align="left"|Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|An American Tail - Fievel's Gold Rush [E]
+
|align="left" style="background:#B4EEB4"|Eliminator V.0.91
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the first level. Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. No Audio by default. Game runs fine. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Angel Collection - Mezase! Gakuen no Fashion Leader [J]
+
|align="left" style="background:#B4EEB4"|Elite - The New Kind v.1.7.1
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|align="left"|Some Sound FX are missing. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Angel Collection 2 - Pichimo ni Narou [J]
+
|align="left" style="background:#5c5c5c"|Ex Machina
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' I played the Intro. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|align="left"|White screen after bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFB142"|Angelique [J]
+
|align="left" style="background:#B4EEB4"|Kunoichi Yami
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' Full Speed. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|align="left"|Gameboy Sounds are missing. Game runs fine. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Animal Mania - Dokidoki Aishou Check [J]
+
|align="left" style="background:#5c5c5c"|Lily and the lost Angel V.0.2
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|align="left"|Black screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Animaniacs - Lights, Camera, Action! [E] 
+
|align="left" style="background:#5c5c5c"|Magical Chase
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the first level. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|Broken bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFB142"|Animal Snap - Rescue Them 2 by 2 [J]
+
|align="left" style="background:#4CAF50"|Metal Warrior 4 V.1.1
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Arcade mode. '''Many Background graphics missing. Difficult to see what´s going on.''' Unplayable.  
+
|align="left"|Cache version runs faster. Game runs perfect! Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Animal Yokochou - Doki Doki Kyushutsu Daisakusen ! no Maki [J]
+
|align="left" style="background:#4CAF50"|Nebulus V.1.2
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Almost Full Speed with some Slowdown. The Audio has some Noise and stuttering. '''Many gfx glitches.''' Working. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|align="left"|Cache version works. Game runs perfect! Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]
+
|align="left" style="background:#FFB142"|Orn
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|align="left"|Cache version runs faster. Heavy slowdown in some areas. Game has no Save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Ant Bully [E]
+
|align="left" style="background:#5c5c5c"|Panic at work
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I walked around the first Area. Full Speed. '''No Audio, much Noise.''' Some gfx glitches. Working. '''Saving/Loading works.'''
+
|align="left"|Broken bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Antz - Extreme Racing [E]
+
|align="left" style="background:#5c5c5c"|Quake 3D Demo
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|White screen after bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Ao-Zoura to Nakamatachi - Yume no Bouken [J]
+
|align="left" style="background:#B4EEB4"|Rinne Tensyou ADVANCE
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the first level. Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|align="left"|Some Sound FX are missing. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Archer Maclean's 3D Pool [U]
+
|align="left" style="background:#5c5c5c"|Rodion
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no save feature.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Arctic Tale [U]
+
|align="left" style="background:#FFB142"|Sonic the Hedgehog - [2007 Port Demo]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I walked around the first Area. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. No Audio. Some gfx glitches. Working. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Army Men - Operation Green [UE]
+
|align="left" style="background:#B4EEB4"|Space Twins
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the first Stage. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|Some Sound FX are missing. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Army Men - Turf Wars [U]
+
|align="left" style="background:#FFB142"|Super Mario - The Last Advance Quest V.2.0
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache runs a bit faster and has less gfx glitches than the arm9 version.''' I played the first Stage. Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
+
|align="left"|Cache version runs faster. Much Noise. Working. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Army Men Advance [UE]
+
|align="left" style="background:#B4EEB4"|Super Star Shooter Advance
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the first Stage. Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Around the World in 80 Days [E]
+
|align="left" style="background:#5c5c5c"|Sushi the Cat
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played the first level. Full Speed. Good Audio. '''There is some screen tearing when you move around.''' Playable. '''The game uses a Password system.'''
+
|align="left"|Black screen after bios intro. '''This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.'''
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Arthur and the Minimoys [E]
+
|align="left" style="background:#B4EEB4"|The Endless Tower
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Game runs a little faster than intended. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Ashita no Joe - Makka ni Moeagare! [J]
+
|align="left" style="background:#5c5c5c"|The Fallen
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed with a little Slowdown. Good Audio with a little Noise. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|align="left"|Broken bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFB142"|Asterix & Obelix - Bash Them All! [E]
+
|align="left" style="background:#5c5c5c"|The Last Seal
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed. Both freeze if you wait on the Titlescreen.''' '''Asterix & Kleopatra freezes during the Intro.''' Asterix and Obelix works. I played the first level. Full Speed. You can hear random audio samples. Some gfx glitches. Working. '''Asterix and Obelix uses a Password system.'''
+
|align="left"|Some Sound FX are missing. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Asterix & Obelix XXL [E]
+
|align="left" style="background:#FFB142"|Trailblazer Advance
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Much Noise. Working. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Astro Boy Omega Factor [E]
+
|align="left" style="background:#5c5c5c"|Uranus
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I completed the first Stage. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|White screen after bios intro. Unplayable. '''This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.'''
 
|-
 
|-
|align="left" style="background:#4CAF50"|Atari Anniversary Advance [E]
+
|align="left" style="background:#5c5c5c"|Uranus 2
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' '''All Games:''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|align="left"|White screen after bios intro. Unplayable. '''This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.'''
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Atlantis - The Lost Empire [UE]
+
|align="left" style="background:#FFEB3B"|Uranus Zero
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Cache version runs faster. Some Sound FX are missing. Minor slowdown and gfx glitches. Game is playable. Couldn't find a save spot.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Atomic Betty [UE]
+
|align="left" style="background:#B4EEB4"|Vulkanon V.2.0
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed. Good Audio. '''Some gfx glitches after the BIOS Intro.''' Playable. '''The game uses a Password system.'''
+
|align="left"|Gameboy Sounds are missing. Game runs fine. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#4CAF50"|ATV - Quad Power Racing [UE]
+
 
|align="center"|8e4d520 (2019/06/14)
+
|}
|align="left"|'''Only the arm9 version works. The arm9wramicache version freezes after you select the arcade mode.''' I played the Arcade mode. Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
 
 +
== Prototype ==
 +
 
 +
{| class="compattable sortable" width="100%" cellspacing="1" border="1px"
 +
!ROM Title [Region]
 +
!Commit ID (build on date)
 +
!width=50%|Notes11
 
|-
 
|-
|align="left" style="background:#FFB142"|ATV - Thunder Ridge Riders [E]
+
|align="left" style="background:#FFB142"|Another World V.2.1
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played a race in Quick race mode. The game has some Slowdown. The Audio has some Noise. '''Many gfx glitches on Screen.''' Unplayable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. No Audio. Working. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Avatar - The Last Airbender - The Burning Earth [U]
+
|align="left" style="background:#4CAF50"|Banjo Kazooie - Grunty's Revenge - Early Beta
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I walked around the first Area. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. Game runs perfect! Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Avatar - The Legend of Aang [E]
+
|align="left" style="background:#FFB142"|Banjo Pilot Voxel
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I walked around the first Area. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Heavy slowdown and gfx glitches. Unplayable. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Azumanga Daiou Advance [J]
+
|align="left" style="background:#FFB142"|Battletoads
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. The game has much Slowdown. The Audio has much Noise and stuttering. '''Many gfx glitches on screen.''' Unplayable. '''High language barrier. Couldn´t figure out how to save.'''
+
|align="left"|Cache version runs faster. Some slowdown and gfx glitches. Unplayable. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Babar to the Rescue [E]
+
|align="left" style="background:#5c5c5c"|Blue Angelo - Monsters Stable
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I completed the first level. Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving/Loading works.'''
+
|align="left"|Broken bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Back to Stone [E]
+
|align="left" style="background:#5c5c5c"|Blue Angelo - More Detail Unstable
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9 version shows an White Screen after the BIOS Intro. The arm9wramicache version has an infinite BIOS loop.''' Unplayable.
+
|align="left"|Broken bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Backtrack [UE]
+
|align="left" style="background:#B4EEB4"|Broken Circle [E]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' The FMV Intro Cutscene has some Slowdown. Full Speed with a little Slowdown. The Audio has some Noise and stuttering. Playable.'''Saving/Loading works.'''
+
|align="left"|Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Backyard Baseball [U]
+
|align="left" style="background:#B4EEB4"|Contra Advance - Review Prototype
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a game in Season mode. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.  
 
|-
 
|-
|align="left" style="background:#4CAF50"|Backyard Baseball 2006 [U]
+
|align="left" style="background:#5c5c5c"|Diddy Kong Pilot 2001
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a game in Season mode. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Broken bios intro. Fixed the header with gbata. Unplayable.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Backyard Basketball [U]
+
|align="left" style="background:#FFB142"|Diddy Kong Pilot 2003 Alpha
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a match. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Some slowdown and gfx glitches. Working. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Backyard Football [U]
+
|align="left" style="background:#5c5c5c"|DK - King of Swing - Kiosk Demo [U]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Backyard Football 2006 [U]
+
|align="left" style="background:#EF5350"|Dune Ornithopter Assault
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Game crashes after you select a language. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFB142"|Backyard Hockey [U]
+
|align="left" style="background:#EF5350"|Fire Eaters - Zero Bandits (Black Belt Challenge) [E]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a game in Season mode. Full Speed. Good Audio. '''Heavy flicker on screen.''' Working. '''Saving/Loading works.'''
+
|align="left"|Game crashes after the titlescreen. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFB142"|Backyard Skateboarding [U]
+
|align="left" style="background:#FFEB3B"|Fire Emblem - Rekka no Ken [J] [Proto 0206]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. The Audio has much Noise. Some gfx glitches. Working. '''Couldn´t figure out how to save.'''
+
|align="left"|Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Backyard Sports - Baseball 2007 [U]
+
|align="left" style="background:#FFEB3B"|Fire Emblem - Rekka no Ken [J] [Proto 0219]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I played a game in Season mode. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Backyard Sports - Basketball 2007 [U]
+
|align="left" style="background:#5c5c5c"|Flashback Legends [Proto]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played a game in Season mode. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Backyard Sports - Football 2007 [U]
+
|align="left" style="background:#5c5c5c"|Haunted Mansion [Proto] [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Baldur's Gate - Dark Alliance [E]
+
|align="left" style="background:#B4EEB4"|Hikaru no Go Taikenban [Promo] [J]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|align="left"|Cache version runs faster. Gameboy Sounds are missing. Game runs fine.  Couldn't find a save spot.  
 
|-
 
|-
|align="left" style="background:#4CAF50"|Banjo Kazooie - Grunty´s Revenge [UE]
+
|align="left" style="background:#B4EEB4"|Kien [Proto] [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I walked around the first Area. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Minor slowdown and gfx glitches every now and then. Game runs fine. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#EF5350"|Banjo Pilot [E]
+
|align="left" style="background:#B4EEB4"|Kirby and the Amazing Mirror [Demo] [J]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version freeze during the licensed by screen.''' Unplayable.
+
|align="left"|Cache version runs faster.  Minor slowdown and gfx glitches every now and then. Game runs fine. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Barbie - The Princess and the Pauper [U]
+
|align="left" style="background:#5c5c5c"|Konami Krazy Racers [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played the Intro. Full Speed. No Audio. Some Noise. Working. '''The game uses a Password system.'''
+
|align="left"|White screen after bios intro. '''This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.'''  
 
|-
 
|-
|align="left" style="background:#FFB142"|Barbie and the Magic of Pegasus [E]
+
|align="left" style="background:#B4EEB4"|Legend of Zelda - The Minish Cap [Kiosk Demo] [U]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I walked around the first Area. Full Speed. No Audio. Some Noise. Working. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Barbie as the Island Princess [U]
+
|align="left" style="background:#FFEB3B"|LEGO Racers 2 [Beta]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I completed some of the mini games. Full Speed. Good Audio with a little Noise. '''The Voice samples are missing. Check the Coconut mini game.''' Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version works. Some gfx glitches. Gameboy Sounds are missing. Game is playable. Saving works. '''Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.'''  
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Barbie Diaries - High School Mystery [E]
+
|align="left" style="background:#EF5350"|Mandrake the Magician - Shadow of the Vehme
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''There is some screen tearing when you walk around.''' Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|align="left"|Game crashes after you select the language. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFB142"|Barbie Groovy Games [E]
+
|align="left" style="background:#EF5350"|Mario & Luigi - Superstar Saga [Kiosk Demo] [U]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I played some of the mini games. Almost Full Speed with some Slowdown. The Audio has some Noise and stuttering. Some gfx glitches. Working. '''The game has no Save feature.'''
+
|align="left"|Game crashes when you enter battle. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Barbie Horse Adventures [E]
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 2 
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I walked around the first Area. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Few gfx glitches. Working. '''The game uses a Password system.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFB142"|Barbie in the 12 Dancing Princesses [E]
+
|align="left" style="background:#B4EEB4"|Metroid Fusion [09.11.2002 Proto]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.'''  I walked around the first Area. Full Speed. No Audio, some Noise. Some gfx glitches. Working. '''The game uses a Password system.'''
+
|align="left"|Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Barnyard [E]  
+
|align="left" style="background:#B4EEB4"|Metroid Fusion [09.16.2002 Proto]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I walked around the Farm. Full Speed. Good Audio with a little Noise. '''Some flicker here and there.''' Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Baseball Advance [U]  
+
|align="left" style="background:#FFEB3B"|Metroid Zero Mission - [05.12.2003 Proto with Debug]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played a game in Season mode. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Batman Begins [UE]  
+
|align="left" style="background:#FFEB3B"|Metroid Zero Mission - [16.01.2004 Proto with Debug]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I played the Prologue. Full Speed. No Audio, much Noise. Working. '''Saving/Loading works.'''
+
|align="left"|Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Batman Rise of Sin Tzu [U]  
+
|align="left" style="background:#B4EEB4"|Morning Adventure [Promo]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' Full Speed. Good Audio. '''Few gfx glitches in the Background.'''. Playable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. Minor Noise during the Pause screen. Game runs fine. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Batman Vengeance [E]  
+
|align="left" style="background:#FFB142"|Motocross Challenge [Proto]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' I played the first level from the Story mode. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|align="left"|Heavy slowdown. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Battle B-Daman [U]  
+
|align="left" style="background:#FFB142"|Moto GP [Beta]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' I played a sparring match. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster and has less gfx glitches. Much Noise. Gameboy Sounds are missing. Unplayable. Game uses a Password system.  
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Battle B-Daman - Fire Spirits [U]  
+
|align="left" style="background:#4CAF50"|Overstorm [Proto]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' I played the Intro. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Game runs perfect! Game has no save feature.
 
|-
 
|-
|align="left" style="background:#4CAF50"|BattleBots - Beyond the BattleBox [E]
+
|align="left" style="background:#4CAF50"|Phantom - The Ghost who walks
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I fought a battle in Tournament mode. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|align="left"|Game runs perfect! Couldn't find a save spot.
 
|-
 
|-
|align="left" style="background:#4CAF50"|BattleBots - Design & Destroy [U]
+
|align="left" style="background:#4CAF50"|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I fought a battle in Tournament mode. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|Cache version runs faster. Game runs perfect! Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Battle X Battle - Kyodai Gyo Densetsu [J]
+
|align="left" style="background:#5c5c5c"|Pokemon Ruby [German Debug Build]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#EF5350"|BB Ball [J]
+
|align="left" style="background:#FFB142"|Resident Evil 2
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version freeze during the Intro.''' Unplayable.
+
|align="left"|Game runs too fast. Working. Game has no save feature. '''This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.'''
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Beast Shooter - Mezase Beast King! [J]
+
|align="left" style="background:#B4EEB4"|Santa Claus Jr. Advance
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I walked around the first Area. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster and has less gfx glitches. Minor gfx glitches. Some Noise during the Pause screen. Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#4CAF50"|Berenstain Bears and the Spooky Old Tree [U]
+
|align="left" style="background:#FFB142"|Sonic Advance
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played the Intro. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|align="left"|Unskippable Black Borders on Screen and Music playing. Unplayable.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Best Play Pro Yakyuu [J]
+
|align="left" style="background:#FFEB3B"|Sonic Advance 3
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|align="left"|Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Beyblade G-Revolution [E]
+
|align="left" style="background:#B4EEB4"|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 versions run the same speed.''' I played the Intro. Full Speed. The Audio has much Noise. Working. '''Saving/Loading works.'''
+
|align="left"|Some gfx glitches during the intro. Game runs fine. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Beyblade V-Force - Ultimate Blader Jam [E]
+
|align="left" style="background:#B4EEB4"|SpongeBob SquarePants - SuperSponge [06.06.2001 11.36 Proto]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I completed the first Round. Full Speed. Good Audio with a little Noise. Playable. '''Saving/Loading works.'''
+
|align="left"|Some gfx glitches during the intro. Game runs fine. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFB142"|Bibi Blocksberg - Der Magische Hexenkreis [G]
+
|align="left" style="background:#4CAF50"|SpongeBob SquarePants - SuperSponge [07.31.2001 Proto]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I walked around the first Area. Almost Full Speed with a little Slowdown. No Audio. Much Noise. '''Heavy Clipping Issues.''' Unplayable. '''The game uses a Password system.'''
+
|align="left"|Game runs perfect! Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#EF5350"|Bibi und Tina - Ferien auf dem Martinshof [G]
+
|align="left" style="background:#EF5350"|Starsky & Hutch [Beta] [U]  
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version freeze after the Intro.''' Unplayable. '''Saving/Loading works.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.'''
+
|align="left"|Game crashes during the intro. Unplayable. '''This is a regress. Use commit 17694d4 (2017/05/22) arm9 version instead.'''
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Bible Game [U]
+
|align="left" style="background:#4CAF50"|Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I walked around the first Area. Full Speed. Good Audio. '''Some gfx glitches when you open the pause menu screen.''' Playable. '''The game uses a Password system.'''
+
|align="left"|Game runs perfect! Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Biene Maja Klatschmohnwiese in Gefahr [G]  
+
|align="left" style="background:#FFEB3B"|Turok Advance [Bright Proto]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' I completed the first level. Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Full Speed with a little Slowdown. Minor gfx glitches. Game is playable. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Big Mutha Truckers [E]  
+
|align="left" style="background:#FFEB3B"|Turok Advance [Proto]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Only the arm9 version works. The arm9wramicache version freezes after you start mission.''' I played the first mission. The game has much Slowdown. The Audio has some Noise and stuttering. '''Many gfx glitches.''' Unplayable. '''Saving/Loading works.'''
+
|align="left"|Cache version runs faster. Full Speed with a little Slowdown. Minor gfx glitches. Game is playable. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|bit Generations - Boundish [J]  
+
|align="left" style="background:#5c5c5c"|Tyrian 2000 [Proto]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a game. Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|bit Generations - Coloris [J]
+
|align="left" style="background:#B4EEB4"|World Reborn
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a game in Clear mode. Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
+
|align="left"|Cache version runs faster. Some Noise during the Pause screen. Game runs fine. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#4CAF50"|bit Generations - Dialhex [J]  
+
|align="left" style="background:#B4EEB4"|Yoshi's Story [GBA Tech Demo]
|align="center"|8e4d520 (2019/06/14)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both arm9 version run the same speed.''' I played a game in Solo mode. Full Speed. Very Good Audio. Very Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
+
|align="left"|Cache version runs faster. Minor gfx glitches. Game runs fine. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|bit Generations - Digidrive [J]
+
 
|align="center"|8e4d520 (2019/06/14)
+
|}
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' I played a game in the VS COM mode. Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx gitches. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
+
 
|-
+
 
|align="left" style="background:#FFEB3B"|bit Generations - Dotstream [J]
+
 
|align="center"|8e4d520 (2019/06/14)
+
== Unlicensed games ==
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played a race in Campaign mode. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
+
 
|-
+
{| class="compattable sortable" width="100%" cellspacing="1" border="1px"
|align="left" style="background:#FFEB3B"|bit Generations - Orbital [J]
+
!ROM Title [Region]
|align="center"|8e4d520 (2019/06/14)
+
!Commit ID (build on date)
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played the first Stage. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
+
!width=50%|Notes11
|-
+
|align="left" style="background:#FFEB3B"|bit Generations - Soundvoyager [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played the first Stage. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#FFB142"|Black Belt Challenge [E]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I fought a battle in Arcade mode. Almost Full Speed. The Audio has some Noise and stuttering. '''Many gfx glitches on screen.''' Unplayable. '''The game uses EEPROM_V120 as a save type. Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Black Matrix Zero [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' I fought the Intro battle. Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. '''There is some screen tearing.''' Playable. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#FFB142"|Blackthorne [E]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version run the same speed.''' I played the first Stage. Full Speed. '''No Audio, SFX only.''' Few gfx glitches. Working. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Blades of Thunder [U]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Bleach Advance - Kurenai ni Somaru Soul Society [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version run the same speed.''' I fought the Intro battle from the Story mode. Full Speed. Very Good Audio. Very Playable. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Blender Bros [U]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I completed the first level. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#B4EEB4"|BMX Trick Racer [U]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' I played a race in Exhibition mode. Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses EEPROM_V122 as a save type. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#4CAF50"|Board Game Classics [E]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I played a game of chess. Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I fought the Intro battle. Full Speed. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Boboboubo Boubobo - Bakutou Hajike Taisen [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I fought a battle. Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses SRAM_F_V103 (256Kbit) as a save type. Don´t know what the game saves though.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Boboboubo Boubobo - Maji de!! Shinken Battle [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' I fought the Intro battle. Full Speed. Good Audio with a little Noise. Playable. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' I fought the Intro battle. Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Boktai - The Sun is in your Hand [E]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Solar Sensor Patch is required to play the game.''' '''The arm9wramicache version runs much faster than the arm9 version.''' I reached the Fog Castle. Full Speed. Good Audio. The Gameboy sounds are missing. Playable. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Boktai 2 - Solar Boy Jango [E]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable. '''Last working arm9 build is commit a61e70e (2017/05/22).'''
+
|-
+
|align="left" style="background:#5c5c5c"|Boktai 3 [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version show an White Screen after the BIOS Intro.''' Unplayable. '''Needs some research. The game boots in older arm9 build.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Jetters - Densetsu no Bomberman [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version run the same speed.''' I walked around the first Area. Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving/Loading works.'''
+
|-
+
|align="left" style="background:#FFB142"|Bomberman Jetters - Game Collection [J]
+
|align="center"|8e4d520 (2019/06/14)
+
|align="left"|'''Both arm9 version reset after pressing start on the Titlescreen.''' '''The Mini games work.''' Full Speed. Good Audio. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Max 2 - Blue Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Max 2 - Red Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Tournament [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game freezes when you load a save file.'''
+
|-
+
|align="left" style="background:#4CAF50"|Bookworm [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Bouken Ou Beet - Busters Road [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. '''Unsupported Toy Starter set. Similar to Skylanders.''' Working.
+
|-
+
|align="left" style="background:#FFB142"|Bouken Yuuki Pluster World - Pluston GP [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. '''Unsupported Toy Starter set. Similar to Skylanders.''' Working.
+
|-
+
|align="left" style="background:#B4EEB4"|Boukyaku no Senritsu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little stuttering. Playable. '''The game uses EEPROM_V124 as a save type. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#FFB142"|Boulder Dash EX [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''The Language Select Screen has no text in both arm9 versions.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches during the EX and Classic game mode.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Boxing Fever [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Bratz [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Bratz - Babyz [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the Intro. The arm9wramicache version works.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Bratz - Forever Diamondz [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''Random crashes in both arm9 versions.''' Full Speed. The Audio has some Noise and much stuttering. Some gfx glitches. Working. '''The game uses EEPROM_V124 as a save type. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Bratz - Rock Angelz [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''The game uses EEPROM_V124 as a save type.''' '''Saving doesn´t work.'''
+
|-
+
|align="left" style="background:#FFB142"|Bratz - The Movie [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. The Audio has some Noise and much stuttering. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Breath of Fire [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.''' '''The game freezes if you try to load a quick save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Breath of Fire 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''There is a little screen tearing.''' Playable. '''Saving works without Sram patching.''' '''The game freezes if you try to load a quick save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Britney's Dance Beat [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Broken Sword - The Shadow of the Templars [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. '''Good Audio with some Noise during the Pause screen.''' Few occasional gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Brother Bear [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Some gfx glitches. '''The Intro FMV is missing.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Bruce Lee - Return of the Legend [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version freezes before the Titlescreen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Bubble Bobble - Old & New [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. '''You hear random audio samples.''' The Gameboy Sounds are missing. Working. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#4CAF50"|Butt-Ugly Martians - B.K.M. Battles [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Cabbage Patch Kids - The Patch Puppy Rescue [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Cabela's Big Game Hunter - 2005 Adventures [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Caesars Palace Advance - Millennium Gold Edition [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''In both the arm9wramicache and the arm9 version you are unable to play a game.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Calciobit [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Camp Lazlo - Leaky Lake Games [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Capcom Classics Mini Mix [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Working. '''The games use a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Captain Tsubasa - Eikou no Kiseki [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Car Battler Joe [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches, especially during the Titlescreen.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Card e-Reader [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot.''' You will get an Read Error. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Card e-Reader [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot.''' '''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' You will get an Read Error. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Cardcaptor Sakura - Sakura Card de Mini Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Care Bears - The Care Quests [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Playable. '''The game uses EEPROM_V124 as a save type. Probably saves the Highscore.'''
+
|-
+
|align="left" style="background:#4CAF50"|Carrera Power Slide [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#4CAF50"|Cars [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9 version freezes during the Titlescreen. The arm9wramicache version works.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Cars - Mater-National Championship [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Few gfx glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Cartoon Network Block Party [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''The game uses a Password system.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Cartoon Network Speedway [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Casper [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show an Black Screen after the Titlescreen.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Castlevania Circle of the Moon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Almost Full Speed with some Slowdown. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Castlevania Harmony of Dissonance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Castleween [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version has an infinite BIOS reboot. The arm9 version shows a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Cat in the Hat by Dr. Seuss [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version has an infinite BIOS reboot. The arm9 version shows a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Catwoman [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Catz [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Chaoji Maliou 2 [China]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game. Super Mario Advance for iQue China.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Chaoji Maliou Shijie [China]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game. Super Mario Advance 2 for iQue China.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Charlie and the Chocolate Factory [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Charlotte's Web [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Cheetah Girls [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Chessmaster [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version shows a White Screen after the BIOS Intro. The arm9wramicache version freezes when you start a match.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Chicken Little [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Chicken Shoot [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''There is some screen tearing during the level.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Chicken Shoot 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''There is some screen tearing during the level.''' Playable. '''The game has no save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Chobits for Game Boy Advance - Atashi Dake no Hito [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Chocobo Land - A Game of Dice [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the BIOS Intro. The arm9 version works.''' The game has much Slowdown. The Audio has much Noise and stuttering. '''Many gfx glitches.''' Unplayable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Choro Q Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed with a little Slowdown. '''No Audio, SFX only.''' The Gameboy Sounds are missing. Few gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Choro Q Advance 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Chu Chu Rocket [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|CIMA - The Enemy [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Cinderella - Magical Dreams [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' The Title and the Menu screen are missing images. The FMV is missing. Full Speed. Good Audio with a little Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Cinnamon Game Series 2 - Yume no Daibouken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Cinnamoroll - Koko ni Iru yo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Bomberman (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Castlevania (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Donkey Kong (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Dr. Mario (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Exitebike (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Ice Climber (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Legend of Zelda (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Metroid (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Pac-Man (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Super Mario Bros. (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Xevious (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Zelda II - The Adventure of Link (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Cocoto - Kart Racer [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Cocoto - Platform Jumper [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster but has worse Audio quality than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Codename - Kids Next Door - Operation S.O.D.A. [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Colin McRae Rally 2.0 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both arm9 version show a White Screen after you create a profile for the Championship mode. Should be a regress. The game works the unspecified commit arm9 build from (2017/07/17).''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Columns Crown [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with some Noise and stuttering. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Combat Choro Q - Advance Daisakusen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes when you try to load a save file. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Comix Zone [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Sega logo. The arm9 version works.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Contra Advance - The Alien Wars EX [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. '''The Titlescreen is hidden behind what seems to be a bitmap picture, because of layer priority.''' '''Oddly the text is normal after a game over and return to title screen.''' The Gameboy Sounds are missing. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Corvette [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. No Audio. Some Noise. Some gfx glitches. Some text is missing. Working. '''Couldn´t figure out if saving works.'''
+
|-
+
|align="left" style="background:#FFB142"|Crash Bandicoot 2 N-Traced [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Crash Bandicoot Fusion [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Crash Bandicoot XS [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the licensed by screen. The arm9 version freezes during the Story Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Crash Nitro Kart [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less glitches than the arm9 version.''' Full Speed. No Audio. Much Noise. '''Many gfx glitches during a race.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Crash of the Titans [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Crazy Chase [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#4CAF50"|Crazy Frog Racer [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has EEPROM_V122 as a save type. Don´t know what it saves.'''
+
|-
+
|align="left" style="background:#FFB142"|Crazy Taxi - Catch a Ride [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio. '''Many gfx glitches.''' Working. '''The game uses EEPROM_V122 as a save type. Saving doesn´t work with Sram patching. You get an EEPROM Error Message.'''
+
|-
+
|align="left" style="background:#4CAF50"|Creatures [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Croket! - Yume no Banker Survival! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Playable.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Croket! 2 - Yami no Bank to Banqueen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Croket! 3 - Granu Oukoku no Nazo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Croket! 4 - Bank no Mori no Mamorigami [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Coudln´t figure out how to save.'''
+
|-
+
|align="left" style="background:#EF5350"|Croket! Great - Toki no Boukensha [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze when you attack an enemy during the Intro battle.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Crouching Tiger Hidden Dragon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Cruis'n Velocity [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Crushed Baseball [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|CT Special Forces [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. '''The Weapon SFX are missing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|CT Special Forces 2 - Back to Hell [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. '''No Audio. Much Noise.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|CT Special Forces 3 - Bioterror [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Some Noise.''' Working. '''The game uses a Password system.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Cubix - Robots for Everyone - Clash 'N Bash [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Curious George [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Custom Robo GX [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. The game freezes after you load a quick save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Dai-Mahjong [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Daisenryaku for Game Boy Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes when you create a file. The arm9 version works.''' Full Speed. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Daisuki Teddy [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less glitches than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dancing Sword - Senkou [J] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. I noticed some Screen tearing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dan Doh!! Tobase Shouri no Smile Shot [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dan Doh!! Xi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Danny Phantom - Urban Jungle [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Danny Phantom - The Ultimate Enemy [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Daredevil [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Darius R [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. '''There is some Noise during the Pause screen.''' Playable. '''The game has no save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dark Arena [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the licensed by screen. The arm9 version works.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''The game use a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Dave Mirra Freestyle BMX 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Dave Mirra Freestyle BMX 3 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. '''Good Audio in the menu screen. The Audio has much Noise and stuttering during gameplay.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|David Beckham Soccer [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Davis Cup [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''Good Audio during gameplay. Some Noise during the Title and Menu screen.''' Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Deadly Skies [E]  
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Dead to Rights [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''I think this game was playable in an older arm9 build.'''
+
|-
+
|align="left" style="background:#FFB142"|Deal or No Deal [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''There is much Noise on the Pause Screen.''' '''Many gfx glitches.''' Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Defender - For All Mankind [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Don´t know if the game does save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Defender of the Crown (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|DemiKids - Dark Version (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|DemiKids - Light Version (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Demon Driver - Time to Burn Rubber! (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Too many gfx glitches during a race.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Denki Blocks! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' '''Sram patching required to prevent the game from freezing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Densetsu no Stafy [J] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen, the arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx Glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Densetsu no Stafy 2 [J] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version freezes before the Titlescreen. You can hear music playing.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Densetsu no Stafy 3 [J] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version flickers on both Screens.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Derby Stallion Advance [J] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' Full Speed. Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Desert Strike Advance [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dexter's Laboratory - Chess Challenge [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dexter's Laboratory - Deesaster Strikes! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed. Good Audio with a little Noise. '''The Audio loops during the Pause Screen.''' The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Di Gi Charat - DigiCommunication [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Diadroids World - Evil Teikoku no Yabou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Digi Communication Nyo - Datou! Black Gemagema Dan [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less Noise than the arm9 version.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Digimon - Battle Spirit [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version get a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Digimon - Battle Spirit 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version get a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Digimon Racing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze during the Griptonite Games Screen.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Dinotopia - The Timestone Pirates [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version runs the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Disney's Party [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze with every available game mode.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Disney Princess [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Disney Princess - Royal Adventure [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Disney Sports - Basketball [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Disney Sports - Football [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Disney Sports - Motocross [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after you press start on the Titlescreen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Disney Sports - Skateboarding [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Disney Sports - Soccer [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' '''The FMV Cutscene are missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Disney Sports - Snowboarding [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''The FMV Raceway is missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|DK - King of Swing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Dogz [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dogz 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dogz - Fashion [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dokapon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Some gfx glitches. I noticed some Screen tearing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dokodemo Taikyoku - Yakuman Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Domo-kun no Fushigi Terebi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after you press start on the Titlescreen. The arm9 version works.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. '''Many gfx glitches.''' Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Donald Duck Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Donchan Puzzle Hanabi de Dohn Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Donkey Kong Country [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Donkey Kong Country 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Donkey Kong Country 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Doom [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. No Audio. You hear random audio samples. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Doom 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Dora the Explorer - Dora's World Adventure! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dora the Explorer - Super Spies [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Dora the Explorer - Super Star Adventures! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dora the Explorer - The Search for the Pirate Pig's Treasure [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Doraemon - Dokodemo Walker [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. You hear random audio samples.''' The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Double Dragon Advance [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Doubutsu Shima no Chobi Gurumi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Doubutsu Shima no Chobi Gurumi 2 - Tama-chan Monogatari [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Downforce [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Dragon Ball Advanced Adventure [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Dragon Ball GT - Transformation [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dragon Ball Z - Buu's Fury [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Playable until you get to the Anti piracy message. Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Dragon Ball Z - Collectible Card Game [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Dragon Ball Z - Supersonic Warriors [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Dragon Ball Z - Taiketsu [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''You get the Message This Game will not run on this Hardware Message after pressing start on the Titlescreen. It´s an Anti Piracy Method.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Dragon Ball Z - The Legacy of Goku [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''You get the Message This Program will not run on this Hardware found. It´s an Anti Piracy Method. ''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Dragon Ball Z - The Legacy of Goku 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Dragon Drive - World D Break [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Dragon's Rock [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Dragon Quest Monsters - Caravan Heart [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dragon Tales - Dragon Adventures [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Drake & Josh [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Drill Dozer [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Driven [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses EEPROM_V120 as a save type. Don´t know what it saves.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Driv3r [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Driver 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze whith every game mode.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dr. Mario & Panel de Pon [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''Dr. Mario won´t boot.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Dr. Muto [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dr. Sudoku [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Droopy's Tennis Open [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze when you try to play a game mode.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Dual Blades [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Duel Masters - Kaijudo Showdown [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Duel Masters - Sempai Legends [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches.''' Full Speed. Good Audio. Few gfx glitches. '''There is some screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Duel Masters - Shadow of the Code [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Duel Masters 2 - Invincible Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Duel Masters 2 - Kirifuda Shoubu Ver. [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Duel Masters 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Duke Nukem Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dungeons & Dragons - Eye of the Beholder [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. You hear random audio samples playing. Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Dynasty Warriors Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' '''The game freezes after you make a move.''' Full Speed. Good Audio. Some gfx glitches. Unplayable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
+
|-
+
|align="left" style="background:#FFB142"|Earthworm Jim [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version the arm9 version run too fast.''' Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|Earthworm Jim 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Ecks vs Sever [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''Mixed up game view. You need to hold the DS sideways to play.''' Full Speed. '''Good Audio during the Titlescreen. Much Noise during gameplay.''' Some gfx glitches. Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Ecks vs Sever 2 - Ballistic [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''Mixed up game view. You need to hold the DS sideways to play.''' Full Speed. Good Audio. Some gfx glitches. Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ed, Edd n Eddy - Jawbreakers! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Ed, Edd n Eddy - The Mis-Edventures [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Eggo Mania [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The Screen blinks in both arm9 version after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Elemix! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Elevator Action - Old & New [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving work with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Elf - The Movie [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version take a while to boot and run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Elf Bowling 1 & 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#FFB142"|Enchanted - Once Upon Andalasia [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Eragon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Erementar Gerad [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|ESPN Final Round Golf [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|ESPN Great Outdoor Games - Bass Tournament [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving work with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|ESPN International Winter Sports [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#4CAF50"|ESPN X-Games Skateboarding [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#4CAF50"|European Super League [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Ever Girl [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|EX Monopoly [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Exciting Bass [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Extreme Ghostbusters - Code Ecto-1 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version shows a White Screen after the BIOS Intro. The arm9wramicache version has an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Extreme Skate Adventure [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''Full Speed with a little Slowdown.''' No Audio. Much Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Eyeshield 21 Devilbats Devildays [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|EZ-Talk - Shokyuu Hen 1 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version has an infinite BIOS reboot. The arm9 version freezes after you select a game mode.''' The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|A Keyword is needed to start the game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|A Keyword is needed to start the game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 4 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|A Keyword is needed to start the game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 5 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|A Keyword is needed to start the game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 6 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|A Keyword is needed to start the game. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|E-Reader [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version has an infinite BIOS reboot. The arm9 version shows a White Screen after the BIOS Intro.''' '''This is a regress.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|E.T. - The Extra-Terrestrial [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a Black Screen after the Fluid Studio logo.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|F-1 2002 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|F-14 Tomcat [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise during gameplay. '''Much Noise during the Pause Screen.''' Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|F-24 Stealth Fighter [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' '''The arm9 wramicache version less gfx glitches than the arm9 version.''' Full Speed. Good Audio during gameplay. '''Much Noise during the Pause Screen.''' Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Fairly OddParents! - Breakin` Da Rules [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes after the BIOS Intro. The arm9 wramicache version freezes during the first Level.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Fairly OddParents! - Clash with the Anti-World [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Fairly OddParents! - Enter the Cleft [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Fairly OddParents! - Shadow Showdown [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the Training level. The arm9 wramicache version works.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini - Dai 2 Ji Super Robot Taisen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 08 - Mappy [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Black Screen after the BIOS Intro.''' '''This is a regress. The game was playable in older arm9 build.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Famicom Mini Vol. 10 - Star Soldier [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 12 - Clu Clu Land [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 13 - Balloon Fight [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 14 - Wrecking Crew [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 16 - Dig Dug [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 18 - Makaimura [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 19 - Twin Bee [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Family Feud [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. ''' The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Family Tennis Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#EF5350"|Famista Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version freeze before the start of the match.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Fancy Pocket [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Fantastic 4 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Fantastic 4 - Flame On [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Fantastic Children [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Fear Factor Unleashed [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Field of Nine - Digital Edition 2001 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|FIFA Soccer 2003 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The Crowd Soundsamples in the Stadion are missing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|FIFA Soccer 2004 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Many gfx glitches. '''This is a regression. Use arm9 versions from Commit 831087 (03/04/2018) instead.''' Working.
+
|-
+
|align="left" style="background:#FFB142"|FIFA Soccer 2005 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. '''This is a regression. Use arm9 versions from Commit 831087 (03/04/2018) instead.''' Working.
+
|-
+
|align="left" style="background:#FFB142"|FIFA Soccer 2006 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|FIFA Soccer 2007 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|FIFA World Cup - Germany 2006 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|FightBox [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the licensed by screen. The arm9wramicache version works, but also freezes sometimes.''' Full Speed. Good Audio with a little Noise. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|FILA Decathlon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version freezes after you select a language. The arm9 version works.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses EEPROM_V122 as a save type. Saving doesn´t seem to work with Sram patch.'''
+
|-
+
|align="left" style="background:#FFB142"|Final Fantasy I & II - Dawn of Souls [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' '''FF1:''' Some Major Slowdown occurring from time to time. The Audio has some Noise and stuttering. Some gfx glitches. '''FF2:''' White Screen after boot. Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Final Fantasy IV Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version shows a Black Screen after you press start on the Titlescreen. The arm9wramicache version boots the Introduction and then crashes.''' You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Final Fantasy V Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the Introduction. The arm9wramicache version shows a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Final Fantasy VI Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving freezes the game.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Final Fantasy Tactics Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Don´t know if saving works.''' '''Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Final Fight ONE [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Final Fire Pro Wrestling - Yume no Dantai Unei! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Finding Nemo [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Finding Nemo - The Continuing Adventures [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Fire Emblem [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Working. '''The constant saving interrupts the gameplay.''' '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Fire Emblem - Fuuin no Tsurugi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Working. '''The constant saving interrupts the gameplay.''' '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Fire Emblem - The Sacred Stones [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes after you start the first Chapter. The arm9wramicache version works.''' Full Speed. Very Good Audio. Working. '''The constant saving interrupts the gameplay.''' '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Fire Pro Wrestling [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Fire Pro Wrestling 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Flintstones - Big Trouble in Bedrock [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Flushed Away [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. The game uses a Password system.
+
|-
+
|align="left" style="background:#FFB142"|Ford Racing 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Almost Full Speed with some Slowdown. No Audio. Much Noise. Some gfx glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Formation Soccer 2002 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Many gfx glitches during a Match.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Fortress [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run too fast.''' Good Audio. Some gfx glitches. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Foster's Home for Imaginary Friends [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Don´t know if saving works. Didn´t make it to a save spot.'''
+
|-
+
|align="left" style="background:#EF5350"|Franklin the Turtle [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version freere during the Titlescreen.''' Unplayable. '''This is a regress. Play the arm9 versions from Commit f89fac5 (2018/07/10) instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Franklin's Great Adventures [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Freekstyle [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Freestyle Scooter [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Frogger Advance - The Great Quest [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Frogger's Adventures - Temple of the Frog [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Frogger's Adventures 2 - The Lost Wand [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Frogger's Journey - The Forgotten Relic [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Fruit Mura no Doubutsutachi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after name selection.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Fushigi no Kuni no Alice [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Fushigi no Kuni no Angelique [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes before the Titlescreen. The arm9wramicache version works.''' Full Speed. Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' You can hear Music playing. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' You can hear Music playing. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|F-Zero Maximum Velocity [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes when you create a file. The arm9 version works.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving or loading a save file only works with the arm9 version. The arm9wramicache version freezes.''' '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|F-Zero Climax [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes when you create a file. The arm9 version works.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches during a race.''' Playable. '''Saving or loading a save file only works with the arm9 version. The arm9wramicache version freezes.''' '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|F-Zero GP-Legend [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches during a race.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Gachasute! Dino Device - Blue [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Gachasute! Dino Device - Red [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Gachasute! Dino Device 2 - Dragon [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Gachasute! Dino Device 2 - Phoenix [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Gachinko Pro Yakyuu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gadget Racers [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gakkou o Tsukurou!! Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gakuen Alice - Dokidoki Fushigi Taiken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gakuen Senki Muryou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Galidor - Defenders of the Outer Dimension [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Glitched Menu Screen text.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. '''Few gfx glitches during the FMV Intro.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Games Explosion! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Few gfx glitches during the Menu screen.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Game & Watch Gallery Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed with a little Slowdown. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ganbare Dodge Fighters [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Garfield - The Search for Pooky [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''The Intro is a bit too fast.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Garfield and His Nine Lives [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the licensed by screen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gauntlet - Dark Legacy [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gekido Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. The Audio has some Noise and stuttering. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gekitou Densetsu Noah - Dream Management (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Gem Smashers (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Genseishin Justirisers Souchaku Chikyuu no Senshitachi (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Genso Suikoden - Card Stories [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Get! - Boku no Mushi Tsukamaete (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|GetBackers Dakkanya - Jagan Fuuin! (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|GetBackers Dakkanya - Jigoku no Scaramouche (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Get Ride! Amdriver - Senkou no Hero Tanjou! (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Get Ride! Amdriver - Shuggeki! Battle Party (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. '''Few gfx glitches during the Intro.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Ghost Rider [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Ghost Trap (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Global Star - Sudoku Fever [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Glory Days [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' The game has much Slowdown. No Audio. Some Noise. Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Godzilla - Domination! [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Goemon - New Age Shutsudou! (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Go! Go! Beckham! - Adventure on Soccer Island [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Golden Nugget Casino (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''Unable to get money from the ATM.''' Good Audio with some Noise and stuttering. Few gfx glitches. Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Golden Sun [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Golden Sun 2 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gradius Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
+
|-
+
|align="left" style="background:#FFB142"|Grand Theft Auto Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. '''Good Audio during the Titlescreen and Intro. SFX only and much Noise during gameplay.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Greatest Nine [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Green Eggs and Ham by Dr. Seuss (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses EEPROM_V122 as a save type. Don´t know what it saves.'''
+
|-
+
|align="left" style="background:#FFB142"|Greg Hastings' Tournament Paintball Maxd [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Only your Helmet, Weapon and Icon are visible. Full Speed. Good Audio. Some gfx glitches. Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Gremlins - Stripe vs Gizmo [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Grim Adventures of Billy & Mandy (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Groove Adventure Rave - Hikari to Yami no Daikessen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFB142"|Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' The game has much Slowdown. The Audio has some Noise and stuttering. The Gameboy Sounds are missing. '''Many gfx glitches.''' Unplayable. '''Don´t know if saving works. Didn´t get to a save spot.''' '''This is a regress. Use the Commit 831087 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|GT Advance - Championship Racing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|GT Advance 2 - Rally Racing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Some gfx glitches during a race.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|GT Advance 3 - Pro Concept Racing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Some gfx glitches during a race.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|GT Championship [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during a race.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|GT Racers [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio. '''Many gfx glitches.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Guilty Gear X - Advance Edition [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Gumby vs. the Astrobots [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Gunstar Future Heroes [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Guranbo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Guru Logic Champ [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gyakuten Saiban [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gyakuten Saiban 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Gyakuten Saiban 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hachiemon (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.'''  Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Hagane no Renkinjutsushi - Meisou no Rondo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hagane no Renkinjutsushi - Omoide no Sonata [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hajime no Ippo - The Fighting! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hamepane - Tokyo Mew Mew (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during the puzzle mini game.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hamster Club 3 (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hamster Club 4 (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hamster Monogatari 2 (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Character profile have some glitches.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hamster Monogatari 3 (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Hamster Monogatari 3EX 4 Special (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Character profile are glitched.''' Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Hamster Monogatari Collection (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hamster Paradise - Pure Heart (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Coudln´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hamster Paradise Advanchu (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Hamtaro - Ham-Ham Games [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version freezes after you select the Tournament mode.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Hamtaro - Ham-Ham Heartbreak [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Hamtaro - Rainbow Rescue [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. '''Some gfx glitches during scrolling.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 version instead.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hanabi Hyakkei Advance (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hanafuda Trump Mahjong - Depachika Wayouchuu (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Happy Feet (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Hardcore Pinball (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache version and the arm9 version show a Black Screen after the Publisher Logo.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hardcore Pool (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version has an glitched up Titlescreen. The arm9 version has less glitches during the Titlescreen. Both run the same speed.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Harlem Globetrotters - World Tour (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''There is heavy Noise on occasion during a match.''' Few gfx glitches. '''There is some screen tearing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Harobots - Robo Hero Battling!! (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after you select an Island. The arm9 version freezes after the developer logo.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Harry Potter - Quidditch World Cup [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Harry Potter and the Chamber of Secrets [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Harry Potter and the Goblet of Fire [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. '''Many gfx glitches.''' '''This is a regress. Use the Commit 83108c7 arm9 versions instead.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Harry Potter and the Order of the Phoenix [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to get past the Language Select Screen.''' '''The arm9wramicache version runs a bit faster but has worse Audio and gfx glitches than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Harry Potter and the Prisoner of Azkaban [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''There is much Slowdown during the Titlescreen.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Harry Potter and the Sorcerer's Stone [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Harukanaru Toki no Naka de - Neoromance Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Harvest Moon - Friends of Mineral Town [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Harvest Moon - More Friends of Mineral Town [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hatena Satena [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the Hudson Logo. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Heidi - The Game [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' '''Good Audio with some Noise during the Titlescreen.''' Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hello Kitty - Happy Party Pals [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Hello Kitty Collection - Miracle Fashion Maker [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Hello! Idol Debut - Kids Idol Ikusei Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The Text in the Textboxes is missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Working. '''Don´t know if saving works. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Herbie - Fully Loaded [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. No Audio. Much Noise. '''Many gfx glitches during a race.''' Working. '''Don´t know if saving works. Didn´t play long enough.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hey Arnold! - The Movie [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|High Heat Major League Baseball 2002 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise after the BIOS Intro. '''You hear random audio samples after your attempt to hit the ball.''' '''Some gfx glitches on the Player'''. Playable. '''The game uses EEPROM_V122 as a save format. Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#FFEB3B"|High Heat Major League Baseball 2003 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise after the BIOS Intro. '''You hear random audio samples after your attempt to hit the ball.''' Playable. '''The game uses EEPROM_V122 as a save format. Don´t know what the game saves.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Hi Hi Puffy AmiYumi - Kaznapped! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hikaru no Go [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hikaru no Go 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|High School Musical - Livin' the Dream [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The Text in the Textboxes is missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Working. '''Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hime Kishi Monogatari - Princess Blue [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hobbit [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Home on the Range [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Some gfx glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Horsez [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hot Potato! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Hot Wheels - All Out [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Hot Wheels - Burnin' Rubber [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Hot Wheels - Stunt Track Challenge [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes before you start the race. The arm9 version works.''' Full Speed. Good Audio with some Noise and stuttering. '''Many gfx glitches during a race.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Hot Wheels - Velocity X [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hot Wheels - World Race [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during a race.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 1 - Bomberman Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 2 - Lode Runner Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 3 - Action Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 4 - Nazotoki Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 5 - Shooting Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Hugo - Bukkazoom! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Hugo - The Evil Mirror Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''Good Audio with a little Noise during the language select screen.''' '''Many gfx glitches during the FMV Intro.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Ice Age [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the language select screen. The arm9 version works.''' Full Speed. '''Good Audio with a little Noise during the licensed by screen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Ice Age 2 - The Meltdown [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Ice Nine [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Incredible Hulk [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with some Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Incredibles [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version. The arm9 version freezes during the first Level.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Incredibles - Rise of the Underminer [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version. The arm9 version freezes during the first Level.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Initial D - Another Stage [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Inspector Gadget - Advance Mission [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable. '''Last working arm9 build is Commit a61e70e (2017/04/22).'''
+
|-
+
|align="left" style="background:#B4EEB4"|Inspector Gadget Racing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|International Karate Advanced [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|International Karate Plus [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|International Superstar Soccer [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|International Superstar Soccer Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Inukko Club [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Invader [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Invincible Iron Man [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Iridion 3D [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the Shinen logo. The arm9 version shows a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Iridion 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version are stuck on the Shinen logo.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Isseki Hatchou - Kore 1ppon de 8shurui! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches during a game.''' Unplayable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|I Spy Challenger! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|It´s Mister Pants [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Many gfx glitches.''' '''Don´t play the game if you are an Epileptic, the game flashes a lot!''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Jackie Chan Adventures - Legend of the Darkhand [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''Every retro game reboot to the GBA BIOS Screen.''' '''The main game runs well.''' '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|James Pond - Codename Robocod [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Heavy flicker.''' Working. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.''' '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Jazz Jackrabbit [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable. '''This is a regress. Use the arm9 master build Commit a61e70e (2017/04/22) instead.'''
+
|-
+
|align="left" style="background:#4CAF50"|J.League Pro Soccer Club o Tsukurou! Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|J.League Pocket [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|J.League Pocket 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during the Titlescreen.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|J.League Winning Eleven Advance 2002 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#EF5350"|Jet Set Radio [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version. The game freezes after you complete the first training exercise.''' Full Speed. No Audio. Much Noise. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|JGTO Kounin Golf Master - Japan Golf Tour Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''You won´t get past the Titlescreen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Jikkyou World Soccer Pocket [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jikkyou World Soccer Pocket 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jimmy Neutron Boy Genius [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Some Noise. '''Some Cutscenes only show the Text.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jimmy Neutron Boy Genius - Jet Fusion [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the Nick logo screen. The arm9wramicache version works.''' '''Mostly Full Speed with some Slowdown in the water section from the first level.''' Good Audio. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jinsei Game Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jisu F-Zero Weilai Saiche [China]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''F-Zero Maximum Velocity for iQue China.''' '''The arm9wramicache version freezes after you select a file. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Jonny Moseley Mad Trix [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Many gfx glitches.''' Working. '''Don´t know if saving works.'''
+
|-
+
|align="left" style="background:#FFB142"|Juka and the Monophonic Menace [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Many gfx glitches on Screen after you collect a Jar.''' There is some Screen tearing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Jungle Book 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio, SFX only during gameplay. '''The FMV have many glitches.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jurassic Park III - Dino Attack [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has much less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The enemys have some gfx glitches.''' Playable. '''The game uses EEPROM_V122 as a save type. Don´t know how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Jurassic Park III - Park Builder [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches.''' Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jurassic Park III - The DNA Factor [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Jurassic Park Institute Tour - Dinosaur Rescue [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Justice League - Injustice for All [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Justice League Chronicles [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches when you move around the level.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Justice League Heroes - The Flash [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|K-1 Pocket Grand Prix [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during a fight.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|K-1 Pocket Grand Prix 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kaeru B Back [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. The Audio has some Noise and stuttering. '''Many gfx glitches.''' Unplayable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kamaitachi no Yoru Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kami no Kijutsu - Illusion of the Evil Eyes [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kao the Kangaroo [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Some flicker in the Background of the first Level.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kappa no Kai-Kata Katan Daibouken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the Konami logo. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#EF5350"|Karnaaj Rally [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the developer logo.''' Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 build instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Kawa no Nushi Tsuri 3 & 4 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kawaii Pet Game Gallery [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during Cutscenes.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kawaii Pet Game Gallery 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during Cutscenes.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Keitai Denjuu Telefang 2 - Power [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Keitai Denjuu Telefang 2 - Speed [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Kelly Slater's Pro Surfer [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kessakusen! Ganbare Goemon 1-2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Kid Paddle [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen on the upper screen, and CNCG DLDI based on r4tf_v2 on the lower screen.''' Unplayable. '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Kidou Senshi Gundam Seed Destiny [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen on the upper screen, and CNCG DLDI based on r4tf_v2 on the lower screen.''' Unplayable. '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen on the upper screen, and CNCG DLDI based on r4tf_v2 on the lower screen.''' Unplayable. '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Kid's Cards [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches on the Titlescreen.''' Playable. '''The game uses EEPROM_V122 as a Save type. Don´t know if saving works.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Kiki Kaikai Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches during gameplay.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Killer 3D Pool [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio. '''Many gfx glitches.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Kill Switch [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Kim Possible [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Many glitches during the FMV Intro.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Kim Possible 2 - Drakken's Demise [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''The Intro FMV is missing.''' Full Speed. No Audio. Much Noise. Working. '''Don´t know if saving works. Didn´t make it to a save spot.'''
+
|-
+
|align="left" style="background:#FFB142"|Kim Possible 3 - Team Possible [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''The Intro FMV is missing.''' Full Speed. No Audio. Much Noise. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Kingdom Hearts - Chain of Memories [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''The Intro FMV has many glitches.''' Good Audio. '''Many gfx glitches.''' Unplayable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|King Kong - The Official Game of the Movie [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|King of Fighters EX - NeoBlood [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses EEPROM_V122 as a save type. Doesn´t seem to save the records.'''
+
|-
+
|align="left" style="background:#4CAF50"|King of Fighters EX2 - Howling Blood [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses EEPROM_V122 as a save type. Doesn´t seem to save the records.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kinniku Banzuke - Kongou-kun no Daibouken! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kinnikuman II-Sei - Seigi Choujin e no Michi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. '''Some gfx glitches during a fight.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Kirby - Nightmare in Dreamland [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Kirby and the Amazing Mirror [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The constant saving can be a bit annoying.''' '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kiss x Kiss Seirei Gakuen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster but freezes during the Titlescreen. The arm9 version works.''' The game has much Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Klonoa - Empire of Dreams [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Klonoa 2 - Dream Champ Tournament [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Klonoa Heroes - Densetsu no Star Medal [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. The Audio has much Noise and stuttering. '''Many gfx glitches.''' Unplayable. '''Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Koala Brothers - Outback Adventures [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Koinu to Issho - Aijou Monogatari [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Koinu to Issho 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Konami Collector's Series - Arcade Classics [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#EF5350"|Konami Krazy Racers [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after you select your Cup and driver. The arm9wramicache version runs much faster.''' Unplayable. '''The game is Sram patched by default. Saving doesn´t work.'''
+
|-
+
|align="left" style="background:#4CAF50"|Konchuu Monster Battle Master [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Konchuu Monster Battle Master Stadium [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Kong - King of Atlantis [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit a61e70e (2017/04/22) arm9 build instead.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Kong - The Animated Series [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Konjiki no Gashbell!! - Makai no Bookmark [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''The game uses EEPROM_V124 as a save type. Saving doesn´t work.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Konjiki no Gashbell!! The Card Battle for GBA [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Koro Koro Puzzle - Happy Panechu! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. '''Many gfx glitches.''' '''The game requires the unsupported motion sensor to be playable.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kotoba no Puzzle - Mojipittan Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Kouchu Ouja Mushiking [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Kunio Kun Nekketsu Collection 1 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The games have much Slowdown. Good Audio during the Titlescreen. '''No Audio and much Noise during gameplay.''' The Gameboy Sounds are missing. Some gfx glitches. Unplayable. '''The games use a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Kunio Kun Nekketsu Collection 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The games have much Slowdown. Good Audio during the Titlescreen. '''No Audio and much Noise during gameplay.''' The Gameboy Sounds are missing. Some gfx glitches. Unplayable. '''The games use a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Kunio Kun Nekketsu Collection 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The games have much Slowdown. Good Audio during the Titlescreen. '''No Audio and much Noise during gameplay.''' The Gameboy Sounds are missing. Some gfx glitches. Unplayable. '''The games use a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Kurohige no Golf Shiyouyo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. '''The 3D Golf Course is missing.''' Unplayable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Kurohige no Kurutto Jintori [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kurukuru Kururin [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Kururin Paradise [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lady Sia [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Land Before Time [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Land Before Time - Into the Mysterious Beyond [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during the file select screen.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Lara Croft Tomb Raider - Legend [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches in the background of the first level.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Lara Croft Tomb Raider - The Prophecy [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Legend of Dynamic Goushouden - Houkai no Rondo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed. '''Good Audio with some Noise and stuttering.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Legends of Wrestling II [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Legendz - Sign of Nekuromu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9 version has some screen tearing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Legendz - Yomigaeru Shiren no Shima [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''There is some screen tearing.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lego Bionicle [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lego Bionicle Heroes [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Lego Bionicle - Matoran Adventures [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Lego Bionicle - Maze of Shadows [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|LEGO Island - Xtreme Stunts [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during the Intro.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|LEGO Island 2 - The Brickster's Revenge [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed. Good Audio. '''There is some Screen tearing.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Lego Knights Kingdom [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|LEGO Racers 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The game freezes after the Intro race in the Story mode. The Arcade mode works.''' Full Speed. '''Good Audio during the menu, much Noise during a race.''' The Gameboy Sounds are missing. Working. '''This is a regress. Use the Commit 83108c7 arm9 versions instead.'''
+
|-
+
|align="left" style="background:#EF5350"|LEGO Soccer Mania [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze during the licensed by screen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|LEGO Star Wars - The Video Game [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|LEGO Star Wars II - The Original Trilogy [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Lemony Snicket's A Series of Unfortunate Events [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Let's Ride! - Dreamer [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Let's Ride! - Friends Forever [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. '''Some gfx glitches when you walk around with the horse.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Let's Ride! - Sunshine Stables [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches during the character select screen.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Licca-chan no Oshare Nikki [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Lilliput Oukoku - Lillimoni to Issho Puni! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches during the FMV Cutscene where your character gets sucked into the mini world.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Lilo and Stitch [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The FMV Intro has many glitches.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Lilo and Stitch 2 [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. '''There is some screen tearing during the level.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Lion King [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Little Buster Q [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches and Noise than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Little Einsteins [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Titlescreen. The arm9 version works.''' Full Speed. Good Audio with a little Noise. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Little League Baseball 2002 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The Stadion is missing, some gfx glitches on your Baseball player.''' Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Little Mermaid - Magic in Two Kingdoms [UE] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''There is some screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Little Patissier - Cake no Oshiro [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some flicker during the Titlescreen.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Lizzie McGuire [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Lizzie McGuire 2 - Lizzie Diaries [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lizzie McGuire 3 - Homecoming Havoc [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t play long enough.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lode Runner [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses EEPROM_V122 as a save type. Saving doesn´t work.'''
+
|-
+
|align="left" style="background:#4CAF50"|Looney Tunes - Back in Action [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works. Didn´t play long enough.'''
+
|-
+
|align="left" style="background:#FFB142"|Lord of the Rings - The Fellowship of the Ring [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version shows a Black Screen after the BIOS Intro. The arm9wramicache version works.''' Almost Full Speed with some Slowdown. The Audio has much stuttering. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lord of the Rings - The Return of the King [UE] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. There is some screen tearing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lord of the Rings - The Third Age [UE] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Lord of the Rings - The Two Towers [UE] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. '''The FMV Intro has few gfx glitches.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Lost Vikings [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio, SFX only. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lucky Luke - Wanted! [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lufia - The Ruins of Lore [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Lunar Legend [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Madagascar [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Madagascar - Operation Penguin [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Madden NFL 2002 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during a match.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Madden NFL 2003 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Many gfx glitches during a match.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Madden NFL 2004 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''Many gfx glitches during a match.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Madden NFL 2005 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have many gfx glitches on screen.''' Unplayable. '''The previous arm9 build from Commit f89fac5 (2018/07/10) have much better Audio.'''
+
|-
+
|align="left" style="background:#EF5350"|Madden NFL 2006 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have many gfx glitches on screen.''' Good Audio. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Madden NFL 2007 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have many gfx glitches on screen.''' Good Audio. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Magi Nation [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version show a Black Screen after the developer logo.''' Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 build instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Magical Houshin [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Glitched up Koei logo.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Magical Quest Starring Mickey & Minnie [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Magical Quest Starring Mickey & Minnie 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Magical Quest Starring Mickey & Minnie 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some flicker in the Background of the first Level.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Magical Vacation [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to prevent the game from freezing on the Titlescreen.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Mahou no Pumkin - Ann to Greg no Daibouken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''Both version freeze during the Intro.''' Unplayable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mahjong Keiji [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after you press start on the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mail de Cute [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches on the character and during cutscenes.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches on the character and during cutscenes.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Manga-ka Debut Monogatari [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''No Text in the Textboxes.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Maniac Miner [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Maniac Racers Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|MAR - Knockin' on Heaven's Door [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and lacks the screen tearing the arm9 version has.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|March of the Penguins [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Mario Golf - Advance Tour [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit a61e70e (2017/04/22) arm9 build instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mario Kart Super Circuit [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''A little flicker during a race.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Mario & Luigi - Superstar Saga [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze before the first battle.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mario Party Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Mario Pinball [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Mario Power Tennis [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit a61e70e (2017/04/22) arm9 build instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mario vs Donkey Kong [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Minor graphics slowdowns during cutscenes. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Marvel - Ultimate Alliance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the Marvel logo.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mary-Kate and Ashley - Girls Night Out [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio.  Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Masters of the Universe He-Man - Power of Grayskull [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster, the arm9 version has some screen tearing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Matantei Loki Ragnarok - Gensou no Labyrinth [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Matchbox Cross Town Heroes [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Mat Hoffman's Pro BMX [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Mat Hoffman's Pro BMX 2 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Math Patrol - The Kleptoid Threat [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Max Payne Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. '''Some gfx glitches during the Intro.''' '''The Cutscenes miss some Images.''' Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#EF5350"|Maya the Bee - Sweet Gold [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version show a Black Screen upon entering the first level.''' '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Maya the Bee - The Great Adventure [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Mazes of Fate [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''Both the arm9wramicache and the arm9 version freeze after you enter the cellar.''' Unplayable. '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.''' '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Mech Platoon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. The Gameboy Sounds are missing. '''The Intro FMV is broken.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Medabots - Metabee Version [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Medabots - Rokusho Version [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Medabots AX - Metabee Version [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Medabots AX - Rokusho Version [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Medal of Honor - Infiltrator [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Medal of Honor Underground [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio, some SFX are missing. '''Many gfx glitches during the Menu screen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Meet the Robinsons [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Megaman & Bass [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Megaman Battle Chip Challenge [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''Full Speed with a little Slowdown during the FMV access scene.''' Good Audio. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 2 [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 3 Blue [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 3 White [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 4 Blue Moon [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 4 Red Sun [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 5 Team Colonel [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 5 Team Protoman [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 6 Cybeast Falzar [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 6 Cybeast Gregar [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mega Man Zero [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Few gfx glitches. Playable. '''Saving works without Sram patching.''' '''The arm9wramicache version crashes when you try to load a save file. It works with the arm9 version.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mega Man Zero 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with some Noise and stuttering. Playable. '''Saving works without Sram patching.''' '''The arm9wramicache version crashes when you try to load a save file. It works with the arm9 version.'''
+
|-
+
|align="left" style="background:#FFB142"|Mega Man Zero 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mega Man Zero 4 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Meine Tierarztpraxis [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Meine Tierpension [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Meitantei Conan - Akatsuki no Monument [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Meitantei Conan - Nerawareta Tantei [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. There is some Screen tearing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Men in Black - The Series [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Mermaid Melody - Pichi Pichi Pitch [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze before you can start a song.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mermaid Melody - Pichi Pichi Pitch - Pichi Pichi Party [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. The Audio has much Noise and stuttering. Working. '''High language barrier. Couldn´t figure out how to save.''' '''The Commit 83108c7 (2018/03/04) arm9wramicache runs Full Speed but lacks the audio.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Metal Max 2 Kai [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster, the menu screen has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''Some issues with the text and menu screen.''' Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Metal Gun Slinger [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Metal Slug Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Metroid Fusion [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' '''The game freezes after you destroy the first X-toad in the Quarantine Bay and the AI grants you access to the Station.''' Unplayable. '''Saving works without Sram patching.''' '''This is kind of a regress. The game works with the Commit 83108c7 (2018/03/04) arm9 version. This version has worse audio compared to the latest build.'''
+
|-
+
|align="left" style="background:#EF5350"|Metroid Zero Mission [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version freezes after you collect the Morphball.''' Unplayable. '''Saving works without Sram patching.''' '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mezase Koushien [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#EF5350"|Micro Machines [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze after the Titlescreen.''' Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#EF5350"|Mickey no Pocket Resort [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze during the character select screen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Midnight Club - Street Racing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Many gfx glitches during the title and menu screen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Midway's Greatest Arcade Hits [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Mighty Beanz Pocket Puzzles [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mike Tyson Boxing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Some Noise during the Pause Screen.''' '''Few gfx glitches on the boxer during a fight.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Minami no Umi no Odyssey [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Minimoni - Mika no Happy Morning Chatty [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Minimoni - Onegai Ohoshi-sama! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''High language barrier. Couldn´t figure out to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Minna de Puyo Puyo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Minna no Ouji-sama [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after you press start on the Titlescreen.''' The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''There is some screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Shiiku Series 1 - Boku no Kabutomushi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Shiiku Series 2 - Boku no Kuwagata [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Minna no Soft Series - Happy Trump 20 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches on screen.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Minna no Soft Series - Minna no Mahjong [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches on Screen.''' Unplayable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Soft Series - Minna no Shogi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Minna no Soft Series - Numpla Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Minna no Soft Series - Shanghai [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Many gfx glitches.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Minority Report - Everybody Runs [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#4CAF50"|Mission Impossible - Operation Surma [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to prevent an Black Screen after pressing start on the Titlescreen.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#EF5350"|Miteluode - Lingdian Renwu [China]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Metroid Zero Mission for iQue China.''' '''The arm9wramicache version freezes during the iQue logo. The arm9 version freezes after you collect the Morphball.''' Unplayable. '''Saving works without Sram patching.''' '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 version instead.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Miteluode Ronghe [China]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Metroid Fusion for iQue China.''' '''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|MLB SlugFest 20-04 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. Some gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mobile Pro Yakyuu - Kantoku no Saihai [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mobile Suit Gundam Seed - Battle Assault [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''You can hear Random Audio Samples play during the Pause Screen.''' Some gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Moero!! Jaleco Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Momotarou Dentetsu G Gold Deck o Tsukure! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Momotarou Matsuri [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Monopoly [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with some Noise and stuttering. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Monster! Bass Fishing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches.''' Full Speed. Good Audio. '''Many gfx glitches.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Monster Force [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''There is some screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Monster Gate [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Monster Guardians [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''The Audio has much Noise.''' The Gameboy Sounds are missing. Some gfx glitches. Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Monster House [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Monsters, Inc [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze after the licensed by screen.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Monster Jam - Maximum Destruction [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches on screen during a race.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Monster Maker 4 - Flash Card [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Monster Maker 4 - Killer Dice [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Monster Rancher Advance [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Monster Rancher Advance 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Monster Summoner [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Some gfx glitches in the textboxes.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Monster Truck Madness [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. '''A pink, horizontal line in the background during a race.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Monster Trucks [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Too many gfx glitches on Screen.''' Unplayable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Monster Trucks Mayhem [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''Too many gfx glitches on Screen.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Moorhen 3 - The Chicken Chase! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Morita Shougi Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Mortal Kombat - Deadly Alliance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches,flicker and a blue colored background on screen.''' Working. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Mortal Kombat - Tournament Edition [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches,flicker and a blue colored background on screen.''' Working. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mortal Kombat Advance [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Mother 1+2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''Mother 1:''' White Screen after you select the game. '''Mother 2:''' Full Speed. Good Audio. Some screen tearing. Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Mother 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze after the Intro.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Unplayable. <br><b>Gericom:</b><br>Game reads from an ewram mirror, this isn't supported yet.
+
|-
+
|align="left" style="background:#FFB142"|Moto GP [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio, SFX only. The Gameboy Sounds are missing. Some gfx glitches during a race. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Motoracer Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. '''Good Audio during the Titlescreen, Sfx only during a race.''' Some gfx glitches. Working. '''Don´t know if saving works.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mr Nutz [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Mr. Driller 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Mr. Driller A - Fushigi na Pacteria [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Heavy flicker on screen.''' Working. '''High language barrier. Couldn´t figure out how to save.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Ms. Pac-Man - Maze Madness [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' '''The arm9wramicache doesn´t have the screen tearing from the arm9 version.''' Full Speed. '''No Audio.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Mucha Lucha! - Mascaritas of the Lost Code [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Mugenborg [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Mummy [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Muppet Pinball Mayhem [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze after you select a game mode.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Muppets - On with the Show! [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Intro. The arm9 version works.''' The game has much Slowdown. The Audio has much Noise. Some gfx glitches. Unplayable. '''The game uses a Password system.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Mutsu - Water Looper Mutsu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Slowdown. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|MX 2002 featuring Ricky Carmichael [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|My Animal Centre in Africa [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. '''Many gfx glitches.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|My Little Pony - Crystal Princess - The Runaway Rainbow [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|M&M's - Blast! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|M&M's - Break'em [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. Some gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Nakayoshi Mahjong - Kaburiichi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''The Text in the Texboxes is missing.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Namco Museum - 50th Anniversary [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio. Some Noise. Some gfx glitches. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|Namco Museum [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Nancy Drew - Message in a Haunted Mansion [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''You can only see the Cursor.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Napoleon [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Narikiri Jockey Game - Yuushun Rhapsody [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The FMV Intro is missing.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Naruto - Konoha Senki [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Naruto - Ninja Council [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Naruto - Ninja Council 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes before you can start the Chunin Exam. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Naruto RPG - Uketsugareshi Hi no Ishi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|NASCAR Heat 2002 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Natural 2 - Duo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|NBA Jam 2002 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with some Noise and stuttering. '''Many gfx glitches during a game.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Need for Speed Carbon - Own the City [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to get past the Profile select screen.''' '''The arm9wramicache version freezes during the language select screen. The arm9 version works.''' The game has much Slowdown. Good Audio. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Need for Speed - Most Wanted [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to get past the Car select screen.''' '''The arm9wramicache version freezes during the EA logo. The arm9 version works.''' The game has much Slowdown. Good Audio. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Need for Speed - Porsche Unleashed [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Need for Speed - Underground [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes after you start a race. The arm9wramicache version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Need for Speed - Underground 2 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed with a little Slowdown. Good Audio. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Neoromance Game - Harukanaru Toki no Naka de [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Next Generation Tennis [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after you start a match. The arm9 version works.''' Full Speed. Good Audio. '''Many gfx glitches during the Menu Screen.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|NFL Blitz 20-02 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze during the Menu Screen.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|NFL Blitz 20-03 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Some gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|NHL 2002 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|NHL Hitz 20-03 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Nicktoons Racing [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ninja Cop [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Nintendo MP3 Player [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze during the Health Notice Screen. Unsupported Device.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Nobunaga Ibun [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Nobunaga no Yabou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Noddy - A Day in Toyland [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''There is a little Screen tearing.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|No No No Puzzle Chailien [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during the Titlescreen.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|No Rules - Get Phat [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Nyan Nyan Nyanko no Nyan Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ochaken no Bouken Jima - Honwaka Yume no Island [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ochaken no Heya [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ochaken no Yumebouken [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Oddworld - Munch's Oddysee [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ojarumaru - Gekkouchou Sanpo de Ojaru [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Okumanchouja Game - Nottori Daisakusen! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''There is some Screen tearing.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|One Piece [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|One Piece - Dragon Dream [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. The Audio has some Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|One Piece - Going Baseball - Kaizoku Yakyuu [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|One Piece - Mezase! King of Belly [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|One Piece - Nanatsu Shima no Daihihou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after you press start on the Titlescreen. The arm9 version works.''' Almost Full Speed with some Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Onimusha Tactics [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' '''Very slow and laggy. Requires long button presses.''' Good Audio. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Onmyou Taisenki Zeroshiki [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Open Season [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze during the Intro level. The arm9wramicache version freezes a bit later.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Operation Armored Liberty [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Oriental Blue - Ao no Tengai [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after you press start on the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Oshaberi Inko Club [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed with a little Noise. Good Audio with a little Noise. Some gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Oshare Princess [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Oshare Princess 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Oshare Princess 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Oshare Princess 5 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Oshare Wanko [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Ottifanten Pinball [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Over the Hedge [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Some gfx glitches. '''The Cutscene miss some Images.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Over the Hedge - Hammy Goes Nuts! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Ozzy & Drix [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run too fast.''' Good Audio. Some gfx glitches. Unplayable. '''The game has no Save feature. This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Pac-Man Collection [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pac-Man Pinball Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the game the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Pac-Man World [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the game the same speed.''' Full Speed. '''The Audio has much Noise.''' Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Pac-Man World 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the game the same speed.''' Full Speed. '''The Audio has much Noise.''' Few gfx glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Paws & Claws - Best Friends - Dogs & Cats [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the game the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Paws & Claws - Pet Resort [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the game the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Payback [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version freezes before you reach the Titlescreen. The arm9 version works.''' The game has much Slowdown. The Audio has some Noise. '''Many gfx glitches.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Penny Racers [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes before you reach the Titlescreen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Peter Pan - Return to Neverland [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Peter Pan - The Motion Picture Event [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''There is some Screen tearing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Petz - Hamsterz Life 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Petz Vet [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Textboxes are missing the Text.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pferd & Pony - Best Friends - Mein Pferd [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with some Noise. '''Some gfx glitches when you walk around.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Pferd & Pony - Lass Uns Reiten 2 [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. The Audio has some Noise and stuttering. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pferd & Pony - Mein Gestuet [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Pferd & Pony - Mein Pferdehof [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Phalanx - The Enforce Fighter A-144 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Phantasy Star Collection [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''Phantasy Star 3 is the only game from the collection that is playable.''' Full Speed. Good Audio. '''Some Noise during the Pause Screen.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Phil of the Future [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''The Backgrounds tend to dissapear.''' Unplayable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pia Carrot he Youkoso!! 3.3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Piglet's Big Game [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Pikapika Nurse Monogatari - Nurse Ikusei Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Textboxes are missing the Text.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pinball Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Pinball Challenge Deluxe [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Pinball Tycoon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Some gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pink Panther - Pinkadelic Pursuit [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the first Level. The arm9wramicache version works.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pinky and the Brain - The Masterplan [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache freezes during the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. '''Some gfx glitches during the Titlescreen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pinky Monkey Town [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pinobee - Wings of Adventure [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pinobee & Phoebee [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pirates of the Caribbean - Dead Man's Chest [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pirates of the Caribbean - The Curse of the Black Pearl [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version shows a Black Screen after the BIOS Intro. The arm9wramicache version works.''' Full Speed. Good Audio. '''There is much Noise and stuttering during the Titlescreen and Intro.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Pitfall - The Lost Expedition [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pitfall - The Mayan Adventure [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''The Audio has much Noise.''' Few gfx glitches. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Planet Monsters [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Planet of the Apes [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Play-Yan [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze during the Titlescreen.''' Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Play-Yan Micro [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze during the Healthcare Screen.''' Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Pocket Dogs [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pocket Music [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Pocket Professor - Kwik Notes - Vol. 1 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pocky & Rocky with Becky [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Pokémon Emerald [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version have an inifinte BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pokemon Fire Red [UE][Rev 1]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed and Good Audio outside of battle. '''Much Slowdown and gfx glitches during random encounters.''' Working. '''Save files get corrupted with Sram patching. Saving still works somehow.'''
+
|-
+
|align="left" style="background:#FFB142"|Pokemon Leaf Green [UE][Rev 1]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed. Good Audio. '''Much Slowdown and gfx glitches during random encounters.''' Working. '''Save files get corrupted with Sram patching. Saving still works somehow.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pokemon Mystery Dungeon - Red Rescue Team [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''There is a little Screen tearing in the dungeons.''' Playable. '''Saving works with Sram patching.''' '''Don´t use the Quicksave method!''' '''Loading a Quicksave freezes the game and you will be forced to delete your save file!'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pokemon Pinball - Ruby & Sapphire [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pokemon Ruby [UE] [Rev 2]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Save files get corrupted with Sram patching. Saving still works somehow.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pokémon Sapphire [UE] [Rev 2]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Save files get corrupted with Sram patching. Saving still works somehow.'''
+
|-
+
|align="left" style="background:#FFB142"|Polar Express [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Polarium Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Polly Pocket! - Super Splash Island [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. The Audio has some Noise and stuttering. Working. '''The game uses a Password system.''' '''The Commit 83108c7 (2018/03/04) arm9wramicache version runs much faster, but has worse Audio quality than the (2018/11/01) build.'''
+
|-
+
|align="left" style="background:#FFB142"|Pop Idol [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Popeye - Rush for Spinach [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version have and infinte BIOS reboot.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9wramicache version instead. The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Postman Pat and the Greendale Rocket [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Power Poke Dash [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 1-2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The second game needs to be unlocked first.''' '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Power Pro Kun Pocket 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. In the arm9 version, press start during Cutscenes to prevent the game from freezing.''' The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 4 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 5 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 6 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 7 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Powerpuff Girls - Him and Seek [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Powerpuff Girls - Mojo Jojo A-Go-Go [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Some gfx glitches. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFB142"|Power Rangers - Dino Thunder [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Power Rangers - Ninja Storm [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Power Rangers - Time Force [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Power Rangers - Wild Force [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''The Audio has some Noise. You hear random audio samples during the level.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Power Rangers S.P.D. [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Prehistorik Man [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Premier Action Soccer [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after you start a match.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Premier Manager 2003-2004 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Premier Manager 2004-2005 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Premier Manager 2005-2006 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Princess Natasha - Student, Secret Agent, Princess [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Prince of Persia - The Sands of Time [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Pro Beach Soccer [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Pro Mahjong Tsuwamono GBA [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Pro Tennis WTA Tour [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less screen tearing than the arm9 version.''' Full Speed. Good Audio with a little Noise. Some Gfx Glitches. Playable. '''Don´t know if saving works.'''
+
|-
+
|align="left" style="background:#4CAF50"|Proud Family [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pro Yakyuu Team o Tsukurou! Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Punch King - Arcade Boxing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#EF5350"|Puppy Luv - Spa and Resort [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after the Titlescreen.''' Unplayable. '''This is a regress. Use the Commit f89fac5 (2018(07/10) arm9wramicache version instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Puyo Pop [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Puyo Pop Fever [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Puzzle & Tantei Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Quad Desert Fury [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Many gfx glitches during a race.''' Unplayable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|Racing Fever [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses EEPROM_V124 as a save type. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#EF5350"|Racing Gears Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze during the licensed by screen.''' You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Rampage - Puzzle Attack [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Rapala Pro Fishing [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Ratatouille [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the first Level. The arm9wramicache version works.''' Full Speed. Good Audio. '''The Cutscenes miss the Pictures.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Rave Master - Special Attack Force! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The game has much Slowdown. The Audio has much stuttering. Some gfx glitches. Unplayable. '''Saving works without Sram patching.''' '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Rayman Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching breaks the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving is currently not supported.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Rayman 3 - Hoodlum Havoc [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Few gfx glitches in the Background.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Rayman Hoodlum's Revenge [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after the licensed by screen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Rayman Raving Rabbids [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Razor Freestyle Scooter [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ready 2 Rumble Boxing - Round 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Rebelstar - Tactical Command [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Recca no Honoo - The Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Reign of Fire [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Relaxuma na Mainichi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Rescue Heroes - Billy Blazes! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Revenge of Shinobi [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze before you can start the first Level.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Rhythm Tengoku [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ripping Friends [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|River City Ransom EX [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit a61e70e (2017/04/22) master build instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Riviera - The Promised Land [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version loads the battle scenes much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Road Rash - Jailbreak [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Robopon 2 - Cross Version [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. '''Some gfx glitches after the BIOS Intro.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Robopon 2 - Ring Version [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. '''Some gfx glitches after the BIOS Intro.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Robotech - The Macross Saga [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Robots [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Robot Wars - Advanced Destruction [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Robot Wars - Extreme Destruction [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''Few gfx glitches during a fight.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Rockman EXE 4.5 - Real Operation [J] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Rock'em Sock'em Robots [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Rock n' Roll Racing [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio, SFX only.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Rocket Power - Beach Bandits [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Rocket Power - Dream Scheme [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze during the Intro.''' The Gameboy Sounds are missing. Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Rocket Power - Zero Gravity Zone [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with some Noise. '''There is a little screen tearing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Rocky [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version freeze during the licensed by screen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|RPG Tsukuru Advance [J]   
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|R-Type III - The Third Lightning [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Rugrats - Castle Capers [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Rugrats - Go Wild [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Rugrats - I Gotta Go Party [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Sabre Wulf [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sabrina - The Teenage Witch - Potion Commotion [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Saibara Rieko no Dendou Mahjong [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Sakura Momoko no UkiUki Carnival [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Salt Lake 2002 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the menu screen. The arm9 version works but requires long button presses.''' Full Speed. The Audio has much Noise. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Samsara Naga 1x2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Samurai Deeper Kyo [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Samurai Evolution - Oukoku Geist [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Samurai Jack - The Amulet of Time [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sangokushi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Sangokushi - Eiketsuden [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sangokushi - Koumeiden [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sanrio Puroland - All Characters [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Santa Claus Jr. Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''Some Noise during the Pause Screen.''' Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Santa Claus Saves the Earth [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Santa Clause 3 - The Escape Clause [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Scan Hunter - Sennen Kaigyo o Oe! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Scooby-Doo [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Scooby-Doo 2 - Monsters Unleashed [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Scooby-Doo and the Cyber Chase [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Few gfx glitches during the Titlescreen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Scooby-Doo! - Mystery Mayhem [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Scooby-Doo! - Unmasked [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Scorpion King - Sword of Osiris [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a Black Screen after the BIOS Intro.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Scrabble [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''Good Audio with some Noise.''' Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Scrabble Blast! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. '''No Audio.''' Few gfx glitches. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Scrabble Scramble! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. '''No Audio.''' Few gfx glitches. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Scurge - Hive [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to leave the bridge.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. There is a little screen tearing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|SD Gundam Force [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|SD Gundam G-Generation Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sea Trader - Rise of Taipan [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Secret Agent Barbie - Royal Jewels Mission [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''The Cutscenes have no pictures.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Sega Arcade Gallery [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a White Screen or freeze after you select a game.''' Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 build instead.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sega Rally Championship [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Sega Smash Pack [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version show a Black Screen after the licensed by screen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sengoku Kakumei Gaiden [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Sennen Kazoku [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sentouin Yamada Hajime [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Serious Sam Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shaman King Card Game - Chou Senjiryakketsu 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shaman King Card Game - Chou Senjiryakketsu 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shaman King - Legacy of the Spirits - Soaring Hawk [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shaman King - Legacy of the Spirits - Sprinting Wolf [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Shaman King - Master of Spirits [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The game has much Slowdown. The Audio has much stuttering. Unplayable. '''Don´t know if saving works. Didn´t get to a save spot.''' '''This is a regress. Use the (17/07/2017) arm9 version instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Shaman King - Master of Spirits 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The game has much Slowdown. The Audio has much stuttering. Unplayable. '''Saving works without Sram patching.''' '''This is a regress. Use the (17/07/2017) arm9 version instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shamu's Deep Sea Adventures [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shanghai Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses EEPROM_V122 as a save type. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#FFB142"|Shark Tale [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shaun Palmer's Pro Snowboarder [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Sheep [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shikakui Atama o Marukusuru Advance - Kanji Keisan [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shikakui Atama o Marukusuru Advance - Kokugo Sansu Rika Shakai [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shin chan - Aventuras en Cineland [Spain]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Shin chan contra los Munecos de Shock Gahn [Spain]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shingata Medarot - Kabuto Version [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shingata Medarot - Kuwagata Version [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Shin Kisekae Monogatari [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shining Force - Resurrection of the Dark Dragon [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the file select screen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Shin Megami Tensei [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Almost Full Speed with some Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Working. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shin Megami Tensei 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed with some Slowdown during battle. Good Audio with some Noise and stuttering. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shin Megami Tensei Devil Children - Messiah Riser [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shin Megami Tensei Devil Children - Puzzle de Call! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the BIOS Intro. The arm9 version works.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. '''Many gfx glitches during a fight.''' Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shining Soul [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shining Soul 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Shiren Monsters Netsal [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during a match.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shrek - Hassle at the Castle [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Shrek - Reekin' Havoc [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Shrek - Smash n' Crash Racing [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Shrek - Super Slam [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Shrek - Swamp Kart Speedway [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFB142"|Shrek the Third [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Shrek 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Shrek 2 - Beg for Mercy [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Sigma Star Saga [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster but has more gfx glitches than the arm9 version.''' Full Speed with a little Slowdown. '''No Audio. Much Noise.''' '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Silent Scope [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Silent Hill Play Novel [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. '''The FMV Intro is missing.''' Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Silk to Cotton [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Sims - Bustin' Out [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Sim City 2000 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''Good Audio with some Noise.''' Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Sims 2 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''The heads in the textboxes have some glitches.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Sims 2 - Pets [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Some gfx glitches. Working. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sister Princess - RePure [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Sitting Ducks [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Simpsons - Road Rage [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches during a race.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Sky Dancers - They Magically Fly! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches during the level.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after the Gameboy Player Screen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Slot! Pro 2 Advance - GoGo Juggler & New Tairyou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Smashing Drive [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''Heavy frameskipping.''' Good Audio. '''Many gfx glitches.''' Unplayable. '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 version instead.''' '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Smuggler´s Run [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Smurfs - The Revenge of the Smurfs [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze during the level select screen.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Snap Kid's [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Snood [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' The Gameboy Sounds are missing. Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Snood 2 - Snoods on Vacation [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Soccer Kid [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio,SFX only.''' Few gfx glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Sonic Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have unskippable Black Borders on Screen and Music playing.''' Unplayable. <br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail.
+
|-
+
|align="left" style="background:#FFB142"|Sonic Advance 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have unskippable Black Borders on Screen and Music playing.''' Unplayable. <br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail.
+
|-
+
|align="left" style="background:#B4EEB4"|Sonic Advance 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sonic Battle [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sonic Pinball Party [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Sonic the Hedgehog - Genesis [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Sound of Thunder [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio, SFX only. Some Noise.''' '''The Cutscenes are missing.''' Working. '''The game uses a Password system.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.'''
+
|-
+
|align="left" style="background:#4CAF50"|Space Channel 5 - Ulala's Cosmic Attack [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Space Hexcite - Maetel Legend EX [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Space Invaders [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Speedball 2 - Brutal Deluxe [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Spider Man [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. '''The FMV Intro is missing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Spider Man 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''The FMV Intro is missing. The Cutscenes only show the text.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Spider Man 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Spider-Man - Battle for New York [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Spider-Man - Mysterio's Menace [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Spirits & Spells [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Spirit - Stallion of the Cimarron - Search for Homeland [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''There is some Noise during the Pause Screen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob and Friends - Attack of the Toybots [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Working. '''The game uses a Password system.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants - Battle for Bikini Bottom [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants - Creature from the Krusty Krab [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants - Lights, Camera, Pants! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|SpongeBob SquarePants - Revenge of the Flying Dutchman [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|SpongeBob SquarePants - SuperSponge [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants and Friends - Battle for Volcano Island [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 versions.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants and Friends Unite! [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 versions.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants The Movie [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|SpongeBob's Atlantis SquarePantis [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''Good Audio with a little Noise.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Sports Illustrated for Kids - Baseball [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise. The Voice Sample are missing.''' The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Sports Illustrated for Kids - Football [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise. The Crowd and Voice Sample are missing.''' The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Spyro Adventure [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''There is some screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Spyro Fusion [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Spyhunter [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Heavy flicker.''' Working. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Spy Kids 3-D - Game Over [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Spy Kids Challenger [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Titlescreen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Spy Muppets - License to Croak [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''The game uses a Password system.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Spyro Season of Flame [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Spyro Season of Ice [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Spyro the Legend of - A New Beginning [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The textboxes have no text.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Spyro the Legend of - The Eternal Night [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|SSX 3 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|SSX Tricky [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio,SFX only. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Stadium Games [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Starsky & Hutch [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The game has much Slowdown. Good Audio. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Star Wars - Flight of the Falcon [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Star Wars - Jedi Power Battles [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some Sound Effects are missing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Star Wars - The New Droid Army [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the Titlescreen. The arm9wramicache version freezes during the Intro.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Star Wars Episode II - Attack of the Clones [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some Sound Effects are missing.''' '''The Titlescreen and Cutscenes only show text.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Star Wars Episode III - Revenge of the Sith [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Star Wars Trilogy - Apprentice of the Force [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Star X [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Steel Empire [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Street Fighter Alpha 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Street Jam Basketball [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Street Racing Syndicate [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after the Titlescreen.''' Unplayable. '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Strike Force Hydra [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Stuart Little 2 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''Some Noise during the Pause Screen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Stuntman [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' '''You can hear Music playing.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Suite Life of Zack & Cody - Tipton Caper [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Summon Night - Swordcraft Story [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Summon Night - Swordcraft Story 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze before you can enter the first battle.''' The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Summon Night - Swordcraft Story 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sum of All Fears [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version won´t boot. The arm9wramicache version works.''' Full Speed. Good Audio with a little Noise. '''There is some Noise during the Pause Screen.''' Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Army War [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' The game has much Slowdown. No Audio. Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Black Bass Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Bubble Pop [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. '''The Audio has much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Bust-A-Move [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Chinese 1-2 Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The main character sprite is invisible in two games.''' Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Collapse! II [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Dodge Ball Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Dropzone - Intergalactic Rescue Mission [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Duper Sumos [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Super Ghouls´n Ghosts [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Hornet FA 18F [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes during the Titlescreen. The arm9wramicache version works.''' Full Speed. Good Audio with a little Noise. '''There is some Noise during the Pause Screen.''' The Gameboy Sounds are missing. '''Few gfx glitches.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Superman - Countdown to Apokolips [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Heavy flicker.''' Working. '''The game uses a Password system.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#4CAF50"|Superman Returns - Fortress of Solitude [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Super Mario Bros 2 - Super Mario Advance [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Super Mario Bros 3 - Super Mario Advance 4 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''Minor gfx glitches like during the slot spinning mini game.''' '''You need to pick either File 2 or File 3 to play. File 1 hangs on map screen. Alternatively you can erase File 1 and play from it.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Super Mario World - Super Mario Advance 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''The textboxes flicker a little.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Monkey Ball Jr. [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Super Puzzle Fighter II Turbo [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit a61e70e (2017/04/22) master build instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Robot Taisen A [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''You hear random audio samples.''' The Gameboy Sounds are missing. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Robot Taisen D [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. '''You hear random audio samples.''' The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Robot Taisen J [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''You hear random audio samples.''' The Gameboy Sounds are missing. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Super Robot Taisen R [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''You hear random audio samples.''' The Gameboy Sounds are missing. Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen - Original Generation [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen - Original Generation 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Super Street Fighter 2 Turbo Revival [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches in the Background.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Surf's Up [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Sutakomi - Star Communicator [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Sweet Cookie Pie [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Sword of Mana [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable. '''This is a regress. Use the Commit a61e70e (2017/04/22) master build instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Tactics Ogre - The Knight of Lodis [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes after the Atlus Screen. The arm9wramicache version shows a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Taiketsu! Ultra Hero [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses EEPROM_V124 as a Save type. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#EF5350"|Tales of Phantasia [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after you start a New Game.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tales of the World - Narikiri Dungeon 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''Good Audio with a little stuttering.''' The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tales of the World - Narikiri Dungeon 3 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Tales of the World - Summoner's Lineage [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after you press start on the Titlescreen. The arm9 version freezes after the Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tak and the Power of Juju [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes after you press start on the Titlescreen. The arm9wramicache version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tak - The Great Juju Challenge [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tak 2 - The Staff of Dreams [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes after you press start on the Titlescreen. The arm9wramicache version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tanbi Musou - Meine Liebe [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Few gfx glitches.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tang Tang [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Tantei Gakuen Q - Meitantei ha Kimi da! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Tarzan - Return to the Jungle [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Messy FMV Intro.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Taxi 3 [FR]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. No Audio, Sfx only. '''Messy FMV Intro.''' '''Many gfx glitches.''' Working. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Teenage Mutant Ninja Turtles [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches, especially during the Titlescreen.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Teen Titans [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Teen Titans 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tekken Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. '''Many gfx glitches during a fight.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Tennis Masters Series 2003 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Few gfx glitches on the player sprites.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Tennis no Ouji-sama - Aim at the Victory! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an inifinte BIOS reboot.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tennis no Ouji-sama - Genius Boys Academy [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Tennis no Ouji-sama 2003 - Cool Blue [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the Konami logo.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#EF5350"|Tennis no Ouji-sama 2003 - Passion Red [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the Konami logo.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Tennis no Ouji-sama 2004 - Glorious Gold [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some stuttering. The Gameboy Sounds are missing. Few gfx glitches. Working. '''Saving works without Sram patching.''' '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFB142"|Tennis no Ouji-sama 2004 - Stylish Silver (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some stuttering. The Gameboy Sounds are missing. Few gfx glitches. Working. '''Saving works without Sram patching.''' '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#EF5350"|Ten Pin Alley 2 [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze while loading the Bowling Alley.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Terminator 3 - Rise of the Machines [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Tetris Worlds [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit a61e70e (2017/04/22) master build instead.'''
+
|-
+
|align="left" style="background:#FFB142"|That's So Raven [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|That's So Raven 2 - Supernatural Style [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|The Legend of Zelda - A Link to the Past [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Heavy flicker.''' Working. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 build instead.'''
+
|-
+
|align="left" style="background:#EF5350"|The Legend of Zelda - The Minish Cap [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' '''The game freezes at the tornado section in the final dungeon.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|The Pinball of the Dead [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|The Three Stooges [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Thunderbirds [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Thunderbirds - International Rescue [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Tiger Woods PGA Tour Golf [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Tiger Woods PGA Tour 2004 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Tim Burton's The Nightmare Before Christmas - The Pumpkin King [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after you select the language.''' '''Heavy flicker on both screen.''' Unplayable.
+
|-
+
|align="left" style="background:#4CAF50"|Tiny Toon Adventures - Buster's Bad Dream [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.''' '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Tiny Toon Adventures - Wacky Stackers [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches on the Titlescreen.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|Titeuf - Ze Gagmachine (FR)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Titeuf Mega Compet (FR)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|TMNT - Teenage Mutant Ninja Turtles [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tokyo Majin Gakuen - Fuju Houroku (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''Full Speed with a little Slowdown during the Titlescreen.''' Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Tokyo Xtreme Racer Advance [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster but has more gfx glitches and flicker than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio. '''Some gfx glitches.''' Working. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tomato Adventure [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''There is a little screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Tom and Jerry in Infurnal Escape [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Tom and Jerry Tales [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The Tablelegs, Jerry, Toms Hands and some falling Objects are White.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tom and Jerry - The Magic Ring [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tom Clancy's Rainbow Six - Rogue Spear [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version freezes after you start the mission. The arm9wramicache version works.''' Full Speed. Good Audio with a little Noise. '''There is some Noise during the Pause Screen.''' Few gfx glitches. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Tom Clancy's Splinter Cell [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Few gfx glitches in the Background.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Tom Clancy's Splinter Cell - Pandora Tomorrow [E] 
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Tonka - On the Job [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''There is a little screen tearing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s American Skateland [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Downhill Jam [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. '''No Audio. Much Noise.''' '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Pro Skater 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching breaks the game.''' '''The arm9wramicache version freezes shortly after you start a session. The arm9 version works.''' Almost Full Speed with some Slowdown. Good Audio. Working. '''Saving doesn´t work without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Pro Skater 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Titlescreen. The arm9 version works.''' Almost Full Speed with some Slowdown. Good Audio. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Pro Skater 4 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk`s Underground [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk`s Underground 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Top Gear GT Championship [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Top Gear Rally [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Top Gun - Combat Zones [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version are stuck at the Main Menu Screen.''' Unplayable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Top Gun - Firestorm Advance [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''Full Speed with a little Slowdown during the Titlescreen.''' Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during the Titlescreen.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Top Spin 2 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise. Heavy flicker.''' Unplayable. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#4CAF50"|Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes during the Titlescreen. The arm9 version works.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Total Soccer Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Total Soccer Manager [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Totally Spies! (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' The FMV is missing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Totally Spies! 2 - Undercover (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.'''  Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during the Intro and gameplay.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Toukon Heat (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed with some Slowdown during battle. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Tower SP [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Toyrobo Force (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Treasure Planet [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Glitched up FMV Intro. There is a little screen tearing and gfx glitches.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Trick Star [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Tringo [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Trollz - Hair Affair! (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Tron 2.0 - Killer App [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''I noticed a little screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Turbo Turtle Adventure (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches on the Overworld map.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Turok Evolution [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Tweety and the Magic Gems (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ty the Tasmanian Tiger 2 - Bush Rescue [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed with a little Slowdown. Good Audio. '''Glitched up textboxes during cutscenes. The textboxes have no text.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Glitched up textboxes during cutscenes. The textboxes have no text.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Uchuu no Stellvia [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during battle.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ui-Ire - World Soccer Winning Eleven [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ultimate Arcade Games [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Ultimate Beach Soccer [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Ultimate Brain Games [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Ultimate Card Games [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches on Screen.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Ultimate Puzzle Games [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version crash at random.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Ultimate Spider-Man [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Some gfx glitches. '''The FMV Intro is missing.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Ultimate Winter Games [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' '''Much flickering during a race.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Ultra Keibitai - Monster Attack [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Unfabulous [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Uno 52 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#4CAF50"|Uno Free Fall [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Urban Yeti! [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''There is a little screen tearing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Urbz - Sims in the City [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Van Helsing (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''There is a little screen tearing.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Vattroller X (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#B4EEB4"|VeggieTales - LarryBoy and the Bad Apple (U)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The licensed by and titlescreen are missing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Virtual Kasparov (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Titlescreen only shows press start.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|V-Master Cross (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|V-Rally 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.<br><b>Gericom:</b><br> It contains ldm instructions with writeback and the base register in the rlist. On a gba it does not write back, on a ds it does. Yet to be implemented.
+
|-
+
|align="left" style="background:#B4EEB4"|Virtua Tennis [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''Good Audio with a little Noise.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|V.I.P. (E)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wade Hixton's Counter Punch (UE)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Wakeboarding Unleashed featuring Shaun Murray [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress from the Commit 17694d4 (2017/05/22) arm9 version.'''
+
|-
+
|align="left" style="background:#EF5350"|Waliou Xunbao Ji (China)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Wario Land 4 for iQue China.''' '''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version freezes after you activate the portal to escape the level.''' Unplayable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Waliou Zhizao (China)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Wario Ware for iQue China.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Wan Nyan Doubutsu Byouin (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. '''The Textboxes have no the text.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wanko de Kururin! Wancle (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Wanko Mix Chiwanko World (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#EF5350"|Wario Land 4 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version freezes after you activate the portal to escape the level.''' Unplayable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Wario Ware Inc. - Minigame Mania [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Wario Ware Twisted [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''The motion patched version of the game has more glitches and presses start by default.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Watashi no Makesalon (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Textboxes have no text.''' Unplayable.
+
|-
+
|align="left" style="background:#B4EEB4"|Whac-A-Mole [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Some Gfx Glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Who Wants to Be a Millionaire [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''Glitched FMV Intro.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Who Wants to Be a Millionaire - 2nd Edition [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''Glitched FMV Intro.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Who Wants to Be a Millionaire Junior [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''Glitched FMV Intro.''' Playable. '''The game has no Save feature.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Wild [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Wild Thornberrys Movie [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|Wild Thornberrys Chimp Chase [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFB142"|Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. '''No Audio. Much Noise. The Voice Samples are missing.''' Some Gfx Glitches. Working. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#EF5350"|Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version crash during the first level.''' Full Speed. '''No Audio. Much Noise. The Voice Samples are missing.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|Wing Commander - Prophecy [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after you start a new game.''' Unplayable. '''Saving works with Sram patching.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Wings [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed. The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''There is some Noise during the Pause screen.''' Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Winnie the Pooh's Rumbly Tumbly Adventure [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Winning Post for Gameboy Advance [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#EF5350"|Winter Sports [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version reboot after you select the language.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|WinX Club [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The game takes a while to boot.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. Some gfx glitches . Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|WinX Club - Quest for the Codex [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|W.i.t.c.h. [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Wizardry Summoner [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Wolfenstein 3D [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''Heavy Flicker.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Woody Woodpecker in Crazy Castle 5 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Word Safari - The Friendship Totems [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''Good Audio with some Noise and stuttering.''' Some gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#EF5350"|World Advance Soccer - Shouri heno Michi (J)
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version crash after you start a match.''' The Gameboy Sounds are missing. Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|World Championship Poker [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#4CAF50"|World Poker Tour [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Worms Blast [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some flicker on the World map.''' Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Worms World Party [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''This is a regress from the Commit 17694d4 (2017/05/22) arm9 version.'''
+
|-
+
|align="left" style="background:#B4EEB4"|WTA Tour Tennis [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''There is a little screen tearing.''' Playable. '''The game uses EEPROM_V122 as a save type. Don´t know what it saves though.'''
+
|-
+
|align="left" style="background:#FFEB3B"|WWE - Road to WrestleMania X8 [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''The Voice over are missing.''' The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|WWE - Survivor Series [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''The Voice over are missing.''' The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|WWF - Road to WrestleMania [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
+
|-
+
|align="left" style="background:#5c5c5c"|XS Moto [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|xXx [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|X2 - Wolverine's Revenge [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. '''No Audio. Much Noise.''' Working. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|X-Bladez - Inline Skater [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version freeze after the licensed by screen.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|X-Men - Reign of Apocalypse [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|X-Men - The Official Game [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Yaoxi Dao [China]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Yoshi´s Island for iQue China. Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Yggdra Union - We will never fight alone [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version has an infinite BIOS reboot.''' Unplayable. '''This is a regress from the Commit 596fca3 (2017/02/04) master build.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Yoshi's Island - Super Mario Advance 3 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFB142"|Yoshi's Universal Gravitation [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The game won´t boot when patched with the motion control patch.''' Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Youkaidou [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''There is a little screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#4CAF50"|Yu-Gi-Oh! - Destiny Board Traveler [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
+
|-
+
|align="left" style="background:#EF5350"|Yu-Gi-Oh! - Dungeon Dice Monsters [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to play the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Some Noise.''' The Gameboy Sounds are missing. '''The Dicepool is empty.''' Unplayable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Yu-Gi-Oh! - Reshef of Destruction [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9 version reboots or freezes after you start a new game. The arm9wramicache version works.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Yu-Gi-Oh! - The Eternal Duelist Soul [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Yu-Gi-Oh! - The Sacred Cards [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Yu-Gi-Oh! - World Championship Tournament 2004 [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' The Gameboy Sounds are missing. Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Yu-Gi-Oh! Duel Monsters International 2 [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 version instead.'''
+
|-
+
|align="left" style="background:#5c5c5c"|Yu-Gi-Oh! GX - Duel Academy [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable. '''This is a regress. Use the Commit 83108c7 (2018/03/04) arm9 versions instead.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#4CAF50"|Yuureiyashiki no Nijuuyojikan [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The Characters have no textures.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#4CAF50"|Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#B4EEB4"|Zapper [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''There is a little screen tearing.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zatchbell! - Electric Arena [U]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Glitched text in the textboxes.''' Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zero-Tours [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zero One [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zero One SP [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Few gfx glitches during the Cutscenes.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
+
|-
+
|align="left" style="background:#FFB142"|Zidane Football Generation [E]
+
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''No Audio. Much Noise.''' Working. '''The game has no Save feature.'''
+
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Zoey 101 [UE]
+
|align="left" style="background:#EF5350"|Digimon Ruby
|align="center"|6522414 (2018/11/01)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9 version freezes during the Titlescreen. The arm9wramicache version works.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
+
|align="left"|Infinite loop to the titlescreen. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Zoids Legacy [U]
+
|align="left" style="background:#5c5c5c"|Digimon Sapphire
|align="center"|6522414 (2018/11/01)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9 version freezes after you change the settings or start a new game. The arm9wramicache version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Zoids Saga [J]
+
|align="left" style="background:#EF5350"|Iron Kid [Korea]
|align="center"|6522414 (2018/11/01)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|align="left"|Game crashes during the Intro. Unplayable. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Zoids Saga Fuzors [J]
+
|align="left" style="background:#5c5c5c"|Mo Jie Qibing [Chinese]
|align="center"|6522414 (2018/11/01)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|Zone of the Enders - The Fist of Mars [E]  
+
|align="left" style="background:#B4EEB4"|Qwak [E]
|align="center"|6522414 (2018/11/01)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
+
|align="left"|Game runs fine. Saving works.
 
|-
 
|-
|align="left" style="background:#B4EEB4"|ZooCube [E]
+
|align="left" style="background:#5c5c5c"|Rockman & Crystal [Chinese]
|align="center"|6522414 (2018/11/01)
+
|align="center"|916020e (2019/07/07)
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Some flicker on the Titlescreen.''' Playable. '''Saving works with Sram patching.'''
+
|align="left"|White screen after bios intro. Unplayable.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Zooo [E]
+
 
|align="center"|6522414 (2018/11/01)
+
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
+
 
|}
 
|}

Revision as of 20:13, 15 October 2019

GBARunner2
Information
Console Emulated GBA
Runs on Nintendo DS
Developer Gericom
Source code GitHub
Latest version Commit c7c78d0 (2019/10/04) build
Discussion thread GBATemp.net

GBARunner2 is a hypervisor that runs GBA games on DS/DSi/3DS in DS mode, basically like Nintendont does for running Gamecube games on Wii.

Usage

  • Place a GBA bios on your sd card. Either /bios.bin, /gba/bios.bin, or /_gba/bios.bin will work.
    • Note: Do not use Normmatt's open-source GBA BIOS. It won't work, as many patches are applied at fixed addresses. The right checksums are listed below.
  • If you have a gba folder on the root of your sd, this folder will be opened by default
  • Make sure your games are SRAM patched if needed, this is most likely only the case for FLASH1M_V103 (use gbata)
  • If you are using GBARunner2 with TWiLightMenu on a DSi or 3DS with the SD card, make sure you use the dldi on ARM7 build

If you want to use existing save files, they should have the same name as the gba file but instead of .gba they should be .sav (so the save for mygame.gba is mygame.sav).

BIOS Checksums

The BIOS used should have the following checksums (checking one should be enough):

  • CRC32: 81977335
  • MD5: a860e8c0b6d573d191e4ec7db1b1e4f6
  • SHA1: 300c20df6731a33952ded8c436f7f186d25d3492
  • SHA256: fd2547724b505f487e6dcb29ec2ecff3af35a841a77ab2e85fd87350abd36570

You can check the MD5 with WinMD5Free for example.

Compiling the latest version

1. Make sure you have devkitpro installed.

2. Download the git repo.

3. Run make in the root.

Downloads

New commits are now automatically build and can be downloaded on the github release page.

Download link for gbarunner2 compatible cover art: https://mega.nz/#!Q8dnHALK!kA4UuEpqo7JQwScxLiorZ_qj4lWBsBr7B6Sb_BgAzsw

Changelog

See GitHub timeline.

Compatibility list

Legend
Very Playable - Full Speed. Very Good Audio. No gfx glitches.
Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches. Gameboy Sounds are missing.
Playable - Minor Performance issues. Gameboy Sounds are missing.
Working/Unplayable - Game is very slow/laggy/glitched up.
Freezing - Game boots but freezes somewhere.
No boot - Game doesn't even boot.


  • ! A save error message (and sometimes other crashes too) means that your game must be sram patched (every game not using sram should be patched so check that before reporting) - check the Usage section for the appropriate tool !
  • ! Some games have Release Intro´s attached to themselve. Those Intros use a Code that is not supported yet. Try using the GBATA tool to remove the Intro to get the Game to work. Use an Emulator to see if a Game has a Rom Intro or not !


Retail games

}} }}
ROM Title [Region] Commit ID (YYYY/MM/dd) Works
without
cache
Works
with
cache
Saving Sound Speed Notes Crash Reason
007 - James Bond - Everything or Nothing [U] 4 c7c78d0 (2019/10/04) bad laggy Cache version runs faster. Heavy slowdown. -
007 - James Bond - Nightfire [UE] 6 c7c78d0 (2019/10/04) minor issues minor slowdowns Cache version runs faster. Full speed with a little slowdown. Game is playable. -
2 Games in 1 - Uno + Skip-Bo [E] 8 c7c78d0 (2019/10/04) - minor issues 100% Cache version runs faster. Minor Gameboy sounds are missing. Game runs fine. -
2K Sports - Major League Baseball 2K7 [U] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect! -
Ace Combat Advance [UE] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect! Game uses a Password system. -
Ace Lightning [E] 10 c7c78d0 (2019/10/04) ? good 100% Game runs perfect! Couldn´t find a save spot. -
Action Man - Robot Atak [E] 8 c7c78d0 (2019/10/04) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches. Minor Gameboy sounds are missing. Game runs fine. Game uses a Password system. -
Activision Anthology [U] 6 c7c78d0 (2019/10/04) minor issues 100% Cache version runs faster and has less gfx glitches. Gfx glitches are visible. Game is playable. -
Advance Guardian Heroes [E] 8 c7c78d0 (2019/10/04) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible. Game runs fine. -
Adventure of Tokyo Disney Sea [J] 8 c7c78d0 (2019/10/04) - minor issues 100% Minor Gameboy sounds are missing. Game runs fine. -
Advance Wars [E] 8 c7c78d0 (2019/10/04) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Advance Wars 2 - Black Hole Rising [E] 8 c7c78d0 (2019/10/04) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Aero the Acro-Bat - Rascal Rival Revenge [E] 8 c7c78d0 (2019/10/04) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Agassi Tennis Generation [E] 6 c7c78d0 (2019/10/04) - minor issues 100% Arcade mode is playable. Game crashes in other mode. Game is playable. -
Agent Hugo - Roborumble [E] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect! -
Aggressive Inline [E] 10 c7c78d0 (2019/10/04) - good 100% Cache version runs faster. Game runs perfect! Game has no save feature. -
Aigle de Guerre, L' [FR] 8 c7c78d0 (2019/10/04) minor issues 100% Minor Gameboy sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Aka-chan Doubutsuen [J] 10 c7c78d0 (2019/10/04) good 100% Game runs perfect! -
Aladdin [E] 10 c7c78d0 (2019/10/04) good 100% Game runs perfect! -
Aleck Bordon Adventure - Tower & Shaft Advance [J] 8 c7c78d0 (2019/10/04) - minor issues 100% Game runs fine. Couldn't find a save spot. -
Alex Rider - Stormbreaker [E] 0 c7c78d0 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Doesn´t work with 3DS. -
Alienators - Evolution Continues [UE] 0 c7c78d0 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Cache and regular version work well with 3DS. -
Alien Hominid [E] 0 c7c78d0 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Regular version works well with 3DS. The cache version crashes after the intro. -
All Grown Up! - Express Yourself [UE] 8 c7c78d0 (2019/10/04) minor issues 100% Cache version has less gfx glitches. Game runs fine. -
All-Star Baseball 2003 [U] 8 c7c78d0 (2019/10/04) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
All-Star Baseball 2004 [U] 8 c7c78d0 (2019/10/04) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Altered Beast - Guardian of the Realms [E] 10 c7c78d0 (2019/10/04) good 100% Game runs perfect! -
Amazing Virtual Sea-Monkeys [U] 10 c7c78d0 (2019/10/04) good 100% Game runs perfect! -
American Bass Challenge [U] 0 c7c78d0 (2019/10/04) - - - Black screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Doesn´t work with 3DS. -
American Dragon - Jake Long - Rise of the Huntsclan! [U] 0 c7c78d0 (2019/10/04) - - - Black screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Cache and regular version work well with 3DS. Hicode
American Idol [U] 8 c7c78d0 (2019/10/04) - minor issues 100% Cache version runs faster and has less gfx glitches. Game runs fine. -
An American Tail - Fievel's Gold Rush [E] 8 c7c78d0 (2019/10/04) - minor issues minor slowdowns Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Angel Collection - Mezase! Gakuen no Fashion Leader [J] 8 c7c78d0 (2019/10/04) minor issues 100% Minor Gameboy sounds are missing. Game runs fine. -
Angel Collection 2 - Pichimo ni Narou [J] 8 c7c78d0 (2019/10/04) minor issues 100% Minor Gameboy sounds are missing. Game runs fine. -
Angelique [J] 8 c7c78d0 (2019/10/04) ? minor issues 100% Minor Gameboy sounds are missing. Game runs fine. Couldn't find a save spot. -
Animal Mania - Dokidoki Aishou Check [J] 8 c7c78d0 (2019/10/04) minor issues 100% Minor Gameboy Sounds are missing. Minor gfx glitches during the titlescreen. Game runs fine. -
Animaniacs - Lights, Camera, Action! [E] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect! Game uses a Password system. -
Animal Snap - Rescue Them 2 by 2 [E] 8 c7c78d0 (2019/10/04) ? minor issues 100% Minor sound fx are missing. Game runs fine. Couldn't find a save spot. -
Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J] 4 c7c78d0 (2019/10/04) ? bad 100% Cache runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. Sound regression starting with commit 5569f94 20190906. -
Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J] 8 c7c78d0 (2019/10/04) ? minor issues 100% Minor Gameboy sounds are missing. Game runs fine. Couldn't find a save spot. -
Ant Bully [E] 8 c7c78d0 (2019/10/04) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Antz - Extreme Racing [E] 0 c7c78d0 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Cache and regular version work well with 3DS. -
Ao-Zoura to Nakamatachi - Yume no Bouken [J] 10 c7c78d0 (2019/10/04) ? good 100% Game runs perfect. Couldn't find a save spot. -
Archer Maclean's 3D Pool [U] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect. Game has no save feature. -
Arctic Tale [U] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect. Game uses a Password system. -
Army Men - Operation Green [UE] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect. Game uses a Password system. -
Army Men - Turf Wars [U] 8 c7c78d0 (2019/10/04) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Army Men Advance [UE] 8 c7c78d0 (2019/10/04) - minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Around the World in 80 Days [E] 8 c7c78d0 (2019/10/04) - good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Arthur and the Minimoys [E] 0 c7c78d0 (2019/10/04) - - - White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Cache and regular version work well with the 3DS. Cache version has less glitches. Hicode
Ashita no Joe - Makka ni Moeagare! [J] 8 c7c78d0 (2019/10/04) ? minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Asterix & Obelix - Bash Them All! [E] 6 c7c78d0 (2019/10/04) - minor issues minor slowdowns Cache version runs faster. Only Asterix and Obelix works. Game crashes, if you wait a bit after the bios intro. Minor gfx glitches are visible every now and then. Game is playable. Asterix and Obelix uses a Password system. -
Asterix & Obelix XXL [E] 0 c7c78d0 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Cache version crashes after the intro. Regular build works, but runs a bit slow with the 3DS. -
Astro Boy Omega Factor [E] 10 c7c78d0 (2019/10/04) good 100% Cache version runs faster. Game runs perfect! -
Atari Anniversary Advance [E] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect! Game has no save feature. -
Atlantis - The Lost Empire [UE] 0 c7c78d0 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Cache and regular version work well with the 3DS. -
Atomic Betty [UE] 8 c7c78d0 (2019/10/04) - good 100% Minor gfx glitches after the bios intro. Game runs fine. Game uses a Password system. -
ATV - Quad Power Racing [UE] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect! Game has no save feature. -
ATV - Thunder Ridge Riders [E] 6 c7c78d0 (2019/10/04) - good minor slowdowns Cache version runs faster. Full speed with a little slowdown. Minor gfx glitches every now and then. Game is playable. Game uses a Password system. -
Avatar - The Last Airbender - The Burning Earth [U] 10 c7c78d0 (2019/10/04) - good 100% Game runs perfect! Game uses a Password system. -
Avatar - The Legend of Aang [E] 10 c7c78d0 (2019/10/04) good 100% Game runs perfect! -
Azumanga Daiou Advance [J] 4 c7c78d0 (2019/10/04) - bad laggy Cache version runs faster. Heavy gfx glitches and slowdown. Couldn't find a save spot. -
Babar to the Rescue [E] 8 0c697a9 (2019/10/04) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Back to Stone [E] 0 0c697a9 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. -
Back Track [UE] 8 0c697a9 (2019/10/04) minor issues 100% Cache version runs faster. Game runs fine. -
Backyard Baseball [U] 10 0c697a9 (2019/10/04) good 100% Game runs perfect! -
Backyard Baseball 2006 [U] 10 0c697a9 (2019/10/04) good 100% Game runs perfect! -
Backyard Basketball [U] 10 0c697a9 (2019/10/04) good 100% Game runs perfect! -
Backyard Football [U] 10 0c697a9 (2019/10/04) good 100% Game runs perfect! -
Backyard Football 2006 [U] 10 0c697a9 (2019/10/04) good 100% Game runs perfect! -
Backyard Hockey [U] 8 0c697a9 (2019/10/04) good 100% Minor gfx glitches on screen. Game runs fine. -
Backyard Skateboarding [U] 8 0c697a9 (2019/10/04) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Backyard Sports - Baseball 2007 [U] 10 0c697a9 (2019/10/04) good 100% Cache version runs faster. Game runs perfect! -
Backyard Sports - Basketball 2007 [U] 10 0c697a9 (2019/10/04) good 100% Cache version runs faster. Game runs perfect! -
Backyard Sports - Football 2007 [U] 10 0c697a9 (2019/10/04) good 100% Game runs perfect! -
Baldur's Gate - Dark Alliance [E] 0 0c697a9 (2019/10/04) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. -
Banjo Kazooie - Grunty´s Revenge [UE] 10 0c697a9 (2019/10/04) good 100% Cache version runs faster. Game runs perfect! -
Banjo Pilot [E] 6 0c697a9 (2019/10/04) minor issues minor slowdowns Cache version runs faster. Some gfx glitches. Full speed with a little slowdown. Game is playable. -
Barbie - The Princess and the Pauper [U] 8 0c697a9 (2019/10/04) - minor issues 100% Cache version runs faster. Game runs fine. Game uses a Password system. -
Barbie and the Magic of Pegasus [E] 8 0c697a9 (2019/10/04) - minor issues 100% Cache version runs faster. Game runs fine. Game uses a Password system. -
Barbie as the Island Princess [U] 8 0c697a9 (2019/10/04) minor issues 100% Voice samples are missing. Game runs fine. -
Barbie Diaries - High School Mystery [E] 8 0c697a9 (2019/10/04) - good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Barbie Groovy Games [E] 8 0c697a9 (2019/10/04) - minor issues 100% Cache version runs faster. Game runs fine. Game has no save feature. -
Barbie Horse Adventures [E] 8 0c697a9 (2019/10/04) - minor issues 100% Cache version runs faster. Game runs fine. Game uses a Password system. -
Barbie in the 12 Dancing Princesses [E] 8 0c697a9 (2019/10/04) - minor issues 100% Game runs fine. Game uses a Password system. -
Barnyard [E] 8 0c697a9 (2019/10/04) good 100% Cache version runs faster and has less gfx glitches. Game runs fine. -
Baseball Advance [U] 8 0c697a9 (2019/10/04) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Batman Begins [UE] 8 0c697a9 (2019/10/04) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Batman Rise of Sin Tzu [U] 8 0c697a9 (2019/10/04) - good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Batman Vengeance [E] 8 0c697a9 (2019/10/04) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor Gameboy sounds are missing. Game runs fine. Game uses a Password system. -
Battle B-Daman [U] 8 0c697a9 (2019/10/04) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Minor Gameboy sounds are missing. Game runs fine. -
Battle B-Daman - Fire Spirits [U] 8 0c697a9 (2019/10/04) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Minor Gameboy sounds are missing. Game runs fine. -
BattleBots - Beyond the BattleBox [E] 10 0c697a9 (2019/10/04) good 100% Game runs perfect! -
BattleBots - Design & Destroy [U] 10 0c697a9 (2019/10/04) - good 100% Game runs perfect! Game uses a Password system. -
Battle X Battle - Kyodai Gyo Densetsu [J] 8 0c697a9 (2019/10/04) ? minor issues 100% Minor Gameboy sounds are missing. Game runs fine. Couldn't find a save spot. -
BB Ball [J] 2 0c697a9 (2019/10/04) - - - Game crashes during the Intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. -
Beast Shooter - Mezase Beast King! [J] 8 1feb573 (2019/08/28) minor issues 100% Cache version runs faster. Minor Gameboy sounds are missing. Game runs fine. -
Berenstain Bears and the Spooky Old Tree [U] 10 1feb573 (2019/08/28) - good 100% Game runs perfect! Game uses a Password system. -
Best Play Pro Yakyuu [J] 10 1feb573 (2019/08/28) good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Beyblade G-Revolution [E] 6 1feb573 (2019/08/28) bad 100% Minor gfx glitches are visible every now and then. Game is playable. -
Beyblade V-Force - Ultimate Blader Jam [E] 8 1feb573 (2019/08/28) minor issues 100% Cache version runs faster. Game runs fine. -
Bibi Blocksberg - Der Magische Hexenkreis [G] 2 89c01e3 (2019/09/08) - good 100% Cache version runs faster. Heavy gfx glitches. Game uses a Password system. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. -
Bibi und Tina - Ferien auf dem Martinshof [G] 2 89c01e3 (2019/09/08) good 100% Game crashes during the intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Use commit f89fac5 (2018/07/10) cache version instead. -
Bible Game [U] 8 1feb573 (2019/08/28) - good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Biene Maja Klatschmohnwiese in Gefahr [G] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Big Mutha Truckers [E] 4 89c01e3 (2019/09/08) broken minor slowdowns Heavy gfx glitches and slowdown. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. -
bit Generations - Boundish [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
bit Generations - Coloris [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
bit Generations - Dialhex [J] 8 916020e (2019/07/07) ? good 100% Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
bit Generations - Digidrive [J] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Constant saving causes slowdown in single mode. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game is playable. -
bit Generations - Dotstream [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
bit Generations - Orbital [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
bit Generations - Soundvoyager [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Black Belt Challenge [E] 4 916020e (2019/07/07) ? broken laggy Cache version runs faster. Heavy gfx glitches and slowdown. Couldn't find a save spot. -
Black Matrix Zero [J] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Blackthorne [E] 4 916020e (2019/07/07) broken 100% Minor gfx glitches are visible every now and then. -
Blades of Thunder [U] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. Hicode. DSi may work
Bleach Advance - Kurenai ni Somaru Soul Society [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Blender Bros [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
BMX Trick Racer [U] 8 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Board Game Classics [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect. Game uses a Password system. -
Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Boboboubo Boubobo - Bakutou Hajike Taisen [J] 6 916020e (2019/07/07) - bad minor slowdowns Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Boboboubo Boubobo - Maji de!! Shinken Battle [J] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Boktai - The Sun is in your Hand [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Solar Sensor patch required. Gameboy sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Boktai 2 - Solar Boy Jango [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Hicode
Boktai 3 [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Hicode
Bomberman Jetters - Densetsu no Bomberman [J] 8 916020e (2019/07/07) minor issues 100% Minor Gameboy sounds are missing. Game runs fine. -
Bomberman Jetters - Game Collection [J] 4 89c01e3 (2019/09/08) - good 100% Only mini games work. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. -
Bomberman Max 2 - Blue Advance [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Bomberman Max 2 - Red Advance [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Bomberman Tournament [UE] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Bookworm [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Bouken Ou Beet - Busters Road [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J] 4 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Unsupported Toy Starter set needed. -
Bouken Yuuki Pluster World - Pluston GP [J] 4 916020e (2019/07/07) minor issues 100% Unsupported Toy Starter set needed. -
Boukyaku no Senritsu [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Boulder Dash EX [E] 4 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Heavy gfx glitches. -
Boxing Fever [UE] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Game runs fine. Game uses a Password system. -
Bratz [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. -
Bratz - Babyz [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Bratz - Forever Diamondz [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Bratz - Rock Angelz [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Bratz - The Movie [UE] 6 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Breath of Fire [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Breath of Fire 2 [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Britney's Dance Beat [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Broken Sword - The Shadow of the Templars [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Brother Bear [E] 6 916020e (2019/07/07) good 100% Cache version runs faster. Some gfx glitches are visible every now and then. FMV Intro is missing. Game is playable. -
Bruce Lee - Return of the Legend [E] 6 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Bubble Bobble - Old & New [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Buffy the Vampire Slayer - Wrath of the Darkhul King [UE] 6 916020e (2019/07/07) ? bad 100% Cache version runs faster but has more noise. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Butt-Ugly Martians - B.K.M. Battles [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Cabbage Patch Kids - The Patch Puppy Rescue [E] 6 916020e (2019/07/07) bad 100% Cache version runs faster and has less gfx glitches. Game is playable. -
Cabela's Big Game Hunter [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! -
Cabela's Big Game Hunter - 2005 Adventures [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Caesars Palace Advance - Millennium Gold Edition [UE] 2 89c01e3 (2019/09/08) - - - Game crashes after the intro. -
Calciobit [J] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Camp Lazlo - Leaky Lake Games [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Capcom Classics Mini Mix [U] 6 916020e (2019/07/07) - bad laggy Cache version runs faster. Minor gfx glitches are visible every now and then. Full Speed with a little Slowdown. Gameboy Sounds are missing. Games use a Password system. -
Captain Tsubasa - Eikou no Kiseki [J] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Gameboy Sounds are missing. Game is playable. -
Car Battler Joe [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Card e-Reader [J] 4 916020e (2019/07/07) - - - Read Error after bios intro. Unsupported Device. -
Card e-Reader [U] 4 916020e (2019/07/07) - - - Read Error after bios intro. Unsupported Device. -
Cardcaptor Sakura - Sakura Card de Mini Game [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Care Bears - The Care Quests [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Carrera Power Slide [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Cars [UE] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Cars - Mater-National Championship [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Cartoon Network Block Party [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect. Game uses a Password system. -
Cartoon Network Speedway [U] 0 89c01e3 (2019/09/08) - - - White Screen after bios intro. -
Casper [E] 2 916020e (2019/07/07) - - - Game crashes during the intro. -
Castlevania Aria of Sorrow [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Castlevania Circle of the Moon [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Castlevania Harmony of Dissonance [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Castleween [E] 0 89c01e3 (2019/09/08) - - - White Screen after bios intro. -
Cat in the Hat by Dr. Seuss [U] 0 89c01e3 (2019/09/08) - - - White Screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Hicode
Catwoman [UE] 6 916020e (2019/07/07) bad minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Gameboy Sounds are missing. Game is playable. -
Catz [UE] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Chaoji Maliou 2 [China] 10 916020e (2019/07/07) good 100% Super Mario Advance for iQue China. Game runs perfect! -
Chaoji Maliou Shijie [China] 8 916020e (2019/07/07) good 100% Super Mario Advance 2 for iQue China. Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Charlie and the Chocolate Factory [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Charlotte's Web [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Cheetah Girls [U] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Chessmaster [E] 6 916020e (2019/07/07) broken 100% Minor gfx glitches are visible every now and then. Game is playable. -
Chicken Little [UE] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. -
Chicken Shoot [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature. -
Chicken Shoot 2 [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature. -
Chobits for Game Boy Advance - Atashi Dake no Hito [U] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Chocobo Land - A Game of Dice [J] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Choro Q Advance [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Choro Q Advance 2 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Chu Chu Rocket [UE] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
CIMA - The Enemy [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Cinderella - Magical Dreams [UE] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. FMV have some gfx glitches. Game is playable. -
Cinnamon Game Series 2 - Yume no Daibouken [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Cinnamon Game Series 3 - Fuwafuwa Daibouken [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Cinnamoroll - Koko ni Iru yo [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Classic NES Series - Bomberman (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Castlevania (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Donkey Kong (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Dr. Mario (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Excitebike (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Ice Climber (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Legend of Zelda (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Metroid (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Pac-Man (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Super Mario Bros. (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Xevious (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Zelda II - The Adventure of Link (UE) 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Cocoto - Kart Racer [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Cocoto - Platform Jumper [E] 6 916020e (2019/07/07) - bad 100% Cache version runs faster but has more Noise. Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system. -
Codename - Kids Next Door - Operation S.O.D.A. [U] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Colin McRae Rally 2.0 [E] 2 89c01e3 (2019/09/08) - - - Game crashes after you create a profile. This is a regress. Game works with unspecified commit arm9 build (2017/07/17). -
Columns Crown [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Combat Choro Q - Advance Daisakusen [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Comix Zone [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Contra Advance - The Alien Wars EX [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Corvette [U] 6 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot. -
Crash Bandicoot 2 N-Traced [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Crash Bandicoot Fusion [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Crash Bandicoot XS [E] 6 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Crash Nitro Kart [E] 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Heavy gfx glitches. Full speed with a little slowdown. -
Crash of the Titans [E] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy gfx glitches and slowdown. -
Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J] 6 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot. -
Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Crazy Chase [E] 6 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Crazy Frog Racer [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Crazy Taxi - Catch a Ride [E] 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. -
Creatures [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Croket! - Yume no Banker Survival! [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Croket! 2 - Yami no Bank to Banqueen [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Croket! 3 - Granu Oukoku no Nazo [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Croket! 4 - Bank no Mori no Mamorigami [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Croket! Great - Toki no Boukensha [J] 2 89c01e3 (2019/09/08) - - - Game crashes during the intro battle. -
Crouching Tiger Hidden Dragon [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Cruis'n Velocity [UE] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Crushed Baseball [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
CT Special Forces [E] 8 916020e (2019/07/07) - minor issues 100% Couple Sound SFX are missing. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
CT Special Forces 2 - Back to Hell [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system. -
CT Special Forces 3 - Bioterror [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Cubix - Robots for Everyone - Clash 'N Bash [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Curious George [E] 10 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Game runs perfect! Game uses a Password system. -
Custom Robo GX [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Cyberdrive Zoids - Kijuu no Senshi Hyuu [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Dai-Mahjong [J] 0 89c01e3 (2019/09/08) - good - White screen with music after bios intro. -
Daisenryaku for Game Boy Advance [J] 6 916020e (2019/07/07) good 100% Cache version runs faster. Heavy gfx glitches. Game is playable. -
Daisuki Teddy [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Dancing Sword - Senkou [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Dan Doh!! Tobase Shouri no Smile Shot [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Dan Doh!! Xi [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Danny Phantom - Urban Jungle [U] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Danny Phantom - The Ultimate Enemy [E] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Daredevil [E] 8 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Darius R [J] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Some Noise during the Pause screen. Game runs fine. Game has no save feature. -
Dark Arena [UE] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game use a Password system. -
Dave Mirra Freestyle BMX 2 [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Dave Mirra Freestyle BMX 3 [UE] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
David Beckham Soccer [E] 2 89c01e3 (2019/09/08) - - - Game crashes during the intro. This is a regress. Use commit 5b06bb4 (2019/07/03) arm9 build instead. -
Davis Cup [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Deadly Skies [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Dead to Rights [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Deal or No Deal [U] 4 916020e (2019/07/07) - bad 100% Heavy gfx glitches. Game has no save feature. -
Defender - For All Mankind [E] 8 916020e (2019/07/07) ? minor issues 100% Game runs perfect! Couldn't find a save spot. -
Defender of the Crown (E) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
DemiKids - Dark Version (U) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
DemiKids - Light Version (U) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Demon Driver - Time to Burn Rubber! (U) 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Denki Blocks! [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Densetsu no Stafy [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Densetsu no Stafy 2 [J] 6 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Gameboy Sounds are missing. Game is playable. -
Densetsu no Stafy 3 [J] 0 89c01e3 (2019/09/08) - - - Flicker on both screen after bios intro. Hblank dma to io
Derby Stallion Advance [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Desert Strike Advance [U] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Dexter's Laboratory - Chess Challenge [E] 8 916020e (2019/07/07) - minor issues 100% Game runs fine. Game uses a Password system. -
Dexter's Laboratory - Deesaster Strikes! [E] 8 916020e (2019/07/07) - minor issues 100% Some Noise during the Pause Screen. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Di Gi Charat - DigiCommunication [J] 4 916020e (2019/07/07) broken 100% Cache version runs faster. Gameboy Sounds are missing. -
Diadroids World - Evil Teikoku no Yabou [J] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Digi Communication Nyo - Datou! Black Gemagema Dan [J] 4 916020e (2019/07/07) ? broken 100% Cache version runs faster. Gameboy Sounds are missing. Couldn't find a save spot. -
Digimon - Battle Spirit [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. -
Digimon - Battle Spirit 2 [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. -
Digimon Racing [E] 2 89c01e3 (2019/09/08) - good - Game crashes during the intro. -
Dinotopia - The Timestone Pirates [UE] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Disney's Party [UE] 2 89c01e3 (2019/09/08) - good - Game crashes during the intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Hicode
Disney Princess [UE] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Disney Princess - Royal Adventure [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Disney Sports - Basketball [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Disney Sports - Football [U] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Disney Sports - Motocross [E] 2 89c01e3 (2019/09/08) - - - Game crashes after the titlescreen. -
Disney Sports - Skateboarding [E] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Disney Sports - Soccer [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Disney Sports - Snowboarding [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
DK - King of Swing [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Hicode
Dogz [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Dogz 2 [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Dogz - Fashion [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game run fine. -
Dokapon [E] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J] 8 916020e (2019/07/07) ? minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Dokodemo Taikyoku - Yakuman Advance [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Domo-kun no Fushigi Terebi [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Donald Duck Advance [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Donchan Puzzle Hanabi de Dohn Advance [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Donkey Kong Country [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Donkey Kong Country 2 [E] 8 916020e (2019/07/07) good minor slowdowns Cache version runs faster. Full speed with a little slowdown. Game runs fine. -
Donkey Kong Country 3 [E] 8 916020e (2019/07/07) good minor slowdowns Cache version runs faster. Full speed with a little slowdown. Game runs fine. -
Doom [UE] 4 916020e (2019/07/07) bad minor slowdowns Cache version runs faster. Heavy gfx glitches. -
Doom 2 [E] 6 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Dora the Explorer - Dora's World Adventure! [U] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game has no save feature. -
Dora the Explorer - Super Spies [U] 8 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Dora the Explorer - Super Star Adventures! [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Dora the Explorer - The Search for the Pirate Pig's Treasure [U] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Doraemon - Dokodemo Walker [J] 8 916020e (2019/07/07) good 100% Gameboy Sounds are missing. Game runs fine. -
Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J] 6 916020e (2019/07/07) bad minor slowdowns Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Double Dragon Advance [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Doubutsu-jima no Chobigurumi [J] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J] 6 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Downforce [UE] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Dragon Ball Advanced Adventure [U] 6 2dc841f (2019/08/24) minor issues 100% Full speed. Game is playable. -
Dragon Ball Advanced Adventure [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Dragon Ball GT - Transformation [U] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Dragon Ball Z - Buu's Fury [U] 6 2dc841f (2019/08/24) minor issues 100% Full speed. Playable until the Anti piracy message. -
Dragon Ball Z - Collectible Card Game [U] 4 89c01e3 (2019/09/08) ? broken 100% Couldn't find a save spot. -
Dragon Ball Z - Supersonic Warriors [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Dragon Ball Z - Taiketsu [E] 2 89c01e3 (2019/09/08) - good - You get the Message "This game will not run on this Hardware." It´s an Anti Piracy Method. -
Dragon Ball Z - The Legacy of Goku [E] 2 89c01e3 (2019/09/08) - good - You get the Message "This Program will not run on this Hardware found." It´s an Anti Piracy Method. -
Dragon Ball Z - The Legacy of Goku 2 [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Dragon Drive - World D Break [J] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Dragon's Rock [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Dragon Quest Monsters - Caravan Heart [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Couldn't find a save spot. -
Dragon Tales - Dragon Adventures [U] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game has no save feature. -
Drake & Josh [U] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Drill Dozer [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Driven [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Driv3r [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. -
Driver 2 Advance [E] 2 89c01e3 (2019/09/08) - - - Game crashes during the intro. -
Dr.Mario & Panel de Pon [J] 6 89c01e3 (2019/09/08) - good 100% Dr.Mario won´t boot. Minor Gameboy sounds are missing. Game is playable. -
Dr.Muto [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. -
Dr.Sudoku [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Droopy's Tennis Open [E] 2 89c01e3 (2019/09/08) - - - Game crashes during the intro. -
Dual Blades [U] 6 916020e (2019/07/07) bad minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Duel Masters - Kaijudo Showdown [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Duel Masters - Sempai Legends [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Duel Masters - Shadow of the Code [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. -
Duel Masters 2 - Invincible Advance [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Duel Masters 2 - Kirifuda Shoubu Ver. [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Duel Masters 3 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Duke Nukem Advance [E] 8 916020e (2019/07/07) good 100% Gfx glitches with the gun. Game runs fine. -
Dungeons & Dragons - Eye of the Beholder [E] 4 916020e (2019/07/07) broken 100% -
Dynasty Warriors Advance [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Earthworm Jim [UE] 4 916020e (2019/07/07) - broken too fast Game has no save feature. -
Earthworm Jim 2 [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Ecks vs Sever [E] 4 916020e (2019/07/07) - bad 100% Mixed up game view. Game uses a Password system. -
Ecks vs Sever 2 - Ballistic [E] 4 916020e (2019/07/07) - good 100% Mixed up game view. Game uses a Password system. -
Ed, Edd n Eddy - Jawbreakers! [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Ed, Edd n Eddy - The Mis-Edventures [E] 4 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Eggo Mania [E] 0 89c01e3 (2019/09/08) - - - Screen flashes after bios intro. -
Elemix! [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Elevator Action - Old & New [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Elf - The Movie [E] 8 916020e (2019/07/07) - minor issues 100% Game runs fine. Game uses a Password system. -
Elf Bowling 1 & 2 [U] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Enchanted - Once Upon Andalasia [U] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Eragon [E] 4 916020e (2019/07/07) minor issues laggy Cache version runs faster. Minor gfx glitches are visible every now and then. Heavy slowdown during battle. -
Erementar Gerad - Tozasareshi Uta [J] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
ESPN Final Round Golf [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
ESPN Great Outdoor Games - Bass Tournament [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
ESPN International Winter Sports [E] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
ESPN Winter X-Games Snowboarding [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
ESPN X-Games Skateboarding [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
European Super League [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Ever Girl [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
EX Monopoly [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Exciting Bass [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Extreme Ghostbusters - Code Ecto-1 [E] 0 89c01e3 (2019/09/08) - - - White Screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Hicode
Extreme Skate Adventure [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Eyeshield 21 Devilbats Devildays [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
EZ-Talk - Shokyuu Hen 1 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
EZ-Talk - Shokyuu Hen 2 [J] 6 916020e (2019/07/07) ? minor issues 100% A Keyword is needed to start the game. -
EZ-Talk - Shokyuu Hen 3 [J] 6 916020e (2019/07/07) ? minor issues 100% A Keyword is needed to start the game. -
EZ-Talk - Shokyuu Hen 4 [J] 6 916020e (2019/07/07) ? minor issues 100% A Keyword is needed to start the game. -
EZ-Talk - Shokyuu Hen 5 [J] 6 916020e (2019/07/07) ? minor issues 100% A Keyword is needed to start the game. -
EZ-Talk - Shokyuu Hen 6 [J] 6 916020e (2019/07/07) ? minor issues 100% A Keyword is needed to start the game. -
E-Reader [U] 2 916020e (2019/07/07) - - - Read Error after bios intro. Unsupported Device. -
E.T. - The Extra-Terrestrial [E] 6 916020e (2019/07/07) - bad 100% Cache version runs faster. Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
F1 2002 [UE] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. -
F-14 Tomcat [UE] 6 916020e (2019/07/07) - bad 100% Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system. -
F-24 Stealth Fighter [U] 8 916020e (2019/07/07) - minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Fairly OddParents! - Breakin` Da Rules [U] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Fairly OddParents! - Clash with the Anti-World [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Fairly OddParents! - Enter the Cleft [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Fairly OddParents! - Shadow Showdown [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Famicom Mini - Dai 2 Ji Super Robot Taisen [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 08 - Mappy [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. This is a regress. Game was playable in older arm9 build. -
Famicom Mini Vol. 10 - Star Soldier [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. This is a regress. Game was playable in older arm9 build. -
Famicom Mini Vol. 12 - Clu Clu Land [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 13 - Balloon Fight [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 14 - Wrecking Crew [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 16 - Dig Dug [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 18 - Makaimura [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 19 - TwinBee [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 21 - Super Mario Bros. 2 [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 22 - Nazo no Murasame Jou [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Family Feud [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Family Tennis Advance [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Famista Advance [J] 2 89c01e3 (2019/09/08) - - - Game crashes during the intro. -
Fancy Pocket [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Fantastic 4 [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Fantastic 4 - Flame On [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Fantastic Children [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Fear Factor Unleashed [U] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. -
Field of Nine - Digital Edition 2001 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
FIFA Soccer 2003 [UE] 8 916020e (2019/07/07) minor issues 100% Crowd Soundsamples in the Stadion are missing. Game runs fine. -
FIFA Soccer 2004 [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
FIFA Soccer 2005 [UE] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
FIFA Soccer 2006 [UE] 4 916020e (2019/07/07) broken 100% Cache version runs faster. Minor gfx glitches are visible every now and then. -
FIFA Soccer 2007 [UE] 4 916020e (2019/07/07) broken 100% -
FIFA World Cup - Germany 2006 [UE] 4 916020e (2019/07/07) broken 100% -
FightBox [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
FILA Decathlon [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Final Fantasy I & II - Dawn of Souls [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Final Fantasy IV Advance [E] 2 89c01e3 (2019/09/08) minor issues minor slowdowns Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine. Game crashes after Cecil becomes a Paladin and passes through Devil's Road! -
Final Fantasy V Advance [E] 2 89c01e3 (2019/09/08) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game crashes after anyone who uses the Kick command gets stuck, and you can't take anymore turns! -
Final Fantasy VI Advance [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Final Fantasy Tactics Advance [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Final Fight ONE [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Playable. Game runs fine. -
Final Fire Pro Wrestling - Yume no Dantai Unei! [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Finding Nemo [UE] 6 916020e (2019/07/07) - bad 100% Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system. -
Finding Nemo - The Continuing Adventures [UE] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Fire Emblem [E] 6 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. -
Fire Emblem - Fuuin no Tsurugi [J] 6 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. -
Fire Emblem - The Sacred Stones [E] 6 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. -
Fire Pro Wrestling [UE] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Fire Pro Wrestling 2 [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Flintstones - Big Trouble in Bedrock [E] 10 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Game runs perfect! Game has no save feature. -
Flushed Away [E] 8 916020e (2019/07/07) - minor issues 100% Game runs fine. Game uses a Password system. -
Ford Racing 3 [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system. -
Formation Soccer 2002 [J] 4 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Heavy gfx glitches. -
Fortress [UE] 4 916020e (2019/07/07) - minor issues too fast Minor gfx glitches are visible every now and then. Game has no save feature. -
Foster's Home for Imaginary Friends [E] 6 916020e (2019/07/07) bad 100% Minor gfx glitches are visible every now and then. Game is playable. -
Franklin the Turtle [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Franklin's Great Adventures [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Freekstyle [E] 4 916020e (2019/07/07) - bad minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game uses a Password system. -
Freestyle Scooter [E] 6 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Frogger Advance - The Great Quest [E] 6 916020e (2019/07/07) - bad minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system. -
Frogger's Adventures - Temple of the Frog [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Frogger's Adventures 2 - The Lost Wand [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Frogger's Journey - The Forgotten Relic [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Fruit Mura no Doubutsutachi [J] 2 89c01e3 (2019/09/08) - good - Game crashes during the intro. -
Fushigi no Kuni no Alice [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Fushigi no Kuni no Angelique [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J] 0 89c01e3 (2019/09/08) - minor issues - White screen after bios intro. Gameboy Sounds are missing. -
Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J] 0 89c01e3 (2019/09/08) - minor issues - White screen after bios intro. Gameboy Sounds are missing. -
F-Zero Maximum Velocity [UE] 6 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Some gfx glitches are visible every now and then. Game is playable. -
F-Zero Climax [J] 6 916020e (2019/07/07) minor issues 100% Some gfx glitches are visible every now and then. Game is playable. -
F-Zero GP-Legend [E] 6 916020e (2019/07/07) minor issues 100% Some gfx glitches are visible every now and then. Game is playable. -
Gachasute! Dino Device - Blue [J] 6 916020e (2019/07/07) ? bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Gachasute! Dino Device - Red [J] 6 916020e (2019/07/07) ? bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Gachasute! Dino Device 2 - Dragon [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Gachasute! Dino Device 2 - Phoenix [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Gachinko Pro Yakyuu [J] 8 916020e (2019/07/07) ? good 100% Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Gadget Racers [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Gakkou no Kaidan - Hyakuyoubako no Fuuin [J] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Gakkou o Tsukurou!! Advance [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Gakuen Alice - Dokidoki Fushigi Taiken [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Gakuen Senki Muryou [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J] 6 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot. -
Galidor - Defenders of the Outer Dimension [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Couldn't find a save spot. -
Games Explosion! [U] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game has no save feature. -
Game & Watch Gallery Advance [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Ganbare Dodge Fighters [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Garfield - The Search for Pooky [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Some gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system. -
Garfield and His Nine Lives [E] 6 916020e (2019/07/07) minor issues minor slowdowns Some gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Gauntlet - Dark Legacy [U] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. This is a regress. Use commit 8e4d520 (2019/06/14) arm9 version instead. -
Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J) 4 916020e (2019/07/07) ? minor issues laggy Cache version runs faster. Gameboy Sounds are missing. Heavy Slowdown. Couldn't find a save spot. -
Gekido Advance - Kintaro´s Revenge [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Game runs fine. Game uses a Password system. -
Gekitou Densetsu Noah - Dream Management (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Gem Smashers (U) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J) 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Genso Suikoden - Card Stories [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Get! - Boku no Mushi Tsukamaete (J) 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
GetBackers Dakkanya - Jagan Fuuin! (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
GetBackers Dakkanya - Jigoku no Scaramouche (J) 6 916020e (2019/07/07) bad 100% Cache version runs faster. Gameboy Sounds are missing. Game is playable. -
GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Get Ride! Amdriver - Senkou no Hero Tanjou! (J) 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Get Ride! Amdriver - Shuggeki! Battle Party (J) 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Ghost Rider [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Ghost Trap (J) 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Global Star - Sudoku Fever [E] 4 916020e (2019/07/07) bad 100% Cache version runs faster. Heavy gfx glitches. -
Glory Days [E] 4 916020e (2019/07/07) - broken laggy Cache version runs faster. Heavy slowdown. Game uses a Password system. -
Godzilla - Domination! [E] 6 916020e (2019/07/07) ? bad 100% Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Goemon - New Age Shutsudou! (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Go!Go! Beckham! - Adventure on Soccer Island [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Golden Nugget Casino (UE) 2 89c01e3 (2019/09/08) - bad - Game crashes during the intro. Game uses a Password system. -
Golden Sun [UE] 10 916020e (2019/07/07) good 100% Both the arm9wramicache version and the arm9 version run the same speed. Full Speed. Very Good Audio. Some Gfx Glitches. Very Playable. Saving works with Sram patching. -
Golden Sun 2 [UE] 2 89c01e3 (2019/09/08) - minor issues 100% Game crashes when saving! This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required. -
Gradius Advance [E] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Grand Theft Auto Advance [E] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. -
Greatest Nine [J] 4 916020e (2019/07/07) ? bad laggy Cache version runs faster. Gameboy Sounds are missing. Heavy gfx glitches and slowdown. Couldn't find a save spot. -
Green Eggs and Ham by Dr. Seuss (U) 8 916020e (2019/07/07) ? minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Greg Hastings' Tournament Paintball Maxd [U] 4 916020e (2019/07/07) good 100% Heavy gfx glitches during a match. -
Gremlins - Stripe vs Gizmo [E] 0 89c01e3 (2019/09/08) - - - White screen after bios intro. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Hicode
Grim Adventures of Billy & Mandy (U) 4 916020e (2019/07/07) broken 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. -
Groove Adventure Rave - Hikari to Yami no Daikessen [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J] 4 916020e (2019/07/07) ? bad laggy Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Commit 831087 (2018/03/04) arm9 version runs faster but has no sound. -
GT Advance - Championship Racing [E] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
GT Advance 2 - Rally Racing [E] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Some gfx glitches are visible every now and then. Game is playable. -
GT Advance 3 - Pro Concept Racing [E] 6 916020e (2019/07/07) bad 100% Cache version has less gfx glitches. Gameboy Sounds are missing. Some gfx glitches are visible every now and then. Game is playable. -
GT Championship [E] 6 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
GT Racers [E] 4 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. Game uses a Password system. -
Guilty Gear X - Advance Edition [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Gumby vs. the Astrobots [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Gunstar Future Heroes [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Guranbo [J] 6 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Menu cursor graphics are missing. Game is playable. Couldn't find a save spot. -
Guru Logic Champ [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Gyakuten Saiban [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Gyakuten Saiban 2 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Gyakuten Saiban 3 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Hachiemon (J) 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Hagane no Renkinjutsushi - Meisou no Rondo [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Hagane no Renkinjutsushi - Omoide no Sonata [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Hajime no Ippo - The Fighting! [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Hamepane - Tokyo Mew Mew (J) 6 916020e (2019/07/07) ? good 100% Cache version runs faster. Heavy gfx glitches during the puzzle mini game. Game is playable. Couldn't find a save spot. -
Hamster Club 3 (J) 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Hamster Club 4 (J) 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Hamster Monogatari 2 (J) 6 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Glitched character portrait. Game is playable. -
Hamster Monogatari 3 (J) 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Hamster Monogatari 3EX 4 Special (J) 4 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Heavy glitched Character portrait. Couldn't find a save spot. -
Hamster Monogatari Collection (J) 6 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Glitched character portrait. Game is playable. Couldn't find a save spot. -
Hamster Paradise - Pure Heart (J) 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Hamster Paradise Advanchu (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Hamtaro - Ham-Ham Games [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Hamtaro - Ham-Ham Heartbreak [E] 2 ce32975 (2019/09/11) - good 100% Stuck at the Name entry screen. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Hamtaro - Rainbow Rescue [E] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Hanabi Hyakkei Advance (J) 6 916020e (2019/07/07) bad 100% Cache version runs faster. Gameboy Sounds are missing. Game is playable. -
Hanafuda Trump Mahjong - Depachika Wayouchuu (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Happy Feet (E) 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. -
Hardcore Pinball (UE) 6 916020e (2019/07/07) ? bad 100% Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. -
Hardcore Pool (E) 4 916020e (2019/07/07) - good 100% Heavy gfx glitches on the menu screen. Game uses a Password system. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Harlem Globetrotters - World Tour (E) 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Harobots - Robo Hero Battling!! (J) 4 916020e (2019/07/07) bad minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. -
Harry Potter - Quidditch World Cup [UE] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Harry Potter and the Chamber of Secrets [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Harry Potter and the Goblet of Fire [UE] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. -
Harry Potter and the Order of the Phoenix [UE] 6 916020e (2019/07/07) bad minor slowdowns Cache version runs faster but has worse audio/gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Harry Potter and the Prisoner of Azkaban [UE] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy slowdown. Minor gfx glitches are visible every now and then. -
Harry Potter and the Sorcerer's Stone [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Harukanaru Toki no Naka de - Neoromance Game [J] 6 916020e (2019/07/07) ? bad 100% Cache version has less Noise. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but lacks the gameboy sounds. -
Harvest Moon - Friends of Mineral Town [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Harvest Moon - More Friends of Mineral Town [U] 0 ce32975 (2019/09/11) - - - White Screen after bios intro. -
Hatena Satena [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Heidi - The Game [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Hello Kitty - Happy Party Pals [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Hello Kitty Collection - Miracle Fashion Maker [J] 0 ce32975 (2019/09/11) - - - Black screen after bios intro. -
Hello! Idol Debut - Kids Idol Ikusei Game [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Herbie - Fully Loaded [E] 4 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Heavy gfx glitches during a race. Couldn't find a save spot. -
Hey Arnold! - The Movie [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Higanbana [J] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
High Heat Major League Baseball 2002 [UE] 6 916020e (2019/07/07) ? bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. -
High Heat Major League Baseball 2003 [U] 6 916020e (2019/07/07) ? bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. -
Hi Hi Puffy AmiYumi - Kaznapped! [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Hikaru no Go [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Hikaru no Go 2 [J] 4 916020e (2019/07/07) bad minor slowdowns Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. -
High School Musical - Livin' the Dream [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Hime Kishi Monogatari - Princess Blue [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Home on the Range [E] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Horsez [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Hot Potato! [E] 6 916020e (2019/07/07) broken 100% Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but lacks the gameboy sounds. -
Hot Wheels - All Out [E] 10 ce32975 (2019/09/11) - good 100% Game runs perfect! Game uses a Password system. -
Hot Wheels - Burnin' Rubber [E] 6 916020e (2019/07/07) bad minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Hot Wheels - Stunt Track Challenge [UE] 4 916020e (2019/07/07) - bad minor slowdowns Heavy gfx glitches. Game uses a Password system. -
Hot Wheels - Velocity X [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Hot Wheels - World Race [E] 4 916020e (2019/07/07) - good 100% Cache version runs faster. Heavy gfx glitches. Game uses a Password system. -
Hudson Best Collection Vol. 1 - Bomberman Collection [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Hudson Best Collection Vol. 2 - Lode Runner Collection [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Hudson Best Collection Vol. 3 - Action Collection [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Hudson Best Collection Vol. 4 - Nazotoki Collection [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Hudson Best Collection Vol. 5 - Shooting Collection [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Hudson Best Collection Vol. 6 - Bouken Jima Collection [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Hugo - Bukkazoom! [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Hugo - The Evil Mirror Advance [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Hunter X Hunter - Minna Tomodachi Daisakusen!! [J] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Ice Age [E] 8 916020e (2019/07/07) - minor issues 100% Game runs fine. Game uses a Password system. -
Ice Age 2 - The Meltdown [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Game runs fine. -
Ice Nine [UE] 8 916020e (2019/07/07) good minor slowdowns Minor gfx glitches are visible every now and then. Game runs fine. -
Incredible Hulk [E] 6 916020e (2019/07/07) broken 100% Cache version runs faster. Game is playable. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Incredibles [UE] 10 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! Game uses a Password system. -
Incredibles - Rise of the Underminer [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Initial D - Another Stage [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Inspector Gadget - Advance Mission [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Inspector Gadget Racing [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
International Karate Advanced [E] 6 05a69d8 (2019/09/15) - minor issues 100% Disable center and mask in the gbarunner2 menu to play the game. Cache version runs faster. Minor Gameboy sounds are missing. Minor gfx glitches because of the disabled border. Game is playable. Game uses a Password system. -
International Karate Plus [E] 6 916020e (2019/07/07) - bad 100% Game is playable. Game has no save feature. -
International Superstar Soccer [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
International Superstar Soccer Advance [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Inukko Club [J] 0 ce32975 (2019/09/11) - - - White Screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Invader [E] 6 916020e (2019/07/07) - broken 100% Game is playable. Game has no save feature. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Invincible Iron Man [UE] 8 916020e (2019/07/07) minor issues 100% Some Sound fx are missing. Game runs fine. -
Iridion 3D [UE] 8 ce32975 (2019/09/11) - minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Iridion 2 [E] 4 916020e (2019/07/07) - bad laggy Heavy gfx glitches and slowdown. Game uses a Password system. -
Isseki Hatchou - Kore 1ppon de 8shurui! [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
I Spy Challenger! [U] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
It´s Mister Pants [UE] 4 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Heavy gfx glitches. -
Jackie Chan Adventures - Legend of the Darkhand [UE] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J] 6 916020e (2019/07/07) ? good 100% Cache version runs faster. The retro games don´t work. Game is playable. Couldn't find a save spot. -
James Pond - Codename Robocod [E] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Jazz Jackrabbit [UE] 0 ce32975 (2019/09/11) - - - White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) arm9 master build instead. -
J.League Pro Soccer Club o Tsukurou! Advance [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
J.League Pocket [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
J.League Pocket 2 [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
J.League Winning Eleven Advance 2002 [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Jet Set Radio [E] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Game runs fine. Couldn't find a save spot. -
JGTO Kounin Golf Master - Japan Golf Tour Game [J] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J] 2 ce32975 (2019/09/11) - - - Can´t get past the Titlescreen. -
Jikkyou World Soccer Pocket [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Jikkyou World Soccer Pocket 2 [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Jimmy Neutron Boy Genius [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Some gfx glitches. Game is playable. Game uses a Password system. -
Jimmy Neutron Boy Genius - Attack of the Twonkies [UE] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Jimmy Neutron Boy Genius - Jet Fusion [UE] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE] 6 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Some gfx glitches. Game is playable. Game has no save feature. -
Jinsei Game Advance [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J] 6 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Jisu F-Zero Weilai Saiche [China] 8 916020e (2019/07/07) minor issues 100% F-Zero Maximum Velocity for iQue China. Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Jonny Moseley Mad Trix [UE] 8 916020e (2019/07/07) ? good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Juka and the Monophonic Menace [E] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Jungle Book 2 [E] 6 916020e (2019/07/07) - bad 100% Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system. -
Jurassic Park III - Dino Attack [E] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Jurassic Park III - Park Builder [E] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Jurassic Park III - The DNA Factor [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Jurassic Park Institute Tour - Dinosaur Rescue [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Justice League - Injustice for All [E] 0 ce32975 (2019/09/11) - - - White screen afte bios intro. -
Justice League Chronicles [U] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Justice League Heroes - The Flash [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
K-1 Pocket Grand Prix [J] 8 916020e (2019/07/07)) ? minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
K-1 Pocket Grand Prix 2 [J] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Game runs fine. -
Kaeru B Back [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J] 4 916020e (2019/07/07) ? bad laggy Cache version runs faster. Gameboy Sounds are missing. Heavy gfx glitches and slowdown. Couldn't find a save spot. -
Kamaitachi no Yoru Advance [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Kami no Kijutsu - Illusion of the Evil Eyes [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Kao the Kangaroo [E] 6 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Some flicker in the background. Game is playable. Game uses a Password system. -
Kappa no Kai-Kata Katan Daibouken [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Karnaaj Rally [UE] 6 916020e (2019/07/07) bad 100% Gameboy Sounds are missing. Game is playable. -
Kawa no Nushi Tsuri 3 & 4 [J] 6 916020e (2019/07/07) bad 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. -
Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy gfx glitches and slowdown. -
Kawaii Pet Game Gallery [J] 6 916020e (2019/07/07) - good 100% Cache version runs faster. Gfx glitches during cutscenes. Game is playable. Game uses a Password system. -
Kawaii Pet Game Gallery 2 [J] 6 916020e (2019/07/07) ? good 100% Cache version runs faster. Gfx glitches during cutscenes. Game is playable. Couldn't find a save spot. -
Keitai Denjuu Telefang 2 - Power [J] 6 916020e (2019/07/07) ? bad 100% Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Keitai Denjuu Telefang 2 - Speed [J] 6 916020e (2019/07/07) ? bad 100% Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Kelly Slater's Pro Surfer [UE] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Kessakusen! Ganbare Goemon 1-2 [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Kid Paddle [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J] 10 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Game runs perfect! -
Kidou Senshi Gundam Seed Destiny [J] 6 916020e (2019/07/07) bad 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. -
Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Kid's Cards [U] 8 916020e (2019/07/07) ? minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Kikikai-kai Advance [J] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature. -
Killer 3D Pool [E] 4 916020e (2019/07/07) - minor issues laggy Cache version runs faster. Heavy gfx glitches and slowdown. Game uses a Password system. -
Kill Switch [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Kim Possible [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game uses a Password system. -
Kim Possible 2 - Drakken's Demise [E] 6 916020e (2019/07/07) ? bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Couldn't find a save spot. -
Kim Possible 3 - Team Possible [U] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. -
Kingdom Hearts - Chain of Memories [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
King Kong - The Official Game of the Movie [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
King of Fighters EX - NeoBlood [E] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
King of Fighters EX2 - Howling Blood [E] 10 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Game runs perfect! -
Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Kinniku Banzuke - Kongou-kun no Daibouken! [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Kinnikuman II-Sei - Seigi Choujin e no Michi [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Kirby - Nightmare in Dreamland [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Kirby and the Amazing Mirror [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Game runs fine. Autosave slows down the gameplay. -
Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Kiss x Kiss Seirei Gakuen [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Kiwame Mahjong Deluxe - Mirai Senshi 21 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Klonoa - Empire of Dreams [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Klonoa 2 - Dream Champ Tournament [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Klonoa Heroes - Densetsu no Star Medal [J] 4 916020e (2019/07/07) ? bad laggy Cache version runs faster. Heavy gfx glitches and slowdown. Couldn't find a save spot. -
Koala Brothers - Outback Adventures [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Koinu to Issho - Aijou Monogatari [J] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Koinu to Issho 2 [J] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Konami Collector's Series - Arcade Classics [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Konami Krazy Racers [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu. -
Konchuu Monster Battle Master [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Kong - King of Atlantis [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Kong - The Animated Series [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Konjiki no Gashbell!! - Makai no Bookmark [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Konjiki no Gashbell!! The Card Battle for GBA [J] 8 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Koro Koro Puzzle - Happy Panechu! [J] 4 916020e (2019/07/07) - bad laggy Gameboy Sounds are missing. Heavy gfx glitches and slowdown. Motion sensor support required to be playable. -
Kotoba no Puzzle - Mojipittan Advance [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Kouchu Ouja Mushiking [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Kunio Kun Nekketsu Collection 1 [J] 4 916020e (2019/07/07) - bad laggy Cache version runs faster. Heavy slowdown. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Kunio Kun Nekketsu Collection 2 [J] 4 916020e (2019/07/07) - bad laggy Cache version runs faster. Heavy slowdown. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Kunio Kun Nekketsu Collection 3 [J] 4 916020e (2019/07/07) - bad laggy Cache version runs faster. Heavy slowdown. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Kurohige no Golf Shiyouyo [J] 4 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown. Couldn't find a save spot. -
Kurohige no Kurutto Jintori [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Kurukuru Kururin [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Kururin Paradise [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Lady Sia [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Land Before Time [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Land Before Time - Into the Mysterious Beyond [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Lara Croft Tomb Raider - Legend [E] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Lara Croft Tomb Raider - The Prophecy [E] 4 916020e (2019/07/07) - broken 100% Game uses a Password system. -
Legend of Dynamic Goushouden - Houkai no Rondo [J] 6 916020e (2019/07/07) bad 100% Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Legends of Wrestling II [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Legendz - Sign of Nekuromu [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Legendz - Yomigaeru Shiren no Shima [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Lego Bionicle [E] 4 916020e (2019/07/07) broken 100% Black screen after you press select during the first level. Gameboy Sounds are missing. -
Lego Bionicle Heroes [E] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy slowdown. -
Lego Bionicle - Matoran Adventures [UE] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Lego Bionicle - Maze of Shadows [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Lego Drome Racers [E] 4 916020e (2019/07/07) bad minor slowdowns Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. -
LEGO Island - Xtreme Stunts [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
LEGO Island 2 - The Brickster's Revenge [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
LEGO Knights Kingdom [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
LEGO Racers 2 [E] 4 916020e (2019/07/07) bad 100% Cache version runs faster. Game crashes after the Intro race in Story mode. Arcade mode works. Gameboy Sounds are missing. This is a regress. Use commit 83108c7 or commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
LEGO Soccer Mania [UE] 2 ce32975 (2019/09/11) - good - Game crashes during the intro. -
LEGO Star Wars - The Video Game [UE] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy slowdown. -
LEGO Star Wars II - The Original Trilogy [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Game runs fine. -
Lemony Snicket's A Series of Unfortunate Events [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Let's Ride! - Dreamer [U] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy slowdown. -
Let's Ride! - Friends Forever [U] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Let's Ride! - Sunshine Stables [U] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Licca-chan no Oshare Nikki [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Lilliput Oukoku - Lillimoni to Issho Puni! [J] 6 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Lilo and Stitch [E] 10 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Game runs perfect! Game uses a Password system. -
Lilo and Stitch 2 [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Lion King [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Little Buster Q [J] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Little Einsteins [U] 6 916020e (2019/07/07) - minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature. -
Little League Baseball 2002 [U] 4 916020e (2019/07/07) - good 100% Heavy gfx glitches. Game has no save feature. -
Little Mermaid - Magic in Two Kingdoms [UE] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Little Patissier - Cake no Oshiro [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Lizzie McGuire [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Lizzie McGuire 2 - Lizzie Diaries [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Lizzie McGuire 3 - Homecoming Havoc [U] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Lode Runner [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Looney Tunes - Back in Action [UE] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Lord of the Rings - Hobbit [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Lord of the Rings - The Fellowship of the Ring [E] 4 916020e (2019/07/07) bad minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. -
Lord of the Rings - The Return of the King [UE] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Lord of the Rings - The Third Age [UE] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Lord of the Rings - The Two Towers [UE] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Game runs fine. -
Lost Vikings [E] 4 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. -
Love Hina Advance - Shukufuku no Kane ha Naru Kana [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Lucky Luke - Wanted! [E] 6 916020e (2019/07/07) - bad 100% Cache version runs faster. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Lufia - The Ruins of Lore [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Lunar Legend [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Madagascar [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Madagascar - Operation Penguin [E] 8 916020e (2019/07/07) minor issues minor slowdowns Regular version runs faster. Game runs fine. -
Madden NFL 2002 [U] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Madden NFL 2003 [U] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Madden NFL 2004 [U] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Madden NFL 2005 [U] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Madden NFL 2006 [U] 6 916020e (2019/07/07) bad 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game is playable. -
Madden NFL 2007 [U] 6 916020e (2019/07/07) bad 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game is playable. -
Magi Nation [J] 4 916020e (2019/07/07) ? broken 100% Couldn't find a save spot. -
Magical Houshin [J] 6 916020e (2019/07/07) ? bad 100% Gameboy Sounds are missing. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. Game is playable. Couldn't find a save spot. -
Magical Quest Starring Mickey & Minnie [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Magical Quest Starring Mickey & Minnie 2 [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Magical Quest Starring Mickey & Minnie 3 [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Magical Vacation [J] 4 916020e (2019/07/07) broken 100% Gameboy Sounds are missing. -
Mahou no Pumkin - Ann to Greg no Daibouken [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy slowdown. -
Mahjong Keiji [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Mail de Cute [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J] 6 916020e (2019/07/07) ? good 100% Cache version runs faster. Some gfx glitches. Game is playable. Couldn't find a save spot. -
Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J] 6 916020e (2019/07/07) ? good 100% Cache version runs faster. Some gfx glitches. Game is playable. Couldn't find a save spot. -
Manga-ka Debut Monogatari [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Maniac Miner [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Maniac Racers Advance [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
MAR - Knockin' on Heaven's Door [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
March of the Penguins [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Mario Golf - Advance Tour [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Mario Kart Super Circuit [E] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Mario & Luigi - Superstar Saga [E] 6 ce32975 (2019/09/11) minor issues minor slowdowns Cache version runs faster. Disable main memory cache in the gbarunner2 menu to play the game. Full speed with a little slowdown. Minor gfx glitches every now and then. Game is playable. -
Mario Party Advance [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Mario Pinball Land [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Mario Power Tennis [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Mario vs Donkey Kong [E] 8 916020e (2019/07/07) minor issues minor slowdowns Game runs fine. -
Marvel - Ultimate Alliance [E] 2 ce32975 (2019/09/11) - - - Game crashes during the intro. -
Mary-Kate and Ashley - Girls Night Out [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Masters of the Universe He-Man - Power of Grayskull [U] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Matantei Loki Ragnarok - Gensou no Labyrinth [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Matchbox Cross Town Heroes [E] 10 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Game runs perfect! Game uses a Password system. -
Mat Hoffman's Pro BMX [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Mat Hoffman's Pro BMX 2 [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Math Patrol - The Kleptoid Threat [U] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Max Payne Advance [E] 6 916020e (2019/07/07) good 100% Cache version runs faster. Some gfx glitches during Cutscene. Game is playable. -
Maya the Bee - Sweet Gold [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Maya the Bee - The Great Adventure [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Some Noise during the Pause screen. Game runs fine. Game uses a Password system. -
Mazes of Fate [U] 2 ce32975 (2019/09/11) good 100% Game freezes after you enter the cellar. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead. -
Mech Platoon [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Intro FMV is broken. Game runs fine. -
Medabots - Metabee Version [E] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Medabots - Rokusho Version [E] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Medabots AX - Metabee Version [E] 6 916020e (2019/07/07) bad 100% Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Medabots AX - Rokusho Version [E] 6 916020e (2019/07/07) bad 100% Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Medal of Honor - Infiltrator [UE] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Medal of Honor - Underground [E] 4 916020e (2019/07/07) - broken 100% Heavy gfx glitches. Game uses a Password system. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Meet the Robinsons [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Megaman & Bass [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Megaman Battle Chip Challenge [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor slowdown during the FMV access scene. Game runs fine. -
Megaman Battle Network [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Megaman Battle Network 2 [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Megaman Battle Network 3 Blue [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Megaman Battle Network 3 White [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Megaman Battle Network 4 Blue Moon [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Megaman Battle Network 4 Red Sun [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Megaman Battle Network 5 Team Colonel [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Megaman Battle Network 5 Team Protoman [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Megaman Battle Network 6 Cybeast Falzar [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Megaman Battle Network 6 Cybeast Gregar [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Mega Man Zero [UE] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Mega Man Zero 2 [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Mega Man Zero 3 [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Mega Man Zero 4 [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Meine Tierarztpraxis [G] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Meine Tierpension [G] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Meitantei Conan - Akatsuki no Monument [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Meitantei Conan - Nerawareta Tantei [J] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Men in Black - The Series [E] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Mermaid Melody - Pichi Pichi Pitch [J] 4 916020e (2019/07/07) ? bad minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Some slowdown. Couldn't find a save spot. -
Mermaid Melody - Pichi Pichi Party [J] 6 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot. -
Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J] 4 916020e (2019/07/07) ? bad minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Some slowdown. Couldn't find a save spot. -
Metal Max 2 Kai [J] 8 916020e (2019/07/07) ? good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Metal Gun Slinger [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Metal Slug Advance [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Metroid Fusion [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Metroid Zero Mission [E] 6 916020e (2019/07/07) minor issues minor slowdowns Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Trying to play the Nes Metroid causes the game to crash. -
Mezase! Koushien [J] 8 916020e (2019/07/07) ? minor issues 100% Game runs fine. Couldn't find a save spot. -
Micro Machines [E] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Some Sound FX are missing. Game is playable. Game uses a Password system. -
Mickey no Pocket Resort [J] 2 ce32975 (2019/09/11) - - - Game crashes during the intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Midnight Club - Street Racing [E] 6 916020e (2019/07/07) - minor issues 100% Many gfx glitches during the title and menu screen. Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Midway's Greatest Arcade Hits [UE] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Mighty Beanz Pocket Puzzles [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Mike Tyson Boxing [E] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Some noise during the Pause screen. Minor gfx glitches are visible every now and then. Game runs fine. -
Minami no Umi no Odyssey [J] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Minimoni - Mika no Happy Morning Chatty [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Minimoni - Onegai Ohoshi-sama! [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Minna de Puyo Puyo [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Minna no Ouji-sama [J] 6 ce32975 (2019/09/11) ? bad minor slowdowns Cache version runs faster. Minor Gameboy sounds are missing. Bad voice over. Minor gfx glitches every now and then. Game is playable. -
Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Minna no Shiiku Series 1 - Boku no Kabutomushi [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Minna no Shiiku Series 2 - Boku no Kuwagata [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Minna no Soft Series - Happy Trump 20 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Minna no Soft Series - Minna no Mahjong [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Minna no Soft Series - Minna no Shogi [J] 4 916020e (2019/07/07) broken 100% Gameboy Sounds are missing. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Minna no Soft Series - Numpla Advance [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Minna no Soft Series - Shanghai [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Minority Report - Everybody Runs [UE] 8 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Mission Impossible - Operation Surma [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Miteluode - Lingdian Renwu [China] 6 916020e (2019/07/07) minor issues minor slowdowns Metroid Zero Mission for iQue China. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. -
Miteluode Ronghe [China] 0 ce32975 (2019/09/11) - - - Metroid Fusion for iQue China. White Screen after bios intro. -
MLB SlugFest 20-04 [U] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Mobile Pro Yakyuu - Kantoku no Saihai [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Mobile Suit Gundam Seed - Battle Assault [U] 6 916020e (2019/07/07) - bad 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Moero!! Jaleco Collection [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Commit 371815e (2019/09/11) cache build from the rom3M branch crashes after you start a game. -
Momotarou Dentetsu G Gold Deck o Tsukure! [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Momotarou Matsuri [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Monopoly [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Full speed with a little slowdown. Game is playable. Game has no save feature. -
Monster! Bass Fishing [U] 8 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Monster Force [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Monster Gate [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Monster Guardians [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Monster House [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Monsters, Inc [UE] 2 ce32975 (2019/09/11) - - - Game crashes during the intro. -
Monster Jam - Maximum Destruction [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Monster Maker 4 - Flash Card [J] 8 916020e (2019/07/07) ? minor issues 100% Game runs fine. Couldn't find a save spot. -
Monster Maker 4 - Killer Dice [J] 8 916020e (2019/07/07) ? minor issues 100% Game runs fine. Couldn't find a save spot. -
Monster Rancher Advance [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Monster Rancher Advance 2 [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Monster Summoner [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Monster Truck Madness [UE] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Monster Trucks [UE] 4 916020e (2019/07/07) - good 100% Heavy gfx glitches. Game has no save feature. -
Monster Trucks Mayhem [E] 4 916020e (2019/07/07) - good 100% Heavy gfx glitches. Game uses a Password system. -
Moorhen 3 - The Chicken Chase! [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Morita Shougi Advance [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Mortal Kombat - Deadly Alliance [E] 6 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Blue colored background. Game is playable. -
Mortal Kombat - Tournament Edition [U] 6 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Blue colored background. Game is playable. -
Mortal Kombat Advance [U] 6 916020e (2019/07/07) - minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature. -
Mother 1+2 [J] 6 916020e (2019/07/07) good 100% Mother 1: White Screen after boot. Mother 2: Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Mother 3 [J] 2 ce32975 (2019/09/11) - minor issues minor slowdowns Game crashes during the intro.
Gericom:
Game reads from an ewram mirror, this isn't supported yet.
-
Moto GP [E] 6 916020e (2019/07/07) - bad 100% Cache version has more gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Motoracer Advance [E] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Mr Nutz [E] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Mr. Driller 2 [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Mr. Driller A - Fushigi na Pacteria [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Ms. Pac-Man - Maze Madness [E] 6 916020e (2019/07/07) bad 100% Cache version has less gfx glitches. Game is playable. -
Mucha Lucha! - Mascaritas of the Lost Code [U] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Mugenborg [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Mummy [E] 4 916020e (2019/07/07) - broken 100% Gameboy Sounds are missing. Game uses a Password system. -
Muppet Pinball Mayhem [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Muppets - On with the Show! [UE] 4 916020e (2019/07/07) - bad laggy Heavy gfx glitches and slowdown. Game uses a Password system. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead. -
Mutsu - Water Looper Mutsu [J] 8 916020e (2019/07/07) ? minor issues minor slowdowns Minor gfx glitches are visible every now and then. Cache version runs faster. Game runs fine. Couldn't find a save spot. -
MX 2002 featuring Ricky Carmichael [UE] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game has no save feature. -
My Animal Centre in Africa [E] 4 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Heavy gfx glitches. Couldn't find a save spot. -
My Little Pony - Crystal Princess - The Runaway Rainbow [U] 8 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster. Game runs fine. Game uses a Password system. -
M&M's - Blast! [U] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
M&M's - Break'em [U] 8 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Game runs fine. Game uses a Password system. -
Nakayoshi Mahjong - KabuReach [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J] 6 916020e (2019/07/07) ? minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Couldn't find a save spot. -
Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J] 8 916020e (2019/07/07) ? minor issues minor slowdowns Minor gfx glitches are visible every now and then. Couldn't find a save spot. -
Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J] 8 916020e (2019/07/07) ? minor issues 100% Minor gfx glitches are visible every now and then. Couldn't find a save spot. -
Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J] 8 916020e (2019/07/07) ? minor issues 100% Minor gfx glitches are visible every now and then. Couldn't find a save spot. -
Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Namco Museum - 50th Anniversary [E] 6 916020e (2019/07/07) - bad 100% Minor gfx glitches are visible every now and then. Game is playable. Game has no save feature. -
Namco Museum [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game has no save feature. -
Nancy Drew - Message in a Haunted Mansion [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Napoleon [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Narikiri Jockey Game - Yuushun Rhapsody [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Naruto - Konoha Senki [J] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Naruto - Ninja Council [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Naruto - Ninja Council 2 [U] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Naruto RPG - Uketsugareshi Hi no Ishi [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
NASCAR Heat 2002 [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Natural 2 - Duo [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
NBA Jam 2002 [UE] 6 916020e (2019/07/07) - bad 100% Some gfx glitches. Game is playable. Game uses a Password system. -
Need for Speed Carbon - Own the City [UE] 4 916020e (2019/07/07) minor issues laggy Heavy gfx glitches and slowdown. -
Need for Speed - Most Wanted [UE] 4 916020e (2019/07/07) minor issues laggy Heavy gfx glitches and slowdown. -
Need for Speed - Porsche Unleashed [UE] 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Heavy gfx glitches. -
Need for Speed - Underground [UE] 2 ce32975 (2019/09/11) minor issues - Game crashes before the race. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Need for Speed - Underground 2 [UE] 4 916020e (2019/07/07) minor issues laggy Cache version runs faster and has less gfx glitches. Heavy gfx glitches and slowdown. -
Next Generation Tennis [E] 6 916020e (2019/07/07) minor issues 100% Heavy gfx glitches during the Menu Screen. Game is playable. -
NFL Blitz 20-02 [U] 2 ce32975 (2019/09/11) - - - Game crashes after the intro. -
NFL Blitz 20-03 [U] 6 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Some gfx glitches. Game is playable. Game has no save feature. -
NHL 2002 [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
NHL Hitz 20-03 [U] 6 916020e (2019/07/07) good 100% Game crashes after you select Season mode. Exhibiton mode works. Game is playable. -
Nicktoons Racing [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Ninja Cop [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Nintendo MP3 Player [E] 2 916020e (2019/07/07) - - - SD Card Error Message. Unsupported Device. -
Nobunaga Ibun [J] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Nobunaga no Yabou [J] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Noddy - A Day in Toyland [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! Game has no save feature. -
No No No Puzzle Chailien [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
No Rules - Get Phat [UE] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Nyan Nyan Nyanko no Nyan Collection [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Ochaken no Bouken Jima - Honwaka Yume no Island [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Ochaken no Heya [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Ochaken no Yumebouken [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Oddworld - Munch's Oddysee [UE] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Ojarumaru - Gekkouchou Sanpo de Ojaru [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Okumanchouja Game - Nottori Daisakusen! [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
One Piece [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
One Piece - Dragon Dream [J] 4 916020e (2019/07/07) ? broken 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Couldn't find a save spot. -
One Piece - Going Baseball - Kaizoku Yakyuu [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
One Piece - Mezase! King of Belly [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
One Piece - Nanatsu Shima no Daihihou [J] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Onimusha Tactics [E] 4 ce32975 (2019/09/11) ? good laggy Massive input lag. Couldn't find a save spot. -
Onmyou Taisenki Zeroshiki [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Couldn't find a save spot. -
Open Season [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Operation Armored Liberty [U] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Oriental Blue - Ao no Tengai [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Oshaberi Inko Club [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Oshare Princess [J] 6 916020e (2019/07/07) ? good 100% Glitched character portrait. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Oshare Princess 2 [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Oshare Princess 3 [J] 6 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Glitched character portrait. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Oshare Princess 5 [J] 6 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Glitched character portrait. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Oshare Wanko [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Ottifanten Pinball [G] 8 916020e (2019/07/07) - minor issues 100% Cache version has less gfx glitches. Game has no save feature. -
Over the Hedge [E] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster. Some gfx glitches. Game is playable. -
Over the Hedge - Hammy Goes Nuts! [U] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster. Some gfx glitches. Game is playable. -
Ozzy & Drix [U] 4 916020e (2019/07/07) - good too fast Game has no save feature. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead. -
Pac-Man Collection [E] 4 916020e (2019/07/07) - broken 100% Cache version runs faster. Gameboy Sounds are missing. Game has no save feature. -
Pac-Man Pinball Advance [E] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game has no save feature. -
Pac-Man World [E] 4 916020e (2019/07/07) broken 100% -
Pac-Man World 2 [E] 4 916020e (2019/07/07) - broken 100% Game uses a Password system. -
Paws & Claws - Best Friends - Dogs & Cats [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Paws & Claws - Pet Resort [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Payback [E] 4 916020e (2019/07/07) good laggy Heavy gfx glitches and slowdown. -
Penny Racers [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Peter Pan - Return to Neverland [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Peter Pan - The Motion Picture Event [E] 8 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Petz - Hamsterz Life 2 [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Petz Vet [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Pferd & Pony - Best Friends - Mein Pferd [G] 6 916020e (2019/07/07) minor issues minor slowdowns Some gfx glitches. Game is playable. -
Pferd & Pony - Lass Uns Reiten 2 [G] 4 916020e (2019/07/07) bad laggy Cache version runs faster. Heavy slowdown and some gfx glitches. -
Pferd & Pony - Mein Gestuet [G] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Pferd & Pony - Mein Pferdehof [G] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Phalanx - The Enforce Fighter A-144 [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Phantasy Star Collection [UE] 4 916020e (2019/07/07) minor issues 100% Cache version runs faster. Only Phantasy Star 3 is playable. Noise during the Pause Screen. -
Phil of the Future [U] 4 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Background graphics are missing. Couldn't find a save spot. -
Pia Carrot he Youkoso!! 3.3 [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Piglet's Big Game [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Pikapika Nurse Monogatari - Nurse Ikusei Game [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Pinball Advance [E] 6 916020e (2019/07/07) bad 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Pinball Challenge Deluxe [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Pinball of the Dead [E] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Pinball Tycoon [E] 8 916020e (2019/07/07) - good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature. -
Pink Panther - Pinkadelic Pursuit [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Pinky and the Brain - The Masterplan [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Pinky Monkey Town [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Pinobee - Wings of Adventure [UE] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Pinobee & Phoebee [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Pirates of the Caribbean - Dead Man's Chest [UE] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Game runs fine. -
Pirates of the Caribbean - The Curse of the Black Pearl [E] 8 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Pitfall - The Lost Expedition [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Pitfall - The Mayan Adventure [UE] 4 916020e (2019/07/07) - broken 100% Cache version runs faster and has less gfx glitches. Some gfx glitches. Game has no save feature. -
Planet Monsters [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Planet of the Apes [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Play Novel - Silent Hill [J] 8 916020e (2019/07/07) minor issues 100% The FMV intro is missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Play-Yan [J] 2 916020e (2019/07/07) - - - Game freezes during the Titlescreen. Unsupported Device. -
Play-Yan Micro [J] 2 916020e (2019/07/07) - - - Game freezes during the Health Care Screen. Unsupported Device. -
Pocket Dogs [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Pocket Music [E] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Pocket Professor - Kwik Notes - Vol. 1 [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Pocky & Rocky with Becky [U] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Pokémon Emerald [UE] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Pokemon Fire Red [UE][Rev 1] 8 916020e (2019/07/07) \w patch minor issues minor slowdowns Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Pokemon Leaf Green [UE][Rev 1] 8 916020e (2019/07/07) \w patch minor issues minor slowdowns Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Pokemon Mystery Dungeon - Red Rescue Team [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Pokemon Pinball - Ruby & Sapphire [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Pokemon Ruby [UE] [Rev 2] 8 916020e (2019/07/07) \w patch minor issues minor slowdowns Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Pokémon Sapphire [UE] [Rev 2] 8 916020e (2019/07/07) \w patch minor issues minor slowdowns Sram patching required to boot the game. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Polar Express [UE] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Cutscenes are missing Background graphics. Game is playable. -
Polarium Advance [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Gameboy Sounds are missing. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Polly Pocket! - Super Splash Island [E] 4 916020e (2019/07/07) - bad laggy Cache version runs faster. Heavy slowdown. Game uses a Password system. Commit 83108c7 (2018/03/04) arm9wramicache version runs faster but has worse Audio quality. -
Pop Idol [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Popeye - Rush for Spinach [UE] 6 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Postman Pat and the Greendale Rocket [UE] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Power Poke Dash [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Power Pro Kun Pocket 1-2 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. Second game needs to be unlocked first. -
Power Pro Kun Pocket 3 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Power Pro Kun Pocket 4 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Power Pro Kun Pocket 5 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Power Pro Kun Pocket 6 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Power Pro Kun Pocket 7 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Powerpuff Girls - Him and Seek [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Powerpuff Girls - Mojo Jojo A-Go-Go [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Power Rangers - Dino Thunder [UE] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Power Rangers - Ninja Storm [E] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Power Rangers - Time Force [UE] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Power Rangers - Wild Force [UE] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Power Rangers S.P.D. [UE] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Prehistorik Man [UE] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Premier Action Soccer [E] 6 916020e (2019/07/07) good 100% Some gfx glitches during a match. Game is playable. -
Premier Manager 2003-2004 [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Premier Manager 2004-2005 [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Premier Manager 2005-2006 [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Princess Natasha - Student, Secret Agent, Princess [E] 6 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Prince of Persia - The Sands of Time [E] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Pro Beach Soccer [E] 0 ce32975 (2019/09/11) - - - White screen after bios intro. -
Pro Mahjong Tsuwamono GBA [J] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Pro Tennis WTA Tour [E] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Proud Family [E] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Pro Yakyuu Team o Tsukurou! Advance [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
PukuPuku Tennen Kairanban [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Punch King - Arcade Boxing [E] 6 916020e (2019/07/07) - bad minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature. -
Puppy Luv - Spa and Resort [U] 2 ce32975 (2019/09/11) - - - Game crashes after the Titlescreen. This is a regress. Use commit f89fac5 (2018/07/10) arm9wramicache version instead. -
Puyo Pop [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Puyo Pop Fever [E] 10 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Game runs perfect! -
Puzzle & Tantei Collection [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Quad Desert Fury [UE] 4 916020e (2019/07/07) - good 100% Heavy gfx glitches. Game has no save feature. -
Racing Fever [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Racing Gears Advance [E] 2 b4dd8d2 (2019/09/14) - good - Game crashes during the intro. -
Rampage - Puzzle Attack [UE] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Rapala Pro Fishing [UE] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Ratatouille [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! Game uses a Password system. -
Rave Master - Special Attack Force! [U] 4 916020e (2019/07/07) bad laggy Cache version runs faster and has less gfx glitches. Heavy slowdown. Gameboy Sounds are missing. This is a regress. Use commit 83108c7 (2018/03/04) arm9 version instead. -
Rayman Advance [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Rayman 3 - Hoodlum Havoc [E] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Rayman Hoodlum's Revenge [E] 6 b4dd8d2 (2019/09/14) good 100% Game crashes after the intro cutscene. Reboot, and you can play the first level. Minor gfx glitches are visible every now and then. Game is playable. -
Rayman Raving Rabbids [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Razor Freestyle Scooter [U] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Ready 2 Rumble Boxing - Round 2 [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Rebelstar - Tactical Command [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Recca no Honoo - The Game [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Reign of Fire [E] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Relaxuma na Mainichi [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Rescue Heroes - Billy Blazes! [U] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Revenge of Shinobi [E] 2 b4dd8d2 (2019/09/14) - good 100% Game crashes after you start the first level. Game uses a Password system. -
Rhythm Tengoku [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Ripping Friends [UE] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
River City Ransom EX [U] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Riviera - The Promised Land [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Road Rash - Jailbreak [E] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Robopon 2 - Cross Version [U] 6 916020e (2019/07/07) bad 100% Gameboy Sounds are missing. Game is playable. -
Robopon 2 - Ring Version [U] 6 916020e (2019/07/07) bad 100% Gameboy Sounds are missing. Game is playable. -
Robotech - The Macross Saga [U] 6 916020e (2019/07/07) bad 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. -
Robots [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Robot Wars - Advanced Destruction [E] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Robot Wars - Extreme Destruction [E] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Rockman EXE 4.5 - Real Operation [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Rock'em Sock'em Robots [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Rock n' Roll Racing [E] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Game is playable. -
Rocket Power - Beach Bandits [UE] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Rocket Power - Dream Scheme [UE] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Rocket Power - Zero Gravity Zone [U] 6 916020e (2019/07/07) - bad 100% Game is playable. Game uses a Password system. -
Rocky [E] 2 b4dd8d2 (2019/09/14) - - - Game crashes during the intro. -
RPG Tsukuru Advance [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
R-Type III - The Third Lightning [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Rugrats - Castle Capers [UE] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Rugrats - Go Wild [UE] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Rugrats - I Gotta Go Party [UE] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Sabre Wulf [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Sabrina - The Teenage Witch - Potion Commotion [J] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Saibara Rieko no Dendou Mahjong [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Sakura Momoko no UkiUki Carnival [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Salt Lake 2002 [E] 4 916020e (2019/07/07) bad minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. -
Samsara Naga 1x2 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Samurai Deeper Kyo [U] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Gameboy Sounds are missing. Game is playable. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Samurai Evolution - Oukoku Geist [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Samurai Jack - The Amulet of Time [UE] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Sangokushi [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Sangokushi - Eiketsuden [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Sangokushi - Koumeiden [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Sanrio Puroland - All Characters [J] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Santa Claus Jr. Advance [E] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Some gfx glitches. Game is playable. -
Santa Claus Saves the Earth [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Santa Clause 3 - The Escape Clause [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Scan Hunter - Sennen Kaigyo o Oe! [J] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Scooby-Doo [E] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Scooby-Doo 2 - Monsters Unleashed [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Scooby-Doo and the Cyber Chase [E] 8 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Scooby-Doo! - Mystery Mayhem [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Scooby-Doo! - Unmasked [E] 6 916020e (2019/07/07) - bad 100% Cache version runs faster. Game uses a Password system. -
Scorpion King - Sword of Osiris [E] 6 916020e (2019/07/07) - bad 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system. -
Scrabble [E] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster. Some gfx glitches. Game is playable. -
Scrabble Blast! [E] 4 916020e (2019/07/07) - broken 100% Some gfx glitches. Game has no save feature. -
Scrabble Scramble! [E] 4 916020e (2019/07/07) - broken 100% Some gfx glitches. Game has no save feature. -
Scurge - Hive [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
SD Gundam Force [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
SD Gundam G-Generation Advance [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Sea Trader - Rise of Taipan [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Secret Agent Barbie - Royal Jewels Mission [E] 6 916020e (2019/07/07) - good 100% Cache version runs faster. Heavy gfx glitches after you press start during the first mission. Game is playable. Game uses a Password system. -
Sega Arcade Gallery [E] 2 b4dd8d2 (2019/09/14) - good - Game crashes after you start a game. This is a regress. Use commit 17694d4 (2017/05/22) arm9 build instead. -
Sega Rally Championship [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Sega Smash Pack [E] 2 b4dd8d2 (2019/09/14) - - - Game crashes during the intro. -
Sengoku Kakumei Gaiden [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Sennen Kazoku [J] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Sentouin Yamada Hajime [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Serious Sam Advance [E] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Shaman King Card Game - Chou Senjiryakketsu 2 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Shaman King Card Game - Chou Senjiryakketsu 3 [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Shaman King - Legacy of the Spirits - Soaring Hawk [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Shaman King - Legacy of the Spirits - Sprinting Wolf [U] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Shaman King - Master of Spirits [E] 6 b4dd8d2 (2019/09/14) bad 100% Cache version runs faster. Minor gfx glitches now and then. Minor Gameboy sounds are missing. Game is playable. -
Shaman King - Master of Spirits 2 [E] 6 b4dd8d2 (2019/09/14) bad 100% Cache version runs faster. Minor gfx glitches now and then. Minor Gameboy sounds are missing. Game is playable. -
Shamu's Deep Sea Adventures [E] 6 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Shanghai Advance [J] 10 916020e (2019/07/07) ? good 100% Cache version runs faster. Game runs perfect! Couldn't find a save spot. -
Shark Tale [UE] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Shaun Palmer's Pro Snowboarder [UE] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Sheep [E] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Shikakui Atama o Marukusuru Advance - Kanji Keisan [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Shikakui Atama o Marukusuru Advance - Kokugo Sansu Rika Shakai [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Shin chan - Aventuras en Cineland [Spain] 6 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Couldn't find a save spot. -
Shin chan contra los Munecos de Shock Gahn [Spain] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Shingata Medarot - Kabuto Version [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Shingata Medarot - Kuwagata Version [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Shin Kisekae Monogatari [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Shining Force - Resurrection of the Dark Dragon [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Shin Megami Tensei [J] 4 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. This build creates a save file, but won´t load it. This is a regress. Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version. -
Shin Megami Tensei 2 [J] 4 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. This build creates a save file, but won´t load it. This is a regress. Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version. -
Shin Megami Tensei Devil Children - Messiah Riser [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Shin Megami Tensei Devil Children - Puzzle de Call! [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J] 4 916020e (2019/07/07) ? minor issues minor slowdowns Cache version runs faster. Some gfx glitches. Full speed with a little slowdown. Gameboy Sounds are missing. Couldn't find a save spot. -
Shining Soul [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Shining Soul 2 [E] 4 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Saving is broken. This is a regress. Use commit 6522414 (2018/11/01) arm9 version instead. -
Shiren Monsters Netsal [J] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable. -
Shrek - Hassle at the Castle [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Shrek - Reekin' Havoc [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Shrek - Smash n' Crash Racing [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Some Sound FX are missing. Game runs fine. -
Shrek - Super Slam [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Shrek - Swamp Kart Speedway [UE] 8 916020e (2019/07/07) ? good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Shrek the Third [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Shrek 2 [UE] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Shrek 2 - Beg for Mercy [UE] 8 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Game runs fine. -
Sigma Star Saga [U] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Some Sound FX are missing. Game is playable. -
Silent Scope [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Silk to Cotton [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J] 6 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Sims - Bustin' Out [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Sim City 2000 [UE] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. -
Sims 2 [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Sims 2 - Pets [UE] 4 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Saving doesn´t work. -
Sister Princess - RePure [J] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
Sitting Ducks [E] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Simpsons - Road Rage [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Sky Dancers - They Magically Fly! [E] 4 916020e (2019/07/07) - bad 100% Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Slot! Pro 2 Advance - GoGo Juggler & New Tairyou [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Smashing Drive [E] 2 b4dd8d2 (2019/09/14) - good - Game crashes during the intro. Game uses a Password system. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead. -
Smuggler´s Run [E] 4 916020e (2019/07/07) - broken 100% Game uses a Password system. -
Smurfs - The Revenge of the Smurfs [E] 2 b4dd8d2 (2019/09/14) - - - Game crashes during the intro. Game uses a Password system. Timing. DSi speed works
Snap Kid's [J] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Snood [E] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Game is playable. Game has no save feature. -
Snood 2 - On Vacation [E] 4 916020e (2019/07/07) - minor issues 100% Heavy gfx glitches. Gameboy Sounds are missing. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Soccer Kid [UE] 6 916020e (2019/07/07) - bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system. -
Sonic Advance [E] 4 916020e (2019/07/07) - minor issues 100% Unskippable black borders on screen and music playing.
Gericom:
It tests the link hardware, which is not implemented yet and yields those boxes on test fail.
-
Sonic Advance [J] (Rev 1) 8 2dc841f (2019/8/24) minor issues 100% Unskippable black borders on screen and music playing. Requires this patch (made by Vague Rant) to skip the black borders.
Gericom:
It tests the link hardware, which is not implemented yet and yields those boxes on test fail. Minor gfx glitches. Game runs fine with patch!
-
Sonic Advance 2 [U] 8 2dc841f (2019/8/24) minor issues 100% Unskippable black borders on screen and music playing. Requires this patch (made by Robz8, ported over from Vague Rant's SA1 patch) to skip the black borders.
Gericom:
It tests the link hardware, which is not implemented yet and yields those boxes on test fail. Minor gfx glitches. Game runs fine with patch!
-
Sonic Advance 2 [E] 4 916020e (2019/07/07) - minor issues - Unskippable black borders on screen and music playing.
Gericom:
It tests the link hardware, which is not implemented yet and yields those boxes on test fail.
-
Sonic Advance 3 [E] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable. -
Sonic Battle [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Sonic Pinball Party [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are misssing. Game runs fine. -
Sonic the Hedgehog - Genesis [U] 8 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Sound of Thunder [U] 6 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Cutscenes are missing. Game is playable. Game uses a Password system. -
Space Channel 5 - Ulala's Cosmic Attack [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Space Hexcite - Maetel Legend EX [J] 6 916020e (2019/07/07) ? minor issues 100% Some gfx glitches. Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Space Invaders [UE] 8 916020e (2019/07/07) minor issues minor slowdowns Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Speedball 2 - Brutal Deluxe [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Spider Man [UE] 8 916020e (2019/07/07) good 100% FMV Intro is missing. Game runs fine. -
Spider Man 2 [E] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster. FMV Intro has much noise. Cutscenes only show text. Game is playable. -
Spider Man 3 [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Spider-Man - Battle for New York [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Spider-Man - Mysterio's Menace [UE] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game uses a Password system. Game runs fine. -
Spirits & Spells [U] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Spirit - Stallion of the Cimarron - Search for Homeland [E] 8 916020e (2019/07/07) - minor issues 100% Game uses a Password system. Game runs fine. -
SpongeBob and Friends - Attack of the Toybots [E] 8 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game uses a Password system. Game runs fine. -
SpongeBob SquarePants - Battle for Bikini Bottom [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
SpongeBob SquarePants - Creature from the Krusty Krab [E] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
SpongeBob SquarePants - Lights, Camera, Pants! [E] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
SpongeBob SquarePants - Revenge of the Flying Dutchman [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system. -
SpongeBob SquarePants - SuperSponge [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
SpongeBob SquarePants and Friends - Battle for Volcano Island [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E] 10 916020e (2019/07/07) ? good 100% Game runs perfect! Couldn't find a save spot. -
SpongeBob SquarePants and Friends Unite! [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
SpongeBob SquarePants The Movie [E] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
SpongeBob's Atlantis SquarePantis [U] 8 916020e (2019/07/07) - minor issues 100% Game runs fine. Game uses a Password system. -
Sports Illustrated for Kids - Baseball [U] 6 916020e (2019/07/07) bad 100% Voice Sample and Gameboy Sounds are missing. Game is playable. -
Sports Illustrated for Kids - Football [U] 4 916020e (2019/07/07) broken 100% Voice Sample and Gameboy Sounds are missing. -
Spyro Adventure [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Spyro Fusion [E] 4 916020e (2019/07/07) bad minor slowdowns Cache version runs faster. Some gfx glitches. Full speed with a little slowdown. -
Spyhunter [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Spy Kids 3-D - Game Over [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Spy Kids Challenger [U] 6 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Spy Muppets - License to Croak [U] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Game runs fine. Game uses a Password system. -
Spyro Season of Flame [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Spyro Season of Ice [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Spyro the Legend of - A New Beginning [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Spyro the Legend of - The Eternal Night [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
SSX 3 [UE] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
SSX Tricky [UE] 4 916020e (2019/07/07) broken minor slowdowns Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. -
Stadium Games [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature. -
Starsky & Hutch [E] 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Some gfx glitches. Full speed with a little slowdown. -
Star Wars - Flight of the Falcon [U] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Star Wars - Jedi Power Battles [E] 8 916020e (2019/07/07) - minor issues 100% Some Sound FX are missing. Game runs fine. Game uses a Password system. -
Star Wars - The New Droid Army [E] 2 b4dd8d2 (2019/09/14) - minor issues - Game crashes during the intro. Game uses a Password system. -
Star Wars Episode II - Attack of the Clones [E] 6 916020e (2019/07/07) - minor issues 100% Some Sound FX are missing. Some gfx glitches. Game is playable. Game uses a Password system. -
Star Wars Episode III - Revenge of the Sith [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Star Wars Trilogy - Apprentice of the Force [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Star X [E] 6 916020e (2019/07/07) - minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game uses a Password system. -
Steel Empire [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Street Fighter Alpha 3 [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Street Jam Basketball [UE] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Street Racing Syndicate [E] 4 916020e (2019/07/07) broken laggy Heavy gfx glitches and slowdown. -
Strike Force Hydra [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature. -
Stuart Little 2 [UE] 8 916020e (2019/07/07) - minor issues 100% Minor gfx glitches are visible every now and then. Cache version runs faster. Game runs fine. Game uses a Password system. -
Stuntman [E] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. -
Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J] 0 b4dd8d2 (2019/09/14) - minor issues - White screen after bios intro. You can hear music play. -
Suite Life of Zack & Cody - Tipton Caper [U] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. -
Summon Night - Swordcraft Story [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Summon Night - Swordcraft Story 2 [U] 8 b4dd8d2 (2019/09/14) minor issues 100% Cache version runs faster and has less gfx glitches. Disable main memory cache in the gbarunner2 menu to play the game. Minor gfx glitches now and then. Minor Gameboy sounds are missing. Game runs fine. -
Summon Night - Swordcraft Story 3 [J] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Sum of All Fears [E] 4 916020e (2019/07/07) ? broken 100% Couldn't find a save spot. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. -
Super Army War [U] 4 916020e (2019/07/07) - broken laggy Cache version runs faster. Heavy slowdown. Game uses a Password system. -
Super Black Bass Advance [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Super Bubble Pop [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Super Bust-A-Move [E] 6 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Some gfx glitches. Game is playable. Game has no save feature. -
Super Chinese 1-2 Advance [J] 4 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Couldn't find a save spot. -
Super Collapse! II [U] 8 916020e (2019/07/07) - minor issues 100% Cache version has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Super Dodge Ball Advance [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Super Dropzone - Intergalactic Rescue Mission [E] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Super Duper Sumos [U] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Super Ghouls´n Ghosts [UE] 10 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Game runs perfect! -
Super Hornet FA 18F [U] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Some noise during the pause screen. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Superman - Countdown to Apokolips [U] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Superman Returns - Fortress of Solitude [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Super Mario Advance - Super Mario Bros 2 [UE] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Super Mario Advance 2 - Super Mario World - [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Super Mario Advance 3 - Yoshi's Island [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Super Mario Advance 4 - Super Mario Bros 3 [U] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Super Monkey Ball Jr. [U] 4 916020e (2019/07/07) good 100% Cache version runs faster. Heavy gfx glitches. -
Super Puzzle Fighter II Turbo [E] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) master build instead. -
Super Robot Taisen A [J] 6 916020e (2019/07/07) ? bad 100% Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. -
Super Robot Taisen D [J] 6 916020e (2019/07/07) bad 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. -
Super Robot Taisen J [J] 6 916020e (2019/07/07) bad 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. -
Super Robot Taisen R [J] 6 916020e (2019/07/07) bad 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. -
Super Robot Taisen - Original Generation [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Super Robot Taisen - Original Generation 2 [U] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Super Street Fighter 2 Turbo Revival [E] 6 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Some gfx glitches. Game is playable. -
Surf's Up [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Sutakomi - Star Communicator [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Sweet Cookie Pie [J] 6 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Some gfx glitches. Game is playable. Couldn't find a save spot. -
Sword of Mana [E] 0 b4dd8d2 (2019/09/14) - - - White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) master build instead. -
Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Tactics Ogre - The Knight of Lodis [U] 2 05a69d8 (2019/09/15) - - - Game crashes during the intro. -
Taiketsu! Ultra Hero [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Some Sound FX are missing. Couldn't find a save spot. -
Tales of Phantasia [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Tales of the World - Narikiri Dungeon 2 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Tales of the World - Narikiri Dungeon 3 [J] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Tales of the World - Summoner's Lineage [J] 8 916020e (2019/07/07) ? good minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Tak and the Power of Juju [E] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Tak - The Great Juju Challenge [UE] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Tak 2 - The Staff of Dreams [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Tanbi Musou - Meine Liebe [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Tang Tang [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Tantei Gakuen Q - Meitantei ha Kimi da! [J] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. -
Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Tarzan - Return to the Jungle [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Taxi 3 [FR] 4 916020e (2019/07/07) - bad minor slowdowns Cache version runs faster and has less gfx glitches. Heavy gfx glitches. Full speed with a little slowdown. Game has no save feature. -
Teenage Mutant Ninja Turtles [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Teenage Mutant Ninja Turtles 2 - Battle Nexus [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Teen Titans [U] 8 916020e (2019/07/07) minor issues 100% Cache version has worse audio. Minor gfx glitches are visible every now and then. Game runs fine. -
Teen Titans 2 [U] 6 916020e (2019/07/07) bad 100% Cache version runs faster but has worse audio. Minor gfx glitches are visible every now and then. Game is playable. -
Tekken Advance [E] 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Heavy gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown. -
Tennis Masters Series 2003 [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Tennis no Ouji-sama - Aim at the Victory! [J] 6 05a69d8 (2019/09/15) bad minor slowdowns Cache version runs faster. Some gfx glitches. Full speed with a little slowdown. Game is playable. -
Tennis no Ouji-sama - Genius Boys Academy [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Tennis no Ouji-sama 2003 - Cool Blue [J] 2 05a69d8 (2019/09/15) - bad - Game crashes during the intro. Minor Gameboy sounds are missing. Unplayable. This is a regress. Use commit 83108c7 (2018/03/04) arm9 version instead. -
Tennis no Ouji-sama 2003 - Passion Red [J] 2 05a69d8 (2019/09/15) - bad - Game crashes during the intro. Minor Gameboy sounds are missing. Unplayable. This is a regress. Use commit 83108c7 (2018/03/04) arm9 version instead. -
Tennis no Ouji-sama 2004 - Glorious Gold [J] 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Some gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown. -
Tennis no Ouji-sama 2004 - Stylish Silver (J) 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Some gfx glitches. Gameboy Sounds are missing. Full speed with a little slowdown. -
Ten Pin Alley 2 [U] 2 05a69d8 (2019/09/15) - - - Game crashes during the intro. -
Terminator 3 - Rise of the Machines [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Tetris Worlds [E] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. This is a regress. Use commit a61e70e (2017/04/22) master build instead. -
Texas Hold´em Poker [UE] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
TG Rally [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
That's So Raven [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
That's So Raven 2 - Supernatural Style [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
The Legend of Zelda - A Link to the Past [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches during the mode 7 map. Game runs fine. -
The Legend of Zelda - The Minish Cap [E] 8 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
The Three Stooges [U] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Thunder Alley [U] 4 916020e (2019/07/07) - broken minor slowdowns Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game has no save feature. -
Thunderbirds [UE] 10 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Game runs perfect! Game uses a Password system. -
Thunderbirds - International Rescue [E] 6 916020e (2019/07/07) - bad 100% Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Tiger Woods PGA Tour Golf [UE] 4 916020e (2019/07/07) broken 100% Gameboy Sounds are missing. -
Tiger Woods PGA Tour 2004 [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Tim Burton's The Nightmare Before Christmas - The Pumpkin King [UE] 2 05a69d8 (2019/09/15) - - - Game crashes during the intro. -
Tiny Toon Adventures - Buster's Bad Dream [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Tiny Toon Adventures - Wacky Stackers [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game has no save feature. -
Titeuf - Ze Gagmachine (FR) 10 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Game runs perfect! Game uses a Password system. -
Titeuf Mega Compet (FR) 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
TMNT - Teenage Mutant Ninja Turtles [E] 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Tokyo Majin Gakuen - Fuju Houroku (J) 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Tokyo Xtreme Racer Advance [E] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster and has less gfx glitches. Some Sound FX are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Tomato Adventure [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Tom and Jerry in Infurnal Escape [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! Game uses a Password system. -
Tom and Jerry Tales [E] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Tom and Jerry - The Magic Ring [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Tom Clancy's Rainbow Six - Rogue Spear [E] 4 916020e (2019/07/07) ? broken 100% This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 version has working audio. Couldn't find a save spot. -
Tom Clancy's Splinter Cell [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Tom Clancy's Splinter Cell - Pandora Tomorrow [E] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Tonka - On the Job [U] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Tony Hawk´s American Sk8land [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Game runs fine. -
Tony Hawk´s Downhill Jam [E] 4 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. -
Tony Hawk´s Pro Skater 2 [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Tony Hawk´s Pro Skater 3 [UE] 4 916020e (2019/07/07) minor issues laggy Heavy slowdown. -
Tony Hawk´s Pro Skater 4 [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Tony Hawk`s Underground [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Game runs fine. -
Tony Hawk`s Underground 2 [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Top Gear GT Championship [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Top Gun - Combat Zones [U] 2 05a69d8 (2019/09/15) - good - Game crashes during the intro. Game uses a Password system. -
Top Gun - Firestorm Advance [UE] 6 916020e (2019/07/07) - bad 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Top Spin 2 [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J] 10 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Total Soccer Advance [J] 6 916020e (2019/07/07) ? bad 100% Gameboy Sounds are missing. Game is playable. Couldn't find a save spot. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Total Soccer Manager [E] 6 916020e (2019/07/07) bad 100% Game is playable. This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 version has better audio. -
Totally Spies! (E) 0 05a69d8 (2019/09/15) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Totally Spies! 2 - Undercover (E) 0 05a69d8 (2019/09/15) - - - White screen after bios intro. Use commit 371815e (2019/09/11) cache build from the rom3M branch instead. Hicode
Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E) 6 916020e (2019/07/07) ? good 100% Cache version runs faster. Some gfx glitches. Game is playable. Couldn't find a save spot. -
Toukon Heat (J) 4 916020e (2019/07/07) ? bad laggy Heavy gfx glitches and slowdown. Gameboy Sounds are missing. Couldn't find a save spot. -
Tower SP [U] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Toyrobo Force (J) 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Treasure Planet [E] 8 916020e (2019/07/07) - minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Trick Star [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Some noise during the pause screen. Game runs fine. -
Tringo [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Trollz - Hair Affair! (E) 10 916020e (2019/07/07) good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
Tron 2.0 - Killer App [E] 10 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Game runs perfect! -
Turbo Turtle Adventure (U) 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Gameboy Sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. -
Turok Evolution [E] 8 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Game runs fine. Game uses a Password system. -
Tweety and the Magic Gems (U) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Ty the Tasmanian Tiger 2 - Bush Rescue [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Ty the Tasmanian Tiger 3 - Night of the Quinkan [U] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Uchuu no Stellvia [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Ui-Ire - World Soccer Winning Eleven [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Ultimate Arcade Games [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Ultimate Beach Soccer [U] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. -
Ultimate Brain Games [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Ultimate Card Games [UE] 6 916020e (2019/07/07) minor issues 100% Cache version runs faster. Some gfx glitches. Gameboy Sounds are missing. Game is playable. -
Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U] 6 916020e (2019/07/07) minor issues minor slowdowns Cache version runs faster. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. -
Ultimate Puzzle Games [U] 2 05a69d8 (2019/09/15) - minor issues - Game crashes at random. -
Ultimate Spider-Man [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. FMV intro is missing. Game runs fine. -
Ultimate Winter Games [U] 4 916020e (2019/07/07) - broken minor slowdowns Cache version runs faster. Heavy gfx glitches. Full speed with a little slowdown. Game uses a Password system. -
Ultra Keibitai - Monster Attack [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Unfabulous [U] 8 916020e (2019/07/07) - minor issues 100% Game runs fine. Game uses a Password system. -
Uno 52 [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game has no save feature. -
Uno Free Fall [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game has no save feature. -
Urban Yeti! [UE] 8 916020e (2019/07/07) - good 100% Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Urbz - Sims in the City [UE] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
Van Helsing (E) 8 916020e (2019/07/07) - good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Vattroller X (J) 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
VeggieTales - LarryBoy and the Bad Apple (U) 10 916020e (2019/07/07) good 100% Game runs perfect! -
Virtua Tennis [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Virtual Kasparov (E) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
V-Master Cross (J) 2 05a69d8 (2019/09/15) - minor issues 100% Cache version runs faster. Minor Gameboy sounds are missing. Game crashes after you win the intro battle. -
V-Rally 3 [E] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. Should work on dsi/3ds systems with the latest nightly nds-bootstrap in Twilight Menu++. -
V.I.P. (E) 0 05a69d8 (2019/09/15) - - - White screen after bios intro. -
Wade Hixton's Counter Punch (UE) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J) 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J) 2 05a69d8 (2019/09/15) - minor issues 100% Cache version runs faster. Game crashes during the intro. Minor Gameboy sounds are missing. -
Wakeboarding Unleashed featuring Shaun Murray [E] 2 05a69d8 (2019/09/15) - - - Disable center and mask in the gbarunner2 menu to boot the game. The game crashes during the licensed by screen. -
Waliou Xunbao Ji (China) 8 916020e (2019/07/07) good 100% Wario Land 4 for iQue China. Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Waliou Zhizao (China) 8 916020e (2019/07/07) minor issues 100% Wario Ware for iQue China. Cache version runs faster and has less noise. Game runs fine. -
Wanko de Kururin! Wancle (J) 8 916020e (2019/07/07) ? minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Wanko Mix Chiwanko World (J) 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Wannyan Doubutsu Byouin - Doubutsu (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Wanwan Meitantei (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Wario Land 4 [UE] 8 916020e (2019/07/07) good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
Wario Ware Inc. - Minigame Mania [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less noise. Game runs fine. -
Wario Ware Twisted! [U] 4 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Motion sensor game. White screen after bios intro with motion sensor patch. -
Watashi no Makesalon (J) 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Whac-A-Mole [E] 8 916020e (2019/07/07) minor issues 100% Game runs fine. -
Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J) 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Who Wants to Be a Millionaire [E] 8 916020e (2019/07/07) - minor issues 100% Glitched FMV intro. Game runs fine. Game has no save feature. -
Who Wants to Be a Millionaire - 2nd Edition [E] 8 916020e (2019/07/07) - minor issues 100% Glitched FMV intro. Game runs fine. Game has no save feature. -
Who Wants to Be a Millionaire Junior [E] 8 916020e (2019/07/07) - minor issues 100% Glitched FMV intro. Game runs fine. Game has no save feature. -
Wild [UE] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Wild Thornberrys Movie [UE] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Wild Thornberrys Chimp Chase [UE] 10 916020e (2019/07/07) - good 100% Cache version runs faster. Game runs perfect! Game uses a Password system. -
Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system. -
Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G] 2 05a69d8 (2019/09/15) minor issues 100% Game crashes during the first level. -
Wing Commander - Prophecy [E] 2 05a69d8 (2019/09/15) - - - Game crashes during the intro. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead. -
Wings [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Winnie the Pooh's Rumbly Tumbly Adventure [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
Winning Post for Gameboy Advance [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Winter Sports [E] 2 05a69d8 (2019/09/15) - - - Game crashes during the intro. -
WinX Club [E] 8 916020e (2019/07/07) good 100% Gfx glitches during the FMV intro. Minor gfx glitches are visible every now and then. Game runs fine. -
WinX Club - Quest for the Codex [E] 10 916020e (2019/07/07) - good 100% Cache version runs faster and has less gfx glitches. Game runs perfect! -
W.i.t.c.h. [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Game runs fine. -
Wizardry Summoner [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Wolfenstein 3D [UE] 6 916020e (2019/07/07) good 100% Cache version runs faster. Some gfx glitches. Game is playable. -
Woody Woodpecker in Crazy Castle 5 [E] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. -
Word Safari - The Friendship Totems [UE] 6 916020e (2019/07/07) bad 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game is playable. -
World Advance Soccer - Shouri heno Michi (J) 2 05a69d8 (2019/09/15) minor issues - Game crashes during the intro. Minor Gameboy sounds are missing. -
World Championship Poker [E] 10 916020e (2019/07/07) - good 100% Game runs perfect! Game uses a Password system. -
World Poker Tour [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
World Tennis Stars [E] 8 916020e (2019/07/07) - minor issues 100% Cache version runs faster. Some Sound FX are missing. Game runs fine. Game has no save feature. -
Worms Blast [E] 6 916020e (2019/07/07) - bad 100% Gfx glitches on the map screen. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
Worms World Party [E] 6 05a69d8 (2019/09/15) - minor issues 100% Disable center and mask in the gbarunner2 menu to play the game. Cache version runs faster. Minor Gameboy sounds are missing. Minor gfx glitches because of the disabled border. Game is playable. Game uses a Password system. -
WTA Tour Tennis [U] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
WWE - Road to WrestleMania X8 [UE] 6 916020e (2019/07/07) bad 100% Voice over are missing. Gameboy Sounds are missing. Game is playable. -
WWE - Survivor Series [UE] 6 916020e (2019/07/07) bad 100% Voice over are missing. Gameboy Sounds are missing. Game is playable. -
WWF - Road to WrestleMania [UE] 6 916020e (2019/07/07) - bad 100% Voice over are missing. Gameboy Sounds are missing. Game is playable. Game uses a Password system. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds. -
XS Moto [U] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. -
xXx [UE] 0 05a69d8 (2019/09/15) - - - White screen after bios intro. -
X2 - Wolverine's Revenge [UE] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. -
X-Bladez - Inline Skater [E] 6 916020e (2019/07/07) - bad 100% Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Some Sound FX are missing. Game is playable. Game uses a Password system. -
X-Men - Reign of Apocalypse [UE] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
X-Men - The Official Game [E] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Yaoxi Dao [China] 8 916020e (2019/07/07) good 100% Yoshi´s Island for iQue China. Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Yggdra Union - We will never fight alone [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Yoshi's Universal Gravitation [E] 4 916020e (2019/07/07) - minor issues 100% Gameboy Sounds are missing. Motion sensor game. White screen when patched with the motion control patch. -
Youkaidou [J] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E] 6 05a69d8 (2019/09/15) bad 100% Cache version runs faster. Minor gfx glitches are visible now and then. Minor Gameboy Sounds are missing. Game is playable. -
Yu-Gi-Oh! - Destiny Board Traveler [E] 8 916020e (2019/07/07) ? good 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot. -
Yu-Gi-Oh! - Dungeon Dice Monsters [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! - Reshef of Destruction [E] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! - The Eternal Duelist Soul [U] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! - The Sacred Cards [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! - World Championship Tournament 2004 [E] 6 05a69d8 (2019/09/15) bad 100% Minor gfx glitches are visible now and then. Minor Gameboy Sounds are missing. Game is playable. -
Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Yu-Gi-Oh! Duel Monsters International 2 [J] 6 05a69d8 (2019/09/15) bad 100% Cache version runs faster. Minor gfx glitches are visible now and then. Game is playable. -
Yu-Gi-Oh! GX - Duel Academy [E] 6 05a69d8 (2019/09/15) bad 100% Cache version runs faster. Minor gfx glitches are visible now and then. Game is playable. -
Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot -
Yuureiyashiki no Nijuuyojikan [J] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Yu Yu Hakusho - Ghostfiles - Spirit Detective [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE] 10 916020e (2019/07/07) good 100% Game runs perfect! -
Zapper [E] 8 916020e (2019/07/07) good 100% Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. -
Zatchbell! - Electric Arena [U] 8 916020e (2019/07/07) minor issues 100% Cache version has less gfx glitches. Glitches in the textbox. Gameboy Sounds are missing. Game runs fine. -
Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Zero-Tours [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Zero One [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Zero One SP [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. -
Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Gameboy Sounds are missing. Game runs fine. -
Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J] 8 916020e (2019/07/07) ? minor issues 100% Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J] 8 916020e (2019/07/07) ? minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot. -
Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Zidane Football Generation [E] 4 916020e (2019/07/07) - broken 100% Game has no save feature. -
Zoey 101 [UE] 8 916020e (2019/07/07) - minor issues 100% Game runs fine. Game uses a Password system. -
Zoids Legacy [U] 8 916020e (2019/07/07) minor issues 100% Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Zoids Saga [J] 8 916020e (2019/07/07) minor issues 100% Gameboy Sounds are missing. Game runs fine. -
Zoids Saga Fuzors [J] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -
Zone of the Enders - The Fist of Mars [E] 10 916020e (2019/07/07) good 100% Cache version runs faster. Game runs perfect! -
ZooCube [E] 8 916020e (2019/07/07) good 100% Minor gfx glitches are visible every now and then. Game runs fine. -
Zooo [E] 8 916020e (2019/07/07) minor issues 100% Cache version runs faster. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. -

Rom Hacks

ROM Title [Region] Commit ID (build on date) Notes11
Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E] 916020e (2019/07/07) Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Saving works.
Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U] 916020e (2019/07/07) Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U] 916020e (2019/07/07) Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
Castlevania Aria of Sorrow - Castlevania Reaper's Reckoning Hack V.1.7 [U] 916020e (2019/07/07) Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U] 916020e (2019/07/07) Cache version runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Gameboy Sounds are missing. Game runs fine. Saving works.
Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J] 916020e (2019/07/07) Infinite Konami logo loop. Unplayable.
Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U] 916020e (2019/07/07) Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J] 916020e (2019/07/07) Game won´t boot. Unplayable.
Fire Emblem - Tactics Universe V.3 [U] 916020e (2019/07/07) Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
Fire Emblem - The Last Promise Hack V.2.1 [U] 916020e (2019/07/07) Game crashes after you start the first chapter. Unplayable. Saving works.
Metroid Fusion - 20002000 Hack V.0.93 [U] 916020e (2019/07/07) Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U] 916020e (2019/07/07) Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U] 916020e (2019/07/07) Game crashes during the intro. Unplayable.
Metroid Zero Mission - Menu Hack V.1.0 [U] 916020e (2019/07/07) Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U] 916020e (2019/07/07) Cache version runs faster. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U] 916020e (2019/07/07) Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U] 916020e (2019/07/07) Game crashes after you select the Boss rush mode. Unplayable.
Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U] 916020e (2019/07/07) Game crashes after you start a new game. Unplayable.


Homebrew

ROM Title [Region] Commit ID (build on date) Notes11
Anguna V.0.95 916020e (2019/07/07) Game runs fine. Game crashes when you save. Saving doesn´t work.
Beru 916020e (2019/07/07) Game runs perfect! Saving works.
Castle Master 916020e (2019/07/07) No Audio. Game is playable. Saving works.
Christmas Advance 916020e (2019/07/07) White screen after bios intro. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.
Combat Advanced V.0.43 916020e (2019/07/07) Cache version has less gfx glitches. Some gfx glitches. Game is playable. Game has no save feature.
El-Hazard 916020e (2019/07/07) Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.
Eliminator V.0.91 916020e (2019/07/07) Cache version runs faster. No Audio by default. Game runs fine. Game has no save feature.
Elite - The New Kind v.1.7.1 916020e (2019/07/07) Some Sound FX are missing. Game runs fine. Saving works.
Ex Machina 916020e (2019/07/07) White screen after bios intro. Fixed the header with gbata. Unplayable.
Kunoichi Yami 916020e (2019/07/07) Gameboy Sounds are missing. Game runs fine. Game has no save feature.
Lily and the lost Angel V.0.2 916020e (2019/07/07) Black screen after bios intro. Unplayable.
Magical Chase 916020e (2019/07/07) Broken bios intro. Fixed the header with gbata. Unplayable.
Metal Warrior 4 V.1.1 916020e (2019/07/07) Cache version runs faster. Game runs perfect! Saving works.
Nebulus V.1.2 916020e (2019/07/07) Cache version works. Game runs perfect! Game has no save feature.
Orn 916020e (2019/07/07) Cache version runs faster. Heavy slowdown in some areas. Game has no Save feature.
Panic at work 916020e (2019/07/07) Broken bios intro. Fixed the header with gbata. Unplayable.
Quake 3D Demo 916020e (2019/07/07) White screen after bios intro. Fixed the header with gbata. Unplayable.
Rinne Tensyou ADVANCE 916020e (2019/07/07) Some Sound FX are missing. Game runs fine. Saving works.
Rodion 916020e (2019/07/07) White screen after bios intro. Unplayable.
Sonic the Hedgehog - [2007 Port Demo] 916020e (2019/07/07) Cache version runs faster. No Audio. Some gfx glitches. Working. Game has no save feature.
Space Twins 916020e (2019/07/07) Some Sound FX are missing. Game runs fine. Saving works.
Super Mario - The Last Advance Quest V.2.0 916020e (2019/07/07) Cache version runs faster. Much Noise. Working. Saving works.
Super Star Shooter Advance 916020e (2019/07/07) Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Saving works.
Sushi the Cat 916020e (2019/07/07) Black screen after bios intro. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.
The Endless Tower 916020e (2019/07/07) Game runs a little faster than intended. Game runs fine. Saving works.
The Fallen 916020e (2019/07/07) Broken bios intro. Fixed the header with gbata. Unplayable.
The Last Seal 916020e (2019/07/07) Some Sound FX are missing. Game runs fine. Saving works.
Trailblazer Advance 916020e (2019/07/07) Much Noise. Working. Game has no save feature.
Uranus 916020e (2019/07/07) White screen after bios intro. Unplayable. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.
Uranus 2 916020e (2019/07/07) White screen after bios intro. Unplayable. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.
Uranus Zero 916020e (2019/07/07) Cache version runs faster. Some Sound FX are missing. Minor slowdown and gfx glitches. Game is playable. Couldn't find a save spot.
Vulkanon V.2.0 916020e (2019/07/07) Gameboy Sounds are missing. Game runs fine. Game has no save feature.

Prototype

ROM Title [Region] Commit ID (build on date) Notes11
Another World V.2.1 916020e (2019/07/07) Cache version runs faster. No Audio. Working. Saving works.
Banjo Kazooie - Grunty's Revenge - Early Beta 916020e (2019/07/07) Cache version runs faster. Game runs perfect! Saving works.
Banjo Pilot Voxel 916020e (2019/07/07) Cache version runs faster. Heavy slowdown and gfx glitches. Unplayable. Saving works.
Battletoads 916020e (2019/07/07) Cache version runs faster. Some slowdown and gfx glitches. Unplayable. Game has no save feature.
Blue Angelo - Monsters Stable 916020e (2019/07/07) Broken bios intro. Fixed the header with gbata. Unplayable.
Blue Angelo - More Detail Unstable 916020e (2019/07/07) Broken bios intro. Fixed the header with gbata. Unplayable.
Broken Circle [E] 916020e (2019/07/07) Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
Contra Advance - Review Prototype 916020e (2019/07/07) Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Game uses a Password system.
Diddy Kong Pilot 2001 916020e (2019/07/07) Broken bios intro. Fixed the header with gbata. Unplayable.
Diddy Kong Pilot 2003 Alpha 916020e (2019/07/07) Cache version runs faster. Some slowdown and gfx glitches. Working. Saving works.
DK - King of Swing - Kiosk Demo [U] 916020e (2019/07/07) White screen after bios intro. Unplayable.
Dune Ornithopter Assault 916020e (2019/07/07) Game crashes after you select a language. Unplayable.
Fire Eaters - Zero Bandits (Black Belt Challenge) [E] 916020e (2019/07/07) Game crashes after the titlescreen. Unplayable.
Fire Emblem - Rekka no Ken [J] [Proto 0206] 916020e (2019/07/07) Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
Fire Emblem - Rekka no Ken [J] [Proto 0219] 916020e (2019/07/07) Cache version runs faster. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game is playable. Saving works.
Flashback Legends [Proto] 916020e (2019/07/07) White screen after bios intro. Unplayable.
Haunted Mansion [Proto] [U] 916020e (2019/07/07) White screen after bios intro. Unplayable.
Hikaru no Go Taikenban [Promo] [J] 916020e (2019/07/07) Cache version runs faster. Gameboy Sounds are missing. Game runs fine. Couldn't find a save spot.
Kien [Proto] [U] 916020e (2019/07/07) Cache version runs faster. Minor slowdown and gfx glitches every now and then. Game runs fine. Game uses a Password system.
Kirby and the Amazing Mirror [Demo] [J] 916020e (2019/07/07) Cache version runs faster. Minor slowdown and gfx glitches every now and then. Game runs fine. Game has no save feature.
Konami Krazy Racers [U] 916020e (2019/07/07) White screen after bios intro. This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.
Legend of Zelda - The Minish Cap [Kiosk Demo] [U] 916020e (2019/07/07) Cache version runs faster and has less gfx glitches. Gameboy Sounds are missing. Game runs fine. Game has no save feature.
LEGO Racers 2 [Beta] 916020e (2019/07/07) Cache version works. Some gfx glitches. Gameboy Sounds are missing. Game is playable. Saving works. Kind of a regress here. Commit unspecified (2019/06/03) (sd save branch) arm9 version has more audio channel but misses the gameboy sounds.
Mandrake the Magician - Shadow of the Vehme 916020e (2019/07/07) Game crashes after you select the language. Unplayable.
Mario & Luigi - Superstar Saga [Kiosk Demo] [U] 916020e (2019/07/07) Game crashes when you enter battle. Unplayable.
Megaman Battle Network 2 916020e (2019/07/07) White screen after bios intro. Unplayable.
Metroid Fusion [09.11.2002 Proto] 916020e (2019/07/07) Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
Metroid Fusion [09.16.2002 Proto] 916020e (2019/07/07) Cache version works. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.
Metroid Zero Mission - [05.12.2003 Proto with Debug] 916020e (2019/07/07) Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
Metroid Zero Mission - [16.01.2004 Proto with Debug] 916020e (2019/07/07) Cache version works. Minor slowdown during the Intro cutscene. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and the menu. Game is playable. Saving works.
Morning Adventure [Promo] 916020e (2019/07/07) Cache version runs faster. Minor Noise during the Pause screen. Game runs fine. Game has no save feature.
Motocross Challenge [Proto] 916020e (2019/07/07) Heavy slowdown. Unplayable.
Moto GP [Beta] 916020e (2019/07/07) Cache version runs faster and has less gfx glitches. Much Noise. Gameboy Sounds are missing. Unplayable. Game uses a Password system.
Overstorm [Proto] 916020e (2019/07/07) Cache version runs faster. Game runs perfect! Game has no save feature.
Phantom - The Ghost who walks 916020e (2019/07/07) Game runs perfect! Couldn't find a save spot.
Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo] 916020e (2019/07/07) Cache version runs faster. Game runs perfect! Game has no save feature.
Pokemon Ruby [German Debug Build] 916020e (2019/07/07) White screen after bios intro. Unplayable.
Resident Evil 2 916020e (2019/07/07) Game runs too fast. Working. Game has no save feature. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.
Santa Claus Jr. Advance 916020e (2019/07/07) Cache version runs faster and has less gfx glitches. Minor gfx glitches. Some Noise during the Pause screen. Game runs fine. Saving works.
Sonic Advance 916020e (2019/07/07) Unskippable Black Borders on Screen and Music playing. Unplayable.
Gericom:
It tests the link hardware, which is not implemented yet and yields those boxes on test fail.
Sonic Advance 3 916020e (2019/07/07) Cache version runs faster and has less gfx glitches. Some gfx glitches. Gameboy Sounds are missing. Game is playable. Saving works.
SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto] 916020e (2019/07/07) Some gfx glitches during the intro. Game runs fine. Game uses a Password system.
SpongeBob SquarePants - SuperSponge [06.06.2001 11.36 Proto] 916020e (2019/07/07) Some gfx glitches during the intro. Game runs fine. Game uses a Password system.
SpongeBob SquarePants - SuperSponge [07.31.2001 Proto] 916020e (2019/07/07) Game runs perfect! Game uses a Password system.
Starsky & Hutch [Beta] [U] 916020e (2019/07/07) Game crashes during the intro. Unplayable. This is a regress. Use commit 17694d4 (2017/05/22) arm9 version instead.
Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE] 916020e (2019/07/07) Game runs perfect! Saving works.
Turok Advance [Bright Proto] 916020e (2019/07/07) Cache version runs faster. Full Speed with a little Slowdown. Minor gfx glitches. Game is playable. Game has no save feature.
Turok Advance [Proto] 916020e (2019/07/07) Cache version runs faster. Full Speed with a little Slowdown. Minor gfx glitches. Game is playable. Game has no save feature.
Tyrian 2000 [Proto] 916020e (2019/07/07) White screen after bios intro. Unplayable.
World Reborn 916020e (2019/07/07) Cache version runs faster. Some Noise during the Pause screen. Game runs fine. Game uses a Password system.
Yoshi's Story [GBA Tech Demo] 916020e (2019/07/07) Cache version runs faster. Minor gfx glitches. Game runs fine. Game has no save feature.


Unlicensed games

ROM Title [Region] Commit ID (build on date) Notes11
Digimon Ruby 916020e (2019/07/07) Infinite loop to the titlescreen. Unplayable.
Digimon Sapphire 916020e (2019/07/07) White screen after bios intro. Unplayable.
Iron Kid [Korea] 916020e (2019/07/07) Game crashes during the Intro. Unplayable. Saving works.
Mo Jie Qibing [Chinese] 916020e (2019/07/07) White screen after bios intro. Unplayable.
Qwak [E] 916020e (2019/07/07) Game runs fine. Saving works.
Rockman & Crystal [Chinese] 916020e (2019/07/07) White screen after bios intro. Unplayable.