From WikiTemp, the GBAtemp wiki
(updated the list until Inspector Gadget Racing)
(Border Frames and Game Covers: Add more information on Border Frames, split Game Covers to separate section)
 
(876 intermediate revisions by 7 users not shown)
Line 8: Line 8:
 
  |data1 = [[GBA]]
 
  |data1 = [[GBA]]
 
  |label2= Runs on
 
  |label2= Runs on
  |data2 = [[Nintendo DS]]
+
  |data2 = [[Nintendo DS, DSi, 3DS]]
 
  |label3 =Developer
 
  |label3 =Developer
 
  |data3 = [https://gbatemp.net/members/280844/ Gericom]
 
  |data3 = [https://gbatemp.net/members/280844/ Gericom]
 
  |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_arm9dldi_wramicache-nds-zip.148184// Commit 6522414 (2018/11/01) (if arm9 doesn´t work, try arm7 below.)]
+
  |data5 = [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-131430_6e4ce45 Commit 6e4ce45 (2020/08/12) 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 =
+
= Setup and Usage =
  
1. Make sure your SD card is fat32 formatted.
+
== Basic Setup ==
 +
*Grab a GBARunner2 .nds file from the link above or the [https://github.com/Gericom/GBARunner2/releases github '''releases''' page]. Pick the one that has your system at the end of the file name.
 +
**For example, for 3DS pick the one named 'GBARunner2_arm7dldi_'''3ds'''.nds'.
 +
* Place the GBARunner2 .nds file anywhere on your SD card, except for in sd:/_gba.
 +
**'''NB!''' If using Twilightmenu++ GBARunner2 will come bundled with it in the sd:/_nds folder.
 +
*** 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. This will be bundled with it.
 +
*Run the GBARunner .nds file through your kernel
 +
* If you have a folder named 'GBA' on the root of your sd card, this folder will be opened by default when running GBARunner2. You can put your ROMs here.
 +
* Do '''NOT''' use SRAM patches unless stated for that ROM on the wiki. They cause problems with the internal patching of GBARunner2 and may actually break saving.
 +
* If you want to use existing save files, they should have the same name as the GBA ROM but instead of '''.gba''' they should be '''.sav''' (so the save for mygame.gba is mygame.sav).
 +
**GBARunner2 is directly compatible with save files from the mGBA emulator, gpsp on 3ds and open_agb_firm.
  
2. Put a GBA bios as bios.bin in the "gba" folder in the root of your sd card.(*)
+
== Border Frames ==
  
3. Put GBARunner2.nds on your sd card. If you are running TWiLight Menu++/DSiMenu++/SRLoader, GBARunner2.nds should be in the "_nds" folder (should be already)
+
GBARunner2 supports custom border frames if put in sd:/_gba/frames. An example of one can be found in [https://gbatemp.net/threads/gbarunner2.451970/page-134#post-8988124 this post].
  
4. '''Some Games need to be sram patched if the game didn't already use sram for saving''' [https://filetrip.net/gba-downloads/tools-utilities/download-gbata-gba-tool-advance-0-7a-f223.html GBATA]. This prevents some Error Messages.
+
FrescoASF wrote [https://docs.google.com/document/d/1owjiW-1fHEbokrkK2ZuPFjR2-N9s1dXCCAM3ghWRtxk/edit?usp=sharing a Google Doc guide] on how to make them yourself. macOS/Linux users can use the following terminal commands for the same results:
  
5. By default, GBARunner2 will look for a "gba" directory on the root of your sdcard, otherwise it will open the root of your sdcard.
+
<pre>
 +
# Convert an image to "gbaframe.*.bin", replace $1 with your file name
 +
grit $1 -gt -gB8 -mLs -mRf -ftb -fh! -ogbaframe.bin
  
6. Run gbarunner2.nds. If you are running TWiLight Menu++/DSiMenu++/SRLoader, touch the GBA icon (DSi and 3DS themes), select the 3rd icon (R4 theme), or select GBARunner2 in the menu (Acekard theme).
+
# Concatenate the ".pal.bin", ".map.bin", and ".img.bin" files together
 +
cat gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin > gbaframe.bin
  
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. The games need to be sram patched to recognise the sav files.
+
# Remove the unneeded files
 +
rm gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin
 +
</pre>
  
(*) 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.
+
The TWLHelper bot on the [https://discord.gg/yD3spjv DS⁽ⁱ⁾ Mode Hacking!] Discord server has a command, <code>.border</code>, to automatically convert from an image file to a border.<ref>https://github.com/DS-Homebrew/TWLHelper/blob/main/cogs/convert.py#L485-L528</ref>
== Work in Progress ==
+
- Saving on SD card '''Although it is tested, there is no guarantee that it will work fine in all cases,
+
so use it at your own risk. A backup of your sd is recommend!'''
+
  
== Not implemented yet ==
+
== Game Covers ==
- GUI.
+
  
= Compiling the latest version =
+
GBARunner2 supports game covers that you put in sd:/_gba/covers. A collection of covers can be found under [[GBARunner2#Downloads|'Downloads']].
 +
 
 +
== BIOS ==
 +
 
 +
*GBARunner2 has integrated Normatt's open-source GBA BIOS, however, many ROMs will not boot or will present issues if you only use this.
 +
*For better compatibility you should put your backed up GBA BIOS on your SD card with the lower-case name ''''bios.bin''''.
 +
*Place this GBA bios on your SD card in either sd:/bios.bin, sd:/gba/bios.bin, or sd:/_gba/bios.bin.
 +
**To verify that your BIOS is the right one that works for GBARunner2 see the [[GBARunner2#BIOS_Checksums|checksums]] listed below.
 +
 
 +
== Navigating and Usage ==
 +
 
 +
*When starting a GBARunner2 .nds file you will be in the file browser and from here you can scroll with the dpad. The other buttons do the following:
 +
**'''A''' - Run a ROM, enter a folder or change a setting in settings.
 +
**'''B''' - Go back a folder level or return from settings.
 +
**'''R''' - Access settings. Some games need specific settings to run well. Check your ROM in your system's respective compatibility list for this.
 +
***When editing a setting in the settings you will generate a '''settings.ini''' in sd:/_gba . Here you can manually edit some of the settings if you open it with a notepad.
 +
***To see how to manually edit your input mappings look at [[GBARunner2#Input_Mapping|Input Mapping]].
 +
*When running a ROM you can access '''the ingame menu''' by touching the touch screen. From here you can navigate with the DPAD and use A, B like before and R to access settings.
 +
 
 +
== Input Mapping ==
 +
 
 +
* With GBARunner2 you can remap your buttons to what GBA button you want. This is done by going into settings that you can access from either the file browser or when ingame, as explained above in [[GBARunner2#Navigating_and_Usage|Navigating and Usage]].
 +
** Note that you can not have one GBA button mapped to more than one button on your system. E.G. you cannot have the B button mapped to your X and Y button at the same time.
 +
* If you cannot access the settings menu if for example your shoulder buttons do not work or touch does not work, you can also manually edit the button mappings by opening the gbarunner2.ini file found in sd:/_gba.
 +
* Below is an example of what you would find inside an ini file with the GBA L and R buttons mapped to Y and X, respectively. This can simply be pasted in a text file renamed to gbarunner2.ini and put in the folder 'sd:/_gba'.
 +
**'''NB!''' The text file will have to be in '''Unix (LF) file format'''. On Windows this can be changed with a source code editor like [https://notepad-plus-plus.org/ Notepad++] by right clicking 'Windows (CR LF)' on the bottom status bar of the window and selecting Unix (LF).
 +
 
 +
<syntaxhighlight lang='ini'>
 +
[emulation]
 +
useBottomScreen=false
 +
frame=true
 +
centerMask=true
 +
mainMemICache=true
 +
wramICache=true
 +
gbaColors=false
 +
skipIntro=false
 +
[input]
 +
buttonA=0
 +
buttonB=1
 +
buttonL=11
 +
buttonR=10
 +
buttonStart=3
 +
buttonSelect=2
 +
 
 +
</syntaxhighlight>
 +
 
 +
*Below are the DS Keys and their respective value if you want to manually make your own key mappings.
 +
{| class="mw-collapsible mw-collapsed wikitable"
 +
! DS Keys ||
 +
|-
 +
| '''Key''' || '''Value'''
 +
|-
 +
| A || 0
 +
|-
 +
| B || 1
 +
|-
 +
| X || 10
 +
|-
 +
| Y || 11
 +
|-
 +
| L || 9
 +
|-
 +
| R || 8
 +
|-
 +
| Start || 3
 +
|-
 +
| Select || 2
 +
|}
 +
 
 +
== Cheats ==
 +
* Cheats can be patched in ROMs to work with GBARunner2. However, not every game will work with cheats. This mostly depends on how big the game is and how much RAM the console you are using has.
 +
** For example Sonic Advance 3 which is around 14.5 MBs with cheats patched in works on the 3DS but not on the DSi nor DS.
 +
* To use cheats you have to patch your ROM with GBAATM. You can follow [https://gbatemp.net/threads/how-to-use-cheats-with-gba-virtual-console.476624/ this guide] which works for GBARunner2. [https://github.com/Mte90/GBAATM-Rebirth/releases A newer fork of GBAATM] has been made but it is untested in this usage case.
 +
* To access the cheats menu you will have to have '''disabled 'center and mask'''' in settings if not you will get a white screen and won't be able to see the ingame GBARunner2 menu. You can enable this again after leaving the menu.
 +
 
 +
= BIOS and ROM Quality =
 +
 
 +
== Dumping the BIOS ==
 +
To get your own GBA BIOS here are some possibilities:
 +
 
 +
* [https://glazedbelmont.github.io/gbabiosdump/ GBA/DS/DS Lite with GBA flashcart or 3DS]
 +
** It is '''not''' possible to dump the GBA BIOS on a DSi
 +
* [https://github.com/FIX94/gba-link-cable-dumper Wii (not Family edition)/GameCube, GBA, and link cable dumper]
 +
 
 +
== BIOS Checksums ==
 +
You can check if any file matches another by calculating something called their checksum hashes. These alphanumeric sequences are so specific that if two files match then you can be certain that they are the same. This is necessary because sometimes when downloading or transferring files they get corrupted. Even a small change in the file will greatly change the file's checksum hash. Different algorithms exist for doing this (e.g. {{w|MD5}}, {{w|CRC32}}).
 +
 
 +
The GBA BIOS used should have the following checksums (checking one should be enough):
 +
 
 +
'''If dumped from a GBA, GBA SP, Game Boy Micro, or Game Boy Player:'''
 +
* CRC32: <code>81977335</code>
 +
* MD5: <code>a860e8c0b6d573d191e4ec7db1b1e4f6</code>
 +
* SHA1: <code>300c20df6731a33952ded8c436f7f186d25d3492</code>
 +
* SHA256: <code>fd2547724b505f487e6dcb29ec2ecff3af35a841a77ab2e85fd87350abd36570</code>
 +
 
 +
'''If dumped from a DS, DS Lite, or 3DS Family console:'''
 +
* CRC32: <code>a6473709</code>
 +
* MD5: <code>1c0d67db9e1208b95a1506b1688a0ad6</code>
 +
* SHA1: <code>c11531d5261006810cdc954bd4bec0afe3187b35</code>
 +
* SHA256: <code>782eb3894237ec6aa411b78ffee19078bacf10413856d33cda10b44fd9c2856b</code>
 +
 
 +
You can use [https://www.7-zip.org/ 7-Zip] to get a CRC or a SHA checksum by right clicking your file and selecting the menu called 'CRC SHA' if you followed standard installation. Alternatively, you can check the MD5 with [http://www.winmd5.com/ WinMD5Free]. There are also [https://emn178.github.io/online-tools/crc32_checksum.html websites] that provide this service.
 +
 
 +
== Verifying Quality of ROMs ==
 +
* '''NB!''' Some games have Release Team Intros/CrackTros added to them. These intros use  code that is not supported by the DS builds yet, but they are by the 3DS and DSi builds if you disable ''''center and mask'''' in settings.
 +
**Try using the GBATA tool to remove the Intro to get the Game to work.
 +
**You can use an Emulator to see if a Game has a Rom Intro or not.
 +
 
 +
 
 +
*'''Alternatively''' if the ROM still does not work, then you will need to verify that it is a good dump by calculating its checksum hashes (CRC32, MD5 etc.) and comparing them with the ones found on [https://datomatic.no-intro.org/ DAT-o-MATIC], which is a database of the No-Intro project of good ROM backups. Use 7zip or WinMD5 to do this as explained and linked to above in the 'BIOS Checksum' part. This will show if your ROM has been corrupted too.
 +
**A good dump on DAT-o-MATIC will have a green colored background, a bad one will have a red one.
 +
 
 +
= Builds =
 +
 
 +
 
 +
== Compiling the Latest Version ==
  
 
1. Make sure you have devkitpro installed.
 
1. Make sure you have devkitpro installed.
Line 53: Line 179:
 
3. Run make in the root.
 
3. Run make in the root.
  
= 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
 +
 
 +
* To run large ROMs like '''Pokémon Emerald''' on your DS/DSLite you should use this fork of the '''ROM3M''' branch of GBARunner2 called DSL enhanced edition by Void Star: https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases
 +
 
 +
=== Legacy Builds ===
 +
 
 +
<div class="toccolours mw-collapsible mw-collapsed" style="max-width: 600px; overflow:auto;">
 +
 
 +
* 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_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) (arm9Version)], 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_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_arm7dldi-nds-zip.148181/ Commit 6522414 (2018/11/01) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-57 here].
Line 93: Line 241:
 
* [https://gbatemp.net/attachments/gbarunner2-zip.72394/ Commit 78945c3 (2016/12/18)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-2#post-6933255 here].
 
* [https://gbatemp.net/attachments/gbarunner2-zip.72394/ Commit 78945c3 (2016/12/18)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-2#post-6933255 here].
  
= Changelog =
+
</div>
 +
 
 +
== Changelog ==
  
 
See [https://github.com/Gericom/GBARunner2/commits/master GitHub timeline].
 
See [https://github.com/Gericom/GBARunner2/commits/master GitHub timeline].
  
= Compatibility list =
+
= Compatibility lists =
 +
 
 +
 
 +
== 3DS and DSi Compatibility List ==
 +
 
 +
 
 +
<big>'''[[GBARunner2/DSi_3DS_Compatibility_List|The 3DS and DSi have their own compatibility list! Click Here!]]'''</big>
 +
 
 +
== DS Compatibility List ==
 +
 
  
 
{|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 GFX Glitches.
+
|align="center" style="background:#4CAF50"|Very Playable - Full Speed. Very Good Audio. No gfx glitches.
 
|-
 
|-
|align="center" style="background:#B4EEB4"|Playable - Full Speed. Very Good Audio with a little Noise/stuttering. A Few GFX 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 114: Line 273:
 
|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 (every game not using sram should be patched so check that before reporting) - check the Usage section for the appropriate tool !'''
 
 
* '''! Some Games have Release Intro´s attached to themselve. Those Intros use a Code that is not supported yet. Try using the GBATA tool to remove the Intro to get the Game to work. Use an Emulator to see if a Game has a Rom Intro or not !'''
 
 
  
 
== Retail games ==
 
== Retail 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"|007 - James Bond - Everything or Nothing [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache Version runs a little bit faster than the arm9 version.''' The game has much Slowdown. The Audio has some Noise and much stuttering. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|007 - Nightfire [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache Version runs a little bit faster than the arm9 version.''' The game has much Slowdown. The Audio has some Noise and stuttering. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|2 Games in 1 - Uno + Skip-Bo [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache Version is a bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Working. '''The game has no save or Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|2K Sports - Major League Baseball 2K7 [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' '''The Audio in the arm9wramicache Version has more noise than the arm9 version.''' Full Speed. Very Good Audio. Minor gfx glitches. Playable. '''Game has Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Ace Combat Advance [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable. '''Game uses Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Ace Lightning [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable. '''Didn´t make it to a save spot in this crappy game. Don´t know if saving works.'''
 
|-
 
|align="left" style="background:#FFB142"|Action Man - Robot Atak [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' The Background of the Overworld map is missing. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Activision Anthology [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed. Almost Full Speed with some Slowdown.''' The Audio has much Noise and stuttering. Many gfx glitches. Some games freeze during gameplay. Working. '''The game saves the Highscore.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Advance Guardian Heroes [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Good Audio with little Noise. Few gfx glitches. Playable. '''Saving works with sram patch.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Adventure of Tokyo Disney Sea [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save the game.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Advance Wars [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''arm9 Version runs fine. arm9wramicache Version won´t boot after the BIOS Screen.''' Full Speed. Very Good Audio. Some Gfx Glitches on the Titlescreen and during Battle. Playable. '''Saving works with sram patch in the arm9 version.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Advance Wars 2 - Black Hole Rising [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''arm9 Version runs fine. arm9wramicache version won´t boot after the BIOS Screen.''' Full Speed. Very Good Audio. Some gfx glitches during battle. Playable. '''Saving works with sram patch in the arm9 version.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Aero the Acro-Bat - Rascal Rival Revenge [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to boot the Game.''' '''Both arm9 version and arm9wramicache version run the same speed. The arm9wramicache version has less glitches than the arm9 version.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''Saving works with sram patch.'''
 
|-
 
|align="left" style="background:#FFB142"|Agassi Tennis Generation [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' '''The Arcade mode is the only playable game mode in both arm9 versions.''' '''The other modes cause the game to either freeze or reboot. The arm9 version freezes during the game mode select screen after you wait a few seconds.''' Full Speed. Good Audio. Working. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Agent Hugo - Roborumble [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' I played the tutorial. Full Speed. Good Audio with a little Noise. Some gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Aggressive Inline [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache Version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Aigle de Guerre, L' [FR]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable. '''Game uses the SRAM_V112 (256Kbit) save type. Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Aka-chan Doubutsuen [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Very Good Audio. '''The text in the texboxes is missing.''' Working. '''Couldn´t figure out how to save the game.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Aladdin [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Aleck Bordon Adventure - Tower & Shaft Advance [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Alex Rider - Stormbreaker [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Alienators - Evolution Continues [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Alien Hominid [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Infinite BIOS loop in both arm9 and arm9wramicache Version.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|All Grown Up! - Express Yourself [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|All-Star Baseball 2003 [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Only the arm9 version works. The arm9wramicache version shows a White Screen after the BIOS Intro.''' Full Speed. Good Audio. '''Many gfx glitches during the Menu.''' Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#FFEB3B"|All-Star Baseball 2004 [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Only the arm9 version works. The arm9wramicache version shows a White Screen after the BIOS Intro.''' Full Speed. Good Audio. '''Many gfx glitches during the Menu.''' Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Altered Beast - Guardian of the Realms [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Some gfx glitches. Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Amazing Virtual Sea-Monkeys [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Some gfx glitches. Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#5c5c5c"|American Bass Challenge [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version show a Black Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|American Dragon - Jake Long - Rise of the Huntsclan! [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version show a Black Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|American Idol [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramcache version has less glitches and a bit better sound than the arm9 version.''' Full Speed. The Audio has some Noise and stuttering. Some gfx glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|An American Tail - Fievel's Gold Rush [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Some gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Angel Collection - Mezase! Gakuen no Fashion Leader [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Uses EEPROM_V122 as save type. Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Angel Collection 2 - Pichimo ni Narou [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache Version run the same speed.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. '''There is some screen tearing when you walk around.''' Playable. '''Uses EEPROM_V124 as save type. Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Angelique [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Animal Mania - Dokidoki Aishou Check [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Animaniacs - Lights, Camera, Action! [E] 
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Animal Snap - Rescue Them 2 by 2 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' '''The Screen is almost complete black, it is very hard to see what´s going on.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Animal Yokochou - Doki Doki Kyushutsu Daisakusen ! no Maki [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Almost Full Speed with some Slowdown. The Audio has some Noise and stuttering. Many gfx glitches. Working. '''The game uses SRAM_V113 (256Kbit) as a save type. Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''The game uses SRAM_F_V103 (256Kbit) as a save type. Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Ant Bully [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. No Audio and much Noise. Some gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Antz - Extreme Racing [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version have an infinite BIOS loop.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Ao-Zoura to Nakamatachi - Yume no Bouken [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Archer Maclean's 3D Pool [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. The Audio has much Noise during the Titlescreen. Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#4CAF50"|Arctic Tale [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Army Men - Operation Green [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less glitches than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Army Men - Turf Wars [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''The game uses the EEPROM_V121 save type. Didn´t make it to a save spot in this crappy game.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Army Men Advance [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Around the World in 80 Days [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed. Good Audio. '''I noticed some screen tearing when you move around.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Arthur and the Minimoys [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version have an infinite BIOS loop.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Ashita no Joe - Makka ni Moeagare! [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed. Full Speed with a little Slowdown sometimes.''' Good Audio with a little Noise. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Asterix & Obelix Bash Them All! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed and freeze if you wait too long on the Titlescreen.''' '''Asterix & Kleopatra freezes during the Intro.''' Asterix and Obelix works. Full Speed. You can hear random audio samples. Some gfx glitches. Working. '''Asterix and Obelix uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Asterix & Obelix XXL [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Astro Boy Omega Factor [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Atari Anniversary Advance [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Atlantis - The Lost Empire [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 version and the arm9wramicache version have an infinite BIOS loop.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Atomic Betty [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio. '''Some gfx glitches after the BIOS Intro.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|ATV - Quad Power Racing [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFB142"|ATV - Thunder Ridge Riders [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' The game has some Slowdown. The Audio has some Noise. '''Many gfx glitches on Screen.''' Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Avatar - The Last Airbender - The Burning Earth [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Avatar - The Legend of Aang [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Azumanga Daiou Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed. You get a White Screen on the Touchscreen.''' The game has much Slowdown. The Audio has much Noise and stuttering. '''Many gfx glitches on screen.''' Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Babar to the Rescue [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Back to Stone [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version have an infinite BIOS loop.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Backtrack [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' The FMV Intro Cutscene has some Slowdown. Full Speed with a little Slowdown. The Audio has some Noise and stuttering. Playable.'''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Backyard Baseball [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Backyard Baseball 2006 [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Backyard Basketball [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Backyard Football [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Backyard Football 2006 [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Backyard Hockey [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version run the same speed.''' Full Speed. Good Audio. '''Heavy flicker on screen.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Backyard Skateboarding [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''The game freezes when you try to change the Soundtrack.''' Full Speed. The Audio has much Noise. Some gfx glitches. Working. '''Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Backyard Sports - Baseball 2007 [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Black Screen with the arm9 version, full speed with the arm9wramicache version.''' Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Backyard Sports - Basketball 2007 [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Backyard Sports - Football 2007 [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Baldur's Gate - Dark Alliance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Banjo Kazooie - Grunty´s Revenge [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Banjo Pilot [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version and arm9wramicache version freeze at the licensed by screen.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Barbie - The Princess and the Pauper [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Barbie and the Magic of Pegasus [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Barbie as the Island Princess [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''Sram patching breaks the game.''' Full Speed. Good Audio. The Voice samples are missing. Check the Coconut mini game. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Barbie Diaries - High School Mystery [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Playable. '''Didn´t play until a save spot.'''
 
|-
 
|align="left" style="background:#FFB142"|Barbie Groovy Games [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. The Audio has some Noise and stuttering. Some gfx glitches. Working. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Barbie Horse Adventures [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Few gfx glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Barbie in the 12 Dancing Princesses [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Some gfx glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Barnyard [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''I noticed a little flicker here and there.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Baseball Advance [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Playable. '''The game uses SRAM_F_V102 (256Kbit) as save format. Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Batman Begins [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Batman Rise of Sin Tzu [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9wramicache version and arm9 version run the same speed.''' Full Speed. Very Good Audio. Few gfx glitches during the Intro Stage. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Batman Vengeance [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster, the FMV Intro has less glitches than the arm9 version.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Battle B-Daman [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version has less glitches on the mode 7 board than the arm9 version, speed is the same in both arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Battle B-Daman - Fire Spirits [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version has less glitches on the mode 7 board than the arm9 version, speed is the same in both arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|BattleBots - Beyond the BattleBox [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|BattleBots - Design & Destroy [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Battle X Battle - Kyodai Gyo Densetsu [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#EF5350"|BB Ball [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version freeze during the Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Beast Shooter - Mezase Beast King! [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version works, the arm9 version freezes during the Titlescreen.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Save format is SRAM_F_V102 (256Kbit). Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Berenstain Bears and the Spooky Old Tree [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Best Play Pro Yakyuu [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with a little Noise and stuttering. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Beyblade G-Revolution [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 versions run the same speed and freeze when you try to load a save.''' Full Speed. The Audio has much Noise. Working. '''The game uses EEPROM_V124 as a save type. Can´t save the game.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Beyblade V-Force - Ultimate Blader Jam [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Bibi Blocksberg - Der magische Hexenkreis [G]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with a little Slowdown. No Audio. Much Noise. '''Heavy Clipping Issues.''' Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Bibi und Tina - Ferien auf dem Martinshof [G]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with a little Slowdown. No Audio. Much Noise. '''Heavy Clipping Issues.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Bible Game [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Quick showing of gfx glitches when you open the pause menu screen.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Biene Maja Klatschmohnwiese in Gefahr [G]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Big Mutha Truckers [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' The game has much Slowdown. The Audio has much Noise and stuttering. Many gfx glitches. '''The game crashed a few times.''' Unplayable. '''Couldn´t make it to a save spot.'''
 
|-
 
|align="left" style="background:#FFEB3B"|bit Generations - Boundish [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
 
|-
 
|align="left" style="background:#FFEB3B"|bit Generations - Coloris [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
 
|-
 
|align="left" style="background:#4CAF50"|bit Generations - Dialhex [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
 
|-
 
|align="left" style="background:#FFEB3B"|bit Generations - Digidrive [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx gitches. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
 
|-
 
|align="left" style="background:#FFEB3B"|bit Generations - Dotstream [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
 
|-
 
|align="left" style="background:#FFEB3B"|bit Generations - Orbital [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed. Very Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
 
|-
 
|align="left" style="background:#FFEB3B"|bit Generations - Soundvoyager [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses SRAM_V113 (256Kbit) as a save format. Don´t know what it saves though.'''
 
|-
 
|align="left" style="background:#FFB142"|Black Belt Challenge [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The game takes a while to boot.''' '''The arm9wramicache version runs a bit faster than the arm9 version.''' Almost Full Speed. The Audio has some Noise and stuttering. '''Many gfx glitches on screen.''' Working. '''The game uses EEPROM_V120 as a save type. Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Black Matrix Zero [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster and has less flicker than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Blackthorne [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. SFX only. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Blades of Thunder [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Bleach Advance - Kurenai ni Somaru Soul Society [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version freeze after selecting an character.''' Good Audio. Many gfx glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Blender Bros [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|BMX Trick Racer [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses EEPROM_V122 as a save type. Don´t know what it saves.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Board Game Classics [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. The Audio has some Noise and stuttering. Some gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Boboboubo Boubobo - Bakutou Hajike Taisen [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''The game uses SRAM_F_V103 (256Kbit) as a save type. Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Boboboubo Boubobo - Maji de!! Shinken Battle [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version and has less glitches.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Boktai [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required for file creation.''' '''Needs the Solar Sensor Patch. Without it you get the Message "Solar Sensor broken" and the game freezes.''' Full Speed. Good Audio. The Gameboy sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Boktai 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''Last working arm9 build is commit a61e70e (2017/05/22).'''
 
|-
 
|align="left" style="background:#5c5c5c"|Boktai 3 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and arm9 version have an infinite BIOS loop.''' Unplayable. '''Needs some research. The game boots in older arm9 build.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Bomberman Jetters - Densetsu no Bomberman [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''The game freezes when you try to load a save file.'''
 
|-
 
|align="left" style="background:#FFB142"|Bomberman Jetters - Game Collection [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and arm9 version reset after pressing start on the Titlescreen.''' '''The Mini games work.''' Full Speed. Good Audio. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Bomberman Max 2 - Blue Advance [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable.  '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Bomberman Max 2 - Red Advance [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable.  '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Bomberman Tournament [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''The game freezes when you load a save file.'''
 
|-
 
|align="left" style="background:#4CAF50"|Bookworm [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Bouken Ou Beet - Busters Road [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. '''Unsupported Toy Starter set. Similar to Skylanders.''' Working.
 
|-
 
|align="left" style="background:#FFB142"|Bouken Yuuki Pluster World - Pluston GP [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. '''Unsupported Toy Starter set. Similar to Skylanders.''' Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Boukyaku no Senritsu [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little stuttering. Playable. '''The game uses EEPROM_V124 as a save type. Don´t know what it saves.'''
 
|-
 
|align="left" style="background:#FFB142"|Boulder Dash EX [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''The Language Select Screen has no text in both arm9 versions.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Many gfx glitches during the EX and Classic game mode.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Boxing Fever [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Bratz [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Bratz - Babyz [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version works. The arm9 version freezes during the Intro.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFB142"|Bratz - Forever Diamondz [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''Random crashes in both arm9 versions.''' Full Speed. The Audio has some Noise and much stuttering. Some gfx glitches. Working. '''The game uses EEPROM_V124 as a save type. Don´t know what it saves.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Bratz - Rock Angelz [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''The game uses EEPROM_V124 as a save type.''' '''Saving doesn´t work.'''
 
|-
 
|align="left" style="background:#FFB142"|Bratz - The Movie [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. The Audio has some Noise and much stuttering. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Breath of Fire [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. I noticed some Screen tearing. Playable. '''The game uses SRAM_V112 (256Kbit) as a save type. '''Saving works without Sram patching.''' The game freezes if you try to load a quick save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Breath of Fire 2 [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. I noticed some Screen tearing. Playable. '''The game uses SRAM_V112 (256Kbit) as a save type. '''Saving works without Sram patching.''' The game freezes if you try to load a quick save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Britney's Dance Beat [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Broken Sword - The Shadow of the Templars [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full speed. Good audio with some Noise during the Pause screen. Few occasional gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Brother Bear [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Some gfx glitches. '''The Intro FMV is missing.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Bruce Lee - Return of the Legend [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to get past the Titlescreen.''' '''The arm9wramicache version freezes before the Titlescreen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Bubble Bobble - Old & New [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to get past the Intro.''' '''The arm9wramicache version runs a little bit faster than the arm9 version and has less gfx glitches.''' Full Speed. No Audio. The Gameboy Sounds are missing. You hear random audio samples. '''The game freezes when you go back to the main menu.''' Working. '''The game uses EEPROM_V122 as a save type. Don´t know if saving works. Didn´t get to a save spot.'''
 
|-
 
|align="left" style="background:#4CAF50"|Butt-Ugly Martians - B.K.M. Battles [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Cabbage Patch Kids - The Patch Puppy Rescue [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Cabela's Big Game Hunter - 2005 Adventures [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Caesars Palace Advance - Millennium Gold Edition [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''In both the arm9wramicache version and the arm9 version you are unable to play a game.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Calciobit [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Camp Lazlo - Leaky Lake Games [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Capcom Classics Mini Mix [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. No Audio. Much Noise. The Gameboy Sounds are missing. Working. '''The games use a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Captain Tsubasa - Eikou no Kiseki [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Car Battler Joe [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches, especially during the Titlescreen.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Card e-Reader [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to boot.''' You will get an Read Error. Unsupported Device. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Card e-Reader [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to boot.''' You will get an Read Error. Unsupported Device. Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Cardcaptor Sakura - Sakura Card de Mini Game [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Care Bears - The Care Quests [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Playable. '''The game uses EEPROM_V124 as a save type. Probably saves the Highscore.'''
 
|-
 
|align="left" style="background:#4CAF50"|Carrera Power Slide [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#4CAF50"|Cars [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Cars - Mater-National Championship [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Cartoon Network Block Party [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Cartoon Network Speedway [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Casper [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show an Black Screen after the Titlescreen.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Castlevania Aria of Sorrow [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version has less screen tearing than the arm9 version. Speed is the same.''' Full Speed. Good Audio. Few gfx glitches. Playable.  '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Castlevania Circle of the Moon [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version freezes after the Titlescreen, the arm9 version works.''' Almost Full Speed with some Slowdown. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Didn´t get to a save spot.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Castlevania Harmony of Dissonance [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster and has less screen tearing than the arm9 version.''' Full Speed. Very Good Audio. The Gameboy sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Castleween [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version has an infinite BIOS reboot. The arm9 version shows a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Cat in the Hat by Dr. Seuss [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version has an infinite BIOS reboot. The arm9 version shows a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Catwoman [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Catz [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Chaoji Maliou 2 [China]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to boot the game. Super Mario Advance for iQue China.''' '''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Chaoji Maliou Shijie [China]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to boot the game. Super Mario Advance 2 for iQue China.''' '''Both the arm9wramicache version and the arm9 version run the same speed.''' '''The arm9wramicache version has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. '''Few gfx glitches in the text boxes.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Charlie and the Chocolate Factory [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Charlotte's Web [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Cheetah Girls [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Chessmaster [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version shows a White Screen after the BIOS Intro. The arm9wramicache version freezes when you start a match.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Chicken Little [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Chicken Shoot [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. There is some Screen tearing during the level. Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Chicken Shoot 2 [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. There is some Screen tearing during the level. Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Chobits for Game Boy Advance - Atashi Dake no Hito [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Chocobo Land - A Game of Dice [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes after the BIOS Intro. The arm9 version works.''' The game has much Slowdown. The Audio has much Noise and stuttering. '''Many gfx glitches.''' Unplayable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Choro Q Advance [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed with a little Slowdown. No Audio, SFX only. The Gameboy Sounds are missing. Few gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Choro Q Advance 2 [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Chu Chu Rocket [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|CIMA - The Enemy [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Cinderella - Magical Dreams [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' The Title and the Menu screen are missing images. The FMV is missing. Full Speed. Good Audio with a little Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Cinnamon Game Series 2 - Yume no Daibouken [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. A little flicker on Screen. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. A little flicker on Screen. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Cinnamoroll - Koko ni Iru yo [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Bomberman (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Castlevania (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Donkey Kong (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Dr. Mario (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Exitebike (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Ice Climber (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Legend of Zelda (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Metroid (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Pac-Man (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Super Mario Bros. (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Xevious (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Classic NES Series - Zelda II - The Adventure of Link (UE)
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both arm9 version get an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Cocoto - Kart Racer [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Cocoto - Platform Jumper [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Codename - Kids Next Door - Operation S.O.D.A. [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#EF5350"|Colin McRae Rally 2.0 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both arm9 version show a White Screen after you create your profile for the Championship mode. Should be a regress. The game works in older arm9 build like the one with an unspecified commit from (2017/07/17).''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Columns Crown [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with some Noise and stuttering. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Combat Choro Q - Advance Daisakusen [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version freezes when you try to load a save file. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Comix Zone [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version freezes during the Sega logo. The arm9 version works.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Contra Advance - The Alien Wars EX [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. '''The Titlescreen misses some Text because it is hidden behind what seems to be a bitmap picture, because of layer priority.''' '''Oddly the text is normal after a game over and return to title screen.''' The Gameboy Sounds are missing. Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFB142"|Corvette [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. No Audio. Some Noise. Some gfx glitches. Some text is missing. Working. '''Couldn´t figure out if saving works.'''
 
|-
 
|align="left" style="background:#FFB142"|Crash Bandicoot 2 N-Traced [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Crash Bandicoot Fusion [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Crash Bandicoot XS [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes during the licensed by screen. The arm9 version freezes during the Story Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Crash Nitro Kart [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less glitches than the arm9 version.''' Full Speed. No Audio. Much Noise. '''Many gfx glitches during a race.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Crash of the Titans [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Crazy Chase [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know what the game does save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Crazy Frog Racer [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has EEPROM_V122 as a save type. Don´t know what it saves.'''
 
|-
 
|align="left" style="background:#FFB142"|Crazy Taxi - Catch a Ride [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio. '''Many gfx glitches.''' Working. '''The game uses EEPROM_V122 as a save type. Saving doesn´t work with Sram patching. You get an EEPROM Error Message.'''
 
|-
 
|align="left" style="background:#4CAF50"|Creatures [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio by default. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Croket! - Yume no Banker Survival! [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Playable.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Croket! 2 - Yami no Bank to Banqueen [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Croket! 3 - Granu Oukoku no Nazo [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Croket! 4 - Bank no Mori no Mamorigami [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Coudln´t figure out how to save.'''
 
|-
 
|align="left" style="background:#EF5350"|Croket! Great - Toki no Boukensha [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version freeze when you attack an enemy during the Intro battle.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Crouching Tiger Hidden Dragon [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Cruis'n Velocity [UE]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Crushed Baseball [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|CT Special Forces [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version freezes during the Titlescreen. The arm9 version works.''' Full Speed. Good Audio. '''The Weapon SFX are missing.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|CT Special Forces 2 - Back to Hell [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. No Audio. Much Noise. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|CT Special Forces 3 - Bioterror [E]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Cubix - Robots for Everyone - Clash 'N Bash [U]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Curious George [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Custom Robo GX [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''Sram patching required to prevent the EEPROM Save Error.''' '''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]
 
|align="center"|f89fac5 (2018/07/10)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. The game freezes after you load a quick save.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Dai-Mahjong [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' You can hear Music playing. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Daisenryaku for Game Boy Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes when you create a file. The arm9 version works.''' Full Speed. Good Audio with a little Noise and stuttering. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Daisuki Teddy [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster and has less glitches than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dancing Sword - Senkou [J] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. I noticed some Screen tearing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dan Doh!! Tobase Shouri no Smile Shot [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dan Doh!! Xi [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Danny Phantom - Urban Jungle [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Danny Phantom - The Ultimate Enemy [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Daredevil [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Darius R [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. '''There is some Noise during the Pause screen.''' Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dark Arena [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes during the licensed by screen. The arm9 version works.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''The game use a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Dave Mirra Freestyle BMX 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Dave Mirra Freestyle BMX 3 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. '''Good Audio in the menu screen. The Audio has much Noise and stuttering during gameplay.''' Some gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|David Beckham Soccer [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Davis Cup [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. '''Good Audio during gameplay. Some Noise during the Title and Menu screen.''' Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Deadly Skies [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Dead to Rights [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable. '''I think this game was playable in an older arm9 build.'''
 
|-
 
|align="left" style="background:#FFB142"|Deal or No Deal [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. '''There is much Noise on the Pause Screen.''' '''Many gfx glitches.''' Working. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Defender - For All Mankind [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Don´t know if the game does save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Defender of the Crown (E)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|DemiKids - Dark Version (U)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|DemiKids - Light Version (U)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Demon Driver - Time to Burn Rubber! (U)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Too many gfx glitches during a race.''' Unplayable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Denki Blocks! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' '''Sram patching required to prevent the game from freezing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Densetsu no Stafy [J] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Densetsu no Stafy 2 [J] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version freezes before the Titlescreen. You can hear music playing.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Densetsu no Stafy 3 [J] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version flickers on both Screens.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Derby Stallion Advance [J] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required. Without it, the arm9wramicache version freezes after you press start on the Titlescreen. The arm9 version works without an Sram patch.''' Full Speed. Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Desert Strike Advance [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dexter's Laboratory - Chess Challenge [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dexter's Laboratory - Deesaster Strikes! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes after the licensed by screen. The arm9 version works.''' Full Speed. Good Audio with a little Noise. '''The Audio loops during the Pause Screen.''' The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Di Gi Charat - DigiCommunication [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise and stuttering. The Gameboy Sounds are missing. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Diadroids World - Evil Teikoku no Yabou [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Digi Communication Nyo - Datou! Black Gemagema Dan [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster and has less Noise than the arm9 version.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Digimon - Battle Spirit [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version get a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Digimon - Battle Spirit 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version get a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Digimon Racing [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version freeze during the Griptonite Games Screen.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Dinotopia - The Timestone Pirates [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version runs the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Disney's Party [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version freeze with every available game mode.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Disney Princess [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Disney Princess - Royal Adventure [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Disney Sports - Basketball [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Disney Sports - Football [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Disney Sports - Motocross [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a Black Screen after you press start on the Titlescreen.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Disney Sports - Skateboarding [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Disney Sports - Soccer [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' '''The FMV Cutscene are missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Disney Sports - Snowboarding [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' '''The FMV Raceway is missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Unplayable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|DK - King of Swing [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version have a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Dogz [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dogz 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dogz - Fashion [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dokapon [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Some gfx glitches. I noticed some Screen tearing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dokodemo Taikyoku - Yakuman Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Domo-kun no Fushigi Terebi [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a Black Screen after you press start on the Titlescreen. The arm9 version works.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. '''Many gfx glitches.''' Working. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Donald Duck Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Donchan Puzzle Hanabi de Dohn Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Donkey Kong Country [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Donkey Kong Country 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Donkey Kong Country 3 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Doom [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. No Audio. You hear random audio samples. Some gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Doom 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Dora the Explorer - Dora's World Adventure! [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dora the Explorer - Super Spies [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Dora the Explorer - Super Star Adventures! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dora the Explorer - The Search for the Pirate Pig's Treasure [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Doraemon - Dokodemo Walker [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. '''No Audio. You hear random audio samples.''' The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Double Dragon Advance [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Doubutsu Shima no Chobi Gurumi [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Doubutsu Shima no Chobi Gurumi 2 - Tama-chan Monogatari [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Downforce [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Dragon Ball Advanced Adventure [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Dragon Ball GT - Transformation [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dragon Ball Z - Buu's Fury [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. '''Playable until you get to the Anti piracy message. Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Dragon Ball Z - Collectible Card Game [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache versionand the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Dragon Ball Z - Supersonic Warriors [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Dragon Ball Z - Taiketsu [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''You get the Message This Game will not run on this Hardware Message after pressing start on the Titlescreen. It´s an Anti Piracy Method.''' Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Dragon Ball Z - The Legacy of Goku [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''You get the Message This Program will not run on this Hardware found. It´s an Anti Piracy Method. ''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Dragon Ball Z - The Legacy of Goku 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Dragon Drive - World D Break [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Dragon's Rock [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Dragon Quest Monsters - Caravan Heart [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Dragon Tales - Dragon Adventures [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFB142"|Drake & Josh [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster and has less gfx glitches than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Drill Dozer [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Driven [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses EEPROM_V120 as a save type. Don´t know what it saves.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Driv3r [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Driver 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version freeze whith every game mode.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Dr. Mario & Panel de Pon [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''Dr. Mario won´t boot.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Dr. Muto [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Dr. Sudoku [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Droopy's Tennis Open [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version freeze when you try to play a game mode.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Dual Blades [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little stuttering. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Duel Masters - Kaijudo Showdown [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Duel Masters - Sempai Legends [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed. The arm9wramicache version has less Screan tearing.''' Full Speed. Good Audio. Few gfx glitches. '''There is some Screan tearing.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Duel Masters - Shadow of the Code [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Duel Masters 2 - Invincible Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Duel Masters 2 - Kirifuda Shoubu Ver. [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Duel Masters 3 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Duke Nukem Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Dungeons & Dragons - Eye of the Beholder [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. You hear random audio samples playing. Working. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Dynasty Warriors Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version boots.''' '''The game freezes after you make a move.''' Full Speed. Good Audio. Some gfx glitches. Unplayable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
 
|-
 
|align="left" style="background:#FFB142"|Earthworm Jim [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run a bit too fast.''' Working. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#4CAF50"|Earthworm Jim 2 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Ecks vs Sever [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''Mixed up game view. You need to hold the DS sideways to play.''' Full Speed. '''Good Audio during the Titlescreen. Much Noise during gameplay.''' Some gfx glitches. Unplayable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Ecks vs Sever 2 - Ballistic [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''Mixed up game view. You need to hold the DS sideways to play.''' Full Speed. Good Audio. Some gfx glitches. Unplayable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Ed, Edd n Eddy - Jawbreakers! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Ed, Edd n Eddy - The Mis-Edventures [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Eggo Mania [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The Screen blinks in both arm9 version after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Elemix! [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Elevator Action - Old & New [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving work with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Elf - The Movie [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version take a while to boot and run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Elf Bowling 1 & 2 [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#FFB142"|Enchanted - Once Upon Andalasia [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Eragon [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Erementar Gerad [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|ESPN Final Round Golf [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|ESPN Great Outdoor Games - Bass Tournament [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving work with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|ESPN International Winter Sports [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#4CAF50"|ESPN X-Games Skateboarding [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#4CAF50"|European Super League [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no save feature.'''
 
|-
 
|align="left" style="background:#FFB142"|Ever Girl [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|EX Monopoly [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Exciting Bass [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Extreme Ghostbusters - Code Ecto-1 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version shows a White Screen after the BIOS Intro. The arm9wramicache version has an infinite BIOS reboot.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Extreme Skate Adventure [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''Full Speed with a little Slowdown.''' No Audio. Much Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Eyeshield 21 Devilbats Devildays [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|EZ-Talk - Shokyuu Hen 1 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version has an infinite BIOS reboot. The arm9 version freezes after you select a game mode.''' The Gameboy Sounds are missing. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 2 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|A Keyword is needed to start the game. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 3 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|A Keyword is needed to start the game. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 4 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|A Keyword is needed to start the game. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 5 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|A Keyword is needed to start the game. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|EZ-Talk - Shokyuu Hen 6 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|A Keyword is needed to start the game. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|E-Reader [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version has an infinite BIOS reboot. The arm9 version shows a White Screen after the BIOS Intro.''' '''This is a regress.''' Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|E.T. - The Extra-Terrestrial [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a Black Screen after the Fluid Studio logo.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|F-1 2002 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|F-14 Tomcat [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise during gameplay. '''Much Noise during the Pause Screen.''' Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|F-24 Stealth Fighter [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' '''The arm9 wramicache version less gfx glitches than the arm9 version.''' Full Speed. Good Audio during gameplay. '''Much Noise during the Pause Screen.''' Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#EF5350"|Fairly OddParents! - Breakin` Da Rules [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version freezes after the BIOS Intro. The arm9 wramicache version freezes during the first Level.''' Unplayable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Fairly OddParents! - Clash with the Anti-World [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Fairly OddParents! - Enter the Cleft [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Fairly OddParents! - Shadow Showdown [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version freezes during the Training level. The arm9 wramicache version works.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini - Dai 2 Ji Super Robot Taisen [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 08 - Mappy [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Black Screen after the BIOS Intro.''' '''This is a regress. The game was playable in older arm9 build.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Famicom Mini Vol. 10 - Star Soldier [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 12 - Clu Clu Land [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 13 - Balloon Fight [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 14 - Wrecking Crew [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 16 - Dig Dug [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 18 - Makaimura [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 19 - Twin Bee [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show an Game Pack Error.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Family Feud [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. ''' The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFB142"|Family Tennis Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#EF5350"|Famista Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version freeze before the start of the match.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Fancy Pocket [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Fantastic 4 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Fantastic 4 - Flame On [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Fantastic Children [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Fear Factor Unleashed [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Field of Nine - Digital Edition 2001 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|FIFA Soccer 2003 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. '''The Crowd Soundsamples in the Stadion are missing.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|FIFA Soccer 2004 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9 wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Many gfx glitches. '''This is a regression. Use arm9 versions from Commit 831087 (03/04/2018) instead.''' Working.
 
|-
 
|align="left" style="background:#FFB142"|FIFA Soccer 2005 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. '''This is a regression. Use arm9 versions from Commit 831087 (03/04/2018) instead.''' Working.
 
|-
 
|align="left" style="background:#FFB142"|FIFA Soccer 2006 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|FIFA Soccer 2007 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|FIFA World Cup - Germany 2006 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. Many gfx glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|FightBox [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version freezes during the licensed by screen. The arm9wramicache version works, but also freezes sometimes.''' Full Speed. Good Audio with a little Noise. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|FILA Decathlon [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version freezes after you select a language. The arm9 version works.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses EEPROM_V122 as a save type. Saving doesn´t seem to work with Sram patch.'''
 
|-
 
|align="left" style="background:#FFB142"|Final Fantasy I & II - Dawn of Souls [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' '''FF1:''' Some Major Slowdown occurring from time to time. The Audio has some Noise and stuttering. Some gfx glitches. '''FF2:''' White Screen after boot. Unplayable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Final Fantasy IV Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version shows a Black Screen after you press start on the Titlescreen. The arm9wramicache version boots the Introduction and then crashes.''' You can hear Music playing. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Final Fantasy V Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version freezes during the Introduction. The arm9wramicache version shows a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Final Fantasy VI Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving freezes the game.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Final Fantasy Tactics Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Don´t know if saving works.''' '''Didn´t get to a save spot.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Final Fight ONE [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Final Fire Pro Wrestling - Yume no Dantai Unei! [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Finding Nemo [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Finding Nemo - The Continuing Adventures [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Fire Emblem [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Working. '''The constant saving interrupts the gameplay.''' '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Fire Emblem - Fuuin no Tsurugi [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Working. '''The constant saving interrupts the gameplay.''' '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Fire Emblem - The Sacred Stones [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version freezes after you start the first Chapter. The arm9wramicache version works.''' Full Speed. Very Good Audio. Working. '''The constant saving interrupts the gameplay.''' '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Fire Pro Wrestling [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Fire Pro Wrestling 2 [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Flintstones - Big Trouble in Bedrock [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Flushed Away [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. The game uses a Password system.
 
|-
 
|align="left" style="background:#FFB142"|Ford Racing 3 [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Almost Full Speed with some Slowdown. No Audio. Much Noise. Some gfx glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|Formation Soccer 2002 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Many gfx glitches during a Match.''' Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Fortress [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run too fast.''' Good Audio. Some gfx glitches. Working. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFB142"|Foster's Home for Imaginary Friends [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. No Audio. Much Noise. Few gfx glitches. Working. '''Don´t know if saving works. Didn´t make it to a save spot.'''
 
|-
 
|align="left" style="background:#EF5350"|Franklin the Turtle [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version freere during the Titlescreen.''' Unplayable. '''This is a regress. Play the arm9 versions from Commit f89fac5 (2018/07/10) instead.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Franklin's Great Adventures [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Freekstyle [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Freestyle Scooter [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Frogger Advance - The Great Quest [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Frogger's Adventures - Temple of the Frog [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Frogger's Adventures 2 - The Lost Wand [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Frogger's Journey - The Forgotten Relic [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Fruit Mura no Doubutsutachi [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after name selection.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Fushigi no Kuni no Alice [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Fushigi no Kuni no Angelique [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9 version freezes before the Titlescreen. The arm9wramicache version works.''' Full Speed. Good Audio. Very Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' You can hear Music playing. The Gameboy Sounds are missing. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' You can hear Music playing. The Gameboy Sounds are missing. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|F-Zero Maximum Velocity [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes when you create a file. The arm9 version works.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Some gfx glitches. Playable. '''Saving or loading a save file only works with the arm9 version. The arm9wramicache version freezes.''' '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|F-Zero Climax [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes when you create a file. The arm9 version works.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches during a race.''' Playable. '''Saving or loading a save file only works with the arm9 version. The arm9wramicache version freezes.''' '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|F-Zero GP-Legend [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio with a little Noise. '''Some gfx glitches during a race.''' Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Gachasute! Dino Device - Blue [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Gachasute! Dino Device - Red [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Gachasute! Dino Device 2 - Dragon [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Gachasute! Dino Device 2 - Phoenix [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Gachinko Pro Yakyuu [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gadget Racers [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gakkou o Tsukurou!! Advance [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gakuen Alice - Dokidoki Fushigi Taiken [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gakuen Senki Muryou [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Galidor - Defenders of the Outer Dimension [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Glitched Menu Screen text.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little stuttering. '''Few gfx glitches during the FMV Intro.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Games Explosion! [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. '''Few gfx glitches during the Menu screen.''' Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Game & Watch Gallery Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed with a little Slowdown. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Ganbare Dodge Fighters [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Garfield - The Search for Pooky [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''The Intro is a bit too fast.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Garfield and His Nine Lives [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a Black Screen after the licensed by screen. The arm9 version works.''' Full Speed with a little Slowdown. Good Audio. Some gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gauntlet - Dark Legacy [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Almost Full Speed with some Slowdown. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gekido Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. The Audio has some Noise and stuttering. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gekitou Densetsu Noah - Dream Management (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Gem Smashers (U)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Genseishin Justirisers Souchaku Chikyuu no Senshitachi (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Genso Suikoden - Card Stories [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Get! - Boku no Mushi Tsukamaete (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|GetBackers Dakkanya - Jagan Fuuin! (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|GetBackers Dakkanya - Jigoku no Scaramouche (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Get Ride! Amdriver - Senkou no Hero Tanjou! (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Get Ride! Amdriver - Shuggeki! Battle Party (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. '''Few gfx glitches during the Intro.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Ghost Rider [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Ghost Trap (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Global Star - Sudoku Fever [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with some Noise. '''Many gfx glitches.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Glory Days [E] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' The game has much Slowdown. No Audio. Some Noise. Unplayable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Godzilla - Domination! [E] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable. '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 versions instead.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Goemon - New Age Shutsudou! (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Go! Go! Beckham! - Adventure on Soccer Island [E] 
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to boot the game.''' '''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Golden Nugget Casino (UE)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' '''Unable to get money from the ATM.''' Good Audio with some Noise and stuttering. Few gfx glitches. Unplayable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Golden Sun [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Golden Sun 2 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Some Gfx Glitches. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gradius Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t make it to a save spot.'''
 
|-
 
|align="left" style="background:#FFB142"|Grand Theft Auto Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. '''Good Audio during the Titlescreen and Intro. SFX only and much Noise during gameplay.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Greatest Nine [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some gfx glitches. Working. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Green Eggs and Ham by Dr. Seuss (U)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''The game uses EEPROM_V122 as a save type. Don´t know what it saves.'''
 
|-
 
|align="left" style="background:#FFB142"|Greg Hastings' Tournament Paintball Maxd [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Only your Helmet, Weapon and Icon are visible. Full Speed. Good Audio. Some gfx glitches. Unplayable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Gremlins - Stripe vs Gizmo [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version have an infinite BIOS reboot.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Grim Adventures of Billy & Mandy (U)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. The Audio has much Noise. The Gameboy Sounds are missing. Few gfx glitches. Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Groove Adventure Rave - Hikari to Yami no Daikessen [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Don´t know if saving works. Didn´t get to a save spot.'''
 
|-
 
|align="left" style="background:#FFB142"|Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' The game has much Slowdown. The Audio has some Noise and stuttering. The Gameboy Sounds are missing. '''Many gfx glitches.''' Unplayable. '''Don´t know if saving works. Didn´t get to a save spot.''' '''This is a regress. Use the Commit 831087 (2018/03/04) arm9 versions instead.'''
 
|-
 
|align="left" style="background:#FFEB3B"|GT Advance - Championship Racing [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|GT Advance 2 - Rally Racing [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Some gfx glitches during a race.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|GT Advance 3 - Pro Concept Racing [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. '''Some gfx glitches during a race.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|GT Championship [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''Some gfx glitches during a race.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|GT Racers [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache runs a little bit faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio. '''Many gfx glitches.''' Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Guilty Gear X - Advance Edition [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Gumby vs. the Astrobots [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Gunstar Future Heroes [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Guranbo [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a Black Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Guru Logic Champ [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gyakuten Saiban [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gyakuten Saiban 2 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Gyakuten Saiban 3 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hachiemon (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.'''  Full Speed. Good Audio with a little Noise. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Hagane no Renkinjutsushi - Meisou no Rondo [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hagane no Renkinjutsushi - Omoide no Sonata [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hajime no Ippo - The Fighting! [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache version and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hamepane - Tokyo Mew Mew (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during the puzzle mini game.''' Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hamster Club 3 (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hamster Club 4 (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hamster Monogatari 2 (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Character profile have some glitches.''' Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hamster Monogatari 3 (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Very Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Hamster Monogatari 3EX 4 Special (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. '''The Character profile are glitched.''' Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Hamster Monogatari Collection (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hamster Paradise - Pure Heart (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Coudln´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hamster Paradise Advanchu (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Hamtaro - Ham-Ham Games [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version freezes after you select the Tournament mode.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Hamtaro - Ham-Ham Heartbreak [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Hamtaro - Rainbow Rescue [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the BIOS Intro. The arm9 version works.''' Full Speed. Good Audio. '''Some gfx glitches during scrolling.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9 version instead.''' Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hanabi Hyakkei Advance (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hanafuda Trump Mahjong - Depachika Wayouchuu (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Happy Feet (E)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. '''Many gfx glitches.''' Unplayable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#EF5350"|Hardcore Pinball (UE)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache version and the arm9 version show a Black Screen after the Publisher Logo.''' '''This is a regress. Use the Commit 17694d4 (2017/05/22) arm9 version instead.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Hardcore Pool (E)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version has an glitched up Titlescreen. The arm9 version has less glitches during the Titlescreen. Both run the same speed.''' '''This is a regress. Use the Commit f89fac5 (2018/07/10) arm9wramicache version instead.''' Full Speed. Good Audio. '''Some gfx glitches.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Harlem Globetrotters - World Tour (E)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. '''There is heavy Noise on occasion during a match.''' Few gfx glitches. '''There is some screen tearing.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#EF5350"|Harobots - Robo Hero Battling!! (J)
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes after you select an Island. The arm9 version freezes after the developer logo.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Harry Potter - Quidditch World Cup [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Harry Potter and the Chamber of Secrets [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Harry Potter and the Goblet of Fire [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. No Audio. Much Noise. '''Many gfx glitches.''' '''This is a regress. Use the Commit 83108c7 arm9 versions instead.''' Working. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Harry Potter and the Order of the Phoenix [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to get past the Language Select Screen.''' '''The arm9wramicache version runs a bit faster but has worse Audio and gfx glitches than the arm9 version.''' Full Speed. Good Audio with some Noise and stuttering. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Harry Potter and the Prisoner of Azkaban [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' '''There is much Slowdown during the Titlescreen.''' Full Speed with a little Slowdown. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Harry Potter and the Sorcerer's Stone [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Harukanaru Toki no Naka de - Neoromance Game [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Harvest Moon - Friends of Mineral Town [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Harvest Moon - More Friends of Mineral Town [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Hatena Satena [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version shows a White Screen after the Hudson Logo. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''High language barrier. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Heidi - The Game [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' '''Good Audio with some Noise during the Titlescreen.''' Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hello Kitty - Happy Party Pals [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Hello Kitty Collection - Miracle Fashion Maker [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a Black Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Hello! Idol Debut - Kids Idol Ikusei Game [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Sram patching required to boot the game.''' '''Both the arm9wramicache and the arm9 version run the same speed.''' '''The Text in the Textboxes is missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Working. '''Don´t know if saving works. Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFB142"|Herbie - Fully Loaded [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster and has less gfx glitches than the arm9 version.''' Full Speed. No Audio. Much Noise. '''Many gfx glitches during a race.''' Working. '''Don´t know if saving works. Didn´t play long enough.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hey Arnold! - The Movie [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFEB3B"|High Heat Major League Baseball 2002 [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise after the BIOS Intro. '''You hear random audio samples after your attempt to hit the ball.''' '''Some gfx glitches on the Player'''. Playable. '''The game uses EEPROM_V122 as a save format. Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#FFEB3B"|High Heat Major League Baseball 2003 [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise after the BIOS Intro. '''You hear random audio samples after your attempt to hit the ball.''' Playable. '''The game uses EEPROM_V122 as a save format. Don´t know what the game saves.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Hi Hi Puffy AmiYumi - Kaznapped! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Good Audio with a little Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hikaru no Go [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hikaru no Go 2 [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed with a little Slowdown. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Few gfx glitches. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|High School Musical - Livin' the Dream [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' '''The Text in the Textboxes is missing.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Some gfx glitches. Working. '''Couldn´t figure out how to save.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hime Kishi Monogatari - Princess Blue [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes during the Intro. The arm9 version works.''' Full Speed. Good Audio. The Gameboy Sounds are missing. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hobbit [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Home on the Range [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. No Audio. Some Noise. Some gfx glitches. Working. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Horsez [U]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hot Potato! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#4CAF50"|Hot Wheels - All Out [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes after the Titlescreen. The arm9 version works.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Hot Wheels - Burnin' Rubber [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise. Few gfx glitches. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFB142"|Hot Wheels - Stunt Track Challenge [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes before you start the race. The arm9 version works.''' Full Speed. Good Audio with some Noise and stuttering. '''Many gfx glitches during a race.''' Unplayable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Hot Wheels - Velocity X [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Hot Wheels - World Race [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. '''Some gfx glitches during a race.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 1 - Bomberman Collection [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 2 - Lode Runner Collection [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 3 - Action Collection [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 4 - Nazotoki Collection [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 5 - Shooting Collection [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#4CAF50"|Hugo - Bukkazoom! [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. Very Good Audio. Very Playable. '''The game has no Save feature.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Hugo - The Evil Mirror Advance [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version run the same speed.''' Full Speed. '''Good Audio with a little Noise during the language select screen.''' '''Many gfx glitches during the FMV Intro.''' Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#FFEB3B"|Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs a little bit faster than the arm9 version.''' Full Speed. Good Audio with a little Noise and stuttering. The Gameboy Sounds are missing. Playable. '''Saving works without Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Ice Age [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version freezes during the language select screen. The arm9 version works.''' Full Speed. '''Good Audio with a little Noise during the licensed by screen.''' Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Ice Age 2 - The Meltdown [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Very Good Audio. Very Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Ice Nine [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Incredible Hulk [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio with some Noise. Playable. '''Saving works with Sram patching.'''
 
|-
 
|align="left" style="background:#B4EEB4"|Incredibles [UE]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version. The arm9 version freezes during the first Level.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#4CAF50"|Incredibles - Rise of the Underminer [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version. The arm9 version freezes during the first Level.''' Full Speed. Very Good Audio. Very Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#5c5c5c"|Initial D - Another Stage [J]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version show a White Screen after the BIOS Intro.''' Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Inspector Gadget - Advance Mission [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''Both the arm9wramicache and the arm9 version have an infinite BIOS reboot.''' Unplayable. '''Last working arm9 build is Commit a61e70e (2017/04/22).'''
 
|-
 
|align="left" style="background:#B4EEB4"|Inspector Gadget Racing [E]
 
|align="center"|6522414 (2018/11/01)
 
|align="left"|'''The arm9wramicache version runs much faster than the arm9 version.''' Full Speed. Good Audio. Few gfx glitches. Playable. '''The game uses a Password system.'''
 
|-
 
|align="left" style="background:#FFB142"|International Karate Advanced [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|International Superstar Soccer [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|International Superstar Soccer Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Inukko Club [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]
 
|align="center"|17694d4 (2017/05/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:#B4EEB4"|Invader [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Invincible Iron Man [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an PREF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Iridion 3D [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game loops endlessly after the Shinen Logo. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Iridion 2 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game hangs after the Shinen Logo. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Isseki Hatchou - Kore 1ppon de 8shurui! [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|James Pond - Codename Robocod [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Jazz Jackrabbit [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an infinite BIOS reboot. Unplayable.'''Last time working was with master build Commit a61e70e (2017/04/22).'''
 
|-
 
|align="left" style="background:#B4EEB4"|J.League Pro Soccer Club o Tsukurou! Advance [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|J.League Pocket [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|J.League Winning Eleven Advance 2002 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Jet Set Radio [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|JGTO Kounin Golf Master - Japan Golf Tour Game [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#EF5350"|JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]
 
|align="center"|17694d4 (2017/05/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:#FFEB3B"|Jikkyou World Soccer Pocket 2 [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed with a little Slowdown. Very Good Audio with a little Noise and stuttering. 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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes during the Nick Games Logo. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]
 
|align="center"|17694d4 (2017/05/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"|Jinsei Game Advance [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Juka and the Monophonic Menace [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to prevent the PREF 6000001E Error on the Touchscreen.''' I noticed some Screen tearing. Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Jungle Book 2 [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Jurassic Park III - Park Builder [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Jurassic Park III - The DNA Factor [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. 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"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#5c5c5c"|Justice League - Injustice for All [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|K-1 Pocket Grand Prix 2 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Kaeru B Back [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#EF5350"|Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an White Screen after the Licensed by Screen. You can hear Music playing. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Kamaitachi no Yoru Advance [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Keitai Denjuu Telefang 2 - Speed [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. No Audio. Some Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#5c5c5c"|Kelly Slater's Pro Surfer [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Ker Plunk!, Toss Across, Tip It [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Kessakusen! Ganbare Goemon 1-2 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Kid Paddle [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Kidou Gekidan Haro Ichiza Haro no Puyo Puyo [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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 Destiny [J]
 
|align="center"|17694d4 (2017/05/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. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Kid's Cards [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Kiki Kaikai Advance [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Killer 3D Pool [E]
 
|align="center"|17694d4 (2017/05/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"|Kill Switch [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Kim Possible [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is messy. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Kim Possible 2 - Drakken's Demise [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is missing. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Kim Possible 3 - Team Possible [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is missing. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Kingdom Hearts: Chain of Memories [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is messy. Very Good Audio with a little stuttering. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|King Kong - The Official Game of the Movie [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|King of Fighters EX2 - Howling Blood [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. Very Good Audio with a little Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Kirby - Nightmare in Dreamland [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Kirby and the Amazing Mirror [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Almost Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|Klonoa 2 - Dream Champ Tournament [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|Klonoa Heroes - Densetsu no Star Medal [J]
 
|align="center"|83108c7 (2018/03/04)
 
|align="left"|Wramicache. Slowdowns. Gfx glitches. Audio stuttering. Stopped when entered one of the menus that said something in japanese and 3. Working.
 
|-
 
|align="left" style="background:#5c5c5c"|Knights' Kingdom [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an AUNK 0000B500 Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Koala Brothers - Outback Adventures [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Konami Collector's Series - Arcade Classics [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Konami Krazy Racers [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#5c5c5c"|Kong - King of Atlantis [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.'''Last time working was with master build Commit a61e70e (2017/04/22).'''
 
|-
 
|align="left" style="background:#5c5c5c"|Kong - The Animated Series [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an PREF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Konjiki no Gashbell!! - Makai no Bookmark [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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:#FFEB3B"|Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Koro Koro Puzzle - Happy Panechu! [J]
 
|align="center"|17694d4 (2017/05/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"|Kotoba no Puzzle - Mojipittan Advance [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Kouchu Ouja Mushiking [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an infinite BIOS reboot. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Kunio Kun Nekketsu Collection 1 [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|The 3D Golf Course is missing. Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Kurohige no Kurutto Jintori [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Kurukuru Kururin [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Lady Sia [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Land Before Time [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Land Before Time - Into the Mysterious Beyond [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed with a little Slowdown. Good Audio with some stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Lara Croft Tomb Raider - Legend [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Lea - Passion Veterinaire [Fr]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. You can hear Random Audio Samples. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Legends of Wrestling II [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Legendz - Sign of Nekuromu [J]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Lego Bionicle - Matoran Adventures [UE]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|LEGO Island 2 - The Brickster's Revenge [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Many Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|LEGO Racers 2 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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:#EF5350"|LEGO Soccer Mania [UE]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. The Cutscenes are missing the Text. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|LEGO Star Wars II - The Original Trilogy [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Lemony Snicket's A Series of Unfortunate Events [UE]
 
|align="center"|17694d4 (2017/05/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"|Let's Ride! - Dreamer [U]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Let's Ride! - Sunshine Stables [U]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Life, Yahtzee, Payday [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Lilliput Oukoku - Lillimoni to Issho Puni! [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Lilo and Stitch [E] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is messy. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Lilo and Stitch 2 [E] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Lion King [E] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Lion King 1 1-2 [U] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Little Buster Q [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Much Flickering in the Textbox. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Little Einsteins [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Little League Baseball 2002 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Stadion is missing. Full Speed. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Little Mermaid - Magic in Two Kingdoms [UE] 
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Lizzie McGuire [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. 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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Looney Tunes - Back in Action [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Lord of the Rings - The Fellowship of the Ring [E] 
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|Lord of the Rings - The Third Age [UE] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The FMV Intro is working. The Game runs very slow. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Lord of the Rings - The Two Towers [UE] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The FMV Intro is working. Full Speed with a little Slowdown. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Lost Vikings [E] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Love Hina Advance - Shukufuku no Kane ha Naru Kana [Eng. Patch v0.98]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The FMV Intro is working. Full Speed with a little Slowdown. Very Good Audio with a little stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Lucky Luke - Wanted! [E] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Lufia - The Ruins of Lore [U]
 
|align="center"|83108c7 (2018/03/04)
 
|align="left"|Wramicache. Full Speed. Some slowdown when picking up items. Good Audio with some Noise and stuttering. Missing Gameboy sounds. Some Gfx Glitches. Very playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Lunar Legend [U]
 
|align="center"|f89fac5  (2018/07/10)
 
|align="left"|Full Speed. Decent audio with some noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Madagascar [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Madagascar - Operation Penguin [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Madden NFL 2002 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Madden NFL 2003 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Madden NFL 2004 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. Very Good Audio. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Madden NFL 2005 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Menu is invisible. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Madden NFL 2006 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Menu is invisible. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Madden NFL 2007 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Menu is invisible. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Magi Nation [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Magical Houshin [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Magical Quest Starring Mickey & Minnie [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|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"|f89fac5  (2018/07/10)
 
|align="left"|'''Sram patching required.''' Freezes after Brownie Brown logo.
 
|-
 
|align="left" style="background:#B4EEB4"|Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/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"|Mahjong Keiji [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Mandrake the Magician - Shadow of the Vehme [Proto]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Manga-ka Debut Monogatari [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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:#B4EEB4"|Maniac Miner [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Maniac Racers Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/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:#FFEB3B"|Marble Madness, Klax [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|March of the Penguins [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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:#5c5c5c"|Mario Golf - Advance Tour [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable. '''Last time working was with master build Commit a61e70e (2017/04/22).'''
 
|-
 
|align="left" style="background:#B4EEB4"|Mario Kart Super Circuit [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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 [E]
 
|align="center"|f89fac5  (2018/07/10)
 
|align="left"|The Game freezes before the First Battle. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Mario Party Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. There is much flickering on Screen before and after an Event. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Mario Pinball [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Mario Power Tennis [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable. '''Last time working was with master build Commit a61e70e (2017/04/22).'''
 
|-
 
|align="left" style="background:#B4EEB4"|Mario vs Donkey Kong [E]
 
|align="center"|f89fac5  (2018/07/10)
 
|align="left"|Full Speed. Very good audio. Minor graphics slowdowns during cutscenes. Working.
 
|-
 
|align="left" style="background:#EF5350"|Marvel - Ultimate Alliance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an PREF Error on the Touchscreen during the First Level. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Mary-Kate and Ashley - Girls Night Out [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Masters of the Universe He-Man - Power of Grayskull [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Matantei Loki Ragnarok - Gensou no Labyrinth [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Matchbox Cross Town Heroes [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mat Hoffman's Pro BMX [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mat Hoffman's Pro BMX 2 [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Math Patrol - The Kleptoid Threat [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Max Payne Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. The Cutscenes are missing some Images. Good Audio with some Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#EF5350"|Maya the Bee - Sweet Gold [E]
 
|align="center"|f89fac5  (2018/07/10)
 
|align="left"|'''Sram patching required.''' Audio is totally garbled. Freezes at black screen upon entering first level.
 
|-
 
|align="left" style="background:#FFB142"|Maya the Bee - The Great Adventure [E]
 
|align="center"|f89fac5  (2018/07/10)
 
|align="left"|Almost Full Speed with some Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Mazes of Fate [U]
 
|align="center"|17694d4 (2017/05/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"|Mech Platoon [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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 - Rokusho Version [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable. (2018/01/29) Very bad and stuttering audio.
 
|-
 
|align="left" style="background:#FFEB3B"|Medabots AX - Metabee Version [E]
 
|align="center"|17694d4 (2017/05/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"|Medabots AX - Rokusho Version [E]
 
|align="center"|17694d4 (2017/05/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"|Medal of Honor - Infiltrator [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an infinite BIOS reboot. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Medal of Honor Underground [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Megaman & Bass [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and suttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Megaman Battle Chip Challenge [E] 
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Megaman Battle Network [E] 
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Mega Man Zero 2 [E]
 
|align="center"|17694d4 (2017/05/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"|Mega Man Zero 3 [E]
 
|align="center"|17694d4 (2017/05/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"|Mega Man Zero 4 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Meine Tierarztpraxis [G]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Meine Tierpension [G]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Meitantei Conan - Akatsuki no Monument [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is working. Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Meitantei Conan - Nerawareta Tantei [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|Men in Black - The Series [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Mermaid Melody - Pichi Pichi Pitch [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is working. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Mermaid Melody - Pichi Pichi Pitch - Pichi Pichi Party [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Intro FMV is working. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#EF5350"|Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes on the Titlescreen. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Metal Max 2 Kai [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Menu is flashing a lot. Full Speed. Very Good Audio. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Metal Gun Slinger [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Metal Slug Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Metroid Fusion [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|I noticed some Slowdown during the Ending Cutscene. Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Mezase Koushien [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Micro Machines [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Midnight Club - Street Racing [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Midway's Greatest Arcade Hits [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Mighty Beanz Pocket Puzzles [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Mike Tyson Boxing [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Noise during the Pause Screen. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Minami no Umi no Odyssey [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Minimoni - Mika no Happy Morning Chatty [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Minimoni - Onegai Ohoshi-sama! [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Minna de Puyo Puyo [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/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:#FFB142"|Minna no Shiiku Series 1 - Boku no Kabutomushi [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Minna no Shiiku Series 2 - Boku no Kuwagata [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Minna no Soft Series - Minna no Mahjong [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Minna no Soft Series - Numpla Advance [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Minna no Soft Series - Shanghai [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. Very Good Audio. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Minority Report - Everybody Runs [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mission Impossible - Operation Surma [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|'''Metroid Fusion for iQue China.''' I get an White Screen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|MLB SlugFest 20-04 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Mobile Suit Gundam Seed - Battle Assault [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Moero!! Jaleco Collection [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Mo Jie Qibing [Unl] [Chinese]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes after selecting the Number of Players. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Monster! Bass Fishing [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Monster Force [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Monster Gate [J]
 
|align="center"|17694d4 (2017/05/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"|Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]
 
|align="center"|17694d4 (2017/05/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"|Monster House [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#EF5350"|Monsters, Inc [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an AUNK 0000382B Error on the Touchscreen during the Titlescreen. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Monster Jam - Maximum Destruction [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Monster Maker 4 - Flash Card [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Monster Maker 4 - Killer Dice [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Monster Rancher Advance [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Monster Rancher Advance 2 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Monster Summoner [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Monster Trucks [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Too many Gfx Glitches on Screen. No Audio. Much Noise. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Monster Trucks Mayhem [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Too many Gfx on Screen. No Audio. Much Noise. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Moorhen 3 - The Chicken Chase! [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Morita Shougi Advance [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mortal Kombat - Deadly Alliance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. The Touchscreen has a Blue Color. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mortal Kombat - Tournament Edition [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. The Touchscreen has a Blue Color. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mortal Kombat Advance [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed with a little Slowdown. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Mother 1+2 [English Patched 1.01]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|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:#EF5350"|Mother 3 [T+Eng1.2]
 
|align="center"|17694d4 (2017/05/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:#FFB142"|Moto GP [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Motoracer Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. Good Audio in Menu. No Audio during Race. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Mousetrap, Operation, Simon [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Mucha Lucha! - Mascaritas of the Lost Code [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Mugenborg [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The FMV Intro is working. Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Mummy [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. The Gameboy Sounds are missing. Working.
 
|-
 
|align="left" style="background:#EF5350"|Muppet Pinball Mayhem [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an PREF Error on the Touchscreen after selecting a Game mode. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Muppets On with the Show! [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Mutsu - Water Looper Mutsu [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|MX 2002 featuring Ricky Carmichael [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|My Animal Centre in Africa [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|My Little Pony - Crystal Princess - The Runaway Rainbow [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|M&M's - Blast! [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|M&M's - Break'em [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Nakayoshi Mahjong - Kaburiichi [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Namco Museum [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. The Audio has much Noise and stuttering. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Nancy Drew - Message in a Haunted Mansion [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game only shows the Cursor. Very Good Audio. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Napoleon [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Narikiri Jockey Game - Yuushun Rhapsody [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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:#B4EEB4"|Naruto - Konoha Senki [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed with a little Slowdown. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Naruto - Ninja Council [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Naruto RPG - Uketsugareshi Hi no Ishi [J]
 
|align="center"|17694d4 (2017/05/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:#B4EEB4"|NASCAR Heat 2002 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Natural 2 - Duo [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|NBA Jam 2002 [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Need for Speed Carbon - Own the City [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required. Without it, the Game won´t let you advance the create a Profile Screen.''' The Game has much Slowdown. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Need for Speed - Most Wanted [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patch the Game to prevent the Assertion Failed Error.''' The Game has much Slowdown. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Need for Speed - Porsche Unleashed [UE]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Next Generation Tennis [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Many Gfx Glitches during the Menu Screen. Working.
 
|-
 
|align="left" style="background:#EF5350"|NFL Blitz 20-02 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes during the Menu Screen. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|NFL Blitz 20-03 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|NHL 2002 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. Very Good Audio. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|NHL Hitz 20-03 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Nicktoons Racing [U]
 
|align="center"|17694d4 (2017/05/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:#B4EEB4"|Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Ninja Cop [E]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|The Software freezes during the Health Notice Screen. Unsupported Device. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|No Rules - Get Phat [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Nobunaga Ibun [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an infinite BIOS reboot. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Nobunaga no Yabou [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Noddy - A Day in Toyland [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I noticed some Screen tearing. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|No no no Puzzle Chailien [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Nyan Nyan Nyanko no Nyan Collection [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Ochaken no Yumebouken [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Oddworld - Munch's Oddysee [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/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"|One Piece - Going Baseball - Kaizoku Yakyuu [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|One Piece - Mezase! King of Belly [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Many GFX Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|One Piece - Nanatsu Shima no Daihihou [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Onimusha Tactics [E]
 
|align="center"|091719f (2018/01/29)
 
|align="left"|Use wramicache version. Very slow and laggy. Requires long button presses. Very good audio.
 
|-
 
|align="left" style="background:#FFEB3B"|Onmyou Taisenki Zeroshiki [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#EF5350"|Open Season [E]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Oriental Blue - Ao no Tengai [Eng.Patch 1.0]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. The Audio has much Noise and stuttering. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Oshare Princess 2 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Oshare Princess 3 [J]
 
|align="center"|17694d4 (2017/05/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:#FFB142"|Oshare Princess 5 [J]
 
|align="center"|17694d4 (2017/05/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"|Oshare Wanko [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Ottifanten Pinball [G]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Over the Hedge [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. The Cutscenes are missing the Images. Working.
 
|-
 
|align="left" style="background:#FFB142"|Over the Hedge - Hammy Goes Nuts! [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Ozzy & Drix [U]
 
|align="center"|17694d4 (2017/05/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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Some Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#EF5350"|Pac-Man World 2 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes in Pac Village. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Paperboy, Rampage [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Paws & Claws - Best Friends - Dogs & Cats [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Paws & Claws - Pet Resort [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Payback [E]
 
|align="center"|17694d4 (2017/05/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:#B4EEB4"|Pazunin - Uminin no Puzzle de Nimu [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Penny Racers [E]
 
|align="center"|17694d4 (2017/05/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:#B4EEB4"|Peter Pan - Return to Neverland [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Peter Pan - The Motion Picture Event [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Petz - Hamsterz Life 2 [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Petz Vet [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|Pferd & Pony - Best Friends - Mein Pferd [G]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Pferd & Pony - Lass Uns Reiten 2 [G]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pferd & Pony - Mein Gestuet [G]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pferd & Pony - Mein Pferdehof [G]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Phalanx - The Enforce Fighter A-144 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The FMV´s are working. Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Phantasy Star Collection [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''I get an black Screen after starting Phantasy Star 1 & 2.''' Phantasy Star 3 is the only playable Game. Full Speed. Very Good Audio. Some Noise on the Pause Screen. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Phil of the Future [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Backgrounds are missing. Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Pia Carrot he Youkoso!! 3.3 [J]
 
|align="center"|17694d4 (2017/05/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:#B4EEB4"|Piglet's Big Game [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Infinite BIOS reboot. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Pinball Tycoon [E]
 
|align="center"|17694d4 (2017/05/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"|Pink Panther - Pinkadelic Pursuit [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes during the First Level. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pinky and the Brain - The Masterplan [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Pinky Monkey Town [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|17694d4 (2017/05/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"|Pirates of the Caribbean - The Curse of the Black Pearl [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Pitfall - The Lost Expedition [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an PREF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Pitfall - The Mayan Adventure [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#5c5c5c"|Planet of the Apes [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Play-Yan [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes on the Titlescreen. Unsupported Device. Unplayable.
 
|-
 
|align="left" style="background:#EF5350"|Play-Yan Micro [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game freezes on the Healthcare Screen. Unsupported Device. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pocket Dogs [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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:#B4EEB4"|Pocket Music [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed with. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pocket Professor - Kwik Notes - Vol. 1 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pocky & Rocky with Becky [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Pokémon Emerald [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to boot the Game.'''I get an infinite BIOS reboot. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Pokemon Fire Red [U]
 
|align="center"|17694d4 (2017/05/22)
 
|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:#FFEB3B"|Pokemon Leaf Green [U]
 
|align="center"|091719f (2018/01/29)
 
|align="left"|'''Sram patching required to boot the Game.''' Wramicache crashes. Almost Full Speed with some Slowdown, especially during random encounters. Good Audio with some Noise and stuttering. Some Gfx Glitches during random encounters. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Pokemon Mystery Dungeon - Red Rescue Team [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed with a little Slowdown. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pokemon Pinball - Ruby & Sapphire [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#4CAF50"|Pokemon Ruby [E]
 
|align="center"|091719f  (2018/01/29)
 
|align="left"|Wramicache version. Full Speed. Very good audio. Sound effects missing. Rarely any lag. Playable.
 
|-
 
|align="left" style="background:#4CAF50"|Pokémon Sapphire [E]
 
|align="center"|091719f  (2018/01/29)
 
|align="left"|Wramicache version. Full Speed. Very good audio. Sound effects missing. Rarely any lag. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Polarium Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to boot the Game.''' Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Polly Pocket! - Super Splash Island [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Pong, Asteroids, Yars' Revenge [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Pong is Unplayable.''' Full Speed. Very Good Audio. Many Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#5c5c5c"|Pop Idol [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an White Screen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Popeye - Rush for Spinach [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with a little Slowdown. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Postman Pat and the Greendale Rocket [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Power Poke Dash [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 1-2 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 3 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 4 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 5 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Power Pro Kun Pocket 6 [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Powerpuff Girls - Him and Seek [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Powerpuff Girls - Mojo Jojo A-Go-Go [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required to prevent the PREF Error on the Touchscreen.''' Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Power Rangers - Dino Thunder [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Some Noise on the Pause Screen. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Power Rangers - Ninja Storm [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Some Noise on the Pause Screen. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Power Rangers - Time Force [U]
 
|align="center"|216734d (2017/05/06)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Power Rangers - Wild Force [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFB142"|Power Rangers S.P.D. [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Prehistorik Man [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Premier Action Soccer [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required or the Game reboots before a Match.''' Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Premier Manager 2003-2004 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an PREF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Premier Manager 2004-2005 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Premier Manager 2005-2006 [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Princess Natasha - Student, Secret Agent, Princess [E]
 
|align="center"|17694d4 (2017/05/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:#B4EEB4"|Prince of Persia - The Sands of Time [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has some loading times between Cutscenes. Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#5c5c5c"|Pro Beach Soccer [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFB142"|Pro Mahjong Tsuwamono GBA [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The Game has much Slowdown. The Audio has much Noise and stuttering. Some Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Pro Tennis WTA Tour [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#B4EEB4"|Proud Family [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed with a little Slowdown. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban [J]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/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"|Punch King - Arcade Boxing [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an Black Screen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Puppy Luv - Spa and Resort [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Good Audio with some Noise and stuttering. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Puyo Pop [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#B4EEB4"|Puyo Pop Fever [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio with a little Noise. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFEB3B"|Puzzle & Tantei Collection [J]
 
|align="center"|17694d4 (2017/05/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"|Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Too Many Gfx Glitches on Screen. No Audio. Much Noise. Unplayable.
 
|-
 
|align="left" style="background:#B4EEB4"|Racing Fever [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#EF5350"|Racing Gears Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I won´t get past the Licensed by Screen. You can hear Music playing. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Rampage - Puzzle Attack [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#5c5c5c"|Rapala Pro Fishing [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|'''Sram patching required or you get the Message "The EEPROM is either not present on the cartridge or is faulty" on the Upper Screen.''' I get an PREF Error on the Touchscreen after the BIOS Intro. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Ratatouille [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Very Good Audio. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#FFB142"|Rave Master - Special Attack Force! [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Some Gfx Glitches. Working.
 
|-
 
|align="left" style="background:#FFEB3B"|Rayman Advance [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. Very Good Audio. The Gameboy Sounds are missing. Some Gfx Glitches. Playable.
 
|-
 
|align="left" style="background:#EF5350"|Rayman 3 - Hoodlum Havoc [E]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|Almost Full Speed with some Slowdown. Good Audio with some 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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/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"|Reign of Fire [E]
 
|align="center"|17694d4 (2017/05/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:#FFEB3B"|Relaxuma na Mainichi [J]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|Full Speed. No Audio. Much Noise. Many Gfx Glitches. Unplayable.
 
|-
 
|align="left" style="background:#FFEB3B"|Ripping Friends [UE]
 
|align="center"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|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"|17694d4 (2017/05/22)
 
|align="left"|I get an UNDF Error after the BIOS Intro. Unplayable.'''Last time working was with master build Commit a61e70e (2017/04/22).'''
 
|-
 
|align="left" style="background:#FFB142"|Riviera - The Promised Land [U]
 
|align="center"|17694d4 (2017/05/22)
 
|align="left"|The loading of battle takes very long. Full Speed. Very Good Audio. Some Gfx Glitches. Working.