From WikiTemp, the GBAtemp wiki
(updated the list until Tennis no Ouji-sama 2003 - Passion Red [J])
(950 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
 +
 
{{InfoBox
 
{{InfoBox
 
  |title=GBARunner2
 
  |title=GBARunner2
Line 13: Line 15:
 
  |label4 = Source code
 
  |label4 = Source code
 
  |data4 = [https://github.com/Gericom/GBARunner2 GitHub]
 
  |data4 = [https://github.com/Gericom/GBARunner2 GitHub]
  |label5 = Latest version
+
  |label5 = Latest stable version
  |data5 = [https://gbatemp.net/attachments/gbarunner2-zip.86221/ Commit 216734d (2017/05/06)]
+
  |data5 = [https://github.com/Gericom/GBARunner2/releases/tag/v20200216-165624_c417fd0 Commit c417fd0 (2020/02/16) build]
 
  |label6 = Discussion thread
 
  |label6 = Discussion thread
 
  |data6 = [https://gbatemp.net/threads/gbarunner2.451970/ GBATemp.net]  
 
  |data6 = [https://gbatemp.net/threads/gbarunner2.451970/ GBATemp.net]  
 
}}
 
}}
  
'''GBARunner2''' is a GBA hypervisor for DS (like Nintendont for GC on WII).
+
'''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 =
 
= 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
 +
* Do '''NOT''' use SRAM patches unless stated on the wiki. They cause problems with the internal patching of GBARunner2 and may actually break saving.)
 +
* 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
 +
* GBARunner2 supports custom border frames if put in sd\_gba\frames. An example of one and some pointers on how to make one yourself can be found in [https://gbatemp.net/threads/gbarunner2.451970/page-134#post-8988124 this post.]
  
1. Make sure your sd card is fat32 formatted.
+
* 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).
 
+
2. Put a gba bios as bios.bin in the root of your sd card.(*)
+
 
+
3. Put Gbarunner2.nds on your sd card.
+
 
+
4. SRAM patch your gba rom with [https://filetrip.net/gba-downloads/tools-utilities/download-gbata-gba-tool-advance-0-7a-f223.html GBATA] to avoid the "Your save data is corrupted" message.
+
 
+
5. Put the rom as runner.gba in the root of your sd.
+
 
+
6. Run gbarunner2.nds.
+
 
+
 
+
With Commit a61e70e Version it is possible to load your save files. They should have the same name as the gba file but instead of .gba they should be .sav
+
 
+
 
+
(*) Do not use Normmatt's open-source GBA BIOS, as some patches are applied to the BIOS at hardcoded addresses. The MD5 of the BIOS you must use is A860E8C0B6D573D191E4EC7DB1B1E4F6. Use [http://www.winmd5.com/ WinMD5Free] to check the MD5.
+
 
+
== Not implemented yet ==
+
 
+
- GUI.
+
  
- Rom selector/browser.
+
== 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>
  
- Saving on sd card (currently in work).
+
You can check the MD5 with [http://www.winmd5.com/ WinMD5Free] for example.
  
 
= Compiling the latest version =
 
= Compiling the latest version =
Line 58: Line 51:
  
 
= Downloads =
 
= Downloads =
 +
New commits are now automatically built 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 371815e (2019/09/11) latest in ROM3M branch needed to play Pokemon Emerald and others on DS.''' https://github.com/Gericom/GBARunner2/releases/tag/v20190911-201047_371815e '''
 +
 +
* 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.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.84873/ Commit a61e70e (2017/04/22)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-26#post-7261890 here].  
Line 77: Line 113:
  
 
= Compatibility list =
 
= Compatibility list =
 +
 +
<big>'''[[GBARunner2/DSi_3DS_Compatibility_List|The DSi and 3DS have their own compatibility list! Click Here!]]'''</big>
  
 
{|width="25%" cellspacing="1" border="1px"
 
{|width="25%" cellspacing="1" border="1px"
 
!Legend
 
!Legend
 
|-
 
|-
|align="center" style="background:#4CAF50"|Very Playable - Full Speed. Very Good Audio. No Glitches.
+
|align="center" style="background:#4CAF50"|Very Playable - Full Speed. Very Good Audio. No gfx glitches.
 
|-
 
|-
|align="center" style="background:#B4EEB4"|Very Playable - Full Speed. Very Good Audio. A Few Glitches.
+
|align="center" style="background:#B4EEB4"|Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches. Gameboy Sounds are missing.
 
|-
 
|-
|align="center" style="background:#FFEB3B"|Playable - Minor Performance issues. Gameboy Sounds missing.
+
|align="center" style="background:#FFEB3B"|Playable - Minor Performance issues. Gameboy Sounds are missing.
 
|-
 
|-
 
|align="center" style="background:#FFB142"|Working/Unplayable - Game is very slow/laggy/glitched up.
 
|align="center" style="background:#FFB142"|Working/Unplayable - Game is very slow/laggy/glitched up.
Line 92: Line 130:
 
|-
 
|-
 
|align="center" style="background:#5c5c5c"|No boot - Game doesn't even boot.
 
|align="center" style="background:#5c5c5c"|No boot - Game doesn't even boot.
|-}
+
|}
 +
 
 +
 
 +
* '''! A save error message (and sometimes other crashes too) means that your game must be sram patched - check the Usage section for the appropriate tool !'''
 +
 
 +
* '''! Some games have Release Intro´s attached to them. 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 ! Also check if the ROM is a verified good dump by No-Intro by comparing the hashes of your ROM (CRC32, MD5 etc.) with the ones found on [https://datomatic.no-intro.org/ DAT-o-MATIC]'''
 +
 
  
 +
== Retail games ==
  
* '''! 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 !'''
+
{{GBAR2GameTable}}
 +
{{GBAR2Game|title=007 - James Bond - Everything or Nothing [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Sync on timer game. Slowdown during the first level because of timing issues.}}
 +
{{GBAR2Game|title=007 - James Bond - Nightfire [UE]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=2 Games in 1 - Uno + Skip-Bo [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=2K Sports - Major League Baseball 2K7 [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Ace Combat Advance [UE]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Ace Lightning [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}
 +
{{GBAR2Game|title=Action Man - Robot Atak [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}} 
 +
{{GBAR2Game|title=Activision Anthology [U]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The games appear to have timing issues. The game has heavy graphics glitches. Image duplicate scrolling up and image is squished to half sized and located on left side ingame. This is a regress compared to commit 10f3e53 (2019/12/20).}}
 +
{{GBAR2Game|title=Advance Guardian Heroes [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then. GFX glitches after passing through tunnel in stage 4-1.}}
 +
{{GBAR2Game|title=Adventure of Tokyo Disney Sea [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio is a bit out of sync. Didn´t get to a save spot.}}
 +
{{GBAR2Game|title=Advance Wars [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Advance Wars 2 - Black Hole Rising [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Aero the Acro-Bat - Rascal Rival Revenge [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Agassi Tennis Generation [E]|version=(2020/04/21) 088cbc5||rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Arcade mode is playable. Game crashes in other mode.}}
 +
{{GBAR2Game|title=Agent Hugo - Roborumble [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Aggressive Inline [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=Aigle de Guerre, L' [FR]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Aka-chan Doubutsuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1||save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Aladdin [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Aleck Bordon Adventure - Tower & Shaft Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Alex Rider - Stormbreaker [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with DSi/3DS build. White screen after bios intro with base ds model. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}
 +
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro on base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Alien Hominid [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=All Grown Up! - Express Yourself [UE]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=All-Star Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=All-Star Baseball 2004 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Altered Beast - Guardian of the Realms [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=American Bass Challenge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Black screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=American Idol [U]|version=(2020/04/21) 088cbc5|rating=perfect||nocache=1|cache=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=An American Tail - Fievel's Gold Rush [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Angel Collection - Mezase! Gakuen no Fashion Leader [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Angel Collection 2 - Pichimo ni Narou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Angelique [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Animal Mania - Dokidoki Aishou Check [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Minor gfx glitches during the intro.}}
 +
{{GBAR2Game|title=Animaniacs - Lights, Camera, Action! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Animal Snap - Rescue Them 2 by 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1||save=1|sound=bad|speed=good|note='''DS Sound regression started with commit 5569f94 (2019/09/06).'''}}
 +
{{GBAR2Game|title=Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ant Bully [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Antz - Extreme Racing [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ao-Zoura to Nakamatachi - Yume no Bouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Archer Maclean's 3D Pool [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Arctic Tale [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Army Men - Operation Green [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Army Men - Turf Wars [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Army Men Advance [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Around the World in 80 Days [E]|version=(2020/04/21) 088cbc5|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=Arthur and the Minimoys [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=A Sound of Thunder [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor Cutscenes are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Asterix & Obelix - Bash Them All! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Only Asterix and Obelix works. Game crashes, if you wait a bit after the bios intro. Asterix and Obelix uses a Password system.}}
 +
{{GBAR2Game|title=Asterix & Obelix XXL [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Astro Boy Omega Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Atari Anniversary Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Atlantis - The Lost Empire [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Atomic Betty [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=ATV - Quad Power Racing [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=ATV - Thunder Ridge Riders [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Glitches on the Title screen after you quit a race. Game uses a Password system.}}
 +
{{GBAR2Game|title=Avatar - The Last Airbender - The Burning Earth [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Avatar - The Legend of Aang [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Azumanga Daiou Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Some gfx glitches and slowdown. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Babar to the Rescue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Back to Stone [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Back Track [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Backyard Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Backyard Baseball 2006 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Backyard Basketball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Backyard Football [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Backyard Football 2006 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Backyard Hockey [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game softlocks during a match.}}
 +
{{GBAR2Game|title=Backyard Skateboarding [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Backyard Sports - Baseball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Backyard Sports - Basketball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Backyard Sports - Football 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Baldur's Gate - Dark Alliance [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Banjo Kazooie - Grunty´s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Banjo Pilot [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Barbie - The Princess and the Pauper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barbie and the Magic of Pegasus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barbie as the Island Princess [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample are missing.}}
 +
{{GBAR2Game|title=Barbie Diaries - High School Mystery [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Barbie Groovy Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Barbie Horse Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Barnyard [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches.}}
 +
{{GBAR2Game|title=Baseball Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Batman Begins [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Batman Rise of Sin Tzu [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Batman Vengeance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. FMV Intro has timing issues. Game uses a Password system.}}
 +
{{GBAR2Game|title=Battle B-Daman [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Battle B-Daman - Fire Spirits [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=BattleBots - Beyond the BattleBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=BattleBots - Design & Destroy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=BB Ball [J]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Berenstain Bears and the Spooky Old Tree [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Best Play Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noises with wram i-cache enabled. 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= (2020/04/21) 088cbc5 |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= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Big Mutha Truckers [E]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=broken|speed=lag|note=Disabling wram i-cache seems to make it not crash. Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=bit Generations - Boundish [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Coloris [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Dialhex [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Nintendo Health screen is missing.}}
 +
{{GBAR2Game|title=bit Generations - Digidrive [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches.}}
 +
{{GBAR2Game|title=bit Generations - Dotstream [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Nintendo Health screen is missing. Couldn´t find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Orbital [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=bit Generations - Soundvoyager [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Nintendo Health screen is missing. Stereo channels are missing. Does an initial direct DMA write to the sound fifos which is not implemented yet.}}
 +
{{GBAR2Game|title=Black Belt Challenge [E]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Black Matrix Zero [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Blackthorne [E]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound fx only. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Blades of Thunder [U]|version= (2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game crashes during the first level with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.|crashreason=Hicode. DSi may work}}
 +
{{GBAR2Game|title=Bleach Advance - Kurenai ni Somaru Soul Society [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Blender Bros [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=BMX Trick Racer [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Board Game Classics [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - Bakutou Hajike Taisen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - Maji de!! Shinken Battle [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Solar Sensor patch required.''' Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Boktai 2 - Solar Boy Jango [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Boktai 3 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Bomberman Jetters - Game Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=First and third mini game works only with DSi/3DS build.}}
 +
{{GBAR2Game|title=Bomberman Max 2 - Blue Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Bomberman Max 2 - Red Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Bomberman Tournament [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less gfx glitches on the map screen with wram i-cache enabled. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Bookworm [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Bouken Ou Beet - Busters Road [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Unsupported Toy Starter set needed.}}
 +
{{GBAR2Game|title=Bouken Yuuki Pluster World - Pluston GP [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Unsupported Toy Starter set needed. '''Notable Sound regression compared to commit 916020e (2019/07/07).'''}}
 +
{{GBAR2Game|title=Boukyaku no Senritsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Boulder Dash EX [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Both game mode have many gfx glitches.}}
 +
{{GBAR2Game|title=Boxing Fever [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Bratz [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Bratz - Babyz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Bratz - Forever Diamondz [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game crashes at random. Minor gfx issues during trailer driving game.}}
 +
{{GBAR2Game|title=Bratz - Rock Angelz [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Bratz - The Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Breath of Fire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Breath of Fire 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Britney's Dance Beat [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Broken Sword - The Shadow of the Templars [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Some noise during the Pause screen.}}
 +
{{GBAR2Game|title=Brother Bear [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Permanent black line on pause screen. Popping sound when loading into game. Postlogos FMV gives only black screen. Wram i-cache on gives high frequency sounds.}}
 +
{{GBAR2Game|title=Bruce Lee - Return of the Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Bubble Bobble - Old & New [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Uses Natsume audio engine so streams audio. Crashes after the titlescreen. This is a regression - Use build (2019/12/24) commit b740476 instead.}}
 +
{{GBAR2Game|title=Butt-Ugly Martians - B.K.M. Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Cabbage Patch Kids - The Patch Puppy Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Cabela's Big Game Hunter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Cabela's Big Game Hunter - 2005 Adventures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Caesars Palace Advance - Millennium Gold Edition [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=minor|note=Unable to play a game.}}
 +
{{GBAR2Game|title=Calciobit [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Camp Lazlo - Leaky Lake Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled.}}
 +
{{GBAR2Game|title=Capcom Classics Mini Mix [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Games use a Password system.}}
 +
{{GBAR2Game|title=Captain Tsubasa - Eikou no Kiseki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Car Battler Joe [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Card e-Reader [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=ROM boots without problems. Unsupported Device.}}
 +
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card de Mini Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Care Bears - The Care Quests [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Carrera Power Slide [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Cars [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Cars - Mater-National Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Cartoon Network Block Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Cartoon Network Speedway [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Casper [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Game crashes during the intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Castlevania Aria of Sorrow [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio sounds a bit odd.}}
 +
{{GBAR2Game|title=Castlevania Circle of the Moon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some noise during the File select screen.}}
 +
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Castleween [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Cat in the Hat by Dr. Seuss [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with DSi/3DS build. White Screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Catwoman [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Catz [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Chaoji Maliou 2 [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance for iQue China.}}
 +
{{GBAR2Game|title=Chaoji Maliou Shijie [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance 2 for iQue China. Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Charlie and the Chocolate Factory [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Charlotte's Web [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor clicking noise.}}
 +
{{GBAR2Game|title=Cheetah Girls [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Chessmaster [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor noise during the menu.}}
 +
{{GBAR2Game|title=Chicken Little [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Chicken Shoot [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Chicken Shoot 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Choro Q Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Choro Q Advance 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Chu Chu Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=CIMA - The Enemy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Cinderella - Magical Dreams [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. FMV show some gfx glitches.}}
 +
{{GBAR2Game|title=Cinnamon Game Series 2 - Yume no Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Cinnamoroll - Koko ni Iru yo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Classic NES Series - Bomberman (UE)|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Cocoto - Platform Jumper [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Game crashes during the Intro with wram i-cache disabled. Missing images in new game cutscene. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Codename - Kids Next Door - Operation S.O.D.A. [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Colin McRae Rally 2.0 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. No Sound,sfx only.}}
 +
{{GBAR2Game|title=Columns Crown [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Garbled pixels covering jewels in title screen.}}
 +
{{GBAR2Game|title=Combat Choro Q - Advance Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Comix Zone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Contra Advance - The Alien Wars EX [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Many SFX have issues. The 1up sound comes instead of explosions, shield upgrades etc. Game uses a Password system.}}
 +
{{GBAR2Game|title=Corvette [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some wrong high frequent sound in background in main menu with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crash Bandicoot 2 N-Traced [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Crash Bandicoot Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Crash Bandicoot XS [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Regular single popping sound in intro music and some more when loading new screens.}}
 +
{{GBAR2Game|title=Crash Nitro Kart [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Ground texture flashes purples during races occasionally. Minor popping sound when loading into new screens. Random high frequency sounds if wram i-cache is enabled in all music.}}
 +
{{GBAR2Game|title=Crash of the Titans [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then.}}
 +
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot. '''Same game as Shin chan - Aventuras en Cineland'''}}
 +
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crazy Chase [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crazy Frog Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Crazy Taxi - Catch a Ride [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and less gfx glitches with wram i-cache enabled. Some gfx glitches.}}
 +
{{GBAR2Game|title=Creatures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Croket! - Yume no Banker Survival! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Croket! 2 - Yami no Bank to Banqueen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Croket! 3 - Granu Oukoku no Nazo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Croket! 4 - Bank no Mori no Mamorigami [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Croket! Great - Toki no Boukensha [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs fine with DSi/3DS build. Game crashes during the intro battle with base ds model.}}
 +
{{GBAR2Game|title=Crouching Tiger Hidden Dragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Cruis'n Velocity [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Crushed Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=CT Special Forces [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0||sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=CT Special Forces 2 - Back to Hell [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Random high frequency sounds if wram i-cache is enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=CT Special Forces 3 - Bioterror [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Cubix - Robots for Everyone - Clash 'N Bash [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound.}}
 +
{{GBAR2Game|title=Curious George [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Custom Robo GX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Audio is a bit out of sync.}}
 +
{{GBAR2Game|title=Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Dai-Mahjong [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=0|sound=good|note=Sound is playing well. The game only shows a white screen. Mask and center disabling does nothing. Does not react to button inputs.}}
 +
{{GBAR2Game|title=Daisenryaku for Game Boy Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Daisuki Teddy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Dancing Sword - Senkou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Dan Doh!! Tobase Shouri no Smile Shot [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dan Doh!! Xi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Danny Phantom - Urban Jungle [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Danny Phantom - The Ultimate Enemy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Daredevil [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Darius R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor noise during the Pause screen. Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Dark Arena [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor crackling sound. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dave Mirra Freestyle BMX 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Dave Mirra Freestyle BMX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=David Beckham Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=Heavy gfx glitches. This is a regress. Use commit 5b06bb4 (2019/07/03) arm9 build instead.}}
 +
{{GBAR2Game|title=Davis Cup [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Deadly Skies [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Dead to Rights [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Deal or No Deal [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=The image is broken by image duplicate flickering. Some gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=Defender - For All Mankind [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Defender of the Crown (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=DemiKids - Dark Version (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=DemiKids - Light Version (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Demon Driver - Time to Burn Rubber! (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Denki Blocks! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Densetsu no Stafy [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Densetsu no Stafy 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Densetsu no Stafy 3 [J]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Desert Strike Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dexter's Laboratory - Chess Challenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Constant Audio crackling. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dexter's Laboratory - Deesaster Strikes! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Di Gi Charat - DigiCommunication [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some Audio crackling.}}
 +
{{GBAR2Game|title=Diadroids World - Evil Teikoku no Yabou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Digi Communication Nyo - Datou! Black Gemagema Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Digimon - Battle Spirit [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Digimon - Battle Spirit 2 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Digimon Racing [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during intro.}}
 +
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Disney's Party [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes after the titlescreen. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Couldn´t find a save spot.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Disney Princess [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Disney Princess - Royal Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Disney Sports - Basketball [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Disney Sports - Football [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Disney Sports - Motocross [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs fine with DSi/3DS build. Game crashes after the titlescreen with base ds model.}}
 +
{{GBAR2Game|title=Disney Sports - Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Disney Sports - Soccer [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Disney Sports - Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=DK - King of Swing [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works on DSi/3DS build. White screen after bios intro with base ds model.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Dogz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Dogz 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Dogz - Fashion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Dokapon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dokodemo Taikyoku - Yakuman Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Domo-kun no Fushigi Terebi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Donald Duck Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=FMV Intro has timing issues. Game uses a Password system.}}
 +
{{GBAR2Game|title=Donchan Puzzle Hanabi de Dohn Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Donkey Kong Country [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Donkey Kong Country 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Game crashes on second bonus game in Target Terror stage and in another bonus stage in Gloomy Gulch's Haunted Hall.}}
 +
{{GBAR2Game|title=Donkey Kong Country 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Doom [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Doom 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Dora the Explorer - Dora's World Adventure! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=Dora the Explorer - Super Spies [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dora the Explorer - Super Star Adventures! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Dora the Explorer - The Search for the Pirate Pig's Treasure [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio sounds a bit off. Game uses a Password system.}}
 +
{{GBAR2Game|title=Doraemon - Dokodemo Walker [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Double Dragon Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Downforce [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Dragon Ball Advanced Adventure [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Dragon Ball GT - Transformation [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Buu's Fury [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115''' Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Collectible Card Game [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=No Audio. Sfx only.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Supersonic Warriors [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Dragon Ball Z - Taiketsu [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115''' Some gfx glitches.}}
 +
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115''' Graphical issue with post-logos FMV's image being reduced to upper left corner and flickering around. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Crackling sounds when loading into new area.}}
 +
{{GBAR2Game|title=Dragon Drive - World D Break [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon's Rock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon Quest Monsters - Caravan Heart [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Dragon Tales - Dragon Adventures [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Intro screen is missing. Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Drake & Josh [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Drill Dozer [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Driven [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Driv3r [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Driver 2 Advance [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the first mission.}}
 +
{{GBAR2Game|title=Dr.Mario & Panel de Pon [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Dr.Mario crashes. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Dr.Muto [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Dr.Sudoku [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Droopy's Tennis Open [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with DSi/3DS build. Game crashes after the title screen. Game uses a Password system.|crashreason=Timing. DSi speed works}}
 +
{{GBAR2Game|title=Dual Blades [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Duel Masters - Kaijudo Showdown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Duel Masters - Sempai Legends [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Duel Masters - Shadow of the Code [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Duel Masters 2 - Invincible Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Duel Masters 2 - Kirifuda Shoubu Ver. [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Duel Masters 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Duke Nukem Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Gfx glitches with the gun that dissapear after a while.}}
 +
{{GBAR2Game|title=Dungeons & Dragons - Eye of the Beholder [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=You hear all kinds of sound sample.}}
 +
{{GBAR2Game|title=Dynasty Warriors Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Earthworm Jim [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=2fast|note=Disabling both i-caches makes the game somewhat playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Earthworm Jim 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ecks vs Sever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=minor|note=Mixed up view. View is rotated 90 degrees with respect to the world. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ecks vs Sever 2 - Ballistic [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=minor|note=Mixed up view. View is rotated 90 degrees with respect to the world. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Eggo Mania [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Screen flashes after bios intro with base ds model. Game has no save feature.}}
 +
{{GBAR2Game|title=Elemix! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Elevator Action - Old & New [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Elf - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Elf Bowling 1 & 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Enchanted - Once Upon Andalasia [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Eragon [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=ESPN Final Round Golf [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=ESPN X-Games Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=European Super League [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Ever Girl [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=EX Monopoly [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Exciting Bass [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 1 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}
 +
{{GBAR2Game|title=E-Reader [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=E.T. - The Extra-Terrestrial [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Title screen music glitches out if no buttons are pressed for a while. Some cracking noises during a level. Game uses a Password system.}}
 +
{{GBAR2Game|title=F1 2002 [UE]|version= (2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=F-14 Tomcat [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=F-24 Stealth Fighter [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Breakin` Da Rules [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Clash with the Anti-World [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Enter the Cleft [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Fairly OddParents! - Shadow Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Famicom Mini - Dai 2 Ji Super Robot Taisen [J]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work. This is a regression. Game was playable in older arm9 build.}}
 +
{{GBAR2Game|title=Famicom Mini Vol. 10 - Star Soldier [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Works without AP Patch. }}
 +
{{GBAR2Game|title=Famicom Mini Vol. 12 - Clu Clu Land [J]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}
 +
{{GBAR2Game|title=Family Feud [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Family Tennis Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note='''Sound regression compared to commit 916020e (2019/07/07).''' Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Famista Advance [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs well with DSi/3DS build. Game crashes during the intro with base ds model. Couldn´t find a save spot.|crashreason=Timing. DSi speed works}}
 +
{{GBAR2Game|title=Fancy Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Fantastic 4 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Fantastic 4 - Flame On [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Fantastic Children [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Fear Factor Unleashed [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Field of Nine - Digital Edition 2001 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=FIFA Soccer 2003 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crowd sample in the Stadion are missing.}}
 +
{{GBAR2Game|title=FIFA Soccer 2004 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=FIFA Soccer 2005 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=FIFA Soccer 2006 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound fx only, much noise. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=FIFA Soccer 2007 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound fx only.}}
 +
{{GBAR2Game|title=FIFA World Cup - Germany 2006 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound FX only.}}
 +
{{GBAR2Game|title=FightBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=FILA Decathlon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Final Fantasy I & II - Dawn of Souls [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Final Fantasy IV Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. '''Game crashes after Cecil, now a Paladin passes through Devil's Road.'''}}
 +
{{GBAR2Game|title=Final Fantasy V Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. '''Game crashes after a monk uses the kick command.'''}}
 +
{{GBAR2Game|title=Final Fantasy VI Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Health and safety screen has only yellow triangle. Cursor sound might be a bit off pitch. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Audio is out of sync. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Final Fight One [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Final Fire Pro Wrestling - Yume no Dantai Unei! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Finding Nemo [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Finding Nemo - The Continuing Adventures [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Fire Emblem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Crackling audio and black line across screen in battle during transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Fire Emblem - Fuuin no Tsurugi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Crackling audio and black line across screen in battle during transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Audio stutters in battles in transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The Judge "Fight!" voice sample is missing.}}
 +
{{GBAR2Game|title=Fire Pro Wrestling 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=Flushed Away [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Ford Racing 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Single popping sound when loading new logos and new screens. Game uses a Password system.}}}}
 +
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Players have garbled gfx. Long artifacted horizontal line across field.}}
 +
{{GBAR2Game|title=Fortress [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|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=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Franklin the Turtle [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after going into GBAR2 menu. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Franklin's Great Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Freekstyle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Freestyle Scooter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Frogger's Adventures - Temple of the Frog [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Frogger's Adventures 2 - The Lost Wand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Frogger's Journey - The Forgotten Relic [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Fruit Mura no Doubutsutachi [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs well with 3DS build. DSi build won´t boot. Game crashes during the intro with base ds model. Couldn´t find a save spot.}}
 +
{{GBAR2Game|title=Fushigi no Kuni no Alice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Fushigi no Kuni no Angelique [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Minor sounds are missing. Reacts to button inputs.}}
 +
{{GBAR2Game|title=Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Minor sounds are missing. Reacts to button inputs.}}
 +
{{GBAR2Game|title=F-Zero Climax [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Crashes on gba bios intro if reset with GBAR2 ingame menu.}}
 +
{{GBAR2Game|title=F-Zero GP-Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=F-Zero Maximum Velocity [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Gachasute! Dino Device - Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gachasute! Dino Device - Red [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gachasute! Dino Device 2 - Dragon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gadget Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gakuen Alice - Dokidoki Fushigi Taiken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Gakuen Senki Muryou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Galidor - Defenders of the Outer Dimension [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Games Explosion! [U]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Ganbare Dodge Fighters [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Garfield - The Search for Pooky [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Garfield and His Nine Lives [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Image duplicate glitch of title screen, new game cutscene and pausescreen. Some tearing of the upper screen when inside secret room in barn roof first stage.}}
 +
{{GBAR2Game|title=Gauntlet - Dark Legacy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample during character select are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Gekido Advance - Kintaro´s Revenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sound fx are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Gekitou Densetsu Noah - Dream Management (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Gem Smashers (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Genso Suikoden - Card Stories [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Gensou Maden Saiyuuki - Hangyaku no Toushin-taishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Get! - Boku no Mushi Tsukamaete (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=GetBackers Dakkanya - Jagan Fuuin! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=GetBackers Dakkanya - Jigoku no Scaramouche (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Get Ride! Amdriver - Senkou no Hero Tanjou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Get Ride! Amdriver - Shuggeki! Battle Party (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Ghost Rider [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Ghost Trap (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Global Star - Sudoku Fever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Messed up background in initial language select and in game. Changing background while in a puzzle cleans up some of the garbled graphics. Vertical lines going across screen in puzzle. Regular crackling sounds in game when changing backround or inputing number.}}
 +
{{GBAR2Game|title=Godzilla - Domination! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling.}}
 +
{{GBAR2Game|title=Goemon - New Age Shutsudou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Go!Go! Beckham! - Adventure on Soccer Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Golden Nugget Casino (UE)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with DSi/3DS build. Unable to play a game with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Golden Sun [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Golden Sun 2 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=sram|sound=minor|speed=good|note='''Game makes GBAR2 crash when saving!''' This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required in that build. Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Gradius Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Greatest Nine [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Greg Hastings' Tournament Paintball Maxd [U]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Grim Adventures of Billy & Mandy (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Other games developed by Fullfat have similar issues.}}
 +
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Much Noise. This is a regression compared to commit b740476 (2019/12/24). Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=GT Advance 2 - Rally Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=GT Advance 3 - Pro Concept Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=GT Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=GT Racers [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor||note=Game runs faster with wram i-cache enabled. Some gfx glitches. Game uses a Password system.}}
 +
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Same game as Gunstar Super Heroes.}}
 +
{{GBAR2Game|title=Guranbo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Guru Logic Champ [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Gyakuten Saiban [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Gyakuten Saiban 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Gyakuten Saiban 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Hachiemon (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hagane no Renkinjutsushi - Meisou no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Hagane no Renkinjutsushi - Omoide no Sonata [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Hajime no Ippo - The Fighting! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Hamepane - Tokyo Mew Mew (J)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches during the puzzle mini game. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Club 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Hamster Club 4 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Monogatari 2 (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Hamster Monogatari 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Monogatari 3EX 4 Special (J)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Glitched Character portrait. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Monogatari Collection (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Paradise - Pure Heart (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hamster Paradise Advanchu (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Hamtaro - Ham-Ham Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Hamtaro - Ham-Ham Heartbreak [E]|version=(2020/04/21) 088cbc5|rating=unplayable|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=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Hanabi Hyakkei Advance (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Hanafuda Trump Mahjong - Depachika Wayouchuu (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Happy Feet (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Hardcore Pinball (UE)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Hardcore Pool (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Harobots - Robo Hero Battling!! (J)|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=minor|note=Game works with DSi/3DS build. Game crashes during the intro with base ds model. Use commit cfc6525 (2019/08/22) build from the rom3M branch for base ds model instead.|crashreason=Hicode.}}
 +
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Harry Potter and the Chamber of Secrets [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Harry Potter and the Goblet of Fire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Harry Potter and the Order of the Phoenix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Harry Potter and the Prisoner of Azkaban [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Harry Potter and the Sorcerer's Stone [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Harukanaru Toki no Naka de - Neoromance Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Harvest Moon - Friends of Mineral Town [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Harvest Moon - More Friends of Mineral Town [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Hatena Satena [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches during the intro. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Heidi - The Game [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Hello Kitty - Happy Party Pals [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Hello Kitty Collection - Miracle Fashion Maker [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro. Known to be a problematic game.}}
 +
{{GBAR2Game|title=Hello! Idol Debut - Kids Idol Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Herbie - Fully Loaded [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hey Arnold! - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Higanbana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=High Heat Major League Baseball 2002 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=High Heat Major League Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Hi Hi Puffy AmiYumi - Kaznapped! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Hikaru no Go [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=High School Musical - Livin' the Dream [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Home on the Range [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Horsez [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Hot Potato! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample are missing.}}
 +
{{GBAR2Game|title=Hot Wheels - All Out [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game runs well with DSi/3DS. build. Game crashes during the intro with base ds model. Use commit cfc6525 (2019/08/22) build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode.}}
 +
{{GBAR2Game|title=Hot Wheels - Burnin' Rubber [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Hot Wheels - Stunt Track Challenge [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=minor|note=Missing environment and vehicles. Tearing across top of screen. Game uses a Password system.}}
 +
{{GBAR2Game|title=Hot Wheels - Velocity X [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Hot Wheels - World Race [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Game uses a Password system.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 1 - Bomberman Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 2 - Lode Runner Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 3 - Action Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 4 - Nazotoki Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 5 - Shooting Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Hugo - Bukkazoom! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Hugo - The Evil Mirror Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing. '''Slight audio regression compared to commit 916020e (2019/07/07).''' Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Ice Age [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Ice Age 2 - The Meltdown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Ice Nine [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Incredible Hulk [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. '''Sound regression compared to commit f52fe2b (2019/11/08).'''}}
 +
{{GBAR2Game|title=Incredibles [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Initial D - Another Stage [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Inspector Gadget - Advance Mission [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=International Karate Advanced [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in GBAR2 menu to play the game. Unable to access gbarunner2 menu during gameplay.''' Minor sounds are missing. Minor gfx glitches because of the disabled border. Game uses a Password system.}}
 +
{{GBAR2Game|title=International Karate Plus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=International Superstar Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Inukko Club [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Black screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Invader [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Invincible Iron Man [UE]|version=(2020/04/21) 088cbc5||rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Iridion 3D [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Iridion 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. '''Game makes GBAR2 crash around first boss battle.''' Single crackling sound in menu and during cutscenes and some brief crackling ingame occassionaly. Game uses a Password system.}}}}
 +
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=I Spy Challenger! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|}}
 +
{{GBAR2Game|title=It´s Mister Pants [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Jackie Chan Adventures - Legend of the Darkhand [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. The retro games don´t work. Retro games work with DSi build. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=James Pond - Codename Robocod [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Jazz Jackrabbit [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with the 3DS. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) arm9 master build for base ds model instead.}}
 +
{{GBAR2Game|title=J.League Pro Soccer Club o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=J.League Pocket [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=J.League Pocket 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jet Set Radio [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=JGTO Kounin Golf Master - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=It takes a measured 3 minutes to get past the blue Golf Master logo. Game plays fine afterwards. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. }}
 +
{{GBAR2Game|title=Jikkyou World Soccer Pocket [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now an then. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Jet Fusion [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Jinsei Game Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jisu F-Zero Weilai Saiche [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=F-Zero Maximum Velocity for iQue China. Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Jonny Moseley Mad Trix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Juka and the Monophonic Menace [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Jungle Book 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Most sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Jurassic Park III - Dino Attack [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Jurassic Park III - Park Builder [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Jurassic Park III - The DNA Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Jurassic Park Institute Tour - Dinosaur Rescue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Justice League - Injustice for All [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Justice League Chronicles [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}
 +
{{GBAR2Game|title=Justice League Heroes - The Flash [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled.}}
 +
{{GBAR2Game|title=K-1 Pocket Grand Prix [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=K-1 Pocket Grand Prix 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Kaeru B Back [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|note=rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Heavy gfx glitches. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kamaitachi no Yoru Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kami no Kijutsu - Illusion of the Evil Eyes [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kao the Kangaroo [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kappa no Kai-Kata Katan Daibouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Karnaaj Rally [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kawa no Nushi Tsuri 3 & 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Kawaii Pet Game Gallery [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kawaii Pet Game Gallery 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Power [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Speed [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kelly Slater's Pro Surfer [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kid Paddle [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Kidou Senshi Gundam Seed Destiny [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kid's Cards [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Kikikai-kai Advance [J]|version=(2020/04/21) 088cbc5|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=Killer 3D Pool [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Voice sample are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Kill Switch [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. High pitched noise when wram i-cache enabled.}}
 +
{{GBAR2Game|title=Kim Possible [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|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=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kim Possible 3 - Team Possible [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Kingdom Hearts - Chain of Memories [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=King Kong - The Official Game of the Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=King of Fighters EX - NeoBlood [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=King of Fighters EX2 - Howling Blood [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kinnikuman II-Sei - Seigi Choujin e no Michi [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Some gfx glitches.}}
 +
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Kirby and the Amazing Mirror [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Kiss x Kiss Seirei Gakuen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Klonoa - Empire of Dreams [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Klonoa 2 - Dream Champ Tournament [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Klonoa Heroes - Densetsu no Star Medal [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koala Brothers - Outback Adventures [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koinu to Issho - Aijou Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koinu to Issho 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Konami Collector's Series - Arcade Classics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Konami Krazy Racers [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. This is a regression. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.}}
 +
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kong - King of Atlantis [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Kong - The Animated Series [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koro Koro Puzzle - Happy Panechu! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor sounds are missing. Heavy gfx glitches and slowdown. Motion sensor support required to be playable.}}
 +
{{GBAR2Game|title=Kotoba no Puzzle - Mojipittan Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Kouchu Ouja Mushiking [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 1 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor 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=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor 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=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor 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=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kurohige no Kurutto Jintori [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Kurukuru Kururin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Kururin Paradise [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Lady Sia [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Land Before Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Land Before Time - Into the Mysterious Beyond [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible now and then.}}
 +
{{GBAR2Game|title=Lara Croft Tomb Raider - Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Lara Croft Tomb Raider - The Prophecy [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Only sound is an intermittent beeping sound. Game uses a Password system.}}
 +
{{GBAR2Game|title=Legend of Dynamic Goushouden - Houkai no Rondo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Legends of Wrestling II [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Legendz - Sign of Nekuromu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Legendz - Yomigaeru Shiren no Shima [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=LEGO Bionicle [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game crashes after you press select during the first level.}}
 +
{{GBAR2Game|title=LEGO Bionicle Heroes [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=LEGO Bionicle - Matoran Adventures [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=LEGO Bionicle - Maze of Shadows [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=LEGO Drome Racers [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=Heavy gfx glitches.}}
 +
{{GBAR2Game|title=LEGO Island - Xtreme Stunts [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=LEGO Island 2 - The Brickster's Revenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=LEGO Knights Kingdom [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}
 +
{{GBAR2Game|title=LEGO Racers 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game crashes early in story mode. Arcade mode works. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=LEGO Soccer Mania [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=LEGO Star Wars - The Video Game [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Lemony Snicket's A Series of Unfortunate Events [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Let's Ride! - Dreamer [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Let's Ride! - Friends Forever [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Some gfx glitches when you walk around the Farm.}}
 +
{{GBAR2Game|title=Let's Ride! - Sunshine Stables [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Glitched warp scene with bottom third being a black area and cutscene background warping picture moved up. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Lilo and Stitch [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Lilo and Stitch 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Lion King [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling during the intro.}}
 +
{{GBAR2Game|title=Little Buster Q [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Little Einsteins [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=lag|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Little League Baseball 2002 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Background is missing in game and is all black. Game has no save feature.}}
 +
{{GBAR2Game|title=Little Mermaid - Magic in Two Kingdoms [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Little Patissier - Cake no Oshiro [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Lizzie McGuire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Lizzie McGuire 2 - Lizzie Diaries [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Lizzie McGuire 3 - Homecoming Havoc [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Lode Runner [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Looney Tunes - Back in Action [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Lord of the Rings - Hobbit [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor Audio crackling.}}
 +
{{GBAR2Game|title=Lord of the Rings - The Fellowship of the Ring [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Loading game breaks sound so there's no sound anymore.}}
 +
{{GBAR2Game|title=Lord of the Rings - The Return of the King [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Slowdown when fighting enemys.}}
 +
{{GBAR2Game|title=Lord of the Rings - The Third Age [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Lord of the Rings - The Two Towers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Lost Vikings [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. No Audio, sound fx only.}}
 +
{{GBAR2Game|title=Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Lucky Luke - Wanted! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Lufia - The Ruins of Lore [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Lunar Legend [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Madagascar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Madagascar - Operation Penguin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. High pitches noise when wram i-cache is enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Madden NFL 2002 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Madden NFL 2003 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Madden NFL 2004 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Madden NFL 2005 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Madden NFL 2006 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Sound fx only and loud noise ingame.}}
 +
{{GBAR2Game|title=Madden NFL 2007 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Sound fx only.}}
 +
{{GBAR2Game|title=MAER - Knockin' on Heaven's Door [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Magi Nation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Magical Houshin [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Magical Quest Starring Mickey & Minnie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Magical Quest Starring Mickey & Minnie 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches during the title screen.}}
 +
{{GBAR2Game|title=Magical Quest Starring Mickey & Minnie 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Magical Vacation [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor sounds are missing. Some noise. The game seems to only want to do manual fifo writes. When dma destination is not fifo, I should not do writes to the fifo, but the irq should still fire.}}
 +
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build. Game crashes during intro with base ds model.}}
 +
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game works with DSi/3DS build. Game crashes during intro with base ds model. '''Game only works with DSi speed enabled! Game crashes without it.'''|crashreason=Timing. DSi speed works}}
 +
{{GBAR2Game|title=Mahjong Keiji [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor sounds are missing. Some Noise.}}
 +
{{GBAR2Game|title=Mail de Cute [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Manga-ka Debut Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Maniac Miner [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Maniac Racers Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=March of the Penguins [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Mario Golf - Advance Tour [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Mario Kart - Super Circuit [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Mario & Luigi - Superstar Saga [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Disable main memory cache in the gbarunner2 menu to play the game.''' Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches every now and then.}}
 +
{{GBAR2Game|title=Mario Party Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Mario Pinball Land [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Mario Power Tennis [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound during intro cutscene and occasionally ingame.}}
 +
{{GBAR2Game|title=Marvel - Ultimate Alliance [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|speed=good|note=Game runs well with DSi/3DS build. Game crashes during intro with base ds model.}}
 +
{{GBAR2Game|title=Mary-Kate and Ashley - Girls Night Out [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Masters of the Universe He-Man - Power of Grayskull [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds and voice sample are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Matantei Loki Ragnarok - Gensou no Labyrinth [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Matchbox Cross Town Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mat Hoffman's Pro BMX [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Mat Hoffman's Pro BMX 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Math Patrol - The Kleptoid Threat [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Max Payne Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Gfx glitches during Cutscene.}}
 +
{{GBAR2Game|title=Maya the Bee - Sweet Gold [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Licensed by screen is missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Maya the Bee - The Great Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mazes of Fate [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Mech Platoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Intro FMV is broken. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Medabots - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Many sounds are missing and screeching can be heard when sound is interrupted. Random sfxs tend to interrupt sound as well. This is a regression - Use build (2019/12/24) b740476. Has Natsume Audio Engine that streams audio.}}
 +
{{GBAR2Game|title=Medabots - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Many sounds are missing and screeching can be heard when sound is interrupted. Random sfxs tend to interrupt sound as well. This is a regression - Use build (2019/12/24) b740476. Has Natsume Audio Engine that streams audio.}}
 +
{{GBAR2Game|title=Medabots AX - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds and voice sample are missing.}}
 +
{{GBAR2Game|title=Medabots AX - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds and voice sample are missing.}}
 +
{{GBAR2Game|title=Medal of Honor - Infiltrator [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Medal of Honor - Underground [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Voice sample and gun sound are missing. Titlescreen is purple after quitting game. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Meet the Robinsons [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman & Bass [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Chip Challenge [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor slowdown during the FMV access scene.}}
 +
{{GBAR2Game|title=Megaman Battle Network [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 3 Blue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Game takes a while to boot.''' Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 3 White [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Game takes a while to boot.''' Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 4 Blue Moon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 4 Red Sun [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 5 Team Colonel [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 5 Team Protoman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 6 Cybeast Falzar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Megaman Battle Network 6 Cybeast Gregar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Mega Man Zero [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Mega Man Zero 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Mega Man Zero 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Mega Man Zero 4 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Meine Tierarztpraxis [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Meine Tierpension [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Meitantei Conan - Akatsuki no Monument [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Meitantei Conan - Nerawareta Tantei [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Men in Black - The Series [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Party [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Metal Max 2 Kai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Metal Gun Slinger [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Metal Slug Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Metroid Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Single crackling sound when intro cutscene starts and loading into save file.}}
 +
{{GBAR2Game|title=Metroid - Zero Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. '''Trying to play the Nes Metroid causes the game to crash.'''}}
 +
{{GBAR2Game|title=Mezase! Koushien [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game crashes during the intro. This is a regression. Use commit b740476 (2019/12/24) instead. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Micro Machines [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Midnight Club - Street Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Broken backgrounds in logos and title screen. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Midway's Greatest Arcade Hits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}
 +
{{GBAR2Game|title=Mighty Beanz Pocket Puzzles [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=Mike Tyson Boxing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Minami no Umi no Odyssey [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Minimoni - Mika no Happy Morning Chatty [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Minimoni - Onegai Ohoshi-sama! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Minna de Puyo Puyo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Minna no Ouji-sama [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Bad voice over. Minor gfx glitches every now and then.}}
 +
{{GBAR2Game|title=Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Minna no Shiiku Series 1 - Boku no Kabutomushi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Minna no Shiiku Series 2 - Boku no Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Happy Trump 20 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Minna no Mahjong [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Minna no Soft Series - Minna no Shogi [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Sound is 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=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Minna no Soft Series - Shanghai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Minority Report - Everybody Runs [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mission Impossible - Operation Surma [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Miteluode - Lingdian Renwu [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Metroid Zero Mission for iQue China. Minor gfx glitches are visible every now and then. Minor slowdown when you progress through tunnel. '''Trying to play the Nes Metroid causes the game to crash.'''}}
 +
{{GBAR2Game|title=Miteluode Ronghe [China]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Metroid Fusion for iQue China. Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Moero!! Jaleco Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with the DSi/3DS build but crashes after you start a game. White screen after bios intro with base ds model. Commit 371815e (2019/09/11) cache build from the rom3M branch boots with base ds model and crashes after you start a game.}}
 +
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. The Hudson logo screen is missing. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Momotarou Matsuri [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Monopoly [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some tearing when scrolling to player ingame. Game has no save feature.}}
 +
{{GBAR2Game|title=Monster Force [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Monster Gate [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Monster Guardians [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Monster House [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Monsters, Inc [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game runs perfect with 3DS build. Game crashes during the intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Monster Jam - Maximum Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Monster Maker 4 - Flash Card [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Monster Maker 4 - Killer Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Monster Rancher Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Monster Rancher Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Monster Summoner [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Monster Truck Madness [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Monster Trucks [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=Monster Trucks Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Moorhen 3 - The Chicken Chase! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Weird one. At first the game white screens after boot. Becomes playable after you go in and out of the menu screen.''' Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Morita Shougi Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mortal Kombat - Deadly Alliance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical flickering whenever loading new screen. Glitched background fmv in profile creation.}}
 +
{{GBAR2Game|title=Mortal Kombat - Tournament Edition [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical flickering whenever loading new screen. Glitched background fmv in profile creation.}}
 +
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Mother 1+2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Mother 1: Game runs fine with 3DS build. White screen after boot with base ds model. Mother 2: Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Mother 3 [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=0|cache=1|save=1|sound=minor|speed=good|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=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Sound fx only. Game uses a Password system.}}
 +
{{GBAR2Game|title=Motoracer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mr Nutz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Mr. Driller 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Mr. Driller A - Fushigi na Pacteria [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Ms. Pac-Man - Maze Madness [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Fullfat developed game.}}
 +
{{GBAR2Game|title=Mucha Lucha! - Mascaritas of the Lost Code [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Mugenborg [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Mummy [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Intermittent beeping sound. No sfxs are playing. Rest of music is playing well in the background. Game uses a Password system.}}
 +
{{GBAR2Game|title=Muppet Pinball Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Muppets - On with the Show! [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1||sound=bad|speed=minor|note=Game crashes during a mini game. This is a regression. Use commit b740476 (2019/12/24) instead. Game uses a Password system.}}
 +
{{GBAR2Game|title=Mutsu - Water Looper Mutsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=MX 2002 featuring Ricky Carmichael [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=My Animal Centre in Africa [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. All menus and images are broken up. In game world displays correctly. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=My Little Pony - Crystal Princess - The Runaway Rainbow [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=M&M's - Blast! [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Couldn´t find a save spot.}}
 +
{{GBAR2Game|title=M&M's - Break'em [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Nakayoshi Mahjong - KabuReach [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. 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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Namco Museum [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical glitch in upper left corner after exiting from a game. Game has no save feature.}}
 +
{{GBAR2Game|title=Namco Museum - 50th Anniversary [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Nancy Drew - Message in a Haunted Mansion [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Narikiri Jockey Game - Yuushun Rhapsody [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Naruto - Konoha Senki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Naruto - Ninja Council [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Naruto - Ninja Council 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches during cutscene. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Naruto RPG - Uketsugareshi Hi no Ishi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=NASCAR Heat 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Natural 2 - Duo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=NBA Jam 2002 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Some gfx glitches. Graphical glitch in main menu after quitting match near circular buttons on the left side. Game uses a Password system.}}
 +
{{GBAR2Game|title=Need for Speed Carbon - Own the City [UE]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Need for Speed - Underground [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Need for Speed - Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Next Generation Tennis [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Some gfx glitches during the Menu Screen.}}
 +
{{GBAR2Game|title=NFL Blitz 20-02 [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game works with DSI/3DS build. Game crashes after the intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=NFL Blitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.}}
 +
{{GBAR2Game|title=NHL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=NHL Hitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Game softlocks after you select Season mode.''' Sound still plays. Exhibiton mode works.}}
 +
{{GBAR2Game|title=Nicktoons Racing [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Ninja Cop [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}
 +
{{GBAR2Game|title=Nobunaga Ibun [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Nobunaga no Yabou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Noddy - A Day in Toyland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=No No No Puzzle Chailien [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gfx glitches during the title screen. Minor sounds are missing.}}
 +
{{GBAR2Game|title=No Rules - Get Phat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Nyan Nyan Nyanko no Nyan Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ochaken no Bouken-jima - Honwaka Yume no Island [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ochaken no Heya [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Ochaken no Yumebouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oddworld - Munch's Oddysee [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ojarumaru - Gekkouchou Sanpo de Ojaru [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Okumanchouja Game - Nottori Daisakusen! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=One Piece [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=One Piece - Dragon Dream [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=One Piece - Going Baseball - Kaizoku Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=One Piece - Mezase! King of Belly [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Onimusha Tactics [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build and DSi speed enabled. Game freezes with base ds model.|crashreason=Timing. DSi speed works}}
 +
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Open Season [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Operation Armored Liberty [U]|version=(2020/04/21) 088cbc5|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=Oriental Blue - Ao no Tengai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Princess 5 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Oshare Wanko [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Ottifanten Pinball [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=Over the Hedge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Intro Cutscene only shows text. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. High pitched sound when wram i-cache is enabled.}}
 +
{{GBAR2Game|title=Ozzy & Drix [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Pac-Man Collection [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=No Audio. Game has no save feature.}}
 +
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Pac-Man World [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio plays well until saving, at which point it will start making crackling sounds continuously. Going in and out of the GBAR2 menu might remedy this, but it makes GBAR2 crash most of the time. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}
 +
{{GBAR2Game|title=Pac-Man World 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Going into GBAR2 menu makes the game softlock. This softlock might not have happened in build (2020/03/28) 883c0d7. Game uses a Password system. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}
 +
{{GBAR2Game|title=Paws & Claws - Best Friends - Dogs & Cats [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Paws & Claws - Pet Resort [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Payback [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Penny Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Petz Vet [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pferd & Pony - Mein Gestuet [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Pferd & Pony - Mein Pferdehof [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Phantasy Star 1-2 are playable with DSi/3DS build. Only Phantasy Star 3 is playable with base ds model. Noise during Pause screen.}}
 +
{{GBAR2Game|title=Phil of the Future [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Background graphics are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Piglet's Big Game [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Pinball of the Dead [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Pinball Tycoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches during the title screen. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pinky Monkey Town [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches during the intro. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pinobee & Phoebee [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man's Chest [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Planet Monsters [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSI/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Planet of the Apes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The FMV intro is missing.}}
 +
{{GBAR2Game|title=Play-Yan [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game freezes during the title screen. Unsupported Device.}}
 +
{{GBAR2Game|title=Play-Yan Micro [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game freezes during the Health Care Screen. Unsupported Device.}}
 +
{{GBAR2Game|title=Pocket Dogs [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Pocket Music [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Pocky & Rocky with Becky [U]|version=(2020/04/21) 088cbc5|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=Pokémon Emerald [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Pokemon Fire Red [UE][Rev 1]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pokemon Leaf Green [UE][Rev 1]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pokemon Mystery Dungeon - Red Rescue Team [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Pokemon Pinball - Ruby & Sapphire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Pokemon Ruby [UE] [Rev 2]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Pokémon Sapphire [UE] [Rev 2]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Polar Express [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Cutscenes have no Background graphics.}}
 +
{{GBAR2Game|title=Polarium Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Pop Idol [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}
 +
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Poke Dash [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Second game needs to be unlocked first.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Prehistorik Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Text is missing in the speech bubble. Game uses a Password system.}}
 +
{{GBAR2Game|title=Premier Action Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches during a match. Game crashes if entering GBAR2 menu in a match. This is a regress. Use commit b740476 (2019/12/24) instead.}}
 +
{{GBAR2Game|title=Premier Manager 2003-2004 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Pro Beach Soccer [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Pro Tennis WTA Tour [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Proud Family [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature. Fullfat developed game.}}
 +
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Timers in game skip 2 seconds every time making the flea mini game impossible to win. This is not affected by caches. This might be a regression. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}
 +
{{GBAR2Game|title=Puyo Pop Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Puzzle & Tantei Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Quad Desert Fury [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Screen becomes purple for a split second at times. Game has no save feature.}}
 +
{{GBAR2Game|title=Racing Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Racing Gears Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Slowdown/Halting during initial car license logo scrolling until you get to the game which runs full speed.}}
 +
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Ratatouille [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rave Master - Special Attack Force! [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game crashes during a battle. Use commit b740476 (2019/12/24) instead.}}
 +
{{GBAR2Game|title=Rayman Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Rayman - Hoodlum's Revenge [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=Game crashes after the intro cutscene. Reboot, then you can play the first level. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Razor Freestyle Scooter [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches during the licensed by screen.}}
 +
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Reign of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Revenge of Shinobi [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game makes GBAR2 crash right before starting the first level. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rhythm Tengoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Ripping Friends [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=River City Ransom EX [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Boots to a white screen. Press A and start and eventually you will get to title screen. Intermittent beeping sound even if music and sfx are disabled ingame, in menu and pause screen. No beeping sound if firing ingame.}}
 +
{{GBAR2Game|title=Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Rock'em Sock'em Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Rock n' Roll Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=No Audio. Voice sample and sfx only.}}
 +
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rocky [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes on first intro screen.}}
 +
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some noise during the Pause screen. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sabre Wulf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches during the intro. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Salt Lake 2002 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Sangokushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Scooby-Doo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with 3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Scrabble [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Scrabble Blast! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Scrabble Scramble! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Scurge - Hive [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=SD Gundam Force [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches after you press start during the first mission. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}
 +
{{GBAR2Game|title=Sega Rally Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Sega Smash Pack [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game runs fine with DSi/3DS build. Game crashes after the licensed by screen with base ds model.}}
 +
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Sennen Kazoku [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Serious Sam Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing.}}
 +
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Shamu's Deep Sea Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Shanghai Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shark Tale [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Shaun Palmer's Pro Snowboarder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sheep [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Shikakui Atama - Kanji Keisan [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shin chan contra los Munecos de Shock Gahn [Spain]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes when you buy parts from the shop with base ds model.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes when you buy parts from the shop with base ds model.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Shin Megami Tensei [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. '''Saving doesn´t work. 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=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. '''Saving doesn´t work. 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=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Glitched sprites ingame. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shining Soul [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Shining Soul 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. '''Saving is broken. This is a regress.''' Use commit 6522414 (2018/11/01) arm9 version instead.}}
 +
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Shrek - Reekin' Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Shrek - Smash n' Crash Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Shrek - Super Slam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Shrek the Third [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Shrek 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Sigma Star Saga [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Silent Scope [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Silk to Cotton [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sims - Bustin' Out [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Sim City 2000 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Sims 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. '''Saving doesn´t work.'''}}
 +
{{GBAR2Game|title=Sister Princess - RePure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sitting Ducks [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster, but has more gfx glitches with wram i-cache enabled. Some gfx glitches. Game uses a Password system.}}
 +
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler & New Tairyou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Smashing Drive [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=lag|note=Some lag and gfx glitches. Game uses a Password system.}}
 +
{{GBAR2Game|title=Smuggler´s Run [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note='''Game takes very long to boot.''' Game runs faster with wram i-cache enabled. Game runs full speed in the level. Some Noise during the Pause screen. Game uses a Password system.|crashreason=Timing. TWL speed works}}
 +
{{GBAR2Game|title=Snap Kid's [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 +
{{GBAR2Game|title=Snood [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor sounds are missing. Game has no save feature.}}
 +
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Heavy gfx glitches. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Soccer Kid [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. No audio, sfx only. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sonic Advance [E]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|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. '''Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game runs fine with patch!'''}}
 +
{{GBAR2Game|title=Sonic Advance 2 [U]|version=(2020/04/21) 088cbc5|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. '''Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine with patch!'''}}
 +
{{GBAR2Game|title=Sonic Advance 2 [E]|version=(2020/04/21) 088cbc5|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=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some gfx glitches. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Sonic Battle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Sonic Pinball Party [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Space Channel 5 - Ulala's Cosmic Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Space Invaders [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Spider Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing.}}
 +
{{GBAR2Game|title=Spider Man 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Cutscenes before levels only show text and not background image.}}
 +
{{GBAR2Game|title=Spider Man 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Spider-Man - Mysterio's Menace [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}
 +
{{GBAR2Game|title=SpongeBob's Atlantis SquarePantis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice sample and minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice sample and minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Spyro Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Spyro Fusion [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}
 +
{{GBAR2Game|title=Spy Hunter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Spy Kids Challenger [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game crashes after going into GBAR2 menu. Game uses a Password system.}}
 +
{{GBAR2Game|title=Spyro - Season of Ice [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Spyro 2 - Season of Flame [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Spyro, The Legend of - A New Beginning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Spyro, The Legend of - The Eternal Night [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=SSX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=SSX Tricky [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Stadium Games [E]|version=(2020/04/21) 088cbc5|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=Starsky & Hutch [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches.}}
 +
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 +
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=lag|note=Animations will halt of main character sometimes even if game is still playing at normal speed and actions are happening. Happens particularly when meeting two jawas in first stage. Game uses a Password system.}}
 +
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Glitched Cutscene. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Star X [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Steel Empire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Street Jam Basketball [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Gfx glitches during the title screen. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Street Racing Syndicate [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=lag|note=Heavy gfx glitches and slowdown.}}
 +
{{GBAR2Game|title=Strike Force Hydra [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
 +
{{GBAR2Game|title=Stuart Little 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Stuntman [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen post bios. Sound plays well. Reacts to inputs.}}
 +
{{GBAR2Game|title=Suite Life of Zack & Cody - Tipton Caper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. High pitched sound when wram i-cache is enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Disable main memory i-cache in the gbarunner2 menu to play the game.''' Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Sum of All Fears [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Super Black Bass Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Super Bubble Pop [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Super Bust-A-Move [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during a game. Game has no save feature.}}
 +
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Character sprites are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Super Collapse! II [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 +
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Voice sample are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Super Duper Sumos [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. }}
 +
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game crashes after you collect an armor upgrade.}}
 +
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 +
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game uses a Password system.}}
 +
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi's Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches. '''Gericom:''' This game swaps buffers when vblank is already over (presumably because it was too slow in gbarunner2 or so) and that causes issues with the way I swap buffers.}}
 +
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) master build for base ds model instead.}}
 +
{{GBAR2Game|title=Super Robot Taisen A [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Super Robot Taisen D [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Super Robot Taisen J [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Super Robot Taisen R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Surf's Up [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Glitched character portrait during cutscenes. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Sword of Mana [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) master build for base ds model instead.}}
 +
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 +
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|speed=good|note=Game runs fine with 3DS build. Game crashes after the Atlus logo with base ds model.}}
 +
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Some sounds are missing. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tales of Phantasia [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 +
{{GBAR2Game|title=Tales of the World - Summoner's Lineage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled.}}
 +
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tang Tang [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 +
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 +
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 +
{{GBAR2Game|title=Taxi 3 [FR]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate flickering around bottom of screen. Game has no save feature.}}
 +
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Teen Titans [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio stutter when wram i-cache is enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Teen Titans 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Tekken Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
 +
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Broken background eventually in new game cutscene. }}
 +
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Minor gfx glitches now and then.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|save=?|sound=bad|speed=minor|note='''Game makes GBAR2 crash right after spinning racket to choose starting serve. Some gfx glitches. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.'''}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|save=?|sound=bad|speed=minor|note='''Game makes GBAR2 crash right after spinning racket to choose starting serve. Some gfx glitches. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.'''}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note='''Single player mode freezes the game.''' Game runs faster with Cache enabled. Minor gfx glitches now and then. Some sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Some sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Ten Pin Alley 2 [U]|version=(2019/12/24) b740476 |rating=crashes|nocache=1|cache=1|sound=broken|speed=good|note=Game crashes with TWL speed. Game crashes before you can play a game with base ds model. Game has no save feature. '''DSi/3DS''' Crackling audio in jukebox. Crashes when starting match.|crashreason=Timing. DSi speed works but crashes a later on}}
 +
{{GBAR2Game|title=Terminator 3 - Rise of the Machines [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Tetris Worlds [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. Use commit a61e70e (2017/04/22) master build for base ds model instead. Game runs perfect! Game has no Save feature.}}
 +
{{GBAR2Game|title=Texas Hold´em Poker [UE]|version=(2019/12/24) b740476|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=(2019/12/24) b740476|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=That's So Raven [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}
 +
{{GBAR2Game|title=That's So Raven 2 - Supernatural Style [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=The Essence of War - Glory Days [E]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown. Game uses a Password system. '''DSi/3DS''' The only sound is intermittent beeping. Game halts at regular intervals every second. Same game as Super Army War.}}
 +
{{GBAR2Game|title=The Legend of Zelda - A Link to the Past [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches during the mode 7 map. Game runs fine.}}
 +
{{GBAR2Game|title=The Legend of Zelda - The Minish Cap [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=The Three Stooges [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Thunder Alley [U]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game has no save feature. '''DSi/3DS''' Occasional crackling in music in jukebox. Crackling sound from car engine ingame.}}
 +
{{GBAR2Game|title=Thunderbirds [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Thunderbirds - International Rescue [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Intro FMV is a bit out of sync. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tiger Woods PGA Tour Golf [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Tiger Woods PGA Tour 2004 [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Tim Burton's The Nightmare Before Christmas - The Pumpkin King [UE]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
 +
{{GBAR2Game|title=Tiny Toon Adventures - Buster's Bad Dream [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Tiny Toon Adventures - Wacky Stackers [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Titeuf - Ze Gagmachine (FR)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Titeuf Mega Compet (FR)|version=(2019/12/24) b740476|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=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tokyo Xtreme Racer Advance [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor sounds 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=(2019/12/24) b740476|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=Tom and Jerry in Infurnal Escape [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Tom and Jerry Tales [E]|version=(2019/12/24) b740476|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=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tom Clancy's Rainbow Six - Rogue Spear [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tom Clancy's Splinter Cell [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tom Clancy's Splinter Cell - Pandora Tomorrow [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Tonka - On the Job [U]|version=(2019/12/24) b740476|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=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Tony Hawk´s Downhill Jam [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches.}}
 +
{{GBAR2Game|title=Tony Hawk´s Pro Skater 2 [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Tony Hawk´s Pro Skater 3 [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Full speed with a little slowdown. Game is playable.}}
 +
{{GBAR2Game|title=Tony Hawk´s Pro Skater 4 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tony Hawk`s Underground [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tony Hawk`s Underground 2 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Top Gear GT Championship [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Top Gun - Combat Zones [U]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|note=Game softlocks after the titlescreen. Game uses a Password system.}}
 +
{{GBAR2Game|title=Top Gun - Firestorm Advance [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Top Spin 2 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Total Soccer Advance [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Total Soccer Manager [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Totally Spies! (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. FMV Intro skips some frames. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Totally Spies! 2 - Undercover (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}
 +
{{GBAR2Game|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Toukon Heat (J)|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Game runs faster with Cache enabled. Heavy gfx glitches and slowdown. Audio is a bit out of sync. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Tower SP [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Toyrobo Force (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Treasure Planet [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Trick Star [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Tringo [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Trollz - Hair Affair! (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Tron 2.0 - Killer App [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Turbo Turtle Adventure (U)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Turok Evolution [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Tweety and the Magic Gems (U)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. 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=(2019/12/24) b740476|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=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=Uchuu no Stellvia [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ui-Ire - World Soccer Winning Eleven [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Ultimate Brain Games [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Ultimate Card Games [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some gfx glitches. Minor sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes at random.}}
 +
{{GBAR2Game|title=Ultimate Spider-Man [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. FMV intro is missing. Game runs fine.}}
 +
{{GBAR2Game|title=Ultimate Winter Games [U]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches. Game uses a Password system. '''DSi/3DS''' Intermittent beeping sound in pause menu and results screen.}}
 +
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Unfabulous [U]|version=(2019/12/24) b740476|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=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Uno Free Fall [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}
 +
{{GBAR2Game|title=Urban Yeti! [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Urbz - Sims in the City [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Van Helsing (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Vattroller X (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Virtua Tennis (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Virtual Kasparov (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}
 +
{{GBAR2Game|title=V-Master Cross (J)|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game crashes after you win the intro battle.}}
 +
{{GBAR2Game|title=V-Rally 3 (E)|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Game works with the 3DS. Minor sounds and voice sample are missing. White screen after bios intro with base ds model. Game is playable.}}
 +
{{GBAR2Game|title=V.I.P. (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. White screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Wade Hixton's Counter Punch (UE)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio sounds a bit odd. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game crashes during the intro with base ds model. Game runs fine.}}
 +
{{GBAR2Game|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Waliou Xunbao Ji (China)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Wario Land 4 for iQue China. Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Waliou Zhizao (China)|version=(2019/12/24) b740476 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Wario Ware for iQue China. Audio is broken after you go into the gbarunner2 menu. Game is playable. '''DSi/3DS''' Rarely occuring stuttering sound when loading into new screen.}}
 +
{{GBAR2Game|title=Wanko de Kururin! Wancle (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Wanko Mix Chiwanko World (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Wanwan Meitantei (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Wario Land 4 [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=(2019/12/24) b740476 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= '''DS version only:''' Audio is broken after you go into the gbarunner2 menu. Game is playable.}}
 +
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=(2019/12/24) b740476 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note='''Game works with motion sensor patch applied on the 3DS.''' Game runs faster and has less gfx glitches with Cache enabled. Motion sensor game. Audio is broken after you go into the gbarunner2 menu. White screen after bios intro with motion sensor patch on base ds model. Game is playable.}}
 +
{{GBAR2Game|title=Watashi no Makesalon (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Whac-A-Mole [E]|version=(2019/12/24) b740476|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=(2019/12/24) b740476|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=Who Wants to Be a Millionaire [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Minor gfx glitches now and then. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Who Wants to Be a Millionaire Junior [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=Wild [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Wild Thornberrys Movie [UE]|version=(2019/12/24) b740476|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=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. 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=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game crashes during the first level. Could be a timing issue.}}
 +
{{GBAR2Game|title=Wing Commander - Prophecy [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|save=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=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Some Noise during the Pause screen. Game runs fine.}}
 +
{{GBAR2Game|title=Winnie the Pooh's Rumbly Tumbly Adventure [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
 +
{{GBAR2Game|title=Winning Post for Gameboy Advance [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Winter Sports [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}
 +
{{GBAR2Game|title=WinX Club [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. FMV Intro is missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=WinX Club - Quest for the Codex [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=W.i.t.c.h. [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}
 +
{{GBAR2Game|title=Wizardry Summoner [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Wolfenstein 3D [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}
 +
{{GBAR2Game|title=Woody Woodpecker in Crazy Castle 5 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}
 +
{{GBAR2Game|title=Word Safari - The Friendship Totems [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=World Advance Soccer - Shouri heno Michi (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Audio is a bit out of sync. Game crashes before the start of a match with base ds model. Game runs fine.}}
 +
{{GBAR2Game|title=World Championship Poker [E]|version=(2019/12/24) b740476|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=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=World Tennis Stars [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=Audio is broken after you go into the gbarunner2 menu. Minor sounds are missing. Game is playable. Game has no save feature.}}
 +
{{GBAR2Game|title=Worms Blast [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=Worms World Party [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in the gbarunner2 menu to play the game.''' Minor sounds and voice sample 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=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. 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=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice over are missing. Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=WWE - Survivor Series [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice over are missing. Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=WWF - Road to WrestleMania [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Voice over are missing. Minor Sounds are missing. Game runs fine. Game uses a Password system.}}
 +
{{GBAR2Game|title=XS Moto [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine. Game has no save feature.}}
 +
{{GBAR2Game|title=xXx [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}
 +
{{GBAR2Game|title=X2 - Wolverine's Revenge [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has worse sound with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=X-Bladez - Inline Skater [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Some sounds are missing. Game is playable. Game uses a Password system.}}
 +
{{GBAR2Game|title=X-Men - Reign of Apocalypse [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=X-Men - The Official Game [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has worse sound with Cache enabled. Game runs fine.}}
 +
{{GBAR2Game|title=Yaoxi Dao [China]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Yoshi´s Island for iQue China. Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Yggdra Union - We will never fight alone [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Yoshi Topsy-Turvy [U]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with the motion sensor patch applied with the 3DS. Motion sensor game. Minor sounds are missing. White screen with the motion control patch on base ds model. Game runs fine.}}
 +
{{GBAR2Game|title=Youkaidou [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Minor gfx glitches are visible now and then. Some sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=(2020/02/06) e5eade0|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Game crashes during the intro with base ds model. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Game is playable. '''This is a regression. Commit 916020e (2019/07/07) has better audio.'''}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=0|cache=1|save=1|sound=broken|speed=good|note=Minor gfx glitches are visible now and then. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International 2 [J]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Minor gfx glitches are visible now and then. Game is playable.}}
 +
{{GBAR2Game|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Worse Audio after you go into the gbarunner2 menu. Some sounds are missing. Minor gfx glitches are visible now and then. Game is playable.}}
 +
{{GBAR2Game|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn't find a save spot}}
 +
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=(2020/02/06) e5eade0|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=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Zapper [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=Zatchbell! - Electric Arena [U]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitches in the textbox. Game runs fine.}}
 +
{{GBAR2Game|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zero-Tours [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zero One [J]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
 +
{{GBAR2Game|title=Zero One SP [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit odd. Game runs fine.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
 +
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
 +
{{GBAR2Game|title=Zidane Football Generation [E]|version=(2020/02/06) e5eade0|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}
 +
{{GBAR2Game|title=Zoey 101 [UE]|version=(2020/02/06) e5eade0|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=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Zoids Saga [J]|version=(2020/02/06) e5eade0|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
 +
{{GBAR2Game|title=Zoids Saga Fuzors [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
 +
{{GBAR2Game|title=Zone of the Enders - The Fist of Mars [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
 +
{{GBAR2Game|title=ZooCube [E]|version=(2020/02/06) e5eade0|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=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
 +
|}
  
* '''! 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 !'''
+
== Link Games ==
 +
<big>The compatibility list for games with link functionality can be found here: [[GBARunner2/Link]].</big>
  
 +
== Rom Hacks ==
  
 
{| class="compattable sortable" width="100%" cellspacing="1" border="1px"
 
{| class="compattable sortable" width="100%" cellspacing="1" border="1px"
Line 105: Line 1,676:
 
!width=50%|Notes11
 
!width=50%|Notes11
 
|-
 
|-
|align="left" style="background:#FFB142"|2 Games in 1 - Uno + Skip-Bo [E]
+
|align="left" style="background:#B4EEB4"|Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. The Audio has some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|2K Sports - Major League Baseball 2K7 [U]
+
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Infinite BIOS reboot. Unplayable.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|3 Games in 1 - Paintball Splat! + Dodgeball - Dodge This! + Big Alley Bowling [E]
+
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|'''Big Alley Bowling won´t boot.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Ace Combat Advance [UE]
+
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow - Castlevania Reaper's Reckoning Hack V.1.7 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Ace Lightning [E]
+
|align="left" style="background:#B4EEB4"|Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Action Man - Robot Atak [E]
+
|align="left" style="background:#EF5350"|Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game runs well with DSi/3DS build. Infinite loop to Konami logo with base ds model.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Action Replay [v3.3] [Unl]
+
|align="left" style="background:#B4EEB4"|Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Device freezes after the BIOS Intro. Unplayable.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Action Replay GBX [Unl]
+
|align="left" style="background:#5c5c5c"|Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Device freezes after the BIOS Intro. Unplayable.
+
|align="left"|Game runs well with 3DS build. Black screen after bios intro with base ds model. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Action Replay GBX [v3.1] [Unl]
+
|align="left" style="background:#B4EEB4"|Fire Emblem - Tactics Universe V.3 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Device freezes after the BIOS Intro. Unplayable.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
 
|-
 
|-
|align="left" style="background:#EF5350"|Activision Anthology [U]
+
|align="left" style="background:#EF5350"|Fire Emblem - The Last Promise Hack V.2.1 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game reboots after selecting a Game. Unplayable.
+
|align="left"|Game runs well with 3DS build. Game crashes after you start the first Chapter with base ds model.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Advance Guardian Heroes [E]
+
|align="left" style="background:#B4EEB4"|Metroid Fusion - TS2000 Hack V.0.95 [U]
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game works with wram i-cache enabled. Minor Audio crackling. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Adventure of Tokyo Disney Sea [J]
+
|align="left" style="background:#B4EEB4"|Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game works with wram i-cache enabled. Minor Audio crackling. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Advance Wars [E]
+
|align="left" style="background:#EF5350"|Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches on the Titlescreen and during Battle. Playable.
+
|align="left"|Game runs well with 3DS build and wram i-cache enabled. Game crashes during the intro with base ds model.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Advance Wars 2 - Black Hole Rising [E]
+
|align="left" style="background:#B4EEB4"|Metroid Zero Mission - Menu Hack V.1.0 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a little stuttering during Cutscenes. Some Gfx Glitches. Playable.
+
|align="left"|Game works with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Aero the Acro-Bat - Rascal Rival Revenge [E]
+
|align="left" style="background:#B4EEB4"|Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.
 
|-
 
|-
|align="left" style="background:#EF5350"|Agassi Tennis Generation [E]
+
|align="left" style="background:#B4EEB4"|Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an BIOS reboot after selecting an Player. Unplayable.
+
|align="left"|Game works with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Agent Hugo - Roborumble [E]
+
|align="left" style="background:#EF5350"|Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game works with 3DS build and wram i-cache enabled. Game crashes after you select Boss Rush mode with base ds model.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Aggressive Inline [E]
+
|align="left" style="background:#EF5350"|Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|align="left"|Game runs well with 3DS build. Game crashes after you start a new game with base ds model.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Aigle de Guerre, L' [FR]
+
 
|align="center"|a61e70e (2017/04/22)
+
|}
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
 
 +
== 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"|Akagi [J]
+
|align="left" style="background:#FFEB3B"|Anguna V.0.95
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game crashes when you save. Saving doesn´t work.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Aladdin [E]
+
|align="left" style="background:#4CAF50"|Beru
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Aleck Bordon Adventure - Tower & Shaft Advance [J]
+
|align="left" style="background:#FFEB3B"|Castle Master
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|align="left"|No Audio, SFX only. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Alex Rider - Stormbreaker [E]
+
|align="left" style="background:#5c5c5c"|Christmas Advance
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an Black Screen after the BIOS Intro. I get an UNDF Error on the Touchscreen after Sram patching the Game. 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:#FFEB3B"|Alienators - Evolution Continues [UE]
+
|align="left" style="background:#B4EEB4"|Combat Advanced V.0.43
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Alien Hominid [E]
+
|align="left" style="background:#4CAF50"|El-Hazard
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an infinite BIOS reboot. Unplayable.
+
|align="left"|Couldn't find a save spot.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|All Grown Up! - Express Yourself [UE]
+
|align="left" style="background:#B4EEB4"|Eliminator V.0.91
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor slowdown. No Audio by default. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|All-Star Baseball 2003 [U]
+
|align="left" style="background:#4CAF50"|Elite - The New Kind v.1.7.1
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|All-Star Baseball 2004 [U]
+
|align="left" style="background:#5c5c5c"|Ex Machina
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|align="left"|White screen after bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Altered Beast - Guardian of the Realms [E]
+
|align="left" style="background:#4CAF50"|Kunoichi Yami
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Amazing Virtual Sea-Monkeys [U]
+
|align="left" style="background:#5c5c5c"|Lily and the lost Angel V.0.2
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Black screen after bios intro.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|American Bass Challenge [U]
+
|align="left" style="background:#5c5c5c"|Magical Chase
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|align="left"|Broken bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFB142"|American Dragon - Jake Long - Rise of the Huntsclan! [U]
+
|align="left" style="background:#4CAF50"|Metal Warrior 4 V.1.1
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|align="left"|Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|American Idol [U]
+
|align="left" style="background:#4CAF50"|Nebulus V.1.2
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|align="left"|Game works with wram i-cache enabled. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|An American Tail - Fievel's Gold Rush [E]
+
|align="left" style="background:#4CAF50"|Orn
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. There is some Noise on the Pause Screen. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Angel Collection - Mezase! Gakuen no Fashion Leader [J]
+
|align="left" style="background:#5c5c5c"|Panic at work
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|align="left"|Broken bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Angel Collection 2 - Pichimo ni Narou [J]
+
|align="left" style="background:#5c5c5c"|Quake GBA Demo
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|align="left"|White screen after bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFB142"|Angelique [J]
+
|align="left" style="background:#FFEB3B"|Rinne Tensyou ADVANCE
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Some Sound fx are missing. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Animal Mania - Dokidoki Aishou Check [J]
+
|align="left" style="background:#5c5c5c"|Rodion
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|align="left"|White screen after bios intro. You can hear music play.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Animaniacs - Lights, Camera, Action! [E]
+
|align="left" style="background:#FFB142"|Sonic the Hedgehog - [2007 Port Demo]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster and has less gfx glitches with wram i-cache enabled. Full speed. No Audio. Some gfx glitches. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Animal Snap - Rescue Them 2 by 2 [J]
+
|align="left" style="background:#FFEB3B"|Space Twins
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Screen is almost completely black. It is very hard to see whats going on. Unplayable.
+
|align="left"|Some Sounds are missing. Saving works.
 
|-
 
|-
|align="left" style="background:#EF5350"|Animal Yokochou - Doki Doki Kyushutsu Daisakusen ! no Maki [J]
+
|align="left" style="background:#FFB142"|Super Mario - The Last GBA Quest V.2.0
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Screen turns black after the Titlescreen. Unplayable.
+
|align="left"|Full Speed. No Audio. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]
+
|align="left" style="background:#4CAF50"|Super Star Shooter Advance
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|align="left"|Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Another World [Proto]
+
|align="left" style="background:#5c5c5c"|Sushi the Cat
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|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:#FFB142"|Ant Bully [E]
+
|align="left" style="background:#FFEB3B"|The Endless Tower
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|align="left"|Audio is broken a few minutes into the game. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Antz - Extreme Racing [E]
+
|align="left" style="background:#5c5c5c"|The Fallen
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Mode 7 Floor is missing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Broken bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Ao-Zoura to Nakamatachi - Yume no Bouken [J]
+
|align="left" style="background:#4CAF50"|The Last Seal
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Archer Maclean's 3D Pool [U]
+
|align="left" style="background:#FFB142"|Trailblazer Advance
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|align="left"|Full speed. No Audio. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Arctic Tale [U]
+
|align="left" style="background:#5c5c5c"|Uranus
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|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:#FFEB3B"|Army Men - Operation Green [UE]
+
|align="left" style="background:#5c5c5c"|Uranus 2
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. The Game Boy Sounds are missing. Some Gfx Glitches. Playable.
+
|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:#FFB142"|Army Men - Turf Wars [U]
+
|align="left" style="background:#FFEB3B"|Uranus Zero
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Some Audio stutter and gfx glitches. Couldn't find a save spot.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Army Men Advance [UE]
+
|align="left" style="background:#B4EEB4"|Vulkanon V.2.0
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Minor sounds are missing. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Around the World in 80 Days [E]
+
 
|align="center"|a61e70e (2017/04/22)
+
|}
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
 
 +
== 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"|Arthur and the Invisibles [U]
+
|align="left" style="background:#FFB142"|Another World V.2.1
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. Good Audio with some stuttering. Many Gfx Glitches. Working.
+
|align="left"|More gfx glitches with wram i-cache enabled. No Audio. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Arthur and the Minimoys [E]
+
|align="left" style="background:#4CAF50"|Banjo Kazooie - Grunty's Revenge - Early Beta
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. Good Audio with some stuttering. Many Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Ashita no Joe - Makka ni Moeagare! [J]
+
|align="left" style="background:#FFB142"|Banjo Pilot Voxel
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Asterix & Obelix Bash Them All! [E]
+
|align="left" style="background:#FFB142"|Battletoads
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Asterix and Cleopatra freezes during the Intro. '''Asterix and Obelix works.''' I completed the First Level. Almost Full Speed with some Slowdown. You can hear Random Audio Samples. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Asterix & Obelix XXL [E]
+
|align="left" style="background:#5c5c5c"|Blue Angelo - Monsters Stable
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|align="left"|Broken bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Astro Boy Omega Factor [E]
+
|align="left" style="background:#5c5c5c"|Blue Angelo - More Detail Unstable
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Broken bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Atari Anniversary Advance [E]
+
|align="left" style="background:#4CAF50"|Broken Circle [E]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster and has less gfx glitches with wram i-cache enabled. Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Atlantis - The Lost Empire [E]
+
|align="left" style="background:#B4EEB4"|Contra Advance - Review Prototype
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.  
 
|-
 
|-
|align="left" style="background:#FFB142"|Atomic Betty [UE]
+
|align="left" style="background:#5c5c5c"|Diddy Kong Pilot 2001
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|align="left"|Broken bios intro. Fixed the header with gbata.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|ATV - Quad Power Racing [UE]
+
|align="left" style="background:#FFB142"|Diddy Kong Pilot 2003 Alpha
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|ATV - Thunder Ridge Riders [E]
+
|align="left" style="background:#5c5c5c"|DK - King of Swing - Kiosk Demo [U]  
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game is Very Slow. No Audio. Much Noise. Many Gfx Glitches. Unplayable.
+
|align="left"|Game works with 3DS build. White screen after bios intro with base ds model. Couldn´t find a save spot.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Avatar - The Last Airbender - The Burning Earth [U]
+
|align="left" style="background:#B4EEB4"|Dune Ornithopter Assault
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Pause screen is missing. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFB142"|Avatar - The Legend of Aang [E]
+
|align="left" style="background:#EF5350"|Fire Eaters - Zero Bandits (Black Belt Challenge) [E]  
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|align="left"|Game crashes after the title screen.
 
|-
 
|-
|align="left" style="background:#EF5350"|Azumanga Daiou Advance [E]
+
|align="left" style="background:#B4EEB4"|Fire Emblem - Rekka no Ken [J] [Proto 0206]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an White Screen after the BIOS Intro. You can hear the Music playing. Unplayable
+
|align="left"|Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
 
|-
 
|-
|align="left" style="background:#EF5350"|Babar to the Rescue [E]
+
|align="left" style="background:#B4EEB4"|Fire Emblem - Rekka no Ken [J] [Proto 0219]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an Black Screen after selecting a File. You can hear the Music playing. Unplayable.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Back to Stone [E]
+
|align="left" style="background:#5c5c5c"|Flashback Legends [Proto]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an Infinite BIOS reboot. Unplayable.
+
|align="left"|Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFB142"|Backtrack [E]
+
|align="left" style="background:#5c5c5c"|Haunted Mansion [Proto] [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The FMV Intro is working. Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|align="left"|Game works with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Backyard Baseball 2006 [U]
+
|align="left" style="background:#B4EEB4"|Hikaru no Go Taikenban [Promo] [J]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Minor sounds are missing. Couldn't find a save spot.  
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Backyard Basketball [U]
+
|align="left" style="background:#4CAF50"|Kien [Proto] [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Backyard Football [U]
+
|align="left" style="background:#B4EEB4"|Kirby and the Amazing Mirror [Demo] [J]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an UNDF Error after the BIOS Intro. Unplayable.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Backyard Football 2006 [U]
+
|align="left" style="background:#5c5c5c"|Konami Krazy Racers [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|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:#FFEB3B"|Backyard Hockey [U]
+
|align="left" style="background:#B4EEB4"|Legend of Zelda - The Minish Cap [Kiosk Demo] [U]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The FMV Intro is working. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are misssing. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Backyard Skateboarding [U]
+
|align="left" style="background:#B4EEB4"|LEGO Racers 2 [Beta]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.  
 
|-
 
|-
|align="left" style="background:#FFB142"|Backyard Sports - Baseball 2007 [U]
+
|align="left" style="background:#B4EEB4"|Mandrake the Magician - Shadow of the Vehme
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown in the Menu. Full Speed during Gameplay. The Audio has some Noise. Some Gfx Glitches. Working.
+
|align="left"|Minor gfx glitches now and then. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Backyard Sports - Basketball 2007 [U]
+
|align="left" style="background:#B4EEB4"|Mario & Luigi - Superstar Saga [Kiosk Demo] [U]  
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|'''Disable the main memory i-cache to play the game.''' Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn´t find a save spot.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Backyard Sports - Football 2007 [U]
+
|align="left" style="background:#EF5350"|Megaman Battle Network 2 
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|align="left"|Game crashes after the title screen. '''This is a regression. Use commit e5eade0 (2020/02/06) instead.'''
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Baldur's Gate - Dark Alliance [E]
+
|align="left" style="background:#B4EEB4"|Metroid Fusion [09.11.2002 Proto]  
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|align="left"|Game works with wram i-cache enabled. Minor Audio stutter. Minor gfx glitches are visible every now and then. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Banjo Kazooie - Grunty's Revenge [Early Beta]
+
|align="left" style="background:#B4EEB4"|Metroid Fusion [09.16.2002 Proto]  
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Unplayable.
+
|align="left"|Game works with wram i-cache enabled. Minor Audio stutter. Minor gfx glitches are visible every now and then. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Banjo Kazooie: Grunty´s Revenge [E]
+
|align="left" style="background:#B4EEB4"|Metroid Zero Mission - [05.12.2003 Proto with Debug]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|align="left"|Game works with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. Saving works.
 
|-
 
|-
|align="left" style="background:#EF5350"|Banjo Pilot [E]
+
|align="left" style="background:#B4EEB4"|Metroid Zero Mission - [16.01.2004 Proto with Debug]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game freezes at the License Screen. I get an UNDF Error on the Touchscreen. Unplayable.
+
|align="left"|Game works with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Banjo Pilot Voxel [Proto]
+
|align="left" style="background:#B4EEB4"|Morning Adventure [Promo]
|align="center"|a61e70e (2017/04/22)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game runs very slow. The Audio has some stuttering. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor noise during the Pause screen. Game has no save feature.
|-
+
|align="left" style="background:#FFB142"|Barbie - The Princess and the Pauper [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Barbie and the Magic of Pegasus [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Barbie as the Island Princess [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Barbie Diaries - High School Mystery [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Barbie Groovy Games [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Barbie Horse Adventures [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Barbie in the 12 Dancing Princesses [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Barnyard [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Baseball Advance [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Bass Tsuri Shiyouze! - Tournament ha Senryaku da! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing during fishing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Batman Begins [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Batman Rise of Sin Tzu [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Batman Vengeance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Battle B-Daman [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Some Glitches on the Mode 7 Board. Very Good Audio. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Battle B-Daman - Fire Spirits [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Some Glitches on the Mode 7 Board. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|BattleBots - Beyond the BattleBox [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|BattleBots - Design & Destroy [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Battle X Battle - Kyodai Gyo Densetsu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Battletoads [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|BB Ball [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Pref 25004008 Error on the Touchscreen during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Beast Shooter - Mezase Beast King! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Berenstain Bears and the Spooky Old Tree [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Beru [Homebrew]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Best Friends - Hunde & Katzen [G]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Best Play Pro Yakyuu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Beyblade G-Revolution [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes when you are changing the settings in the Menu. The Game freezes during battle. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Beyblade V-Force - Ultimate Blader Jam [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Bibi Blocksberg - Der magische Hexenkreis [G]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Bibi und Tina - Ferien auf dem Martinshof [G]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Bible Game [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Biene Maja Klatschmohnwiese in Gefahr [G]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Big Mutha Truckers [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|bit Generations - Boundish [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|bit Generations - Coloris [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|bit Generations - Dialhex [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|bit Generations - Digidrive [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Gitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|bit Generations - Dotstream [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|bit Generations - Orbital [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|bit Generations - Soundvoyager [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has Slowdown after collecting many Orbs. Good Audio with some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Black Belt Challenge [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Black Matrix Zero [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Blackthorne [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Blades of Thunder [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Screen turns Black before the Titlescreen. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Bleach Advance - Kurenai ni Somaru Soul Society [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after selecting a Character. Very Good Audio. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Blender Bros [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Blue Angelo [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|BMX Trick Racer [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown during the Menu. Almost Full Speed with some Slowdown during Gameplay. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Board Game Classics [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Boboboubo Boubobo - Bakutou Hajike Taisen [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Boboboubo Boubobo - Maji de!! Shinken Battle [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Boktai [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to create a File.''' If you start without patching the Game with the Solar Sensor Patch you get the Message "Solar Sensor broken" during the Introduction and the Game freezes. The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Boktai 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. The Solar Sensor Patch doesn´t work. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Boktai 3 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Jetters - Densetsu no Bomberman [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Bomberman Jetters - Game Collection [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Max 2 - Blue Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Max 2 - Red Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Bomberman Tournament [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Bookworm [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Bouken Ou Beet - Busters Road [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Bouken Yuuki Pluster World - Pluston GP [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Unsupported Toy Starterset. Similar to Skylanders. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Boukyaku no Senritsu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is working. Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Boulder Dash EX [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Language Select Screen misses the Text. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Boxing Fever [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Bratz [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Bratz - Babyz [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Bratz - Forever Diamondz [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen during the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Bratz - Rock Angelz [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Bratz - The Movie [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Breakout, Centipede, Warlords [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The complete Menu Text and the Cursors are missing. Very Good Audio. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Breath of Fire [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Breath of Fire 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Breath of Fire 2 [Breath of Fresh Fire 2 Hack Version 1.0]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Britney's Dance Beat [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Broken Circle [E][Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Broken Sword - The Shadow of the Templars [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game has much Slowdown. The Audio has much Noise and stuttering. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Brother Bear [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is missing. The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Bruce Lee - Return of the Legend [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to get past the Titlescreen.''' The Game has much Slowdown. Good Audio with Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Bubble Bobble - Old & New [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to get past the Intro.''' Almost Full Speed with some Slowdown. The Gameboy Sounds are missing. You can hear Random Audio Samples playing. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Butt-Ugly Martians - B.K.M. Battles [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Cabbage Patch Kids - The Patch Puppy Rescue [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Cabela's Big Game Hunter - 2005 Adventures [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Caesars Palace Advance - Millennium Gold Edition [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after starting a Game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Calciobit [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Camp Lazlo - Leaky Lake Games [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Candy Land, Chutes and Ladders, Memory Game [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Capcom Classics Mini Mix [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Games have much Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Captain Tsubasa - Eikou no Kiseki [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Some GFx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Car Battler Joe [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Card e-Reader [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' You will get an Read Error. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Card e-Reader+ [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' You will get an Read Error. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Cardcaptor Sakura - Sakura Card de Mini Game [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV are working. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Care Bears - The Care Quests [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Carrera Power Slide [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Cars [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Cars - Mater-National Championship [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Cartoon Network Block Party [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Cartoon Network Speedway [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Casper [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Castle Master [Homebrew]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Castlevania Aria of Sorrow [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I noticed some Screen Tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Castlevania Aria of Sorrow [Call of Chaos Hack] [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Castlevania Aria of Sorrow [Dawn of Symphony Hack] [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Castlevania Aria of Sorrow [Castlevania Reaper's Reckoning Hack] [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Castlevania Circle of the Moon [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Castlevania Harmony of Dissonance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Castlevania Harmony of Dissonance [PaletteHack] [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Castlevania Harmony of Dissonance [Revenge On The Findesiecle Hack] [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the Konami Logo. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Castleween [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Language Select Screen is missing the Images. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Cat in the Hat by Dr. Seuss [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I have noticed some Screen tearing. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Catwoman [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Catz [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Chaoji Maliou 2 [China]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game. Super Mario Advance for iQue China.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Chaoji Maliou Shijie [China]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game. Super Mario Advance 2 for iQue China.''' Full Speed. Very Good Audio. Some Gfx Glitches. Many Zeros on Screen after activating a Message block. The Text is somewhat messed up. Working.
+
|-
+
|align="left" style="background:#FFB142"|Charlie and the Chocolate Factory [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game takes a while to boot. The Game has messed up Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Charlotte's Web [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has messed up Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Cheetah Girls [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Chessmaster [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after selecting a Game Mode. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Chicken Little [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Chicken Shoot [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after selecting a Game Mode. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Chicken Shoot 2 [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after selecting a Game Mode. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Chobits for Game Boy Advance - Atashi Dake no Hito [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV are working. Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Chocobo Land - A Game of Dice [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Choro Q Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is a bit slow but working. Almost Full Speed with some Slowdown. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Choro Q Advance 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is working. The Game has much Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Chu Chu Rocket [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen with an blinking Exclamation mark. The Game boots after about 3 Minutes. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|CIMA - The Enemy [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Cinderella - Magical Dreams [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Titlescreen and the Menus are missing Images. The Intro FMV is missing. There is some Screen tearing. Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Cinnamon Game Series 2 - Yume no Daibouken [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Cinnamoroll - Koko ni Iru yo [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Bomberman (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Castlevania (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Donkey Kong (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Dr. Mario (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Exitebike (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Ice Climber (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Legend of Zelda (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Metroid (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Pac-Man (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Super Mario Bros. (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Xevious (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Classic NES Series - Zelda II - The Adventure of Link (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Cocoto - Kart Racer [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Cocoto - Platform Jumper [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Codename - Kids Next Door - Operation S.O.D.A. [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Colin McRae Rally 2.0 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Almost Full Speed with some Slowdown. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Columns Crown [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has some Slowdown during the Intro. Almost Full Speed with some Slowdown during Gameplay. The Audio has some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|CombatAdvancedv0.43 [Homebrew]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Combat Choro Q - Advance Daisakusen [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Comix Zone [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|ConcoursBKom [Homebrew]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Assertion failed Error Message after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Connect Four, Perfection, Trouble [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Contra Advance [Review Prototype]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Contra Advance - The Alien Wars EX [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Titlescreen misses some Text. The Game has much Slowdown. The Audio has some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Corvette [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Crash Bandicoot 2 N-Traced [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Crash Bandicoot Fusion [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Crash Bandicoot XS [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game freezes during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Crash Nitro Kart [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Crash of the Titans [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Spee with some Slowdown. Good Audio with some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Crazy Chase [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Crazy Frog Racer [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|It is possible that the Game breaks after a finished Race. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Crazy Taxi - Catch a Ride [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game is very Slow. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Creatures [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio by default. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Croket! - Yume no Banker Survival! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Croket! 2 - Yami no Bank to Banqueen [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Croket! 3 - Granu Oukoku no Nazo [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Croket! 4 - Bank no Mori no Mamorigami [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Croket! Great - Toki no Boukensha [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Crouching Tiger Hidden Dragon [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Cruis'n Velocity [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Crushed Baseball [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|CT Special Forces [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some SFX are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|CT Special Forces 2 - Back to Hell [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|CT Special Forces 3 - Bioterror [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Cubix - Robots for Everyone - Clash 'N Bash [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Curious George [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Custom Robo GX [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram Patching required to prevent the EEPROM Save Error.''' The Game has much Slowdown outside of Battle. Full Speed and Very Good Audio during Battle. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Dai-Mahjong [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Daisenryaku for Game Boy Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Daisuki Teddy [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio wih a little stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Dancing Sword - Senkou [J] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Dan Doh!! Tobase Shouri no Smile Shot [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Dan Doh!! Xi [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Danny Phantom - Urban Jungle [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a litte Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Danny Phantom - The Ultimate Enemy [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Daredevil [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Darius R [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Dark Arena [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF E3A02004 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dave Mirra Freestyle BMX 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Very Good Audio in the Menu. Good Audio with some Noise during Gameplay. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Dave Mirra Freestyle BMX 3 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|David Beckham Soccer [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Davis Cup [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio during Gameplay. No Audio and much Noise during the Titlescreen. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Deadly Skies [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Dead to Rights [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Deal or No Deal [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise during Gameplay. Much Noise on the Pause Screen. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Defender - For All Mankind [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Defender of the Crown (E)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed during Battle. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|DemiKids - Dark Version (U)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|DemiKids - Light Version (U)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Demon Driver - Time to Burn Rubber! (U)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Screen has too many Gfx Glitches. Full Speed. Good Audio with some Noise and stuttering. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Denki Blocks! [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to prevent the Game from freezing.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Densetsu no Stafy [J] 
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Densetsu no Stafy 2 [J] 
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game freezes before the Titlescreen. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Densetsu no Stafy 3 [J] 
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game won´t boot and has Gfx Glitches and Flickering on both Screens. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Derby Stallion Advance [J] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Desert Strike Advance [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Deutschland sucht den Superstar [G]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dexter's Laboratory - Chess Challenge [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Dexter's Laboratory - Deesaster Strikes! [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Audio loops during the Pause Screen. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Di Gi Charat - DigiCommunication [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Diadroids World - Evil Teikoku no Yabou [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Diddy Kong Pilot 2001 [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Diddy Kong Pilot 2003 [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Digi Communication 2 - Datou! Black Gemagema Dan [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game is Very Slow. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Digimon - Battle Spirit [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Digimon - Battle Spirit 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Digimon Racing [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes on the Griptonite Games Screen. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Digimon Ruby [Unl] [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Dinotopia - The Timestone Pirates [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF 20030056 Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Disney's Party [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Disney Princess [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Many Gfx Glitches during the Introcutscene. The Game has much Slowdown. Good Audio with some Noise and stuttering. Working.
+
|-
+
|align="left" style="background:#FFB142"|Disney Princess - Royal Adventure [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Digimon Sapphire [Unl]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Disney Sports - Basketball [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches.  Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Disney Sports - Football [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Cutscenes are missing. The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Disney Sports - Motocross [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Pref 4A286888 Error on the Touchscreen after pressing Start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Disney Sports - Skateboarding [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Disney Sports - Soccer [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV are missing. The Game has much Slowdown. Very Good Audio during the Titlescreen. No Audio and some Noise during Gameplay. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Disney Sports - Snowboarding [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Entire Snowpiste is Invisible. Maybe it is because it is streamed like an FMV. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|DK - King of Swing [U] [Kiosk Demo]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|DK - King of Swing [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dogz [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with a some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Dogz 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Dogz - Fashion  [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dokapon [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dokodemo Taikyoku - Yakuman Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Domo-kun no Fushigi Terebi [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Donald Duck Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Donchan Puzzle Hanabi de Dohn Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Donkey Kong Country [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed with a little Slowdown. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Donkey Kong Country 2 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game switches between Full Speed and Much Slowdown. Working.
+
|-
+
|align="left" style="background:#FFB142"|Donkey Kong Country 3 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game switches between Full Speed and Much Slowdown. Working.
+
|-
+
|align="left" style="background:#FFB142"|Doom [UE]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game has much Slowdown. You can hear Random Audio Samples. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Doom 2 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dora the Explorer - Dora's World Adventure! [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Dora the Explorer - Super Spies [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dora the Explorer - Super Star Adventures! [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dora the Explorer - The Search for the Pirate Pig's Treasure [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Doraemon - Dokodemo Walker [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Double Dragon Advance [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Doubutsu Shima no Chobi Gurumi [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Doubutsu Shima no Chobi Gurumi 2 - Tama-chan Monogatari [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Downforce [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Dragon Ball: Advanced Adventure [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Dragon Ball GT - Transformation [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Dragon Ball Z - Buu's Fury [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Dragon Ball Z - Collectible Card Game [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dragon Ball Z - Supersonic Warriors [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dragon Ball Z - Taiketsu [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''I get the Message "This Game will not run on this Hardware Message" after pressing start on the Titlescreen. Its an Anti Piracy Method.''' Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Dragon Ball Z - The Legacy of Goku [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get the Message "This program will not run on this Hardware found". Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Dragon Ball Z - The Legacy of Goku 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dragon Drive - World D Break [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dragon's Rock [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Dragon Quest Monsters - Caravan Heart [J]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Dragon Quest Monsters - Caravan Heart [Eng.Patch 1.0]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dragon Tales - Dragon Adventures [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Drake & Josh [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Drill Dozer [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Driven [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Driv3r [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Driver 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after loading the City. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dr. Mario & Panel de Pon [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Dr. Mario won´t boot. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Dr. Mario & Puzzle League [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Dr. Mario won´t boot. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Dr. Muto [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dr. Sudoku [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Drome Racers [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio in the Menu. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Droopy's Tennis Open [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes during the Titlescreen. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Dual Blades [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Duel Masters - Kaijudo Showdown [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is working. Almost Full Speed with some Slowdown. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Duel Masters - Sempai Legends [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is working. I have noticed some Screen tearing. Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Duel Masters - Shadow of the Code [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Duel Masters 2 - Invincible Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Duel Masters 2 - Kirifuda Shoubu Ver. [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Duel Masters 3 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Duke Nukem Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dungeons & Dragons - Eye of the Beholder [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. You can hear Random Audio Samples playing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Dune-Ornithopter-Assault [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Screen turns black in the Desert. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Dynasty Warriors Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Game has loadingtimes between the Moves. The Game freezes during Free Mode. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Earthworm Jim [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game runs a bit too fast. The Audio has much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Earthworm Jim 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Ecks vs Sever [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game View is mixed up. You have to hold the DS Sideways to play the Game. Very Slow. Much Noise. Very Good Audio during the Titlescreen. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Ecks vs Sever 2: Ballistic [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game View is mixed up. You have to hold the DS Sideways to play the Game. Very Slow. No Audio. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Ed, Edd n Eddy - Jawbreakers! [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Ed, Edd n Eddy - The Mis-Edventures [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Eggo Mania [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Screen started blinking after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Elemix! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Elevator Action - Old & New [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Old Version has much Slowdown. The New Version has Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Elf - The Movie [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Elf Bowling 1 & 2 [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Elite [Homebrew]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Eliminator [Homebrew]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Enchanted - Once Upon Andalasia [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Eragon [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Erementar Gerad [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after the Jupiter Screen. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|ESPN Final Round Golf [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|ESPN Great Outdoor Games - Bass Tournament [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|ESPN International Winter Sports [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|ESPN X-Games Skateboarding [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is working. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|European Super League [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Ever Girl [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Exmachinadeux [Homebrew]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|EX Monopoly [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Exciting Bass [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Extreme Ghostbusters - Code Ecto-1 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some SFX are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Extreme Skate Adventure [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game runs Very Slow. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Eyeshield 21 Devilbats Devildays [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|EZ-Talk - Shokyuu Hen 1 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after pressing Start on the Titlescreen. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|A Keyword is needed to start the Game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 3 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|A Keyword is needed to start the Game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 4 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|A Keyword is needed to start the Game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 5 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|A Keyword is needed to start the Game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 6 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|A Keyword is needed to start the Game. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|E-Reader [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' I get an e-Reader Memory Error Screen. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|E.T. - The Extra-Terrestrial [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the Licensed by Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|F-14 Tomcat [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Music has some Noise during the Pause Screen. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|F-24 Stealth Fighter [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Music has some Noise during the Pause Screen. Many Gfx Glitches . Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Fairly OddParents! - Clash with the Anti-World [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Fairly OddParents! - Enter the Cleft [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Fairly OddParents! - Shadow Showdown [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes during the Training Level. I get an UNDF Error on the Touchscreen. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini - Dai 2 Ji Super Robot Taisen [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini - Kido Senshi ZGundam Hot Scramble [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 08 - Mappy [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Famicom Mini Vol. 10 - Star Soldier [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 12 - Clu Clu Land [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 13 - Balloon Fight [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 14 - Wrecking Crew [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 16 - Dig Dug [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 18 - Makaimura [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 19 - Twin Bee [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF EE05DF4C Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF EE05DF4C Error on the Touchscreen 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"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF EE05DF4C Error on the Touchscreen 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"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes 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"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF EE05DF4C Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Game Pack Error. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Family Feud [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Family Tennis Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Famista Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes before starting the Match. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Fancy Pocket [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Fantastic 4 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Fantastic 4 - Flame On [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Fear Factor Unleashed [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Field of Nine - Digital Edition 2001 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|FIFA Soccer 2003 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Crowd Soundsamples during the Match are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|FIFA Soccer 2004 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|FIFA Soccer 2005 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Very Good Audio. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|FIFA Soccer 2006 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|FIFA Soccer 2007 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|FIFA World Cup - Germany 2006 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|FightBox [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after creating an Robot. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|FILA Decathlon [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Final Fantasy I & II: Dawn of Souls [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. I get an UNDF Error on the Touchscreen after starting Final Fantasy 2. Some Major Slowdown occurring from time to time. Working.
+
|-
+
|align="left" style="background:#EF5350"|Final Fantasy IV Advance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Screen turns black after the Language Selection. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Final Fantasy V Advance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Final Fantasy VI Advance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|It takes a while for the Game to boot. The Game has much Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Final Fantasy Tactics Advance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Final Fight ONE [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Finding Nemo [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Finding Nemo - The Continuing Adventures [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Fire Eaters - Zero Bandits (Black Belt Challenge)(Demo) [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Fire Emblem [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Fire Emblem Rekka no Ken [J] [Proto 0206]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Fire Emblem Rekka no Ken [J] [Proto 0219]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Fire Emblem [Different Dimensions The Ostian Princess Hack V.1.2] [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Fire Emblem [The Last Promise Hack] [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen before starting the First Chapter. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Fire Emblem - Fuuin no Tsurugi [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Fire Emblem Fuuin no Tsurugi [Shining Armor Hack] [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Press start as soon as Roy is on the Map, to skip the UNDF Error on the Touchscreen. Almost Full Speed with some Slowdown. Good Audio with some stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Fire Emblem - Fuuin no Tsurugi [Tr.Patch 2.1]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Fire Emblem - Fuuin no Tsurugi [Tr.Patch 1.0 by Gringe]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable. Please note that this translation patch is different and more recent than the above one.
+
|-
+
|align="left" style="background:#FFEB3B"|Fire Emblem: The Sacred Stones [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Fire Pro Wrestling [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Fire Pro Wrestling 2 [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Flashback Legends [Proto Eng.Patch 1.0]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Flintstones - Big Trouble in Bedrock [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Flushed Away [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Ford Racing 3 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Formation Soccer 2002 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Fortress [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game runs a bit too Fast. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Foster's Home for Imaginary Friends [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Franklin the Turtle [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Franklin's Great Adventures [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Freekstyle [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Freestyle Scooter [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Frogger Advance - The Great Quest [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Frogger's Adventures - Temple of the Frog [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Frogger's Adventures 2 - The Lost Wand [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Frogger's Journey - The Forgotten Relic [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The many Gfx Glitches are making it difficult to see where you are going. Working.
+
|-
+
|align="left" style="background:#EF5350"|Fruit Mura no Doubutsutachi [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the Name Select Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Fushigi no Kuni no Alice [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Fushigi no Kuni no Angelique [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes after skipping the Intro. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Futari ha Precure - Arienaai! Yume no Sono ha Daimeikyuu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. You can hear Music playing. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Futari ha Precure Max Heart - Maji Maji! Fight de IN Janai [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an 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"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|F-Zero Climax [J]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|F-Zero GP-Legend [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Gachasute! Dino Device - Blue [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. You can hear Random Audio Samples instead. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Gachasute! Dino Device - Red [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. You can hear Random Audio Samples playing. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Gachasute! Dino Device 2 - Dragon [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gachasute! Dino Device 2 - Phoenix [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Gadget Racers [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is working. The Game has much Slowdown during Gameplay. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gakkou o Tsukurou!! Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gakuen Alice - Dokidoki Fushigi Taiken [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gakuen Senki Muryou [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV are working. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Galidor - Defenders of the Outer Dimension [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Games Explosion! [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|GameShark GBA [U] [Alt] [Unl]:
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an broken BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|GameShark GBA [U] [Unl]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an broken BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Game & Watch Gallery Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Ganbare Dodge Fighters [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Garfield - The Search for Pooky [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Garfield and His Nine Lives [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Gauntlet - Dark Legacy [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|GBA AV Adapter [China] [Unl]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|GBA Movie Player 2 CF [Spain] [Unl]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|GBA Personal Organizer [U] [Unl]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Device works. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|GBA TV Tuner PAL [China] [v1.3] [Unl]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|GBA TV Tuner PAL [China] [v2.0] [Unl]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Gekido Advance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Gekitou Densetsu Noah - Dream Management (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gem Smashers (U)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Genseishin Justirisers Souchaku Chikyuu no Senshitachi (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Genso Suikoden - Card Stories [Eng.Patch 1.0]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Genso Suikoden - Card Stories [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Get! - Boku no Mushi Tsukamaete (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with a little Slowdown. Very Good Audio with a little stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|GetBackers Dakkanya - Jagan Fuuin! (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|GetBackers Dakkanya - Jigoku no Scaramouche (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Ghost Rider [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Ghost Trap (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Global Star - Sudoku Fever [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the Licensed by Screen. No Audio. Some Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Glory Days [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Some Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Godzilla - Domination! [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Goemon - New Age Shutsudou! (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Golden Nugget Casino (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after switching Games. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Golden Sun [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Mode 7 Overworld is only visible when you open the Menu Screen. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Golden Sun 2 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. The Mode 7 Overworld is only visible when you open the Menu Screen. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Go! Go! Beckham! - Adventure on Soccer Island [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Gradius Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Grand Theft Auto Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Very Good Audio on the Titlescreen and Intro. Much Noise. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Green Eggs and Ham by Dr. Seuss (U)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Greg Hastings' Tournament Paintball Maxd [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Only Your Helmet, Weapon and Icons are visible. Very Good Audio. Some GFx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Gremlins - Stripe vs Gizmo [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. You can hear Random Audio Samples during the Pause Screen. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Grim Adventures of Billy & Mandy (U)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Groove Adventure Rave - Hikari to Yami no Daikessen [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|GT Advance - Championship Racing [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|GT Advance 2 - Rally Racing [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|GT Advance 3 - Pro Concept Racing [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|GT Championship [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|GT Racers [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|There is some flickering during Race. Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Guilty Gear X - Advance Edition [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Gumby vs. the Astrobots [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gunstar Future Heroes [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Guranbo [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Guru Logic Champ [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Gyakuten Saiban [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gyakuten Saiban 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Gyakuten Saiban 3 [Eng.Patch Case 1]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Hachiemon (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. You can hear Random Audio Samples playing. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Hagane no Renkinjutsushi - Meisou no Rondo [Eng.Patch 0.01]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hagane no Renkinjutsushi - Omoide no Sonata [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Hajime no Ippo - The Fighting! [Eng.Patch 1.0]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Hamepane - Tokyo Mew Mew (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Hamster Club 3 (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Hamster Club 4 (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Hamster Monogatari 2 (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Hamster Monogatari 3 (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after selecting a Game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Hamster Monogatari 3EX 4 Special (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Hamster Monogatari Collection (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Hamster Paradise - Pure Heart (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hamster Paradise Advanchu (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hamtaro - Ham-Ham Games [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after selecting the Tournament Mode. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hamtaro - Ham-Ham Heartbreak [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Hamtaro - Rainbow Rescue [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Hanabi Hyakkei Advance (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hanafuda Trump Mahjong - Depachika Wayouchuu (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Happy Feet (E)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hardcore Pinball (UE)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hardcore Pool (E)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Harlem Globetrotters - World Tour (E)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen before starting a Game. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Harobots - Robo Hero Battling!! (J)
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Gameboy Sounds are missing. I get an Error on the Touchscreen after selecting an Island. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Harry Potter - Quidditch World Cup [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Harry Potter and the Chamber of Secrets [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Fullspeed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Harry Potter and the Goblet of Fire [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Harry Potter and the Order of the Phoenix [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to get past the Language Select Screen.''' I get an PREF FE000000 on the Touchscreen after the Licensed by Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Harry Potter and the Prisoner of Azkaban [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Harry Potter and the Sorcerer's Stone [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Harukanaru Toki no Naka de [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Harvest Moon - Friends of Mineral Town [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Harvest Moon - More Friends of Mineral Town [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hatena Satena [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Haunted Mansion [U] [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Heidi - The Game [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Hello Kitty - Happy Party Pals [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hello Kitty Collection - Miracle Fashion Maker [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Hello! Idol Debut - Kids Idol Ikusei Game [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' The Textboxes have no Text. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Herbie - Fully Loaded [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. The Racetrack is missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hey Arnold! - The Movie [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|High Heat Major League Baseball 2002 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|High Heat Major League Baseball 2003 [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. You can hear Random Audio Samples playing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Hi Hi Puffy AmiYumi - Kaznapped! [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Hikaru no Go [Eng.Patch 0.2]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Hikaru no Go 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Hikaru no Go Taikenban [J] [Promo]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|High School Musical - Livin' the Dream [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hime Kishi Monogatari - Princess Blue [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Hobbit [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Home on the Range [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Horsez [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hot Potato! [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Hot Wheels - All Out [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF FFFFFFE0 Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hot Wheels - Burnin' Rubber [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Hot Wheels - Stunt Track Challenge [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hot Wheels - Velocity X [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Hot Wheels - World Race [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 1 - Bomberman Collection [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 2 - Lode Runner Collection [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 3 - Action Collection [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 4 - Nazotoki Collection [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 5 - Shooting Collection [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Hugo - Bukkazoom! [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Hugo - The Evil Mirror Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is messy. Full Speed. Very Good Audio. Some Gfx Gitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Ice Age [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Ice Age 2 - The Meltdown [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Ice Nine [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Incredible Hulk [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Incredibles [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Incredibles - Rise of the Underminer [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF 1FFFFFFC Error on the Touchscreen after passing the Licensed by Screen. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Initial D - Another Stage [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Inspector Gadget - Advance Mission [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. You can hear Random Audio Samples during the Pause Screen. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Inspector Gadget Racing [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes a lot during Gameplay. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|International Karate Advanced [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|International Karate Plus [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|International Superstar Soccer [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|International Superstar Soccer Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Inukko Club [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Invader [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed with a little Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Invincible Iron Man [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF 80571910 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Iridion 3D [UE]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game loops endlessly after the Shinen Logo. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Iridion 2 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game hangs after the Shinen Logo. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Iron Kid [Korea]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to prevent the PREF 93A2A2AC Error on the Touchscreen.''' I get an UNDF Error on the Touchscreen during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Isseki Hatchou - Kore 1ppon de 8shurui! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitchs. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|I Spy Challenger! [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|It´s Mister Pants [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Don´t play the Game if you are an Epileptic!''' '''The Game flashes like crazy!''' '''Sram patching required.''' Very Good Audio. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Jackie Chan Adventures - Legend of the Darkhand [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|James Bond 007 - Nightfire [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|James Pond - Codename Robocod [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Jazz Jackrabbit [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|J.League Pro Soccer Club o Tsukurou! Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|J.League Pocket [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|J.League Pocket 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|J.League Winning Eleven Advance 2002 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Jet Set Radio [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|JGTO Kounin Golf Master - Japan Golf Tour Game [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game won´t let you get past the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Jikkyou World Soccer Pocket 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Jimmy Neutron Boy Genius [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed with a little Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|A Part of the Cutscenes only show the Text. Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Jimmy Neutron Boy Genius - Jet Fusion [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen during the Nick Games Logo. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Jinsei Game Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Jisu F-Zero Weilai Saiche [China]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''F-Zero Maximum Velocity for iQue China.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Jonny Moseley Mad Trix [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Juezhan Sanguo [Unl] [Chinese]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Juka and the Monophonic Menace [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to prevent the PREF 6000001E Error on the Touchscreen.''' The Game freezes after the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Jungle Book 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is messy. Full Speed. No Audio during Gameplay. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Jurassic Park III - Dino Attack [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Jurassic Park III - Park Builder [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Jurassic Park III - The DNA Factor [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed with a little Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Jurassic Park Institute Tour - Dinosaur Rescue [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Justice League - Injustice for All [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Justice League Chronicles [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Justice League Heroes - The Flash [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|K-1 Pocket Grand Prix [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|K-1 Pocket Grand Prix 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kaeru B Back [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kamaitachi no Yoru Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Kami no Kijutsu - Illusion of the Evil Eyes [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Kappa no Kai-Kata Katan Daibouken [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Karnaaj Rally [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Kawa no Nushi Tsuri 3 & 4 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kawaii Pet Game Gallery [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Kawaii Pet Game Gallery 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Kawaii Pet Shop Monogatari 3 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Keitai Denjuu Telefang 2 - Power [Eng Patch 0.05] [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Keitai Denjuu Telefang 2 - Speed [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Kelly Slater's Pro Surfer [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Ker Plunk!, Toss Across, Tip It [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Kessakusen! Ganbare Goemon 1-2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Goemon 1 has Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Very Playable. Goemon 2 has much Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Kid Paddle [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kidou Gekidan Haro Ichiza Haro no Puyo Puyo [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Kidou Senshi Gundam Seed Destiny [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio during Gameplay. You can hear Random Audio Samples during the Pause Menu. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Kid's Cards [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Kien [U] [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kiki Kaikai Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Killer 3D Pool [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kill Switch [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Kim Possible [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is messy. The Game has much Slowdown. The Audio has much Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kim Possible 2 - Drakken's Demise [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is missing. Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Kim Possible 3 - Team Possible [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is missing. The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kingdom Hearts: Chain of Memories [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is messy. Very Good Audio with a little stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|King Kong - The Official Game of the Movie [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|King of Fighters EX - NeoBlood [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|King of Fighters EX2 - Howling Blood [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kirby - Nightmare in Dreamland [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Kirby and the Amazing Mirror [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Kirby and the Amazing Mirror [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kiss x Kiss Seirei Gakuen [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Klonoa - Empire of Dreams [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise during the Map Screen. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Klonoa 2 - Dream Champ Tournament [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise during the Map Screen. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Klonoa Heroes - Densetsu no Star Medal [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. You can hear Music playing. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Knights' Kingdom [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an AUNK 0000B500 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Koala Brothers - Outback Adventures [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Koinu to Issho - Aijou Monogatari [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Koinu to Issho 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Konami Collector's Series - Arcade Classics [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Konami Krazy Racers [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Konami Krazy Racers [U] [Beta]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Konchuu Monster Battle Master [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Kong - King of Atlantis [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Kong - The Animated Series [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an PREF E3A02004 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Konjiki no Gashbell!! - Makai no Bookmark [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Konjiki no Gashbell!! The Card Battle for GBA [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Koro Koro Puzzle - Happy Panechu! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. You can hear Music playing. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kotoba no Puzzle - Mojipittan Advance [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Kouchu Ouja Mushiking [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Kunio Kun Nekketsu Collection 1 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Games have much Slowdown. Very Good Audio during the Titlescreen. No Audio and much Noise during Gameplay. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kunio Kun Nekketsu Collection 2 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Games have much Slowdown. Very Good Audio during the Titlescreen. No Audio and much Noise during Gameplay. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kunio Kun Nekketsu Collection 3 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Games have much Slowdown. Very Good Audio during the Titlescreen. No Audio and much Noise during Gameplay. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Kurohige no Golf Shiyouyo [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The 3D Golf Course is missing. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kurohige no Kurutto Jintori [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kurukuru Kururin [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Kururin Paradise [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Lady Sia [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Land Before Time [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Land Before Time - Into the Mysterious Beyond [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Lara Croft Tomb Raider - Legend [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Lara Croft Tomb Raider - The Prophecy [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Lea - Passion Veterinaire [Fr]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Legend of Dynamic Goushouden - Houkai no Rondo [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. You can hear Random Audio Samples. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Legends of Wrestling II [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Legendz - Sign of Nekuromu [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is working. Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Legendz - Yomigaeru Shiren no Shima [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Lego Bionicle [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Lego Bionicle Heroes [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Lego Bionicle - Matoran Adventures [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Lego Bionicle - Maze of Shadows [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an AUNK 0000B500 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|LEGO Island - Xtreme Stunts [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|LEGO Island 2 - The Brickster's Revenge [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|LEGO Racers 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Audio has some stuttering during a Race. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|LEGO Racers 2 [Beta]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|LEGO Soccer Mania [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen on the Licensed by Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|LEGO Star Wars - The Video Game [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Cutscenes are missing the Text. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|LEGO Star Wars II - The Original Trilogy [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Lemony Snicket's A Series of Unfortunate Events [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Sudden BIOS reboots during Gameplay. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Let's Ride! - Dreamer [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Let's Ride! - Friends Forever [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Let's Ride! - Sunshine Stables [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Licca-chan no Oshare Nikki [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Life, Yahtzee, Payday [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Lilliput Oukoku - Lillimoni to Issho Puni! [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Lilo and Stitch [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Intro FMV is messy. The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Lilo and Stitch 2 [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Lily_v02 [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 025C6E84 7D087D08 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Lion King [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Lion King 1 1-2 [U] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Little Buster Q [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Much Flickering in the Textbox. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Little Einsteins [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Little League Baseball 2002 [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after selecting a Team. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Little Mermaid - Magic in Two Kingdoms [UE] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game is Very Slow. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Little Patissier - Cake no Oshiro [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Lizzie McGuire [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Lizzie McGuire 2 - Lizzie Diaries [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Lizzie McGuire 3 - Homecoming Havoc [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Spee with some Slowdown. Good Audio with some Noise. The Gameboy Sounds are missing. Much Noise during the loading of the Game. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Lode Runner [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Looney Tunes - Back in Action [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Lord of the Rings - The Fellowship of the Ring [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Lord of the Rings - The Return of the King [UE] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Lord of the Rings - The Third Age [UE] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. The Game is Very Slow. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Lord of the Rings - The Two Towers [UE] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Lost Vikings [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Love Hina Advance - Shukufuku no Kane ha Naru Kana [Eng. Patch v0.98]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Lucky Luke - Wanted! [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Lufia - The Ruins of Lore [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Much Slowdown outside of Battle. Full Speed in Battle. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Lunar Legend [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Madagascar [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Madagascar - Operation Penguin [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Madden NFL 2002 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Madden NFL 2003 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise. Many Gfx Glitches during the Match. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Madden NFL 2004 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise. Many Gfx Glitches during a Match. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Madden NFL 2005 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game shows a Random Match and freezes afterwards. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Madden NFL 2006 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game shows a Random Match and freezes afterwards. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Madden NFL 2007 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game shows a Random Match and freezes afterwards. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Magi Nation [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Magical Houshin [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Magical Quest Starring Mickey & Minnie [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Magical Quest Starring Mickey & Minnie 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Magical Quest Starring Mickey & Minnie 3 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Magical Vacation [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required.''' Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Magical Vacation [Eng.Patch 1.0]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required.''' I get an UNDF Error on the Touchscreen after the Brownie Brown Logo. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mahjong Keiji [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mail de Cute [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Mandrake the Magician - Shadow of the Vehme [Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes after walking around in the First Level. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Manga-ka Debut Monogatari [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|No Text in the Textboxes. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Maniac Miner [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Maniac Racers Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|MAR - Knockin' on Heaven's Door [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed with a little Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Marble Madness, Klax [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|March of the Penguins [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Mario Golf - Advance Tour [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Screen shows many Glitches after practicing. Press Start to return it back to normal. Full Speed. Good Audio with some Noise and stuttering. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Mario Kart Super Circuit [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. The Weapon Noises are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Mario & Luigi - Superstar Saga [U] [Kiosk Demo]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes when entering a Battle. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Mario & Luigi: Superstar Saga [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game freezes before the First Battle. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mario Party Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. There is some flickering on Screen before and after an Event. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mario Pinball [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mario Power Tennis [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mario vs Donkey Kong [Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mario vs Donkey Kong [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Marvel - Ultimate Alliance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF 2000001E Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mary-Kate and Ashley - Girls Night Out [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Masters of the Universe He-Man - Power of Grayskull [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Matantei Loki Ragnarok - Gensou no Labyrinth [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Matchbox Cross Town Heroes [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mat Hoffman's Pro BMX [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mat Hoffman's Pro BMX 2 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Math Patrol - The Kleptoid Threat [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 020404DC F87AF000 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Max Payne Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. The Cutscenes are missing the Images. Good Audio with some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mazes of Fate [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Maya the Bee - Sweet Gold [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required.''' I get an UNDF Error on the Touchscreen after starting the First Level. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Maya the Bee - The Great Adventure [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mech Platoon [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Intro FMV is broken. Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Medabots - Metabee Version [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Medabots AX - Rokusho Version [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Medal of Honor - Infiltrator [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an AUNK 0000B500 Error on the Touschscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Medal of Honor Underground [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some SFX are missing. Many Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Meet the Robinsons [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Megaman & Bass [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Text is unreadable. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Megaman Battle Chip Challenge [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"| I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 2 [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 2 [Proto] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 3 Blue [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 3 White [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 4 Blue Moon [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 4 Red Sun [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 5 Team Colonel [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 5 Team Protoman [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 6 Cybeast Falzar [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Megaman Battle Network 6 Cybeast Gregar [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mega Man Zero [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mega Man Zero 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mega Man Zero 3 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mega Man Zero 4 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Meine Tierarztpraxis [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Meine Tierpension [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Meitantei Conan - Akatsuki no Monument [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Intro FMV is working. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Meitantei Conan - Nerawareta Tantei [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Intro FMV is working. I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Mermaid Melody - Pichi Pichi Pitch [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Intro FMV is working. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mermaid Melody - Pichi Pichi Pitch - Pichi Pichi Party [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Metal Max 2 Kai [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Menu is flashing a bit. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Metal Gun Slinger [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Metal Slug Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Fusion [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I completed the Game. It takes about 5 Minutes to pass one very slow Introscene. Afterwards the Game runs Full Speed. I noticed some Slowdown after the End Credits. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Fusion [09.11.2002 Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|It takes about 5 Minutes to pass one very slow Introscene. Afterwards the Game runs Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Fusion [16.11.2002 Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|It takes about 5 Minutes to pass one very slow Introscene. Afterwards the Game runs Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Zero Mission [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I noticed some Slowdown during the Ending Cutscene. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Zero Mission [05.12.2003 Proto with Debug]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Zero Mission [16.01.2004 Proto with Debug]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Zero Mission (AP Boss Rush v1 Hack) [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Metroid Zero Mission [Escape from Metroid Zero Mission v1.02 Hack] [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 02F82ED0 0869DED1 Error on the Touchscreen after selecting the difficulty. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Zero Mission [Menu Hack] [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Metroid Zero Mission [Metroid Disturbance Hack] [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Metroid Zero Mission [Metroid Boss Rush Mode Hack] [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Black Screen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Metroid Zero Mission [Other Zero Mission Hack] [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 0294551C FADCB7E3 Error on the Touchscreen after selecting the difficulty. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Men in Black - The Series [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Mezase Koushien [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Micro Machines [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Midnight Club - Street Racing [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF 2004E3A0 Error on the Touchscreen after selecting a Language. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Midway's Greatest Arcade Hits [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Mighty Beanz Pocket Puzzles [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Mike Tyson Boxing [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Noise during the Pause Screen. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Minami no Umi no Odyssey [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Shiiku Series 1 - Boku no Kabuto Mushi (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Minimoni - Mika no Happy Morning Chatty [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Minimoni - Onegai Ohoshi-sama! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game reboots after selecting a Game Mode. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Minna de Puyo Puyo [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Minna no Ouji-sama [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes on the Map Screen. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Minna no Shiiku Series 2 - Boku no Kuwagata [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Minna no Soft Series - Happy Trump 20 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Soft Series - Minna no Mahjong [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Minna no Soft Series - Minna no Shogi [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Minna no Soft Series - Shanghai [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. May Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Minority Report - Everybody Runs [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 020E5CF0 D3040849 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mission Impossible - Operation Surma [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to prevent an Black Screen after pressing start on the Titlescreen.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Miteluode - Lingdian Renwu [China]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Metroid Zero Mission for iQue China.''' Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Miteluode Ronghe [China]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Metroid Fusion for iQue China.''' I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|MLB SlugFest 20-04 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Mobile Suit Gundam Seed - Battle Assault [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. You can hear Random Audio Samples playing during the Pause Screen. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Moero!! Jaleco Collection [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an BIOS reboot after selecting a Game. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Mo Jie Qibing [Unl] [Chinese]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Momotarou Dentetsu G Gold Deck o Tsukure! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Momotarou Matsuri [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Monopoly [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes after selecting the Number of Players. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Monster! Bass Fishing [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Monster Force [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Monster Gate [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Monster House [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Monsters, Inc [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Black Screen after the Licensed by Screen. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Monster Jam - Maximum Destruction [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Monster Maker 4 - Flash Card [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Monster Maker 4 - Killer Dice [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Monster Rancher Advance [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Monster Rancher Advance 2 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Monster Summoner [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Monster Trucks [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Too many Gfx on Screen. No Audio. Much Noise. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Monster Trucks Mayhem [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Too many Gfx on Screen. No Audio. Much Noise. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Moorhen 3 - The Chicken Chase! [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Morita Shougi Advance [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Morning Adventure [E Patch 1.01] [Promo]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Much Noise during the Pause Screen. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mortal Kombat - Deadly Alliance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Many Gfx Glitches. The Touchscreen has a Blue Color. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mortal Kombat - Tournament Edition [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. The Touchscreen has a Blue Color. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mortal Kombat Advance [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Mother 1+2 [English Patched 1.01]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen with Mother 1. Mother 2 runs Full Speed with some Screen tearing. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Mother 3 [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Sound Player accessible. The Game freezes after the Intro. Unplayable.<br><b>Gericom:</b><br>Game reads from an ewram mirror, this isn't supported yet.
+
|-
+
|align="left" style="background:#EF5350"|Mother 3 [T+Eng1.2]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Sound Player accessible. The Game freezes after the Intro. Unplayable.<br><b>Gericom:</b><br>Game reads from an ewram mirror, this isn't supported yet.
+
 
|-
 
|-
 
|align="left" style="background:#FFB142"|Motocross Challenge [Proto]
 
|align="left" style="background:#FFB142"|Motocross Challenge [Proto]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|align="left"|Heavy slowdown.
|-
+
|align="left" style="background:#FFB142"|Moto GP [Beta]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Moto GP [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Motoracer Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has muuch Slowdown. Good Audio in Menu. No Audio during Race. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mousetrap, Operation, Simon [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mr Nutz [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV are working. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mr. Driller 2 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mr. Driller A - Fushigi na Pacteria [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Ms. Pac-Man - Maze Madness [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mucha Lucha! - Mascaritas of the Lost Code [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Mugenborg [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Mummy [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Many Gfx Glitches on the Titlescreen. Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Working.
+
|-
+
|align="left" style="background:#EF5350"|Muppet Pinball Mayhem [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF A02004E2 Error on the Touchscreen after selecting a Gamemode. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Muppets On with the Show! [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 026D9180 33453330 Error on the Touchscreen after the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Mutsu - Water Looper Mutsu [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|MX 2002 featuring Ricky Carmichael [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|My Animal Centre in Africa [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|My Little Pony - Crystal Princess - The Runaway Rainbow [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|M&M's - Blast! [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|M&M's - Break'em [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Some Flickering on Screen. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Nakayoshi Mahjong - Kaburiichi [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Text in the Texboxes is missing. Full Speed. Very Good Audio. Some Gfx Glitches. The Text in the Texboxes is missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Namco Museum - 50th Anniversary [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio during Gameplay. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Namco Museum [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio during Gameplay. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Nancy Drew - Message in a Haunted Mansion [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game only shows the Cursor. Very Good Audio. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Napoleon [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Narikiri Jockey Game - Yuushun Rhapsody [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is missing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Naruto - Konoha Senki [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Naruto - Ninja Council [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Naruto - Ninja Council 2 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Naruto RPG - Uketsugareshi Hi no Ishi [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|NASCAR Heat 2002 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Natural 2 - Duo [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes after the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|NBA Jam 2002 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Nebulus [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF 6000001E Error on the Touchscreen during the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Need for Speed Carbon - Own the City [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required. Without it, the Game won´t let you advance the create a Profile Screen.''' I get an UNDF Error before starting the Race. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Need for Speed - Most Wanted [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patch the Game to prevent the Assertion Failed Error.''' I get an PREF FFFFFFCC Error on the Touchscreen before starting the Race. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Need for Speed - Porsche Unleashed [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Need for Speed - Underground [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Need for Speed - Underground 2 [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Next Generation Tennis [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches during the Menu Screen. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|NFL Blitz 20-02 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 02006A28 F6020213 Error on the Touchscreen after selecting a Game Mode. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|NFL Blitz 20-03 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|NHL 2002 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|NHL Hitz 20-03 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Nicktoons Racing [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ninja Cop [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Nintendo MP3 Player [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes during the Health Notice Screen. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|No Rules - Get Phat [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Uplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Nobunaga Ibun [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Nobunaga no Yabou [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes after the Save Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Noddy - A Day in Toyland [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Nyan Nyan Nyanko no Nyan Collection [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ochaken no Bouken Jima - Honwaka Yume no Island [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ochaken no Heya [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Ochaken no Yumebouken [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 03007F5C FFFFFFBE Error on the Touchscreen after selecting a Game Mode. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Oddworld - Munch's Oddysee [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Too many Gfx Glitches on Screen. Very Good Audio. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ojarumaru - Gekkouchou Sanpo de Ojaru [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Okumanchouja Game - Nottori Daisakusen! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Very Playable.
+
|-
+
|align="left" style="background:#FFB142"|One Piece [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|One Piece - Going Baseball - Kaizoku Yakyuu [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|One Piece - Mezase! King of Belly [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes at the Name Entry Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|One Piece - Nanatsu Shima no Daihihou [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Onimusha Tactics [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Onmyou Taisenki Zeroshiki [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Open Season [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Screen goes Black during the Intro Level. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Operation Armored Liberty [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Orn [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Oriental Blue - Ao no Tengai [Eng.Patch 1.0]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Oshaberi Inko Club [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Oshare Princess 2 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Oshare Princess 3 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Oshare Princess 5 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Oshare Wanko [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ottifanten Pinball [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Overstorm [Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Over the Hedge [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. The Cutscenes are missing the Images. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Over the Hedge - Hammy Goes Nuts! [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Ozzy & Drix [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Pac-Man Collection [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Controls won´t work in Pac Man Arrangement. Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Pac-Man Pinball Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Pac-Man World [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Pac-Man World 2 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 03007564 F600F600 Error on the Touchscreen during the First City. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Paperboy, Rampage [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. The Audio in Paperboy has a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Paws & Claws - Best Friends - Dogs & Cats [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Paws & Claws - Pet Resort [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Payback [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to reach the Title Screen.''' The Game has much Slowdown. The Audio has much Noise. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pazunin - Uminin no Puzzle de Nimu [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Penny Racers [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Peter Pan - Return to Neverland [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Peter Pan - The Motion Picture Event [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Petz - Hamsterz Life 2 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Petz Vet [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Textboxes are missing the Text. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pferd & Pony - Best Friends - Mein Pferd [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Pferd & Pony - Lass Uns Reiten 2 [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pferd & Pony - Mein Gestuet [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pferd & Pony - Mein Pferdehof [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Phalanx - The Enforce Fighter A-144 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV´s are working. Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Phantasy Star Collection [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Starting Phantasy Star 1 & 2 will trigger a BIOS reboot.''' Phantasy Star 3 is the only playable Game. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Phantom - The Ghost who walks [Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF 6000001E Error on the Touchscreen after walking around the First Area. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Phil of the Future [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Backgrounds are missing. Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pia Carrot he Youkoso!! 3.3 [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to prevent the Game from freezing.''' Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Piglet's Big Game [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Pikapika Nurse Monogatari - Nurse Ikusei Game [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Textboxes are missing the Text. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pinball Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Pinball Challenge Deluxe [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pinball Tycoon [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Pink Panther - Pinkadelic Pursuit [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes during the First Level. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pinky and the Brain - The Masterplan [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pinky Monkey Town [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pinobee - Wings of Adventure [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The FMV Intro is working. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pinobee & Phoebee [J]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Pirates of the Caribbean - Dead Man's Chest [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Pirates of the Caribbean - The Curse of the Black Pearl [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Pitfall - The Lost Expedition [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF EE05DF4C Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pitfall - The Mayan Adventure [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Planet of the Apes [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 03003839 03010303 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Play-Yan [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes on the Titlescreen. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Play-Yan Micro [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes on the Healthcare Screen. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pocket Dogs [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Pocket Music [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes during Gameplay. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pocket Professor - Kwik Notes - Vol. 1 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pocky & Rocky with Becky [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Pokémon Emerald [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|'''Sram patching required to boot the Game.'''I get an white Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pokemon Fire Red [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed with a little Slowdown. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pokemon Leaf Green [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed with a little Slowdown. Very Good Audio with a little stuttering. Some Gfx Glitches. Playable.
+
 
|-
 
|-
|align="left" style="background:#FFB142"|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]
+
|align="left" style="background:#B4EEB4"|Moto GP [Beta]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|align="left"|Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.  
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Pokemon Mystery Dungeon - Red Rescue Team [E]
+
|align="left" style="background:#4CAF50"|Overstorm [Proto]
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed with a little Slowdown. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Pokemon Pinball - Ruby & Sapphire [E]
+
|align="left" style="background:#4CAF50"|Phantom - The Ghost who walks
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Couldn't find a save spot.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Pokemon Ruby [E]
+
|align="left" style="background:#4CAF50"|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a stuttering. Some Gfx Glitches. Playable.
+
|align="left"|Game has no save feature.
 
|-
 
|-
 
|align="left" style="background:#5c5c5c"|Pokemon Ruby [German Debug Build]
 
|align="left" style="background:#5c5c5c"|Pokemon Ruby [German Debug Build]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|align="left"|Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Pokémon Sapphire [E]
+
|align="left" style="background:#4CAF50"|Resident Evil 2
|align="center"|216734d (2017/05/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a little stuttering. Some Gfx Glitches. Playable.
+
|align="left"|Game runs faster with wram i-cache enabled. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Polarium Advance [E]
+
|align="left" style="background:#B4EEB4"|Santa Claus Jr. Advance
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Polly Pocket! - Super Splash Island [E]
+
|align="left" style="background:#FFB142"|Sonic Advance
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|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:#FFB142"|Pong, Asteroids, Yars' Revenge [E]
+
|align="left" style="background:#FFEB3B"|Sonic Advance 3
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|'''Pong is Unplayable.''' Full Speed. Very Good Audio. Many Gfx Glitches. Working.
+
|align="left"|Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Minor sounds are missing. Saving works.
 
|-
 
|-
|align="left" style="background:#5c5c5c"|Pop Idol [E]
+
|align="left" style="background:#B4EEB4"|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto]  
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|align="left"|Minor gfx glitches now and then. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFB142"|Popeye - Rush for Spinach [UE]
+
|align="left" style="background:#B4EEB4"|SpongeBob SquarePants - SuperSponge [06.06.2001 11.39 Proto]  
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with a little Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Minor gfx glitches now and then. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFB142"|Postman Pat and the Greendale Rocket [UE]
+
|align="left" style="background:#4CAF50"|SpongeBob SquarePants - SuperSponge [07.31.2001 Proto]  
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Poke Dash [J]
+
|align="left" style="background:#FFB142"|Starsky & Hutch [Beta] [U]  
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Heavy gfx glitches and some slowdown.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Pro Kun Pocket 1-2 [J]
+
|align="left" style="background:#4CAF50"|Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Saving works.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Pro Kun Pocket 3 [J]
+
|align="left" style="background:#FFEB3B"|Turok Advance [Bright Proto]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Some slowdown. Minor gfx glitches. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Pro Kun Pocket 4 [J]
+
|align="left" style="background:#FFEB3B"|Turok Advance [Proto]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Some slowdown. Minor gfx glitches. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Pro Kun Pocket 5 [J]
+
|align="left" style="background:#5c5c5c"|Tyrian 2000 [Proto]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|White screen after bios intro.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Pro Kun Pocket 6 [J]
+
|align="left" style="background:#B4EEB4"|World Reborn
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|align="left"|Game runs faster with wram i-cache enabled. Some noise during the Pause screen. Game uses a Password system.
 
|-
 
|-
|align="left" style="background:#FFB142"|Powerpuff Girls - Him and Seek [E]
+
|align="left" style="background:#B4EEB4"|Yoshi's Story [GBA Tech Demo SDK 3.0 with Sound]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|align="left"|Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game has no save feature.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Powerpuff Girls - Mojo Jojo A-Go-Go [E]
+
 
|align="center"|ba222be (2017/03/06)
+
|}
|align="left"|'''Sram patching required to prevent the PREF E3A02004 Error on the Touchscreen.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
 
 +
== Unlicensed games ==
 +
 
 +
{| 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"|Power Rangers - Dino Thunder [E]
+
|align="left" style="background:#EF5350"|Digimon Ruby
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. You can hear Random Audio Samples during the Pause Screen. Some Gfx Glitches. Working.
+
|align="left"|Game runs fine with DSi/3DS build. Infinite loop to the titlescreen with base ds model.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Rangers - Ninja Storm [E]
+
|align="left" style="background:#5c5c5c"|Digimon Sapphire
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. You can hear Random Audio Samples during the Pause Screen. Some Gfx Glitches. Working.
+
|align="left"|White screen after bios intro.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Power Rangers - Time Force [U]
+
|align="left" style="background:#EF5350"|Iron Kid [Korea]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|Game runs fine with DSi/3DS build. Game crashes during the intro with base ds model.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Rangers - Wild Force [UE]
+
|align="left" style="background:#5c5c5c"|Mo Jie Qibing [Chinese]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. You can hear Random Audio Samples during the Pause Screen. Some Gfx Glitches. Working.
+
|align="left"|White screen after bios intro.
 
|-
 
|-
|align="left" style="background:#FFB142"|Power Rangers S.P.D. [UE]
+
|align="left" style="background:#4CAF50"|Qwak [E]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. You can hear Random Audio Samples during the Pause Screen. Some Gfx Glitches. Working.
+
|align="left"|Saving works.
 
|-
 
|-
|align="left" style="background:#FFEB3B"|Prehistorik Man [UE]
+
|align="left" style="background:#5c5c5c"|Rockman & Crystal [Chinese]
|align="center"|ba222be (2017/03/06)
+
|align="center"|088cbc5 (2020/04/21)
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|align="left"|White screen after bios intro.
 
|-
 
|-
|align="left" style="background:#EF5350"|Premier Action Soccer [E]
+
 
|align="center"|f3d2ef4 (2017/02/18)
+
|}
|align="left"|'''Sram patching required or the Game reboots before a Match.''' I get an UNDF 030005E0 03000610 Error on the Touchscreen before the Match. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Premier Manager 2003-04 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Premier Manager 2004-2005 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Premier Manager 2005-2006 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Princess Natasha - Student, Secret Agent, Princess [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Prince of Persia - The Sands of Time [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has some loading Time between Cutscenes. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Pro Action Replay [J] [Unl]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get a broken BIOS Intro. Unsupported Devive. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Pro Beach Soccer [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 014C9598 E7EADCF2 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Pro Mahjong Tsuwamono GBA [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pro Tennis WTA Tour [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Proud Family [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pro Yakyuu Team o Tsukurou! Advance [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Punch King - Arcade Boxing [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Puppy Luv - Spa and Resort [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Puyo Pop [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Puyo Pop Fever [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Puzzle & Tantei Collection [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Quad Desert Fury [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Too Many Gfx Glitches on Screen. No Audio. Much Noise. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Qwak [E][Demo][Unl]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Qwak [E][Unl]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Racing Fever [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Racing Gears Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I won´t get past the Licensed by Screen. You can hear Music playing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Rampage - Puzzle Attack [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Rapala Pro Fishing [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required or you the Message "The EEPROM is either not present on the cartridge or is faulty" on the Upper Screen.''' I get an PREF A50918A4 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Ratatouille [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 027BE4D0 EEEE5588 Error on the Touchscreen during the First Level. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Rave Master - Special Attack Force! [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Rayman Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Rayman 3 - Hoodlum Havoc [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. The Map Screen is Invisible. The Screen goes black after the Second Level. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Rayman Hoodlum's Revenge [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game freezes at the Licensed by Screen. I get an UNDF Error on the Touchscreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Rayman Raving Rabbids [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed with a little Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Razor Freestyle Scooter [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ready 2 Rumble Boxing - Round 2 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Rebelstar - Tactical Command [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Recca no Honoo - The Game [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Reign of Fire [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Relaxuma na Mainichi [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Rescue Heroes - Billy Blazes! [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Revenge of Shinobi [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. The Game freezes before starting the First Level. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Rhythm Tengoku [Eng.Patch Beta 10a]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ripping Friends [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Risk, Battleship, Clue [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|River City Ransom EX [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Riviera: The Promised Land [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Loading of battle takes very long. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Road Rash - Jailbreak [E] 
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Mode 7 Textures are missing. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Robopon 2 - Cross Version [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Robopon 2 - Ring Version [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Robotech - The Macross Saga [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Robots [E] 
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Robot Wars - Advanced Destruction [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Robot Wars - Extreme Destruction [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Rockman EXE 4.5 - Real Operation [J] 
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 02040244 F8F3F000 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Rock'em Sock'em Robots [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Rock n' Roll Racing [E] 
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Rocket Power - Beach Bandits [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Rocket Power - Dream Scheme [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an BIOS reboot during the Intro. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Rocket Power - Zero Gravity Zone [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Rocky [E] 
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes at the Licensed by Screen. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Rodion [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes at the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|RPG Tsukuru Advance [J]   
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|R-Type III - The Third Lightning [E] 
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Rugrats - Castle Capers [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Rugrats - Go Wild [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Rugrats - I Gotta Go Party [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sabre Wulf [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Sabrina - The Teenage Witch - Potion Commotion [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Saibara Rieko no Dendou Mahjong [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Sakura Momoko no UkiUki Carnival [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 02068398 03000CC4 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Salt Lake 2002 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. The Audio has much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Samurai Deeper Kyo [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Samurai Evolution - Oukoku Geist [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Samurai Jack - The Amulet of Time [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sangokushi [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sangokushi - Eiketsuden [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sangokushi - Koumeiden [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. The Game freezes if try to save. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sanrio Puroland - All Characters [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sansara Naga 1x2 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed with some Slowdown during the Titlescreen. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Santa Claus Jr. Advance [E] [Beta]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Noise during the Pause Screen. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Santa Claus Jr. Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Noise during the Pause Screen. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Santa Claus Saves the Earth [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Santa Clause 3 - The Escape Clause [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Scan Hunter - Sennen Kaigyo o Oe! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 026FC87C FE4079E0 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Scooby-Doo [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Scooby-Doo 2 - Monsters Unleashed [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Scooby-Doo and the Cyber Chase [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Scooby-Doo! - Mystery Mayhem [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Text on the Touchscreen is colored in Red. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Scooby-Doo! - Unmasked [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Scorpion King - Sword of Osiris [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Scrabble [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Scrabble Blast! [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Scrabble Scramble! [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Scurge - Hive [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required. The Game won´t let you leave the Bridge without it.''' I get an UNDF 0303FB60 03004638 Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|SD Gundam Force [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|SD Gundam G-Generation Advance [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sea Trader - Rise of Taipan [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"| Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Secret Agent Barbie - Royal Jewels Mission [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes during the First Mission. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sega Arcade Gallery [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Afterburner doesn´t work. The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sega Rally Championship [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Sega Smash Pack [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|All Games are freezing after the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sengoku Kakumei Gaiden [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Sennen Kazoku [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Japanese Message on the Upper Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sentouin Yamada Hajime [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Serious Sam Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. Many Gfx Glitches. Unplayable..
+
|-
+
|align="left" style="background:#FFEB3B"|Shaman King Card Game - Chou Senjiryakketsu 2 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shaman King Card Game - Chou Senjiryakketsu 3 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Shaman King - Legacy of the Spirits - Soaring Hawk [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Shaman King - Legacy of the Spirits - Sprinting Wolf [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Shaman King - Master of Spirits [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Shaman King - Master of Spirits 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Some Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shamu's Deep Sea Adventures [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shanghai Advance [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shark Tale [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Shaun Palmer's Pro Snowboarder [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sheep [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches on Screen. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Shikakui Atama o Marukusuru Advance - Kanji Keisan [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to prevent the Game from freezing during the Intro. ''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shikakui Atama o Marukusuru Advance - Kokugo Sansu Rika Shakai [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to prevent the Game from freezing during the Intro. ''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Shin chan - Aventuras en Cineland [Spain]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shin chan contra los Munecos de Shock Gahn [Spain]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shingata Medarot - Kabuto Version [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shingata Medarot - Kuwagata Version [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shin Kisekae Monogatari [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Shining Force - Resurrection of the Dark Dragon [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Shin Megami Tensei [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shin Megami Tensei 2 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Shin Megami Tensei Devil Children - Messiah Riser [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shin Megami Tensei Devil Children - Puzzle de Call! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shining Soul [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shining Soul 2 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Shiren Monsters Netsal [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game constantly reboots to the Chun Soft Screen. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shrek - Hassle at the Castle [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Shrek - Reekin' Havoc [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Shrek - Smash n' Crash Racing [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 02936F3C BC822E54 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shrek - Super Slam [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Shrek - Swamp Kart Speedway [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitches during the Race. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shrek the Third [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Shrek 2 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Shrek 2 - Beg for Mercy [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sigma Star Saga [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Silent Scope [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Silent Hill Play Novel [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is missing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Silk to Cotton [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable..
+
|-
+
|align="left" style="background:#FFEB3B"|Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sims - Bustin' Out [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Sim City 2000 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sims 2 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sims 2 - Pets [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game has much Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sister Princess - RePure [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV are working. Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sitting Ducks [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sky Dancers - They Magically Fly! [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 020D8E20 3102432C Error on the Touchscreen after the Gameboy Player Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Slot! Pro 2 Advance - GoGo Juggler & New Tairyou [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Smashing Drive [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Much Frameskipping. Very Good Audio. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Smurfs - The Revenge of the Smurfs [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes while loading the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Snap Kid's [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 03000DE4 FFFFFFFE Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Snood [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. You hear Random Audio Samples. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Snood 2 - Snoods on Vacation [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has too many Gfx Glitches on Screen. Very Good Audio. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Soccer Kid [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches on the Map Screen. Working.
+
|-
+
|align="left" style="background:#FFB142"|Sonic Advance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|There are 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 [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|There are 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"|216734d (2017/05/06)
+
|align="left"|There are 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:#FFEB3B"|Sonic Advance 3 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sonic Advance 3 [Proto]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some flickering going on in the Background. The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sonic Battle [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sonic Pinball Party [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sonic the Hedgehog - Genesis [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Sonic the Hedgehog - [2007 Port Demo]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sorry!, Aggravation, Scrabble Junior [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sound of Thunder [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Cutscenes are missing. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Space Invaders [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Space Channel 5 - Ulala's Cosmic Attack [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Space Hexcite - Maetel Legend EX [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|SpaceTwins [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Speedball 2 - Brutal Deluxe [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Spider Man [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is missing. The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spider Man 2 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is missing. The Cutscenes only show the Text. The Game has much Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spider Man 3 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Spider-Man - Battle for New York [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UDNF 02955870 776F6C73 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spider-Man - Mysterio's Menace [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spirits & Spells [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Spirit - Stallion of the Cimarron - Search for Homeland [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Audio has some Noise during the Pause Screen. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob and Friends - Attack of the Toybots [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants - Battle for Bikini Bottom [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants - Creature from the Krusty Krab [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants - Lights, Camera, Pants! [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants - Revenge of the Flying Dutchman [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Slowdown. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants - SuperSponge [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants - SuperSponge [06.06.2001 11.36 Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants - SuperSponge [31.07.2001 Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants and Friends - Battle for Volcano Island [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required or the Game freezes on the Titlescreen.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob SquarePants and Friends Unite! [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|SpongeBob SquarePants The Movie [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|SpongeBob's Atlantis SquarePantis [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sports Illustrated for Kids - Baseball [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. The Crowd Samples are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Sports Illustrated for Kids - Football [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. The Crowd and Voice Samples are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Spyro Adventure [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Almost Full Speed with some Slowdown. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Spyro Fusion [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spyhunter [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|There is some Screen Flickering. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Spy Hunter, Super Sprint [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. There is some Noise during the Pause Screen. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Spy Kids 3-D - Game Over [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spy Kids Challenger [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Spy Muppets - License to Croak [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF E9115F00 Error on the Touchscreen after the Vicarious Visions Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spyro Season of Flame [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Spyro Season of Ice [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Spyro the Legend of - A New Beginning [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Cutscenes have no Text. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Spyro the Legend of - The Eternal Night [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV are working. The Game has much Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|SSX 3 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|SSX Tricky [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is a Mess. The Game has much Slowdown. No Audio. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Stadium Games [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little stuttering. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Starsky & Hutch [Beta] [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game is Very Slow. Good Audio on the Titlescreen. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Starsky & Hutch [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game is Very Slow. Good Audio on the Titlescreen. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Star Wars - Flight of the Falcon [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 024A5A8A AD87B3AD Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Star Wars - Jedi Power Battles [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Sound Effects are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Star Wars - The New Droid Army [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF E3A02004 Error on the Touchscreen after pressing Start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Star Wars Episode II - Attack of the Clones [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|On the Titlescreen and during Cutscenes only the Text is visible. Full Speed. Very Good Audio. Some Sound Effects are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Star Wars Episode III - Revenge of the Sith [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Star Wars Trilogy - Apprentice of the Force [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Star X [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Steel Empire [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Street Fighter Alpha 3 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Street Racing Syndicate [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Only the Car and the Background is visible. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Strike Force Hydra [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Stuart Little 2 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Stuntman [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an 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"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Summon Night: Swordcraft Story [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Summon Night: Swordcraft Story 2 [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game freezes before you enter the First Battle. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Summon Night: Swordcraft Story 3 [J]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Too Many Gfx Glitches on Screen. Very Good Audio with a little Noise. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sum of All Fears [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches on the Menu Screen. Working.
+
|-
+
|align="left" style="background:#FFB142"|Super Army War [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Super Black Bass Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Super Breakout, Millipede, Lunar Lander [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Millipede freezes after pressing start.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Super Bubble Pop [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Bust-A-Move [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Super Chinese 1-2 Advance [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Some Games are Full Speed. Some Games are having much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Super Collapse! II [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen flickering. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Dodge Ball Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Super Dropzone - Intergalactic Rescue Mission [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Duper Sumos [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Ghouls´n Ghosts [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Super Hornet FA 18F [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF E3A02004 Error on the Touchscreen after during the First Mission. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Superman - Countdown to Apokolips [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Superman Returns - Fortress of Solitude [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Mario Bros 2 - Super Mario Advance [UE] [Kiosk Demo]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Mario Bros 2 - Super Mario Advance [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable. 
+
|-
+
|align="left" style="background:#EF5350"|Super Mario Bros 3 - Super Mario Advance 4 [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game hangs on the Map Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Mario World - Super Mario Advance 2 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Super Monkey Ball Jr. [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Many Gfx Glitches on Screen. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Puzzle Fighter II Turbo [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required or you get an Black Screen after the FMV Intro.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen A [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen D [E.Patch 0.5]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen J [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen J [T+Eng1.0]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen R [E.Patch 090202]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Super Robot Taisen - Original Generation [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Robot Taisen - Original Generation 2 [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|'''Sram patching required to prevent the Game from freezing.''' Full Speed. Good Audio with some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|SuperStarShooterAdv [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Super Street Fighter 2 Turbo Revival [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Surf's Up [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Sushi the Cat [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Sutakomi - Star Communicator [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Sweet Cookie Pie [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Sword of Mana [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Tactics Ogre - The Knight of Lodis [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game freezes after the Atlus Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Taiketsu! Ultra Hero [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Tales of Phantasia [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an UNDF Error on the Touchscreen after starting a New Game. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tales of the World - Narikiri Dungeon 2 [Eng.Patch 1.42]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Tales of the World - Narikiri Dungeon 3 [Eng.Patch 0.30]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Tales of the World - Summoner's Lineage [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Tak and the Power of Juju [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF FFFFFF0 Error on the Touchscreen at the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Tak - The Great Juju Challenge [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Tak 2 - The Staff of Dreams [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 030065CC F2004800 Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tanbi Musou - Meine Liebe [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tang Tang [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tantei Gakuen Q - Meitantei ha Kimi da! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Tarzan - Return to the Jungle [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Taxi 3 [FR]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is a Mess. The Game has much Slowdown. No Audio. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Teenage Mutant Ninja Turtles [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Working.
+
|-
+
|align="left" style="background:#FFB142"|Teen Titans [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Teen Titans 2 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Tekken Advance [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. The Audio has some Noise and much stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tennis Masters Series 2003 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Tennis no Ouji-sama - Aim at the Victory! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tennis no Ouji-sama - Genius Boys Academy [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Tennis no Ouji-sama 2003 - Cool Blue [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game won´t continue after selecting a Player. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Tennis no Ouji-sama 2003 - Passion Red [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game won´t continue after selecting a Player. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Tennis no Ouji-sama 2004 - Glorious Gold [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game won´t continue after selecting a Player. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Tennis no Ouji-sama 2004 - Stylish Silver (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game won´t continue after selecting a Player. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Ten Pin Alley 2 [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes while loading the Bowling Alley. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Terminator 3 - Rise of the Machines [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Tetris Worlds [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|That's So Raven [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV are working. Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|That's So Raven 2 - Supernatural Style [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|The Endless Tower [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|The Fallen [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Thelastseal [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|The Legend of Zelda - A Link to the Past [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|The Legend of Zelda - The Minish Cap [U] [Kiosk Demo]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|The Legend of Zelda - The Minish Cap [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|'''Sram patching required.'''Full Speed with a little Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|The Pinball of the Dead [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV is working. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|The Three Stooges [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Thunderbirds [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Thunderbirds - International Rescue [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is working. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Tiger Woods PGA Tour Golf [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Tiger Woods PGA Tour 2004 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Tim Burton's The Nightmare Before Christmas - The Pumpkin King [UE]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game hangs after selecting the Language. There are Gfx Glitches and flickering on both Screens. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tiny Toon Adventures - Buster's Bad Dream [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tiny Toon Adventures - Wacky Stackers [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Titeuf - Ze Gagmachine (FR)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Titeuf Mega Compet (FR)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 0300242C FDFAFD00 Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|TMNT - Teenage Mutant Ninja Turtles [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tokyo Majin Gakuen - Fuju Houroku (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Some Slowdown on the Titlescreen. Full Speed during Gameplay. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Tokyo Xtreme Racer Advance [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tomato Adventure [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tom and Jerry in Infurnal Escape [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Tom and Jerry Tales [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Tablelegs, Jerry, Toms Hands and some falling Objects are White. Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tom and Jerry - The Magic Ring [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tom Clancy's Rainbow Six - Rogue Spear [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Tom Clancy's Splinter Cell [E] 
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Tom Clancy's Splinter Cell - Pandora Tomorrow [E] 
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Tonka - On the Job [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s American Skateland [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Downhill Jam [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Pro Skater 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game is Very Slow. Very Good Audio in the Menu. No Audio during Gameplay. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Pro Skater 3 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game is Very Slow. Very Good Audio in the Menu. Good Audio with some Noise during Gameplay. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk´s Pro Skater 4 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game is Very Slow. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk`s Underground [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tony Hawk`s Underground 2 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Top Gear GT Championship [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Top Gear Rally [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Top Gun - Combat Zones [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Buttons don´t work at the Main Menu Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Top Gun - Firestorm Advance [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes after the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Total Soccer [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Total Soccer Manager [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Totally Spies! (E)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV is missing. I get an UNDF 03004E80 EDFC0E16 Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Totally Spies! 2 - Undercover (E)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Toukon Heat (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Tower SP [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Toyrobo Force (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Trailblazer_advance [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Treasure Planet [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is a Mess. I have noticed some Screen Tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Trick Star [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Tringo [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Trollz - Hair Affair! (E)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Tron 2.0 - Killer App [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Turbo Turtle Adventure (U)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Turok Advance [Bright Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Field is missing. Full Speed. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Turok Advance [Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Field is missing. Full Speed. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Turok Evolution [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Tweety and the Magic Gems (U)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Ty the Tasmanian Tiger 2 - Bush Rescue [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes during the Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Very Good Audio. Some Gfx Glitches. The Texboxes are missing the Text. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Uchuu no Stellvia [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ui-Ire - World Soccer Winning Eleven [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ultimate Arcade Games [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Ultimate Beach Soccer [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 014C9598 E7EADCF2 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ultimate Brain Games [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Ultimate Card Games [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Too many Gfx Glitches on Screen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to prevent an infinite BIOS reboot.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Ultimate Puzzle Games [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' I get an UNDF 0300081C FD4EFEE3 Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Ultimate Spider-Man [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV Intro is missing. The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Ultimate Winter Games [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. The Audio has much Noise and stuttering. Many Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Ultra Keibitai - Monster Attack [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Unfabulous [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Uno 52 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Uno Free Fall [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|URANUS [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Uranus2 [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Uranuszero [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Uranus0ev [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Urban Yeti! [U]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Urbz - Sims in the City [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Van Helsing (E)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Vattroller X (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|VeggieTales - LarryBoy and the Bad Apple (U)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Licensed by and Titlescreen are missing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Virtual Kasparov (E)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Titlescreen only shows press start. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|V-Master Cross (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|V-Rally 3 [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game freezes before the Title Screen. 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:#FFB142"|Virtua Tennis [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|V.I.P. (E)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Wade Hixton's Counter Punch (UE)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes during the Intro Cutscene. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Wakeboarding Unleashed featuring Shaun Murray [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' The Game freezes on the Licensed by Screen. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Waliou Xunbao Ji (China)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Wario Land 4 for iQue China.''' The Game freezes after activating the Portal. Almost Full Speed with some Slowdown. Good Audio with some stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Waliou Zhizao (China)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Wario Ware for iQue China.''' Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Wan Nyan Doubutsu Byouin (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. The Textboxes are missing the Text. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wanko de Kururin! Wancle (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Wanko Mix Chiwanko World (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#EF5350"|Wario Land 4 [UE]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. The Game freezes after activating the Portal to escape the Level. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Wario Ware Inc.: Mega Minigame Mania [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Wario Ware Twisted [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. The motion patched Version of the Game freezes before the First Mini Game. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Watashi no Makesalon (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. The Textboxes are missing the Text. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Western Lord [Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Whac-A-Mole [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Who Wants to Be a Millionaire [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV are Messy. Full Speed. Good Audio with some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Who Wants to Be a Millionaire - 2nd Edition [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV are Messy. Full Speed. Good Audio with some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Who Wants to Be a Millionaire Junior [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The FMV are Messy. Full Speed. Good Audio with some Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Wild [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. There is some Noise during saving. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wild Thornberrys Movie [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I tested some Minigames and the Story Mode. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Wild Thornberrys Chimp Chase [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. The Voice Samples are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''There is a Gamebreaking bug that lets the Player fall down during the Training.''' The Game has much Slowdown. No Audio. Much Noise. The Voice Samples are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Wing Commander - Prophecy [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"| The Game scrolls too fast during Space. Very Good Audio. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wings [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Winnie the Pooh's Rumbly Tumbly Adventure [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Winter Sports [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 02046AFC F00F6008 Error on the Touchscreen after selecting a Language. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|WinX Club [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game takes a while to load. The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|WinX Club - Quest for the Codex [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 020721EC 03004514 Error on the Touchscreen after selecting a difficulty for the Story Mode. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|W.i.t.c.h. [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Wizardry Summoner [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Wolfenstein 3D [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Woody Woodpecker in Crazy Castle 5 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Word Safari - The Friendship Totems [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF 16F13F3E Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|World Advance Soccer - Shouri heno Michi (J)
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' I get an UNDF 027A1564 C61EE318 Error on the Touchscreen before starting a Match. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|World Championship Poker [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|World Poker Tour [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|World Reborn [Proto]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|World Tennis Stars [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Worms Blast [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Worms World Party [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|I get an UNDF Error on the Touchscreen after pressing start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|WTA Tour Tennis [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|WWE - Road to WrestleMania X8 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|WWE - Survivor Series [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|WWF - Road to WrestleMania [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#5c5c5c"|Xploder Advance [E] [Alt] [Unl]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Xploder Advance [E] [Unl]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|XS Moto [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 03003FEC 03007CB8 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|xXx [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|X2 - Wolverine's Revenge [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|X-Bladez - Inline Skater [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|X-Men - Reign of Apocalypse [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|X-Men - The Official Game [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|X-Terminator Advance [J] [Unl]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unsupported Device. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Yami [Homebrew]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an broken BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Yaoxi Dao [China]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Yoshi´s Island for iQue China. Sram patching required to boot the Game.''' The Game freezes after finishing the First Level. Unplayable.
+
|-
+
|align="left" style="background:#5c5c5c"|Yggdra Union [U]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|I get an infinite BIOS reboot. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Yoshi's Island - Super Mario Advance 3 [E]
+
|align="center"|216734d (2017/05/06)
+
|align="left"|'''Sram patching required.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Yoshi's Universal Gravitation [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|No Audio. Much Noise. The Game won´t boot after patching it with the Tilt Patch. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Youkaidou [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! - Destiny Board Traveler [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Yu-Gi-Oh! - Dungeon Dice Monsters [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required or the Game freezes after selecting the Tournament Mode.''' The Dicepool is empty. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Yu-Gi-Oh! - Reshef of Destruction [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an PREF 006D527C Error on the Titlescreen after pressing Start on the Titlescreen. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! - The Eternal Duelist Soul [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! - The Sacred Cards [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! - World Championship Tournament 2004 [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Yu-Gi-Oh! GX - Duel Academy [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Yuureiyashiki no Nijuuyojikan [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Characters are White. Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFEB3B"|Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zapper [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|'''Sram patching required to boot the Game.''' I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFB142"|Zatchbell! - Electric Arena [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zero One [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zero One SP [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zidane Football Generation [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. There is some Noise before the start of a Match. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#EF5350"|Zoids Legacy [U]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes if you try to change the Battle Message Speed. The Game freezes during the Intro Level. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|Zoids Saga [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game freezes during the Intro. The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Zoids Saga Fuzors [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Zone of the Enders - The Fist of Mars [E]
+
|align="center"|a61e70e (2017/04/22)
+
|align="left"|The Game has much Slowdown and takes very long to boot. Moving from the Titlescreen to the First Battle took me about 12 Minutes. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#EF5350"|ZooCube [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an UNDF 03007DB0 030065E0 Error on the Touchscreen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Zoey 101 [UE]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#5c5c5c"|Zook Man ZX4 [Unl] [Chinese]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
+
|-
+
|align="left" style="background:#FFB142"|Zooo [E]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown during Gameplay. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
+
|-
+
|align="left" style="background:#FFB142"|Zero-Tours [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+
|-
+
|align="left" style="background:#FFEB3B"|Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]
+
|align="center"|ba222be (2017/03/06)
+
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
+

Revision as of 10:12, 6 August 2020


GBARunner2
Information
Console Emulated GBA
Runs on Nintendo DS
Developer Gericom
Source code GitHub
Latest stable version Commit c417fd0 (2020/02/16) 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
  • Do NOT use SRAM patches unless stated on the wiki. They cause problems with the internal patching of GBARunner2 and may actually break saving.)
  • 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
  • GBARunner2 supports custom border frames if put in sd\_gba\frames. An example of one and some pointers on how to make one yourself can be found in this post.
  • 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 built 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

The DSi and 3DS have their own compatibility list! Click Here!

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 - check the Usage section for the appropriate tool !
  • ! Some games have Release Intro´s attached to them. 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 ! Also check if the ROM is a verified good dump by No-Intro by comparing the hashes of your ROM (CRC32, MD5 etc.) with the ones found on DAT-o-MATIC


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

Link Games

The compatibility list for games with link functionality can be found here: GBARunner2/Link.

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] 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Saving works.
Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U] 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.
Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U] 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.
Castlevania Aria of Sorrow - Castlevania Reaper's Reckoning Hack V.1.7 [U] 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.
Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U] 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Saving works.
Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J] 088cbc5 (2020/04/21) Game runs well with DSi/3DS build. Infinite loop to Konami logo with base ds model.
Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U] 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J] 088cbc5 (2020/04/21) Game runs well with 3DS build. Black screen after bios intro with base ds model. Saving works.
Fire Emblem - Tactics Universe V.3 [U] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
Fire Emblem - The Last Promise Hack V.2.1 [U] 088cbc5 (2020/04/21) Game runs well with 3DS build. Game crashes after you start the first Chapter with base ds model.
Metroid Fusion - TS2000 Hack V.0.95 [U] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor Audio crackling. Saving works.
Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor Audio crackling. Saving works.
Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U] 088cbc5 (2020/04/21) Game runs well with 3DS build and wram i-cache enabled. Game crashes during the intro with base ds model.
Metroid Zero Mission - Menu Hack V.1.0 [U] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.
Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.
Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.
Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U] 088cbc5 (2020/04/21) Game works with 3DS build and wram i-cache enabled. Game crashes after you select Boss Rush mode with base ds model.
Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U] 088cbc5 (2020/04/21) Game runs well with 3DS build. Game crashes after you start a new game with base ds model.

Homebrew

ROM Title [Region] Commit ID (build on date) Notes11
Anguna V.0.95 088cbc5 (2020/04/21) Game crashes when you save. Saving doesn´t work.
Beru 088cbc5 (2020/04/21) Saving works.
Castle Master 088cbc5 (2020/04/21) No Audio, SFX only. Saving works.
Christmas Advance 088cbc5 (2020/04/21) 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 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.
El-Hazard 088cbc5 (2020/04/21) Couldn't find a save spot.
Eliminator V.0.91 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor slowdown. No Audio by default. Game has no save feature.
Elite - The New Kind v.1.7.1 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Saving works.
Ex Machina 088cbc5 (2020/04/21) White screen after bios intro. Fixed the header with gbata.
Kunoichi Yami 088cbc5 (2020/04/21) Game has no save feature.
Lily and the lost Angel V.0.2 088cbc5 (2020/04/21) Black screen after bios intro.
Magical Chase 088cbc5 (2020/04/21) Broken bios intro. Fixed the header with gbata.
Metal Warrior 4 V.1.1 088cbc5 (2020/04/21) Saving works.
Nebulus V.1.2 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Game has no save feature.
Orn 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Game has no save feature.
Panic at work 088cbc5 (2020/04/21) Broken bios intro. Fixed the header with gbata.
Quake GBA Demo 088cbc5 (2020/04/21) White screen after bios intro. Fixed the header with gbata.
Rinne Tensyou ADVANCE 088cbc5 (2020/04/21) Some Sound fx are missing. Saving works.
Rodion 088cbc5 (2020/04/21) White screen after bios intro. You can hear music play.
Sonic the Hedgehog - [2007 Port Demo] 088cbc5 (2020/04/21) Game runs faster and has less gfx glitches with wram i-cache enabled. Full speed. No Audio. Some gfx glitches. Game has no save feature.
Space Twins 088cbc5 (2020/04/21) Some Sounds are missing. Saving works.
Super Mario - The Last GBA Quest V.2.0 088cbc5 (2020/04/21) Full Speed. No Audio. Saving works.
Super Star Shooter Advance 088cbc5 (2020/04/21) Saving works.
Sushi the Cat 088cbc5 (2020/04/21) White screen after bios intro. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.
The Endless Tower 088cbc5 (2020/04/21) Audio is broken a few minutes into the game. Saving works.
The Fallen 088cbc5 (2020/04/21) Broken bios intro. Fixed the header with gbata.
The Last Seal 088cbc5 (2020/04/21) Saving works.
Trailblazer Advance 088cbc5 (2020/04/21) Full speed. No Audio. Game has no save feature.
Uranus 088cbc5 (2020/04/21) White screen after bios intro. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.
Uranus 2 088cbc5 (2020/04/21) White screen after bios intro. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.
Uranus Zero 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Some Audio stutter and gfx glitches. Couldn't find a save spot.
Vulkanon V.2.0 088cbc5 (2020/04/21) Minor sounds are missing. Game has no save feature.

Prototype

ROM Title [Region] Commit ID (build on date) Notes11
Another World V.2.1 088cbc5 (2020/04/21) More gfx glitches with wram i-cache enabled. No Audio. Saving works.
Banjo Kazooie - Grunty's Revenge - Early Beta 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Saving works.
Banjo Pilot Voxel 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Saving works.
Battletoads 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Game has no save feature.
Blue Angelo - Monsters Stable 088cbc5 (2020/04/21) Broken bios intro. Fixed the header with gbata.
Blue Angelo - More Detail Unstable 088cbc5 (2020/04/21) Broken bios intro. Fixed the header with gbata.
Broken Circle [E] 088cbc5 (2020/04/21) Game runs faster and has less gfx glitches with wram i-cache enabled. Saving works.
Contra Advance - Review Prototype 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.
Diddy Kong Pilot 2001 088cbc5 (2020/04/21) Broken bios intro. Fixed the header with gbata.
Diddy Kong Pilot 2003 Alpha 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Saving works.
DK - King of Swing - Kiosk Demo [U] 088cbc5 (2020/04/21) Game works with 3DS build. White screen after bios intro with base ds model. Couldn´t find a save spot.
Dune Ornithopter Assault 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Pause screen is missing. Game uses a Password system.
Fire Eaters - Zero Bandits (Black Belt Challenge) [E] 088cbc5 (2020/04/21) Game crashes after the title screen.
Fire Emblem - Rekka no Ken [J] [Proto 0206] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
Fire Emblem - Rekka no Ken [J] [Proto 0219] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.
Flashback Legends [Proto] 088cbc5 (2020/04/21) Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.
Haunted Mansion [Proto] [U] 088cbc5 (2020/04/21) Game works with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.
Hikaru no Go Taikenban [Promo] [J] 088cbc5 (2020/04/21) Minor sounds are missing. Couldn't find a save spot.
Kien [Proto] [U] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Game uses a Password system.
Kirby and the Amazing Mirror [Demo] [J] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game uses a Password system.
Konami Krazy Racers [U] 088cbc5 (2020/04/21) 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] 088cbc5 (2020/04/21) Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are misssing. Game has no save feature.
LEGO Racers 2 [Beta] 088cbc5 (2020/04/21) Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.
Mandrake the Magician - Shadow of the Vehme 088cbc5 (2020/04/21) Minor gfx glitches now and then. Game has no save feature.
Mario & Luigi - Superstar Saga [Kiosk Demo] [U] 088cbc5 (2020/04/21) Disable the main memory i-cache to play the game. Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn´t find a save spot.
Megaman Battle Network 2 088cbc5 (2020/04/21) Game crashes after the title screen. This is a regression. Use commit e5eade0 (2020/02/06) instead.
Metroid Fusion [09.11.2002 Proto] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor Audio stutter. Minor gfx glitches are visible every now and then. Saving works.
Metroid Fusion [09.16.2002 Proto] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor Audio stutter. Minor gfx glitches are visible every now and then. Saving works.
Metroid Zero Mission - [05.12.2003 Proto with Debug] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. Saving works.
Metroid Zero Mission - [16.01.2004 Proto with Debug] 088cbc5 (2020/04/21) Game works with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. Saving works.
Morning Adventure [Promo] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor noise during the Pause screen. Game has no save feature.
Motocross Challenge [Proto] 088cbc5 (2020/04/21) Heavy slowdown.
Moto GP [Beta] 088cbc5 (2020/04/21) Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.
Overstorm [Proto] 088cbc5 (2020/04/21) Game has no save feature.
Phantom - The Ghost who walks 088cbc5 (2020/04/21) Couldn't find a save spot.
Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo] 088cbc5 (2020/04/21) Game has no save feature.
Pokemon Ruby [German Debug Build] 088cbc5 (2020/04/21) Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.
Resident Evil 2 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Game has no save feature.
Santa Claus Jr. Advance 088cbc5 (2020/04/21) Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.
Sonic Advance 088cbc5 (2020/04/21) 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 088cbc5 (2020/04/21) Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Minor sounds are missing. Saving works.
SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto] 088cbc5 (2020/04/21) Minor gfx glitches now and then. Game uses a Password system.
SpongeBob SquarePants - SuperSponge [06.06.2001 11.39 Proto] 088cbc5 (2020/04/21) Minor gfx glitches now and then. Game uses a Password system.
SpongeBob SquarePants - SuperSponge [07.31.2001 Proto] 088cbc5 (2020/04/21) Game uses a Password system.
Starsky & Hutch [Beta] [U] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Heavy gfx glitches and some slowdown.
Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE] 088cbc5 (2020/04/21) Saving works.
Turok Advance [Bright Proto] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Some slowdown. Minor gfx glitches. Game has no save feature.
Turok Advance [Proto] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Some slowdown. Minor gfx glitches. Game has no save feature.
Tyrian 2000 [Proto] 088cbc5 (2020/04/21) White screen after bios intro.
World Reborn 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Some noise during the Pause screen. Game uses a Password system.
Yoshi's Story [GBA Tech Demo SDK 3.0 with Sound] 088cbc5 (2020/04/21) Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game has no save feature.

Unlicensed games

ROM Title [Region] Commit ID (build on date) Notes11
Digimon Ruby 088cbc5 (2020/04/21) Game runs fine with DSi/3DS build. Infinite loop to the titlescreen with base ds model.
Digimon Sapphire 088cbc5 (2020/04/21) White screen after bios intro.
Iron Kid [Korea] 088cbc5 (2020/04/21) Game runs fine with DSi/3DS build. Game crashes during the intro with base ds model.
Mo Jie Qibing [Chinese] 088cbc5 (2020/04/21) White screen after bios intro.
Qwak [E] 088cbc5 (2020/04/21) Saving works.
Rockman & Crystal [Chinese] 088cbc5 (2020/04/21) White screen after bios intro.