<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gbatemp.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bobesh8</id>
	<title>WikiTemp - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gbatemp.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bobesh8"/>
	<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/wiki/Special:Contributions/Bobesh8"/>
	<updated>2026-06-03T22:08:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=GBARunner2&amp;diff=75021</id>
		<title>GBARunner2</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=GBARunner2&amp;diff=75021"/>
		<updated>2025-03-12T20:46:50Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: Fix links to Sonic Advance 1&amp;amp;2 patches&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{InfoBox&lt;br /&gt;
 |title=GBARunner2&lt;br /&gt;
 |image=&lt;br /&gt;
 |imagesize=&lt;br /&gt;
 |imagecaption=&lt;br /&gt;
 |header1 = Information&lt;br /&gt;
 |label1 = Console Emulated&lt;br /&gt;
 |data1 = [[GBA]]&lt;br /&gt;
 |label2= Runs on&lt;br /&gt;
 |data2 = [[Nintendo DS, DSi, 3DS]]&lt;br /&gt;
 |label3 =Developer&lt;br /&gt;
 |data3 = [https://gbatemp.net/members/280844/ Gericom]&lt;br /&gt;
 |label4 = Source code&lt;br /&gt;
 |data4 = [https://github.com/Gericom/GBARunner2 GitHub]&lt;br /&gt;
 |label5 = Latest stable version&lt;br /&gt;
 |data5 = [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-131430_6e4ce45 Commit 6e4ce45 (2020/08/12) build]&lt;br /&gt;
 |label6 = Discussion thread&lt;br /&gt;
 |data6 = [https://gbatemp.net/threads/gbarunner2.451970/ GBATemp.net] &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;GBARunner2&#039;&#039;&#039; is a hypervisor that runs GBA games on DS/DSi/3DS in DS mode, basically like Nintendont does for running Gamecube games on Wii.&lt;br /&gt;
&lt;br /&gt;
= Setup and Usage =&lt;br /&gt;
&lt;br /&gt;
== Basic Setup ==&lt;br /&gt;
*Grab a GBARunner2 .nds file from the link above or the [https://github.com/Gericom/GBARunner2/releases github &#039;&#039;&#039;releases&#039;&#039;&#039; page]. Pick the one that has your system at the end of the file name. &lt;br /&gt;
**For example, for 3DS pick the one named &#039;GBARunner2_arm7dldi_&#039;&#039;&#039;3ds&#039;&#039;&#039;.nds&#039;.&lt;br /&gt;
* Place the GBARunner2 .nds file anywhere on your SD card, except for in sd:/_gba. &lt;br /&gt;
**&#039;&#039;&#039;NB!&#039;&#039;&#039; If using Twilightmenu++ GBARunner2 will come bundled with it in the sd:/_nds folder.&lt;br /&gt;
*** 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.&lt;br /&gt;
*Run the GBARunner .nds file through your kernel&lt;br /&gt;
* If you have a folder named &#039;GBA&#039; on the root of your sd card, this folder will be opened by default when running GBARunner2. You can put your ROMs here.&lt;br /&gt;
* Do &#039;&#039;&#039;NOT&#039;&#039;&#039; 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.&lt;br /&gt;
* If you want to use existing save files, they should have the same name as the GBA ROM but instead of &#039;&#039;&#039;.gba&#039;&#039;&#039; they should be &#039;&#039;&#039;.sav&#039;&#039;&#039; (so the save for mygame.gba is mygame.sav). &lt;br /&gt;
**GBARunner2 is directly compatible with save files from the mGBA emulator, gpsp on 3ds and open_agb_firm.&lt;br /&gt;
&lt;br /&gt;
== Border Frames ==&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Convert an image to &amp;quot;gbaframe.*.bin&amp;quot;, replace $1 with your file name&lt;br /&gt;
grit $1 -gt -gB8 -mLs -mRf -ftb -fh! -ogbaframe.bin&lt;br /&gt;
&lt;br /&gt;
# Concatenate the &amp;quot;.pal.bin&amp;quot;, &amp;quot;.map.bin&amp;quot;, and &amp;quot;.img.bin&amp;quot; files together&lt;br /&gt;
cat gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin &amp;gt; gbaframe.bin&lt;br /&gt;
&lt;br /&gt;
# Remove the unneeded files&lt;br /&gt;
rm gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The TWLHelper bot on the [https://discord.gg/yD3spjv DS⁽ⁱ⁾ Mode Hacking!] Discord server has a command, &amp;lt;code&amp;gt;.border&amp;lt;/code&amp;gt;, to automatically convert from an image file to a border.&amp;lt;ref&amp;gt;https://github.com/DS-Homebrew/TWLHelper/blob/main/cogs/convert.py#L485-L528&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Game Covers ==&lt;br /&gt;
&lt;br /&gt;
GBARunner2 supports game covers that you put in sd:/_gba/covers. A collection of covers can be found under [[GBARunner2#Downloads|&#039;Downloads&#039;]].&lt;br /&gt;
&lt;br /&gt;
== BIOS ==&lt;br /&gt;
&lt;br /&gt;
*GBARunner2 has integrated Normatt&#039;s open-source GBA BIOS, however, many ROMs will not boot or will present issues if you only use this.&lt;br /&gt;
*For better compatibility you should put your backed up GBA BIOS on your SD card with the lower-case name &#039;&#039;&#039;&#039;bios.bin&#039;&#039;&#039;&#039;. &lt;br /&gt;
*Place this GBA bios on your SD card in either sd:/bios.bin, sd:/gba/bios.bin, or sd:/_gba/bios.bin.&lt;br /&gt;
**To verify that your BIOS is the right one that works for GBARunner2 see the [[GBARunner2#BIOS_Checksums|checksums]] listed below.&lt;br /&gt;
&lt;br /&gt;
== Navigating and Usage ==&lt;br /&gt;
&lt;br /&gt;
*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:&lt;br /&gt;
**&#039;&#039;&#039;A&#039;&#039;&#039; - Run a ROM, enter a folder or change a setting in settings. &lt;br /&gt;
**&#039;&#039;&#039;B&#039;&#039;&#039; - Go back a folder level or return from settings.&lt;br /&gt;
**&#039;&#039;&#039;R&#039;&#039;&#039; - Access settings. Some games need specific settings to run well. Check your ROM in your system&#039;s respective compatibility list for this. &lt;br /&gt;
***When editing a setting in the settings you will generate a &#039;&#039;&#039;settings.ini&#039;&#039;&#039; in sd:/_gba . Here you can manually edit some of the settings if you open it with a notepad. &lt;br /&gt;
***To see how to manually edit your input mappings look at [[GBARunner2#Input_Mapping|Input Mapping]].&lt;br /&gt;
*When running a ROM you can access &#039;&#039;&#039;the ingame menu&#039;&#039;&#039; by touching the touch screen. From here you can navigate with the DPAD and use A, B like before and R to access settings.&lt;br /&gt;
&lt;br /&gt;
== Input Mapping ==&lt;br /&gt;
&lt;br /&gt;
* 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]].&lt;br /&gt;
** 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.&lt;br /&gt;
* 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.&lt;br /&gt;
* 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 &#039;sd:/_gba&#039;.&lt;br /&gt;
**&#039;&#039;&#039;NB!&#039;&#039;&#039; The text file will have to be in &#039;&#039;&#039;Unix (LF) file format&#039;&#039;&#039;. On Windows this can be changed with a source code editor like [https://notepad-plus-plus.org/ Notepad++] by right clicking &#039;Windows (CR LF)&#039; on the bottom status bar of the window and selecting Unix (LF).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&#039;ini&#039;&amp;gt;&lt;br /&gt;
[emulation]&lt;br /&gt;
useBottomScreen=false&lt;br /&gt;
frame=true&lt;br /&gt;
centerMask=true&lt;br /&gt;
mainMemICache=true&lt;br /&gt;
wramICache=true&lt;br /&gt;
gbaColors=false&lt;br /&gt;
skipIntro=false&lt;br /&gt;
[input]&lt;br /&gt;
buttonA=0&lt;br /&gt;
buttonB=1&lt;br /&gt;
buttonL=11&lt;br /&gt;
buttonR=10&lt;br /&gt;
buttonStart=3&lt;br /&gt;
buttonSelect=2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Below are the DS Keys and their respective value if you want to manually make your own key mappings.&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! DS Keys ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Key&#039;&#039;&#039; || &#039;&#039;&#039;Value&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| A || 0&lt;br /&gt;
|-&lt;br /&gt;
| B || 1&lt;br /&gt;
|-&lt;br /&gt;
| X || 10&lt;br /&gt;
|-&lt;br /&gt;
| Y || 11&lt;br /&gt;
|-&lt;br /&gt;
| L || 9&lt;br /&gt;
|-&lt;br /&gt;
| R || 8&lt;br /&gt;
|-&lt;br /&gt;
| Start || 3&lt;br /&gt;
|-&lt;br /&gt;
| Select || 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Cheats ==&lt;br /&gt;
* 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.&lt;br /&gt;
** 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.&lt;br /&gt;
* 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.&lt;br /&gt;
* To access the cheats menu you will have to have &#039;&#039;&#039;disabled &#039;center and mask&#039;&#039;&#039;&#039; in settings if not you will get a white screen and won&#039;t be able to see the ingame GBARunner2 menu. You can enable this again after leaving the menu.&lt;br /&gt;
&lt;br /&gt;
= BIOS and ROM Quality =&lt;br /&gt;
&lt;br /&gt;
== Dumping the BIOS ==&lt;br /&gt;
To get your own GBA BIOS here are some possibilities:&lt;br /&gt;
&lt;br /&gt;
* [https://glazedbelmont.github.io/gbabiosdump/ GBA/DS/DS Lite with GBA flashcart or 3DS]&lt;br /&gt;
** It is &#039;&#039;&#039;not&#039;&#039;&#039; possible to dump the GBA BIOS on a DSi&lt;br /&gt;
* [https://github.com/FIX94/gba-link-cable-dumper Wii (not Family edition)/GameCube, GBA, and link cable dumper]&lt;br /&gt;
&lt;br /&gt;
== BIOS Checksums ==&lt;br /&gt;
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&#039;s checksum hash. Different algorithms exist for doing this (e.g. {{w|MD5}}, {{w|CRC32}}).&lt;br /&gt;
&lt;br /&gt;
The GBA BIOS used should have the following checksums (checking one should be enough):&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If dumped from a GBA, GBA SP, Game Boy Micro, or Game Boy Player:&#039;&#039;&#039;&lt;br /&gt;
* CRC32: &amp;lt;code&amp;gt;81977335&amp;lt;/code&amp;gt;&lt;br /&gt;
* MD5: &amp;lt;code&amp;gt;a860e8c0b6d573d191e4ec7db1b1e4f6&amp;lt;/code&amp;gt;&lt;br /&gt;
* SHA1: &amp;lt;code&amp;gt;300c20df6731a33952ded8c436f7f186d25d3492&amp;lt;/code&amp;gt;&lt;br /&gt;
* SHA256: &amp;lt;code&amp;gt;fd2547724b505f487e6dcb29ec2ecff3af35a841a77ab2e85fd87350abd36570&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If dumped from a DS, DS Lite, or 3DS Family console:&#039;&#039;&#039;&lt;br /&gt;
* CRC32: &amp;lt;code&amp;gt;a6473709&amp;lt;/code&amp;gt;&lt;br /&gt;
* MD5: &amp;lt;code&amp;gt;1c0d67db9e1208b95a1506b1688a0ad6&amp;lt;/code&amp;gt;&lt;br /&gt;
* SHA1: &amp;lt;code&amp;gt;c11531d5261006810cdc954bd4bec0afe3187b35&amp;lt;/code&amp;gt;&lt;br /&gt;
* SHA256: &amp;lt;code&amp;gt;782eb3894237ec6aa411b78ffee19078bacf10413856d33cda10b44fd9c2856b&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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 &#039;CRC SHA&#039; 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.&lt;br /&gt;
&lt;br /&gt;
== Verifying Quality of ROMs ==&lt;br /&gt;
* &#039;&#039;&#039;NB!&#039;&#039;&#039; 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 &#039;&#039;&#039;&#039;center and mask&#039;&#039;&#039;&#039; in settings. &lt;br /&gt;
**Try using the GBATA tool to remove the Intro to get the Game to work. &lt;br /&gt;
**You can use an Emulator to see if a Game has a Rom Intro or not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Alternatively&#039;&#039;&#039; 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 &#039;BIOS Checksum&#039; part. This will show if your ROM has been corrupted too.&lt;br /&gt;
**A good dump on DAT-o-MATIC will have a green colored background, a bad one will have a red one.&lt;br /&gt;
&lt;br /&gt;
= Builds =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Compiling the Latest Version ==&lt;br /&gt;
&lt;br /&gt;
1. Make sure you have devkitpro installed.&lt;br /&gt;
&lt;br /&gt;
2. Download the git repo.&lt;br /&gt;
&lt;br /&gt;
3. Run make in the root.&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
New commits are now automatically built and can be downloaded on the [https://github.com/Gericom/GBARunner2/releases github release page].&lt;br /&gt;
&lt;br /&gt;
Download link for gbarunner2 compatible &#039;&#039;&#039;cover art&#039;&#039;&#039;: https://mega.nz/#!Q8dnHALK!kA4UuEpqo7JQwScxLiorZ_qj4lWBsBr7B6Sb_BgAzsw&lt;br /&gt;
&lt;br /&gt;
* To run large ROMs like &#039;&#039;&#039;Pokémon Emerald&#039;&#039;&#039; on your DS/DSLite you should use this fork of the &#039;&#039;&#039;ROM3M&#039;&#039;&#039; branch of GBARunner2 called DSL enhanced edition by Void Star: https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases&lt;br /&gt;
&lt;br /&gt;
=== Legacy Builds ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;max-width: 600px; overflow:auto;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
* 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].&lt;br /&gt;
* Commit 03f8646 (2019/07/01), (Optimized the abort handler a little more) posted [https://github.com/Gericom/GBARunner2/releases/tag/commit_03f86467974caba8ae6c4463b5b5d42ad49ab826 here].&lt;br /&gt;
* Commit e592198 (2019/07/01), (Set up CI with Azure Pipelines) posted [https://github.com/Gericom/GBARunner2/releases/tag/commit_e59219891e31d3d30b248b4c6a8bb9289b4d4b80 here].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [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].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.148256/ Commit c03c437 (2018/11/01) (arm9_file_explorer Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-58 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.135215// Commit f89fac5 (2018/07/10) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.135214// Commit f89fac5 (2018/07/10) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.135213// Commit f89fac5 (2018/07/10) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.135212// Commit f89fac5 (2018/07/10) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-53#post-8131575 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.116486/ Commit 83108c7 (2018/03/04) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.116487/ Commit 83108c7 (2018/03/04) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.116488/ Commit 83108c7 (2018/03/04) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.116489/ Commit 83108c7 (2018/03/04) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-42#post-7860550 here]&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.116254/ Commit f9e6ded (2018/02/28) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.116255/ Commit f9e6ded (2018/02/28) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.112453/ Commit f9e6ded (2018/02/28) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.116256/ Commit f9e6ded (2018/02/28) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here]&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2_arm7dldi-nds-zip.116257/ Commit 091719f (2018/01/29) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-41#post-7857717 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi_wramicache-nds-zip.112452/ Commit 091719f (2018/01/29) (arm7wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-38#post-7810796 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-nds-zip.112453/ Commit 091719f (2018/01/29) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-38#post-7810796 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi_wramicache-nds-zip.112454/ Commit 091719f (2018/01/29) (arm9wramicache Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-38#post-7810796 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm9dldi-zip.93066/ Commit unspecified (2017/07/17) (arm9 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-32#post-7452865 here].&lt;br /&gt;
*[https://gbatemp.net/attachments/gbarunner2_arm7dldi-zip.93065/ Commit unspecified (2017/07/17) (arm7 Version)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-32#post-7452865 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.91072/ Commit 17694d4 (2017/05/22) (without arm7 dldi)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-30#post-7409956 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-arm7-dldi-zip.91073/ Commit 17694d4 (2017/05/22) (with arm7 dldi)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-30#post-7409956 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.87775/ Commit unspecified (checksum don&#039;t match with latest version)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-28#post-7327238 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.86221/ Commit 216734d (2017/05/06)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-26#post-7293244 here]. &lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.84873/ Commit a61e70e (2017/04/22)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-26#post-7261890 here]. &lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.80517/ Commit ba222be (2017/03/06)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-22#post-7156519 here]. &lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.80361/ Commit 7e40932 (2017/03/04)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-22#post-7151624 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.78854/ Commit f3d2ef4 (2017/02/18)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-18#post-7107770 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.78255/ Commit 3860043 (2017/02/12)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-16#post-7095338 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.77367/ Commit 596fca3 (2017/02/04)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-15#post-7071733 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.76860/ Commit dc0aaf1 (2017/01/30)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-12#post-7058526 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.74203/ Commit 2286ea0 (2017/01/08)], posted [http://gbatemp.net/threads/gbarunner2.451970/page-7#post-6993100 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.73713/ Commit fcff1c5 (2017/01/05)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-5#post-6980509 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.73194/ Commit 350be7a (2016/12/29)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-4#post-6960160 here].&lt;br /&gt;
* [https://gbatemp.net/attachments/gbarunner2-zip.72394/ Commit 78945c3 (2016/12/18)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-2#post-6933255 here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Changelog ==&lt;br /&gt;
&lt;br /&gt;
See [https://github.com/Gericom/GBARunner2/commits/master GitHub timeline].&lt;br /&gt;
&lt;br /&gt;
= Compatibility lists =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3DS and DSi Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;[[GBARunner2/DSi_3DS_Compatibility_List|The 3DS and DSi have their own compatibility list! Click Here!]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== DS Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;25%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!Legend&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Very Playable - Full Speed. Very Good Audio. No gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches. Gameboy Sounds are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Playable - Minor Performance issues. Gameboy Sounds are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Working/Unplayable - Game is very slow/laggy/glitched up.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Freezing - Game boots but freezes somewhere.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|No boot - Game doesn&#039;t even boot.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Retail games ==&lt;br /&gt;
&lt;br /&gt;
{{GBAR2GameTable}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Everything or Nothing [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Sync on timer game. Slowdown during the first level because of timing issues.}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Nightfire [UE]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=2 Games in 1 - Uno + Skip-Bo [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=2K Sports - Major League Baseball 2K7 [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ace Combat Advance [UE]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ace Lightning [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Action Man - Robot Atak [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}  &lt;br /&gt;
{{GBAR2Game|title=Activision Anthology [U]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The games appear to have timing issues. The game has heavy graphics glitches. Image duplicate scrolling up and image is squished to half sized and located on left side ingame. This is a regress compared to commit 10f3e53 (2019/12/20).}}&lt;br /&gt;
{{GBAR2Game|title=Advance Guardian Heroes [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then. GFX glitches after passing through tunnel in stage 4-1.}}&lt;br /&gt;
{{GBAR2Game|title=Adventure of Tokyo Disney Sea [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio is a bit out of sync. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars 2 - Black Hole Rising [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Aero the Acro-Bat - Rascal Rival Revenge [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Agassi Tennis Generation [E]|version=(2020/04/21) 088cbc5||rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Arcade mode is playable. Game crashes in other mode.}}&lt;br /&gt;
{{GBAR2Game|title=Agent Hugo - Roborumble [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Aggressive Inline [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Aigle de Guerre, L&#039; [FR]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Aka-chan Doubutsuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1||save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aladdin [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aleck Bordon Adventure - Tower &amp;amp; Shaft Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Alex Rider - Stormbreaker [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with DSi/3DS build. White screen after bios intro with base ds model. Build from the rom3M branch doesn´t work either.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro on base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Alien Hominid [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=All Grown Up! - Express Yourself [UE]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2004 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Altered Beast - Guardian of the Realms [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Bass Challenge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Black screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=American Idol [U]|version=(2020/04/21) 088cbc5|rating=perfect||nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=An American Tail - Fievel&#039;s Gold Rush [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection - Mezase! Gakuen no Fashion Leader [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection 2 - Pichimo ni Narou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Angelique [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Mania - Dokidoki Aishou Check [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Animaniacs - Lights, Camera, Action! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Snap - Rescue Them 2 by 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1||save=1|sound=bad|speed=good|note=&#039;&#039;&#039;DS Sound regression started with commit 5569f94 (2019/09/06).&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ant Bully [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Antz - Extreme Racing [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ao-Zoura to Nakamatachi - Yume no Bouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Archer Maclean&#039;s 3D Pool [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Arctic Tale [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Operation Green [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Turf Wars [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men Advance [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Around the World in 80 Days [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Arthur and the Minimoys [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=A Sound of Thunder [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor Cutscenes are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix - Bash Them All! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Only Asterix and Obelix works. Game crashes, if you wait a bit after the bios intro. Asterix and Obelix uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix XXL [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Astro Boy Omega Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Atari Anniversary Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Atlantis - The Lost Empire [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Atomic Betty [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Quad Power Racing [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Thunder Ridge Riders [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Glitches on the Title screen after you quit a race. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Last Airbender - The Burning Earth [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Legend of Aang [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Azumanga Daiou Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Some gfx glitches and slowdown. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Babar to the Rescue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Back to Stone [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Back Track [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball 2006 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Basketball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football 2006 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Hockey [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game softlocks during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Skateboarding [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Baseball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Basketball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Football 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Baldur&#039;s Gate - Dark Alliance [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Banjo Kazooie - Grunty´s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Banjo Pilot [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie - The Princess and the Pauper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie and the Magic of Pegasus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie as the Island Princess [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Diaries - High School Mystery [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Groovy Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Horse Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barnyard [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Baseball Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.&#039;&#039;&#039;Same game as Greatest Nine [J]&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Batman Begins [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Rise of Sin Tzu [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Vengeance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. FMV Intro has timing issues. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman - Fire Spirits [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Beyond the BattleBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Design &amp;amp; Destroy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=BB Ball [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. Build from the rom3M branch doesn´t work either.}}&lt;br /&gt;
{{GBAR2Game|title=Beast Shooter - Mezase Beast King! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Berenstain Bears and the Spooky Old Tree [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Best Play Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noises with wram i-cache enabled. Heavy gfx glitches. Game uses a Password system. Build from the rom3M branch doesn´t work either.}}&lt;br /&gt;
{{GBAR2Game|title=Bibi und Tina - Ferien auf dem Martinshof [G]|version= (2020/04/21) 088cbc5 |rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes during the intro. Build from the rom3M branch doesn´t work either. &#039;&#039;&#039;Use commit f89fac5 (2018/07/10) cache version instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Bible Game [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Big Mutha Truckers [E]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=broken|speed=lag|note=Disabling wram i-cache seems to make it not crash. Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Boundish [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Coloris [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dialhex [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Nintendo Health screen is missing.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Digidrive [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dotstream [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Nintendo Health screen is missing. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Orbital [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Soundvoyager [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Nintendo Health screen is missing. Stereo channels are missing. Does an initial direct DMA write to the sound fifos which is not implemented yet.}}&lt;br /&gt;
{{GBAR2Game|title=Black Belt Challenge [E]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Black Matrix Zero [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Blackthorne [E]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound fx only. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Blades of Thunder [U]|version= (2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game crashes during the first level with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.|crashreason=Hicode. DSi may work}}&lt;br /&gt;
{{GBAR2Game|title=Bleach Advance - Kurenai ni Somaru Soul Society [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Blender Bros [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=BMX Trick Racer [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Board Game Classics [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Bakutou Hajike Taisen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Maji de!! Shinken Battle [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Solar Sensor patch required.&#039;&#039;&#039; Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 2 - Solar Boy Jango [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 3 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Game Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=First and third mini game works only with DSi/3DS build.}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Blue Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Red Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Tournament [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less gfx glitches on the map screen with wram i-cache enabled. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Bookworm [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Ou Beet - Busters Road [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Unsupported Toy Starter set needed.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Pluston GP [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Unsupported Toy Starter set needed. &#039;&#039;&#039;Notable Sound regression compared to commit 916020e (2019/07/07).&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Boukyaku no Senritsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boulder Dash EX [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Both game mode have many gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Boxing Fever [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Babyz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Forever Diamondz [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game crashes at random. Minor gfx issues during trailer driving game.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Rock Angelz [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - The Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Britney&#039;s Dance Beat [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Broken Sword - The Shadow of the Templars [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Some noise during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Brother Bear [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Permanent black line on pause screen. Popping sound when loading into game. Postlogos FMV gives only black screen. Wram i-cache on gives high frequency sounds.}}&lt;br /&gt;
{{GBAR2Game|title=Bruce Lee - Return of the Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Bubble Bobble - Old &amp;amp; New [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Uses Natsume audio engine so streams audio. Crashes after the titlescreen. This is a regression - Use build (2019/12/24) commit b740476 instead.}}&lt;br /&gt;
{{GBAR2Game|title=Butt-Ugly Martians - B.K.M. Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cabbage Patch Kids - The Patch Puppy Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter - 2005 Adventures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Caesars Palace Advance - Millennium Gold Edition [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=minor|note=Unable to play a game.}}&lt;br /&gt;
{{GBAR2Game|title=Calciobit [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Camp Lazlo - Leaky Lake Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Capcom Classics Mini Mix [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Games use a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Captain Tsubasa - Eikou no Kiseki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Car Battler Joe [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Card e-Reader [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=ROM boots without problems. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card de Mini Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Care Bears - The Care Quests [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Carrera Power Slide [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cars [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Cars - Mater-National Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Block Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Speedway [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Casper [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Game crashes during the intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Aria of Sorrow [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio sounds a bit odd.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Circle of the Moon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some noise during the File select screen.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Castleween [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cat in the Hat by Dr. Seuss [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with DSi/3DS build. White Screen after bios intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Catwoman [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Catz [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou 2 [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou Shijie [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance 2 for iQue China. Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Charlie and the Chocolate Factory [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Charlotte&#039;s Web [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor clicking noise.}}&lt;br /&gt;
{{GBAR2Game|title=Cheetah Girls [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chessmaster [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor noise during the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Little [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Chu Chu Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=CIMA - The Enemy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Cinderella - Magical Dreams [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. FMV show some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 2 - Yume no Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamoroll - Koko ni Iru yo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Bomberman (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Castlevania (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Donkey Kong (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Dr. Mario (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Excitebike (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Ice Climber (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Legend of Zelda (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Metroid (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Pac-Man (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Super Mario Bros. (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Xevious (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Zelda II - The Adventure of Link (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Kart Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Platform Jumper [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Game crashes during the Intro with wram i-cache disabled. Missing images in new game cutscene. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Codename - Kids Next Door - Operation S.O.D.A. [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Colin McRae Rally 2.0 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. No Sound,sfx only.}}&lt;br /&gt;
{{GBAR2Game|title=Columns Crown [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Garbled pixels covering jewels in title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Combat Choro Q - Advance Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Comix Zone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Contra Advance - The Alien Wars EX [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Many SFX have issues. The 1up sound comes instead of explosions, shield upgrades etc. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Corvette [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some wrong high frequent sound in background in main menu with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot 2 N-Traced [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot XS [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Regular single popping sound in intro music and some more when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Nitro Kart [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Ground texture flashes purples during races occasionally. Minor popping sound when loading into new screens. Random high frequency sounds if wram i-cache is enabled in all music.}}&lt;br /&gt;
{{GBAR2Game|title=Crash of the Titans [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot. &#039;&#039;&#039;Same game as Shin chan - Aventuras en Cineland&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.&#039;&#039;&#039;Same game as Shin Chan Contra Los Munecos De Shock Gahn&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Chase [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Frog Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Taxi - Catch a Ride [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and less gfx glitches with wram i-cache enabled. Some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Creatures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! - Yume no Banker Survival! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 2 - Yami no Bank to Banqueen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 3 - Granu Oukoku no Nazo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 4 - Bank no Mori no Mamorigami [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! Great - Toki no Boukensha [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs fine with DSi/3DS build. Game crashes during the intro battle with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Crouching Tiger Hidden Dragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cruis&#039;n Velocity [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Crushed Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0||sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 2 - Back to Hell [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Random high frequency sounds if wram i-cache is enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 3 - Bioterror [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cubix - Robots for Everyone - Clash &#039;N Bash [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Curious George [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Custom Robo GX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Audio is a bit out of sync.}}&lt;br /&gt;
{{GBAR2Game|title=Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Dai-Mahjong [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=0|sound=good|note=Sound is playing well. The game only shows a white screen. Mask and center disabling does nothing. Does not react to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Daisenryaku for Game Boy Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Daisuki Teddy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dancing Sword - Senkou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Tobase Shouri no Smile Shot [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Xi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - Urban Jungle [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - The Ultimate Enemy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Daredevil [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Darius R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor noise during the Pause screen. Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dark Arena [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor crackling sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=David Beckham Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=Heavy gfx glitches. This is a regress. Use commit 5b06bb4 (2019/07/03) arm9 build instead.}}&lt;br /&gt;
{{GBAR2Game|title=Davis Cup [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Deadly Skies [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Dead to Rights [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Deal or No Deal [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=The image is broken by image duplicate flickering. Some gfx glitches. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Defender - For All Mankind [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Defender of the Crown (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Dark Version (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Light Version (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Demon Driver - Time to Burn Rubber! (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Denki Blocks! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 3 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Flicker on both screen after bios intro.|crashreason=Hblank dma to io}}&lt;br /&gt;
{{GBAR2Game|title=Derby Stallion Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Desert Strike Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Chess Challenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Constant Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Deesaster Strikes! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Di Gi Charat - DigiCommunication [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Diadroids World - Evil Teikoku no Yabou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digi Communication Nyo - Datou! Black Gemagema Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit 2 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon Racing [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during intro.}}&lt;br /&gt;
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney&#039;s Party [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes after the titlescreen. Use build from the rom3M branch instead. Couldn´t find a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess - Royal Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Basketball [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Football [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Motocross [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs fine with DSi/3DS build. Game crashes after the titlescreen with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Soccer [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=DK - King of Swing [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works on DSi/3DS build. White screen after bios intro with base ds model.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Dogz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dogz 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dogz - Fashion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Dokapon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dokodemo Taikyoku - Yakuman Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Domo-kun no Fushigi Terebi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Donald Duck Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=FMV Intro has timing issues. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Donchan Puzzle Hanabi de Dohn Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Game crashes on second bonus game in Target Terror stage and in another bonus stage in Gloomy Gulch&#039;s Haunted Hall.}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Doom [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Doom 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Dora&#039;s World Adventure! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Spies [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Star Adventures! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - The Search for the Pirate Pig&#039;s Treasure [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio sounds a bit off. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Dokodemo Walker [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Double Dragon Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Downforce [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Advanced Adventure [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball GT - Transformation [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Buu&#039;s Fury [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Collectible Card Game [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=No Audio. Sfx only.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Supersonic Warriors [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Taiketsu [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Graphical issue with post-logos FMV&#039;s image being reduced to upper left corner and flickering around. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Crackling sounds when loading into new area.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Drive - World D Break [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon&#039;s Rock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Quest Monsters - Caravan Heart [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Tales - Dragon Adventures [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Intro screen is missing. Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Drake &amp;amp; Josh [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Drill Dozer [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Driven [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Driv3r [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Driver 2 Advance [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the first mission.}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Mario &amp;amp; Panel de Pon [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Dr.Mario crashes. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Muto [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Sudoku [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Droopy&#039;s Tennis Open [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with DSi/3DS build. Game crashes after the title screen. Game uses a Password system.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Dual Blades [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Kaijudo Showdown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Sempai Legends [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Shadow of the Code [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Invincible Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Kirifuda Shoubu Ver. [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Duke Nukem Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Gfx glitches with the gun that dissapear after a while.}}&lt;br /&gt;
{{GBAR2Game|title=Dungeons &amp;amp; Dragons - Eye of the Beholder [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=You hear all kinds of sound sample.}}&lt;br /&gt;
{{GBAR2Game|title=Dynasty Warriors Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=2fast|note=Disabling both i-caches makes the game somewhat playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks vs Sever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=minor|note=Mixed up view. View is rotated 90 degrees with respect to the world. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks vs Sever 2 - Ballistic [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=minor|note=Mixed up view. View is rotated 90 degrees with respect to the world. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Eggo Mania [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Screen flashes after bios intro with base ds model. Game has no save feature. &#039;&#039;&#039;Same game as Egg Mania.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Elemix! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Elevator Action - Old &amp;amp; New [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Elf - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Elf Bowling 1 &amp;amp; 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Enchanted - Once Upon Andalasia [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Eragon [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Final Round Golf [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.&#039;&#039;&#039;Same game as JGTO Kounin Golf Master - Japan Golf Tour Game [J] &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Exciting Bass [J].&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN X-Games Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=European Super League [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Ever Girl [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=EX Monopoly [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 1 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=E-Reader [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=E.T. - The Extra-Terrestrial [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Title screen music glitches out if no buttons are pressed for a while. Some cracking noises during a level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F1 2002 [UE]|version= (2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=F-14 Tomcat [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F-24 Stealth Fighter [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Breakin` Da Rules [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Clash with the Anti-World [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Enter the Cleft [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Shadow Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Dai 2 Ji Super Robot Taisen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 08 - Mappy [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work. This is a regression. Game was playable in older arm9 build.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 10 - Star Soldier [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Works without AP Patch. }}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 12 - Clu Clu Land [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 13 - Balloon Fight [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 14 - Wrecking Crew [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 16 - Dig Dug [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 18 - Makaimura [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 19 - TwinBee [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Family Feud [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Family Tennis Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=&#039;&#039;&#039;Sound regression compared to commit 916020e (2019/07/07).&#039;&#039;&#039; Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Famista Advance [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs well with DSi/3DS build. Game crashes during the intro with base ds model. Couldn´t find a save spot.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Fancy Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 - Flame On [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic Children [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Fear Factor Unleashed [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Field of Nine - Digital Edition 2001 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2003 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crowd sample in the Stadion are missing.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2004 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2005 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2006 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound fx only, much noise. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2007 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA World Cup - Germany 2006 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Sound FX only.}}&lt;br /&gt;
{{GBAR2Game|title=FightBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FILA Decathlon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy I &amp;amp; II - Dawn of Souls [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy IV Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. &#039;&#039;&#039;Game crashes after Cecil, now a Paladin passes through Devil&#039;s Road.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy V Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. &#039;&#039;&#039;Game crashes after a monk uses the kick command.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy VI Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Health and safety screen has only yellow triangle. Cursor sound might be a bit off pitch. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Audio is out of sync. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fight One [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo - The Continuing Adventures [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Crackling audio and black line across screen in battle during transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - Fuuin no Tsurugi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Crackling audio and black line across screen in battle during transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Audio stutters in battles in transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The Judge &amp;quot;Fight!&amp;quot; voice sample is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.&#039;&#039;&#039;Same game as Final Fire Pro Wrestling - Yume no Dantai Unei! [J] &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Flushed Away [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ford Racing 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Single popping sound when loading new logos and new screens. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Players have garbled gfx. Long artifacted horizontal line across field.}}&lt;br /&gt;
{{GBAR2Game|title=Fortress [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Foster&#039;s Home for Imaginary Friends [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin the Turtle [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after going into GBAR2 menu. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin&#039;s Great Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Freekstyle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures - Temple of the Frog [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures 2 - The Lost Wand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Journey - The Forgotten Relic [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Fruit Mura no Doubutsutachi [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs well with 3DS build. DSi build won´t boot. Game crashes during the intro with base ds model. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Alice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Angelique [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Minor sounds are missing. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Minor sounds are missing. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Climax [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Crashes on gba bios intro if reset with GBAR2 ingame menu.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero GP-Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Maximum Velocity [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Red [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Dragon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gadget Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. &#039;&#039;&#039;Same game as Road Trip: Shifting Gears (U) and Choro Q Advance 2 (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Alice - Dokidoki Fushigi Taiken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Senki Muryou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galidor - Defenders of the Outer Dimension [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Games Explosion! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Game &amp;amp; Watch Gallery Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ganbare Dodge Fighters [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield - The Search for Pooky [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield and His Nine Lives [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Image duplicate glitch of title screen, new game cutscene and pausescreen. Some tearing of the upper screen when inside secret room in barn roof first stage.}}&lt;br /&gt;
{{GBAR2Game|title=Gauntlet - Dark Legacy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample during character select are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Gekido Advance - Kintaro´s Revenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sound fx are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Gekitou Densetsu Noah - Dream Management (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Gem Smashers (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Genso Suikoden - Card Stories [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gensou Maden Saiyuuki - Hangyaku no Toushin-taishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Get! - Boku no Mushi Tsukamaete (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jagan Fuuin! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jigoku no Scaramouche (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Senkou no Hero Tanjou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Shuggeki! Battle Party (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Rider [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Trap (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Global Star - Sudoku Fever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Messed up background in initial language select and in game. Changing background while in a puzzle cleans up some of the garbled graphics. Vertical lines going across screen in puzzle. Regular crackling sounds in game when changing backround or inputing number.}}&lt;br /&gt;
{{GBAR2Game|title=Godzilla - Domination! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Goemon - New Age Shutsudou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Go!Go! Beckham! - Adventure on Soccer Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Nugget Casino (UE)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with DSi/3DS build. Unable to play a game with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun 2 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=sram|sound=minor|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash when saving!&#039;&#039;&#039; This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required in that build. Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Gradius Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Greg Hastings&#039; Tournament Paintball Maxd [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Gremlins - Stripe vs Gizmo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Grim Adventures of Billy &amp;amp; Mandy (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Other games developed by Fullfat have similar issues.}}&lt;br /&gt;
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 2 - Rally Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 3 - Pro Concept Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=GT Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=GT Racers [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor||note=Game runs faster with wram i-cache enabled. Some gfx glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. &#039;&#039;&#039;Same game as Gunstar Super Heroes.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Guranbo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Guru Logic Champ [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hachiemon (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Meisou no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Omoide no Sonata [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hajime no Ippo - The Fighting! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamepane - Tokyo Mew Mew (J)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches during the puzzle mini game. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 4 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 2 (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3EX 4 Special (J)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Glitched Character portrait. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari Collection (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise - Pure Heart (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise Advanchu (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Heartbreak [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Stuck at the Name entry screen. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Rainbow Rescue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hanabi Hyakkei Advance (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hanafuda Trump Mahjong - Depachika Wayouchuu (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Happy Feet (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pinball (UE)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pool (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harobots - Robo Hero Battling!! (J)|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=minor|note=Game works with DSi/3DS build. Game crashes during the intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Chamber of Secrets [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Goblet of Fire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Order of the Phoenix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Prisoner of Azkaban [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Sorcerer&#039;s Stone [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Harukanaru Toki no Naka de - Neoromance Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - Friends of Mineral Town [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - More Friends of Mineral Town [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Hatena Satena [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches during the intro. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Heidi - The Game [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty - Happy Party Pals [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty Collection - Miracle Fashion Maker [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro. Known to be a problematic game.}}&lt;br /&gt;
{{GBAR2Game|title=Hello! Idol Debut - Kids Idol Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Herbie - Fully Loaded [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hey Arnold! - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Higanbana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2002 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hi Hi Puffy AmiYumi - Kaznapped! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=High School Musical - Livin&#039; the Dream [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Home on the Range [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Horsez [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Horse &amp;amp; Pony: My Stud Farm and Pferd &amp;amp; Pony: Mein Gestüt&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Hot Potato! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - All Out [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game runs well with DSi/3DS. build. Game crashes during the intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Burnin&#039; Rubber [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Stunt Track Challenge [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=minor|note=Missing environment and vehicles. Tearing across top of screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Velocity X [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - World Race [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 1 - Bomberman Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 2 - Lode Runner Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 3 - Action Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 4 - Nazotoki Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 5 - Shooting Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - Bukkazoom! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - The Evil Mirror Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing. &#039;&#039;&#039;Slight audio regression compared to commit 916020e (2019/07/07).&#039;&#039;&#039; Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age 2 - The Meltdown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Nine [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Incredible Hulk [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. &#039;&#039;&#039;Sound regression compared to commit f52fe2b (2019/11/08).&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Initial D - Another Stage [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget - Advance Mission [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Advanced [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable center and mask in GBAR2 menu to play the game. Unable to access gbarunner2 menu during gameplay.&#039;&#039;&#039; Minor sounds are missing. Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Plus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Jikkyou World Soccer Pocket&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Inukko Club [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Black screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Invader [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Invincible Iron Man [UE]|version=(2020/04/21) 088cbc5||rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion 3D [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. &#039;&#039;&#039;Game makes GBAR2 crash around first boss battle.&#039;&#039;&#039; Single crackling sound in menu and during cutscenes and some brief crackling ingame occassionaly. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=I Spy Challenger! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|}}&lt;br /&gt;
{{GBAR2Game|title=It´s Mister Pants [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Jackie Chan Adventures - Legend of the Darkhand [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. The retro games don´t work. Retro games work with DSi build. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=James Pond - Codename Robocod [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jazz Jackrabbit [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with the 3DS. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) arm9 master build for base ds model instead.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pro Soccer Club o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jet Set Radio [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=It takes a measured 3 minutes to get past the blue Golf Master logo. Game plays fine afterwards. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. }}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now an then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Jet Fusion [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Jinsei Game Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jisu F-Zero Weilai Saiche [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=F-Zero Maximum Velocity for iQue China. Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Jonny Moseley Mad Trix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Juka and the Monophonic Menace [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Jungle Book 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Most sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Dino Attack [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Park Builder [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - The DNA Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park Institute Tour - Dinosaur Rescue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Justice League - Injustice for All [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Chronicles [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Heroes - The Flash [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kaeru B Back [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|note=rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Heavy gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kamaitachi no Yoru Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Kami no Kijutsu - Illusion of the Evil Eyes [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Kao the Kangaroo [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kappa no Kai-Kata Katan Daibouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Karnaaj Rally [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 3 &amp;amp; 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Power [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Speed [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kelly Slater&#039;s Pro Surfer [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kid Paddle [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Kid&#039;s Cards [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Killer 3D Pool [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Voice sample are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kill Switch [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. High pitched noise when wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 2 - Drakken&#039;s Demise [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 3 - Team Possible [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kingdom Hearts - Chain of Memories [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=King Kong - The Official Game of the Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX - NeoBlood [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX2 - Howling Blood [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kirby and the Amazing Mirror [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kiss x Kiss Seirei Gakuen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa - Empire of Dreams [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa 2 - Dream Champ Tournament [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa Heroes - Densetsu no Star Medal [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koala Brothers - Outback Adventures [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho - Aijou Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Collector&#039;s Series - Arcade Classics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Krazy Racers [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. This is a regression. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kong - King of Atlantis [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Kong - The Animated Series [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koro Koro Puzzle - Happy Panechu! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor sounds are missing. Heavy gfx glitches and slowdown. Motion sensor support required to be playable.}}&lt;br /&gt;
{{GBAR2Game|title=Kotoba no Puzzle - Mojipittan Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Kouchu Ouja Mushiking [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 1 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Golf Shiyouyo [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Kurutto Jintori [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kurukuru Kururin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kururin Paradise [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lady Sia [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time - Into the Mysterious Beyond [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - The Prophecy [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Only sound is an intermittent beeping sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Legend of Dynamic Goushouden - Houkai no Rondo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Legends of Wrestling II [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Sign of Nekuromu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Yomigaeru Shiren no Shima [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game crashes after you press select during the first level.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle Heroes [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Matoran Adventures [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Maze of Shadows [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Drome Racers [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island - Xtreme Stunts [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island 2 - The Brickster&#039;s Revenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Knights Kingdom [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Racers 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game crashes early in story mode. Arcade mode works. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Soccer Mania [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars - The Video Game [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Lemony Snicket&#039;s A Series of Unfortunate Events [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Dreamer [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled.&#039;&#039;&#039;Same game as Pferd &amp;amp; Pony - Lass Uns Reiten 2&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Friends Forever [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Some gfx glitches when you walk around the Farm.&#039;&#039;&#039;Same game as Pferd &amp;amp; Pony- Best Friends - Mein Pferd.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Sunshine Stables [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.&#039;&#039;&#039;Same game as Pferd &amp;amp; Pony: Mein Pferdehof&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Glitched warp scene with bottom third being a black area and cutscene background warping picture moved up. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lion King [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Little Buster Q [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Little Einsteins [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=lag|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little League Baseball 2002 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Background is missing in game and is all black. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little Mermaid - Magic in Two Kingdoms [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Little Patissier - Cake no Oshiro [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 2 - Lizzie Diaries [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 3 - Homecoming Havoc [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lode Runner [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Looney Tunes - Back in Action [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - Hobbit [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Fellowship of the Ring [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Loading game breaks sound so there&#039;s no sound anymore.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Return of the King [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Slowdown when fighting enemys.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Third Age [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Two Towers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lost Vikings [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. No Audio, sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lucky Luke - Wanted! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lufia - The Ruins of Lore [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Lunar Legend [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar - Operation Penguin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. High pitches noise when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2002 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2003 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2004 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2005 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2006 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Sound fx only and loud noise ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2007 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=MAER - Knockin&#039; on Heaven&#039;s Door [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magi Nation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Houshin [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches during the title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Vacation [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor sounds are missing. Some noise. The game seems to only want to do manual fifo writes. When dma destination is not fifo, I should not do writes to the fifo, but the irq should still fire.}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build. Game crashes during intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game works with DSi/3DS build. Game crashes during intro with base ds model. &#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039;|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Mahjong Keiji [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor sounds are missing. Some Noise.}}&lt;br /&gt;
{{GBAR2Game|title=Mail de Cute [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Manga-ka Debut Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Miner [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Racers Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=March of the Penguins [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Marie, Elie &amp;amp; Anis no Atelier - Soyokaze Kara no Dengon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Golf - Advance Tour [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Mario Kart - Super Circuit [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Mario &amp;amp; Luigi - Superstar Saga [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable main memory cache in the gbarunner2 menu to play the game.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Party Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Pinball Land [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Power Tennis [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound during intro cutscene and occasionally ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Marvel - Ultimate Alliance [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|speed=good|note=Game runs well with DSi/3DS build. Game crashes during intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley - Girls Night Out [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Masters of the Universe He-Man - Power of Grayskull [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds and voice sample are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Matantei Loki Ragnarok - Gensou no Labyrinth [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Matchbox Cross Town Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Math Patrol - The Kleptoid Threat [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Max Payne Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Gfx glitches during Cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - Sweet Gold [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Licensed by screen is missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - The Great Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mazes of Fate [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Mech Platoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Intro FMV is broken. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Many sounds are missing and screeching can be heard when sound is interrupted. Random sfxs tend to interrupt sound as well. This is a regression - Use build (2019/12/24) b740476. Has Natsume Audio Engine that streams audio.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Many sounds are missing and screeching can be heard when sound is interrupted. Random sfxs tend to interrupt sound as well. This is a regression - Use build (2019/12/24) b740476. Has Natsume Audio Engine that streams audio.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds and voice sample are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds and voice sample are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Infiltrator [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Underground [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Voice sample and gun sound are missing. Titlescreen is purple after quitting game. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Meet the Robinsons [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman &amp;amp; Bass [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Chip Challenge [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor slowdown during the FMV access scene.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 3 Blue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039; Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 3 White [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039; Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 4 Blue Moon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 4 Red Sun [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 5 Team Colonel [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 5 Team Protoman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 6 Cybeast Falzar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Megaman Battle Network 6 Cybeast Gregar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 4 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierarztpraxis [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierpension [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Akatsuki no Monument [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Nerawareta Tantei [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Men in Black - The Series [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Party [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Max 2 Kai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Gun Slinger [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Slug Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Metroid Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Single crackling sound when intro cutscene starts and loading into save file.}}&lt;br /&gt;
{{GBAR2Game|title=Metroid - Zero Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. &#039;&#039;&#039;Trying to play the Nes Metroid causes the game to crash.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mezase! Koushien [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game crashes during the intro. This is a regression. Use commit b740476 (2019/12/24) instead. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Micro Machines [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midnight Club - Street Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Broken backgrounds in logos and title screen. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midway&#039;s Greatest Arcade Hits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mighty Beanz Pocket Puzzles [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mike Tyson Boxing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Minami no Umi no Odyssey [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Mika no Happy Morning Chatty [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Onegai Ohoshi-sama! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna de Puyo Puyo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Ouji-sama [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Bad voice over. Minor gfx glitches every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 1 - Boku no Kabutomushi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 2 - Boku no Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Happy Trump 20 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Mahjong [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Shogi [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Sound is missing. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Numpla Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Shanghai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minority Report - Everybody Runs [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mission Impossible - Operation Surma [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode - Lingdian Renwu [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Metroid Zero Mission for iQue China. Minor gfx glitches are visible every now and then. Minor slowdown when you progress through tunnel. &#039;&#039;&#039;Trying to play the Nes Metroid causes the game to crash.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode Ronghe [China]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Metroid Fusion for iQue China. Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.&#039;&#039;&#039;Same game as Kidou Senshi Gundam Seed Destiny [J] &#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Moero!! Jaleco Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with the DSi/3DS build but crashes after you start a game. White screen after bios intro with base ds model. The build from the rom3M branch boots and crashes after you start a game.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. The Hudson logo screen is missing. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Matsuri [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Monopoly [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some tearing when scrolling to player ingame. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Force [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Guardians [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Monster House [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Monsters, Inc [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game runs perfect with 3DS build. Game crashes during the intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Jam - Maximum Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Flash Card [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Killer Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Summoner [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Truck Madness [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Moorhen 3 - The Chicken Chase! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Weird one. At first the game white screens after boot. Becomes playable after you go in and out of the menu screen.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Morita Shougi Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Deadly Alliance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical flickering whenever loading new screen. Glitched background fmv in profile creation.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Tournament Edition [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical flickering whenever loading new screen. Glitched background fmv in profile creation.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 1+2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Mother 1: Game runs fine with 3DS build. White screen after boot with base ds model. Mother 2: Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 3 [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game crashes during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Moto GP [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Sound fx only. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Motoracer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mr Nutz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller A - Fushigi na Pacteria [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ms. Pac-Man - Maze Madness [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Mucha Lucha! - Mascaritas of the Lost Code [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Mugenborg [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mummy [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Intermittent beeping sound. No sfxs are playing. Rest of music is playing well in the background. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Muppet Pinball Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Muppets - On with the Show! [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1||sound=bad|speed=minor|note=Game crashes during a mini game. This is a regression. Use commit b740476 (2019/12/24) instead. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mutsu - Water Looper Mutsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=MX 2002 featuring Ricky Carmichael [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=My Animal Centre in Africa [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. All menus and images are broken up. In game world displays correctly. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=My Little Pony - Crystal Princess - The Runaway Rainbow [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Blast! [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Break&#039;em [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Mahjong - KabuReach [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical glitch in upper left corner after exiting from a game. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum - 50th Anniversary [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Nancy Drew - Message in a Haunted Mansion [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Narikiri Jockey Game - Yuushun Rhapsody [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Konoha Senki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches during cutscene. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto RPG - Uketsugareshi Hi no Ishi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=NASCAR Heat 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Natural 2 - Duo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=NBA Jam 2002 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Some gfx glitches. Graphical glitch in main menu after quitting match near circular buttons on the left side. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed Carbon - Own the City [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Most Wanted [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Porsche Unleashed [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2Game|title=Next Generation Tennis [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Some gfx glitches during the Menu Screen.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-02 [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game works with DSI/3DS build. Game crashes after the intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=NHL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=NHL Hitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game softlocks after you select Season mode.&#039;&#039;&#039; Sound still plays. Exhibiton mode works.}}&lt;br /&gt;
{{GBAR2Game|title=Nicktoons Racing [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ninja Cop [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.&#039;&#039;&#039; Same game as Ninja Five-O&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga Ibun [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga no Yabou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Noddy - A Day in Toyland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=No No No Puzzle Chailien [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gfx glitches during the title screen. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=No Rules - Get Phat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nyan Nyan Nyanko no Nyan Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Bouken-jima - Honwaka Yume no Island [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Heya [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Yumebouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oddworld - Munch&#039;s Oddysee [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ojarumaru - Gekkouchou Sanpo de Ojaru [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Okumanchouja Game - Nottori Daisakusen! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Dragon Dream [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Going Baseball - Kaizoku Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Mezase! King of Belly [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Onimusha Tactics [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build and DSi speed enabled. Game freezes with base ds model.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Open Season [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Operation Armored Liberty [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Oriental Blue - Ao no Tengai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 5 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Wanko [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ottifanten Pinball [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Intro Cutscene only shows text. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Ozzy &amp;amp; Drix [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Collection [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=No Audio. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio plays well until saving, at which point it will start making crackling sounds continuously. Going in and out of the GBAR2 menu might remedy this, but it makes GBAR2 crash most of the time. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Going into GBAR2 menu makes the game softlock. This softlock might not have happened in build (2020/03/28) 883c0d7. Game uses a Password system. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Best Friends - Dogs &amp;amp; Cats [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Pet Resort [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Payback [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2Game|title=Penny Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. &#039;&#039;&#039;Same game as The US Gadget Racers (NOT the same as the similarly named European ROM) and Choro-Q Advance (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Petz Vet [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. &#039;&#039;&#039;Same game as Himawari Doubutsu Byouin Pet no Oishasan&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Phantasy Star 1-2 are playable with DSi/3DS build. Only Phantasy Star 3 is playable with base ds model. Noise during Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Phil of the Future [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Background graphics are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Piglet&#039;s Big Game [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Pinball of the Dead [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Tycoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches during the title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky Monkey Town [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches during the intro. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee &amp;amp; Phoebee [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man&#039;s Chest [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Planet Monsters [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSI/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Planet of the Apes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game freezes during the title screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan Micro [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game freezes during the Health Care Screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Dogs [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Music [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocky &amp;amp; Rocky with Becky [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.&#039;&#039;&#039;Same game as Kikikai-kai Advance [J] &#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Emerald [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Pokemon Fire Red [UE][Rev 1]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Pokemon Leaf Green [UE][Rev 1]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Pokemon Mystery Dungeon - Red Rescue Team [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Pokemon Pinball - Ruby &amp;amp; Sapphire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Pokemon Ruby [UE] [Rev 2]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Sapphire [UE] [Rev 2]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Polar Express [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Cutscenes have no Background graphics.}}&lt;br /&gt;
{{GBAR2Game|title=Polarium Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pop Idol [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Poke Dash [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Second game needs to be unlocked first.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor sounds are missing. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prehistorik Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Text is missing in the speech bubble. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Action Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches during a match. Game crashes if entering GBAR2 menu in a match. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2003-2004 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Beach Soccer [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Tennis WTA Tour [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.&#039;&#039;&#039;Same game as WTA Tour Tennis&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Proud Family [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Timers in game skip 2 seconds every time making the flea mini game impossible to win. This is not affected by caches. This might be a regression. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Puyo Pop Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Puzzle &amp;amp; Tantei Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Quad Desert Fury [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Screen becomes purple for a split second at times. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Gears Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Slowdown/Halting during initial car license logo scrolling until you get to the game which runs full speed.}}&lt;br /&gt;
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ratatouille [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rave Master - Special Attack Force! [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game crashes during a battle. Use commit b740476 (2019/12/24) instead.&#039;&#039;&#039;Same game as Groove Adventure Rave: Hikari to Yami no Daikessen 2&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Rayman - Hoodlum&#039;s Revenge [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=Game crashes after the intro cutscene. Reboot, then you can play the first level. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Razor Freestyle Scooter [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system. &#039;&#039;&#039;Same game as Freestyle Scooter&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches during the licensed by screen.}}&lt;br /&gt;
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Reign of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Revenge of Shinobi [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game makes GBAR2 crash right before starting the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rhythm Tengoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ripping Friends [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=River City Ransom EX [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}} &lt;br /&gt;
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Boots to a white screen. Press A and start and eventually you will get to title screen. Intermittent beeping sound even if music and sfx are disabled ingame, in menu and pause screen. No beeping sound if firing ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Rock&#039;em Sock&#039;em Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rock n&#039; Roll Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=No Audio. Voice sample and sfx only.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocky [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes on first intro screen.}}&lt;br /&gt;
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some noise during the Pause screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sabre Wulf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches during the intro. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Salt Lake 2002 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with 3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Blast! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Scramble! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scurge - Hive [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam Force [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches after you press start during the first mission. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Rally Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Smash Pack [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game runs fine with DSi/3DS build. Game crashes after the licensed by screen with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Sennen Kazoku [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Serious Sam Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shamu&#039;s Deep Sea Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shanghai Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shark Tale [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shaun Palmer&#039;s Pro Snowboarder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sheep [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kanji Keisan [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes when you buy parts from the shop with base ds model.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes when you buy parts from the shop with base ds model.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. &#039;&#039;&#039;Saving doesn´t work. This is a regress.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. &#039;&#039;&#039;Saving doesn´t work. This is a regress.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Glitched sprites ingame. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. &#039;&#039;&#039;Saving is broken. This is a regress.&#039;&#039;&#039; Use commit 6522414 (2018/11/01) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Reekin&#039; Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Smash n&#039; Crash Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Super Slam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek the Third [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Sigma Star Saga [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Silent Scope [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Silk to Cotton [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sims - Bustin&#039; Out [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sim City 2000 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. &#039;&#039;&#039;Saving doesn´t work.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Sister Princess - RePure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sitting Ducks [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster, but has more gfx glitches with wram i-cache enabled. Some gfx glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro Advance - Takarabune &amp;amp; Ooedo Sakurafubuki 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler &amp;amp; New Tairyou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Smashing Drive [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=lag|note=Some lag and gfx glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smuggler´s Run [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=&#039;&#039;&#039;Game takes very long to boot.&#039;&#039;&#039; Game runs faster with wram i-cache enabled. Game runs full speed in the level. Some Noise during the Pause screen. Game uses a Password system.|crashreason=Timing. TWL speed works}}&lt;br /&gt;
{{GBAR2Game|title=Snap Kid&#039;s [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Snood [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Heavy gfx glitches. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Soccer Kid [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. No audio, sfx only. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= &#039;&#039;&#039;Needs either patch or a build from the wifi_link branch.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game runs fine with patch! [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ This] patch (made by Vague Rant) skips the black borders. Without patch and outside of the wifi_link branch you get unskippable black borders on screen and music playing upon boot. It tests the link hardware, which is not implemented yet outside of wifi_link and yields those boxes on test fail. }}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=good|cache=1|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Needs either patch or a build from the wifi_link branch.&#039;&#039;&#039;Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine with patch! [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ This] patch (made by Rocket Robz, ported over from Vague Rant&#039;s SA1 patch) skips the &#039;black&#039; borders. Without patch or a build from wifi_link you get unskippable black borders on screen and music playing upon booting game. It tests the link hardware, which is not implemented yet out side of wifi_link and yields those boxes on test fail. }}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 3 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some gfx glitches. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Battle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Pinball Party [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Space Channel 5 - Ulala&#039;s Cosmic Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Space Invaders [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Cutscenes before levels only show text and not background image.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Mysterio&#039;s Menace [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob&#039;s Atlantis SquarePantis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice sample and minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice sample and minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Fusion [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Hunter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids Challenger [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game crashes after going into GBAR2 menu. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro - Season of Ice [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro 2 - Season of Flame [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - A New Beginning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - The Eternal Night [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX Tricky [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Stadium Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Starsky &amp;amp; Hutch [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=lag|note=Animations will halt of main character sometimes even if game is still playing at normal speed and actions are happening. Happens particularly when meeting two jawas in first stage. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Glitched Cutscene. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Star X [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Steel Empire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Steven Gerrard&#039;s Total Soccer 2002 [E]|version=|rating=|nocache=|cache=|save=|sound=|speed=|note=&#039;&#039;&#039;Same game as Alexander Zickler Total Soccer 2002&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Street Jam Basketball [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Gfx glitches during the title screen. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Street Racing Syndicate [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2Game|title=Strike Force Hydra [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Stuart Little 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Stuntman [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen post bios. Sound plays well. Reacts to inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Suite Life of Zack &amp;amp; Cody - Tipton Caper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. High pitched sound when wram i-cache is enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable main memory i-cache in the gbarunner2 menu to play the game.&#039;&#039;&#039; Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Sum of All Fears [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Super Black Bass Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Bubble Pop [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Super Bust-A-Move [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during a game. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Character sprites are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Super Collapse! II [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Voice sample are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Duper Sumos [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. }}&lt;br /&gt;
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game crashes after you collect an armor upgrade.}}&lt;br /&gt;
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi&#039;s Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches. &#039;&#039;&#039;Gericom:&#039;&#039;&#039; This game swaps buffers when vblank is already over (presumably because it was too slow in gbarunner2 or so) and that causes issues with the way I swap buffers.}}&lt;br /&gt;
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) master build for base ds model instead.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen A [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen D [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen J [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Surf&#039;s Up [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Glitched character portrait during cutscenes. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sword of Mana [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) master build for base ds model instead.}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|speed=good|note=Game runs fine with 3DS build. Game crashes after the Atlus logo with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Some sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of Phantasia [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Summoner&#039;s Lineage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tang Tang [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Taxi 3 [FR]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate flickering around bottom of screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio stutter when wram i-cache is enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tekken Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Broken background eventually in new game cutscene. }}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|save=?|sound=bad|speed=minor|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Some gfx glitches. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|save=?|sound=bad|speed=minor|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Some gfx glitches. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches now and then. Some sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches now and then. Some sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ten Pin Alley 2 [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=broken|speed=good|note=Crashes before you can play a game. Game has no save feature. Crashes when starting match.|crashreason=Timing. DSi speed works but crashes a later on}}&lt;br /&gt;
{{GBAR2Game|title=Terminator 3 - Rise of the Machines [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tetris Worlds [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with bios intro. Use commit a61e70e (2017/04/22) master build for base ds model instead. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Texas Hold´em Poker [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven 2 - Supernatural Style [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=The Bee Game [U]|version=|rating=|nocache=|cache=|sound=|speed=|note=}}&lt;br /&gt;
{{GBAR2Game|title=The Essence of War - Glory Days [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=lag|note=Beeping sound after going into GBAR2 menu. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - A Link to the Past [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches during the mode 7 map.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - The Minish Cap [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes in a room you cannot avoid in the final dungeon.&#039;&#039;&#039; Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. }}&lt;br /&gt;
{{GBAR2Game|title=The Three Stooges [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunder Alley [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds - International Rescue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Intro FMV is a bit out of sync. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour Golf [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Some sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour 2004 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tim Burton&#039;s The Nightmare Before Christmas - The Pumpkin King [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.|crashreason=Probably same reason as for Densetsu no Stafy 3.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Buster&#039;s Bad Dream [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Wacky Stackers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Gfx glitches during the title screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf - Ze Gagmachine (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf Mega Compet (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=TMNT - Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Xtreme Racer Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tomato Adventure [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry in Infurnal Escape [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry Tales [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry - The Magic Ring [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Rainbow Six - Rogue Spear [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell - Pandora Tomorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tonka - On the Job [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk´s American Sk8land [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk´s Downhill Jam [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk´s Pro Skater 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk´s Pro Skater 3 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=lag|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk´s Pro Skater 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk`s Underground [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk`s Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear GT Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear Rally [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Has a pink line horizontally across screen where background and 3d terrain meet. Crackling sounds for a second when loading into title screen and a single popping sound when showing nintendo logo.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Combat Zones [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game seems to not react to A button in the menu therefore it doesn’t let you move on from the title screen. Pressing Dpad and select works. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Firestorm Advance [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Spin 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Total Soccer Manager [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! (E)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! 2 - Undercover (E)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2Game|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches during the intro. Glitched character portrait after the story intro cutscene. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Toukon Heat (J)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches and slowdown. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tower SP [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Toyrobo Force (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Treasure Planet [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Trick Star [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor noise when wram i-cache is enabled during a race. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Tringo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Trollz - Hair Affair! (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Tron 2.0 - Killer App [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Turbo Turtle Adventure (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Turok Evolution [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tweety and the Magic Gems (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Uchuu no Stellvia [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ui-Ire - World Soccer Winning Eleven [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Brain Games [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Card Games [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some gfx glitches. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]| version=(2020/04/21) 088cbc5| rating=playable| nocache=1| cache=1| save=1| sound=minor|speed=minor| note= Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.&#039;&#039;&#039;Same game as Kinnikuman II Sei: Seigi Choujin e no Michi&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Spider-Man [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=High pitched sound when wram i-cache is enabled. Minor gfx glitches are visible every now and then. FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Winter Games [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Unfabulous [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Uno 52 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Uno Free Fall [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Urban Yeti! [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Urbz - Sims in the City [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Van Helsing (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Vattroller X (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Virtua Tennis (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Virtual Kasparov (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=V-Master Cross (J)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game crashes after you either lose or win the intro battle.}}&lt;br /&gt;
{{GBAR2Game|title=V-Rally 3 (E)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=V.I.P. (E)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wade Hixton&#039;s Counter Punch (UE)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build. Game crashes during the intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Xunbao Ji (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Land 4 for iQue China. Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Zhizao (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Ware for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko de Kururin! Wancle (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko Mix Chiwanko World (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wanwan Meitantei (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Land 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game works with motion sensor patch applied on the 3DS.&#039;&#039;&#039; Game runs faster with wram i-cache enabled. Motion sensor game. White screen after bios intro with motion sensor patch on base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Watashi no Makesalon (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Whac-A-Mole [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire Junior [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Chimp Chase [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game crashes during the training level.}}&lt;br /&gt;
{{GBAR2Game|title=Wing Commander - Prophecy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Wings [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Some Noise during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Winnie the Pooh&#039;s Rumbly Tumbly Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Winning Post for Gameboy Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. FMV Intro is missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club - Quest for the Codex [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=W.i.t.c.h. [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Wizardry Summoner [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Wolfenstein 3D [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Screen duplicate flickering ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Woody Woodpecker in Crazy Castle 5 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Word Safari - The Friendship Totems [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=World Advance Soccer - Shouri heno Michi (J)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build. Game crashes before the start of a match with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=World Championship Poker [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=World Poker Tour [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Tennis Stars [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Worms Blast [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Worms World Party [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game.&#039;&#039;&#039; Minor sounds and voice sample are missing. Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Road to WrestleMania X8 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice over are missing. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Survivor Series [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=WWF - Road to WrestleMania [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=XS Moto [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=xXx [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=X2 - Wolverine&#039;s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=High pitched sound when wram i-cache is enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=X-Bladez - Inline Skater [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Some sounds are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - Reign of Apocalypse [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - The Official Game [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Yaoxi Dao [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Yoshi´s Island for iQue China. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yggdra Union - We will never fight alone [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yoshi Topsy-Turvy [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs well with the motion sensor patch applied on DSi/3DS build. Motion sensor game. Minor sounds are missing. White screen with the motion control patch on base ds model.}}&lt;br /&gt;
{{GBAR2Game|title=Youkaidou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=(2020/04/21) 088cbc5 |rating=playable |nocache=1 |cache=1 |save=1 |sound=broken |speed=good |note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible now and then. Some sounds are missing.&#039;&#039;&#039;Same game as Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005 and Yu-Gi-Oh! Duel Monsters International 2.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=bad|speed=good|note=Minor gfx glitches are visible now and then. Some sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Minor gfx glitches are visible now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zapper [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Zatch Bell! - Electric Arena [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitches in the textbox.&#039;&#039;&#039;Same game as Konjiki no Gash Bell!!: Yuujou no Zakeru &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero-Tours [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero One [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Zero One SP [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
{{GBAR2Game|title=Zidane Football Generation [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Minor gfx glitches now and then. Background issue in main menu. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Zoey 101 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Legacy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=bad|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga Fuzors [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Zone of the Enders - The Fist of Mars [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=ZooCube [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Zooo [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Link Games ==&lt;br /&gt;
&amp;lt;big&amp;gt;The compatibility list for games with link functionality can be found here: [[GBARunner2/Link]].&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Rom Hacks ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Aria of Sorrow - Castlevania Reaper&#039;s Reckoning Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with DSi/3DS build. Infinite loop to Konami logo with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with 3DS build. Black screen after bios intro with base ds model. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Tactics Universe V.3 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Fire Emblem - The Last Promise Hack V.2.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with 3DS build. Game crashes after you start the first Chapter with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion - TS2000 Hack V.0.95 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor Audio crackling. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor Audio crackling. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with 3DS build and wram i-cache enabled. Game crashes during the intro with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Zero Mission - Menu Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor Audio stutter and slowdown. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with 3DS build and wram i-cache enabled. Game crashes after you select Boss Rush mode with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with 3DS build. Game crashes after you start a new game with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Homebrew ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Anguna V.0.95&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes when you save. Saving doesn´t work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Beru&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Castle Master&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|No Audio, SFX only. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Christmas Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Combat Advanced V.0.43&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|El-Hazard &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Eliminator V.0.91&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown. No Audio by default. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Elite - The New Kind v.1.7.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Ex Machina&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kunoichi Yami&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Lily and the lost Angel V.0.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Black screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Magical Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metal Warrior 4 V.1.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Nebulus V.1.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Orn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Panic at work&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Quake GBA Demo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Rinne Tensyou ADVANCE&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Some Sound fx are missing. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rodion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. You can hear music play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Sonic the Hedgehog - [2007 Port Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Full speed. No Audio. Some gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Space Twins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Some Sounds are missing. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Super Mario - The Last GBA Quest V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Full Speed. No Audio. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Star Shooter Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Sushi the Cat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|The Endless Tower&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Audio is broken a few minutes into the game. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|The Fallen&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|The Last Seal&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Trailblazer Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Full speed. No Audio. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Uranus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Uranus 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Uranus Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some Audio stutter and gfx glitches. Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Vulkanon V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor sounds are missing. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prototype ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Another World V.2.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|More gfx glitches with wram i-cache enabled. No Audio. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Banjo Kazooie - Grunty&#039;s Revenge - Early Beta&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Banjo Pilot Voxel&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Battletoads&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - Monsters Stable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - More Detail Unstable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Broken Circle [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Contra Advance - Review Prototype&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor sounds are missing. Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Diddy Kong Pilot 2001&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Diddy Kong Pilot 2003 Alpha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some slowdown and gfx glitches. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|DK - King of Swing - Kiosk Demo [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with 3DS build. White screen after bios intro with base ds model. Couldn´t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Dune Ornithopter Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Pause screen is missing. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Fire Eaters - Zero Bandits (Black Belt Challenge) [E] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the title screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0206]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0219]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Flashback Legends [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Haunted Mansion [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Hikaru no Go Taikenban [Promo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor sounds are missing. Couldn&#039;t find a save spot. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kien [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Kirby and the Amazing Mirror [Demo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Konami Krazy Racers [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Legend of Zelda - The Minish Cap [Kiosk Demo] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are misssing. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|LEGO Racers 2 [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Mandrake the Magician - Shadow of the Vehme&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches now and then. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Mario &amp;amp; Luigi - Superstar Saga [Kiosk Demo] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable the main memory i-cache to play the game.&#039;&#039;&#039; Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn´t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Megaman Battle Network 2  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the title screen. &#039;&#039;&#039;This is a regression. Use commit e5eade0 (2020/02/06) instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.11.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor Audio stutter. Minor gfx glitches are visible every now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.16.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor Audio stutter. Minor gfx glitches are visible every now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Zero Mission - [05.12.2003 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Zero Mission - [16.01.2004 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor slowdown when you pass through tunnel. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Morning Adventure [Promo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor noise during the Pause screen. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Motocross Challenge [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Heavy slowdown.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Moto GP [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Overstorm [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Phantom - The Ghost who walks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Pokemon Ruby [German Debug Build]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Resident Evil 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Santa Claus Jr. Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Sonic Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Unskippable Black Borders on Screen and Music playing. Unplayable.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Minor sounds are missing. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches now and then. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.39 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches now and then. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [07.31.2001 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Starsky &amp;amp; Hutch [Beta] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Heavy gfx glitches and some slowdown.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Bright Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some slowdown. Minor gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some slowdown. Minor gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Tyrian 2000 [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|World Reborn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some noise during the Pause screen. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Yoshi&#039;s Story [GBA Tech Demo SDK 3.0 with Sound]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unlicensed games ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Digimon Ruby&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs fine with DSi/3DS build. Infinite loop to the titlescreen with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Digimon Sapphire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Iron Kid [Korea]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs fine with DSi/3DS build. Game crashes during the intro with base ds model.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Mo Jie Qibing [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Qwak [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rockman &amp;amp; Crystal [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Nav/DS-Homebrew}}&lt;br /&gt;
&lt;br /&gt;
[[Category:DS-Homebrew]]&lt;br /&gt;
[[Category:NDS Homebrew]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatibility_List&amp;diff=75020</id>
		<title>GBARunner2/DSi 3DS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatibility_List&amp;diff=75020"/>
		<updated>2025-03-12T20:44:39Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: Fix links to Sonic Advance 1&amp;amp;2 patches&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;If you are using a &#039;&#039;&#039;DS phat or DS Lite&#039;&#039;&#039; or any system with a &#039;&#039;&#039;Flashcart&#039;&#039;&#039;, then STOP and [[GBARunner2|go here!]]&lt;br /&gt;
&lt;br /&gt;
This list is only for DSi and 3DS systems with Custom Firmware with GBARUNNER2 on the system&#039;s SD card (NOT the flashcart&#039;s SD card).&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= The Various Builds and Branches for 3DS and DSi =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;You can find the latest official builds here:&amp;lt;/big&amp;gt;&#039;&#039;&#039; https://github.com/Gericom/GBARunner2/releases&lt;br /&gt;
For the 2DS/3DS get the one with 3DS at the end of the filename. For DSi get the one with DSi at the end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Here is the latest DSP branch build (:better audio) as of 15/11/2020:&#039;&#039;&#039; https://github.com/Gericom/GBARunner2/releases/tag/v20200809-113646_551ae99_dsp-audio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;NB! An unofficial release with both DSP and Hicode features &amp;lt;/big&amp;gt;&#039;&#039;&#039; was made by &#039;&#039;&#039;therealteamplayer&#039;&#039;&#039;. This is recommended for DSis due to having less RAM. In addition, it fixes saving in Golden Sun 2. &#039;&#039;&#039;If you&#039;re using the latest TWLMenu++ then you already have it&#039;&#039;&#039;. You can therealteamplayer&#039;s builds here: https://github.com/therealteamplayer/GBARunner2/releases/tag/v20210911-merges-and-tweaks&lt;br /&gt;
&lt;br /&gt;
== Increased ROMhack Support on 3DS and DSi and Increased DSi Compatibility (Hicode) ==&lt;br /&gt;
* A recent build implementing a hybrid hicode solution for general increased compatibility can be found [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-130512_d5dc8d8 here.]&lt;br /&gt;
** It is from separate branch of GBARunner2 where you will not find the features of other branches like the improved audio from DSP, gyro controls and Wifi_Link, but for the DSi you can boot more games and avoid many crashes, as well as potentially run large romhacks.&lt;br /&gt;
** This build has not been tested exhaustively with patches or ROMhacks, but many ROMs run well instead of freezing or refusing to boot on the DSi. We have reports that many more ROMhacks now work for both DSi and 3DS. You will have to test yourself if your ROMhack works.&lt;br /&gt;
&lt;br /&gt;
== Gyro Support in Games ==&lt;br /&gt;
* A build using the &#039;&#039;&#039;3DS&#039; Gyro&#039;&#039;&#039; has been made that supports gyro games: https://github.com/Gericom/GBARunner2/releases/tag/v20191228-021638_ee7f6a0&lt;br /&gt;
**You need to install [https://gbatemp.net/threads/twpatcher-ds-i-mode-screen-filters-and-patches.542694/ twpatch.cia] for it to work. Alternatively you can also get the latest one with [https://github.com/Universal-Team/Universal-Updater/releases Universal Updater.]&lt;br /&gt;
**Make sure Loading External Firms and Patches are enabled in Luma&#039;s settings (hold select when powering up your system).&lt;br /&gt;
**Make sure Luma is set to run from SD card and not CTRNAND. This can be checked on the bottom of the bottom screen when accessing Luma&#039;s configurator by holding select when booting up.&lt;br /&gt;
** Some 3DS systems do not work with this since the driver that was made only works with some of the accelerometer chips found in 3DS systems. There does not seem to be any consistency with which system (3DS, 2DS, N3DS, N2DS) and any system could have a compatible or a non-compatible chip. The only way right now to find out is to try it and see.&lt;br /&gt;
&lt;br /&gt;
= TWLBg Bug - Duplication of lines on the bottom of the screen when playing on a (N)2DS/3DS =&lt;br /&gt;
* Occasionally, depending on the game, when running GBARunner2 on a system of the 3DS family of systems you might experience a bug where about &#039;&#039;&#039;8 lines of pixels of the bottom of the screen duplicate and/or accumulate&#039;&#039;&#039;. This is the well-known &#039;&#039;&#039;&amp;lt;big&amp;gt;TWLBg bug &amp;lt;/big&amp;gt;&#039;&#039;&#039; which is due to some bad coding by Nintendo. However it manifests more often after [https://github.com/Gericom/GBARunner2/releases/tag/v20200412-124827_c7557a9_dsp-audio this update,] which started making the average number of gba cycles per frame equal to a real gba. This build fixed some issues with timer sync for audio. Several potential work-arounds are listed below. One is to revert to a version before this update. However your milage may vary if it helps depending on the ROM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[https://github.com/Gericom/GBARunner2/releases/tag/v20200411-210916_76c4bf2_dsp-audio Here is the last build of the DSP branch] before the commit that presents more TWLBg bug.&lt;br /&gt;
**Sticking to an older DSP build might be good if you want better audio, although your ROM might not work. If this is the case then you can try the build before the one you tried, and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Alternatively you can use [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-131430_6e4ce45 the currently latest master release] (not DSP) which should not produce much TWLBg glitching, but it will possibly have worse audio/more desync or audio lag, but otherwise many improvements over the above linked DSP build.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The third alternative is to use the [[GBARunner2/DSi_3DS_Compatibility_List#Increased_ROMhack_Support_on_3DS_and_DSi_and_Increased_DSi_Compatibility|hicode hybrid build]] since it does not suffer from increased TWLBg bug same as the &#039;Master&#039; branch builds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Eventually it is planned (don&#039;t ask when!) to fix the code that causes the bug to occur, or have an option to choose between two extra modes with the DSP build on 3DS that work without this framerate adjustment, since not all games need it.&lt;br /&gt;
&lt;br /&gt;
= Additional Notes =&lt;br /&gt;
* If your ROM does not run, make sure to verify that it is a good quality backup as per [[GBARunner2#Verifying_Quality_of_ROMs|the main GBARunner2 wiki page.]]&lt;br /&gt;
* If you ROM boots to a white screen and the menu is unresponsive, even though the compatibility list states the ROM is working, then disable &#039;center and mask&#039; in the settings. If you see a ROM intro you have a bad quality ROM. You can remove this by using GBATA.&lt;br /&gt;
&lt;br /&gt;
= Compatibility Lists =&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;25%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!Legend&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Very Playable - Full Speed. Very Good Audio. No gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Playable - Minor Performance issues. Bad audio. Non intrusive gfx glitches in game. Some games might freeze far into the game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Working/Unplayable - Game is very slow, laggy, glitchy gfx or it gets in game and plays well, but freezes or locks up at some early point.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Freezing - Game boots but freezes before you can get in game or in 1 or 2 seconds.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|No boot - Game doesn&#039;t even boot.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Retail games ==&lt;br /&gt;
{{GBAR2GameTable}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Everything or Nothing [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Sync on timer game. wram i-cache enabled takes care of timing issues during the first level.}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Nightfire [UE]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=&#039;&#039;&#039;DSi:&#039;&#039;&#039;Game runs a little bit faster with wram i-cache enabled. No sound.}}&lt;br /&gt;
{{GBAR2Game|title=2 Game Pack! - Uno &amp;amp; Skip-Bo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=2K Sports - Major League Baseball 2K7 [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ace Combat Advance [UE]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ace Lightning [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Action Man - Robot Atak [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}} &lt;br /&gt;
{{GBAR2Game|title=Activision Anthology [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The games appear to have timing issues. The game has heavy graphics glitches. Image duplicate scrolling up and image is squished to half sized and located on left side ingame. This is a regress compared to commit 10f3e53 (2019/12/20).}}&lt;br /&gt;
{{GBAR2Game|title=Advance Guardian Heroes [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=GFX glitches after passing through tunnel in stage 4-1.}} &lt;br /&gt;
{{GBAR2Game|title=Adventure of Tokyo Disney Sea [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars 2 - Black Hole Rising [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aero the Acro-Bat - Rascal Rival Revenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen. DSi/3DS build only.}}&lt;br /&gt;
{{GBAR2Game|title=Agassi Tennis Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Probably has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Agent Hugo - Roborumble [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Aggressive Inline [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Minor clicking noise during the pause screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Aigle de Guerre, L&#039; [FR]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note= &#039;&#039;&#039;Same game as Napoleon (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Aka-chan Doubutsuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aladdin [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good}}&lt;br /&gt;
{{GBAR2Game|title=Aleck Bordon Adventure - Tower &amp;amp; Shaft Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Alex Rider - Stormbreaker [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes after you select the language. |crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during the pause screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Alien Hominid [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=All Grown Up! - Express Yourself [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:&#039;&#039;&#039;Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2004 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Altered Beast - Guardian of the Realms [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Bass Challenge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Idol [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=An American Tail - Fievel&#039;s Gold Rush [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection - Mezase! Gakuen no Fashion Leader [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection 2 - Pichimo ni Narou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Angelique [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Mania - Dokidoki Aishou Check [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Animaniacs - Lights, Camera, Action! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Snap - Rescue Them 2 by 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio is broken after you open and close the gbarunner2 menu repeatedly.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ant Bully [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Better audio quality with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Antz - Extreme Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ao-Zoura to Nakamatachi - Yume no Bouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Archer Maclean&#039;s 3D Pool [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Arctic Tale [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Operation Green [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Turf Wars [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men Advance [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Around the World in 80 Days [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Arthur and the Minimoys [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=A Sound of Thunder [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor Cutscenes are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix - Bash Them All! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note= Asterix and Obelix game works fine. Finished first 2 stages. Minigames work fine. Tested minigame code 3121. Asterix and Cleopatra softlocks at last intro cutscene image with image flickering. Last tested DSP build (2020/04/21):&#039;&#039;&#039;Game crashes at random points after bios. Usually before you can get to a game. This is a regression.&#039;&#039;&#039; Use build (2020/02/17) 0b8bbe3. In that build the game runs faster and has less gfx glitches with Cache enabled. Only Asterix and Obelix works. Game still crashes if you wait a bit after the bios intro. Minor gfx glitches are visible every now and then Asterix and Obelix uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix XXL [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Game has regular slowdown. Sound is sometimes a bit distorted. Fixed by going in and out of gbarunner2 menu. The language select music should sound the same as the file select menu that comes right after.}}&lt;br /&gt;
{{GBAR2Game|title=Astro Boy Omega Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Atari Anniversary Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Atlantis - The Lost Empire [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Atomic Betty [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches after the basketball mini game during the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Quad Power Racing [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Thunder Ridge Riders [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Glitches on the Title screen after you quit a race. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Last Airbender - The Burning Earth [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Legend of Aang [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Azumanga Daiou Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Some gfx glitches and slowdown. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Babar to the Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Back to Stone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Back Track [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Audio is broken. Audio works in DS build.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball 2006 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Basketball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football 2006 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Hockey [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game softlocks during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Skateboarding [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Baseball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Basketball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Football 2007 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Baldur&#039;s Gate - Dark Alliance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Banjo-Kazooie - Grunty´s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Banjo-Pilot [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Trees and sprites glitch out occasionally.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie - The Princess and the Pauper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie and the Magic of Pegasus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie as the Island Princess [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=The game freezes on logo where sound would usually start playing. Use latest DS build instead.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Diaries - High School Mystery [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Groovy Games [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Less audio noise with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Horse Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Barbie sprite flickers when finishing first stage and getting off the horse. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barnyard [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Baseball Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Greatest Nine (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Batman Begins [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less audio noise with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Rise of Sin Tzu [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Vengeance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman - Fire Spirits [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less audio noises with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Beyond the BattleBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Design &amp;amp; Destroy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=BB Ball [J]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=minor|note=GBARunner2 crashes soon after new game starts.}}&lt;br /&gt;
{{GBAR2Game|title=Beast Shooter - Mezase Beast King! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Berenstain Bears and the Spooky Old Tree [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Best Play Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= Gets ingame and plays well but might crash after a while at random. Notes for last tested DSP build (2020/04/21)&#039;&#039;&#039;Game makes GBAR2 crash right after logos.&#039;&#039;&#039; DS build works. Use this build on github (2020/03/28) 84ffca which has sound issues like the other games developed by Fullfat used to have.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor clicking noise.}}&lt;br /&gt;
{{GBAR2Game|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note= Enabling wram i-cache makes music distorted and tinny. Heavy gfx glitches. Game uses a Password system.}} &lt;br /&gt;
{{GBAR2Game|title=Bibi und Tina - Ferien auf dem Martinshof [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Enabling wram i-cache makes music distorted and tinny.}}&lt;br /&gt;
{{GBAR2Game|title=Bible Game [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=DSi:Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Big Mutha Truckers [E]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=broken|speed=lag|note=Disabling wram i-cache seems to make it not crash. Finished a “truck drivin’” round and tested a mission. Duplicate of the screen flickering. Missing polygons like roof of trailer and environment. The build (2019/12/23) 6ef2b19 might be more stable.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Boundish [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Coloris [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dialhex [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Nintendo Health screen is missing.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Digidrive [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dotstream [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Nintendo Health screen is missing. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Orbital [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Soundvoyager [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Nintendo Health screen is missing. Does an initial direct DMA write to the sound fifos which is not implemented yet.}}&lt;br /&gt;
{{GBAR2Game|title=Black Belt Challenge [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Garbled sprites, status bar and background animation gfx. Constant clicking sound in background.}}&lt;br /&gt;
{{GBAR2Game|title=Black Matrix Zero [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Blackthorne [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Blades of Thunder [U]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Heavy gfx glitches in game. Screen duplicates are flickering all over. Cursor seems to move too fast in main menu. Game uses a Password system.|crashreason=Hicode.}}&lt;br /&gt;
{{GBAR2Game|title=Bleach Advance - Kurenai ni Somaru Soul Society [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Blender Bros [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=BMX Trick Racer [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=3DS:Runs perfect. Less gfx glitches with wram i-cache disabled. DSi:Slowdown in main menu. Frequent flickering lines in main menu.}}&lt;br /&gt;
{{GBAR2Game|title=Board Game Classics [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Bakutou Hajike Taisen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Maji de!! Shinken Battle [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Solar Sensor patch required.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 2 - Solar Boy Jango [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Solar Sensor patch works fine. DSi:Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise and gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Blue Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Red Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Tournament [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Audio desync. Fixed by turning of wram i-cache, which was not necessary before. Use build previous to (2020/04/12) bb15d71.}}&lt;br /&gt;
{{GBAR2Game|title=Bookworm [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Ou Beet - Busters Road [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=One game mode playable. Unsupported Toy Starter set needed for some of the game modes.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Pluston GP [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Unsupported Toy Starter set needed for all game modes.}}&lt;br /&gt;
{{GBAR2Game|title=Boukyaku no Senritsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. DSi:Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boulder Dash EX [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Language select does not show the language.}}&lt;br /&gt;
{{GBAR2Game|title=Boxing Fever [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Crackling sounds and garbled sprites in retry screen.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Babyz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Forever Diamondz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx issues during trailer driving game.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Rock Angelz [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - The Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Britney&#039;s Dance Beat [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Broken Sword - The Shadow of the Templars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Brother Bear [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Permanent black line on pause screen. Popping sound when loading into game. Postlogos FMV gives only black screen. Wram i-cache on gives high frequency sounds.}}&lt;br /&gt;
{{GBAR2Game|title=Bruce Lee - Return of the Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Crackling sounds when loading new screens. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Bubble Bobble - Old &amp;amp; New [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Beeping sound 2 secs in main menu music and during second part of new game cutscene (press start to skip to it) right when main menu music plays again. There is a missing sample not playing together with the initial square wave note in the same track. Beeping started being loud in 76c4bf2 (2020/04/11). Natsume audio engine.}}&lt;br /&gt;
{{GBAR2Game|title=Butt-Ugly Martians - B.K.M. Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cabbage Patch Kids - The Patch Puppy Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter - 2005 Adventures [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. DSi:Some gfx glitches, text is missing. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Caesars Palace Advance - Millennium Gold Edition [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good| note=Turning off wram i-cache cleans up audio. Crackling can be solved by going in and out of GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Calciobit [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Camp Lazlo - Leaky Lake Games [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Capcom Classics Mini Mix [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Games run faster with wram i-cache enabled. Games use a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Captain Tsubasa - Eikou no Kiseki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Car Battler Joe [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the Intro.}}&lt;br /&gt;
{{GBAR2Game|title=Card e-Reader [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=ROM boots without problems. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card de Mini Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Care Bears - The Care Quests [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Carrera Power Slide [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cars [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cars - Mater-National Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor clicking noise. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Block Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Speedway [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Casper [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Aria of Sorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Circle of the Moon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync during the titlescreen.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Castleween [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cat in the Hat by Dr. Seuss [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Catwoman [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Catz [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Better Audio with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou 2 [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou Shijie [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance 2 for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Charlie and the Chocolate Factory [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Charlotte&#039;s Web [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cheetah Girls [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Chessmaster [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Sound is missing. DS build has working sound.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Little [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache enabled. Minor crackling noise.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Some stuttering in music when in Narnia and scrolling through dialogue box.}}&lt;br /&gt;
{{GBAR2Game|title=Chu Chu Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=CIMA - The Enemy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache enabled. Minor crackling noise.}}&lt;br /&gt;
{{GBAR2Game|title=Cinderella - Magical Dreams [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. FMV show some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 2 - Yume no Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamoroll - Koko ni Iru yo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Bomberman (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Castlevania (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Donkey Kong (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Dr. Mario (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Excitebike (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Ice Climber (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Legend of Zelda (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Metroid (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Pac-Man (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Super Mario Bros. (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Xevious (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Zelda II - The Adventure of Link (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Kart Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Platform Jumper [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Screeching sound when booting up game in language screen. Fixed by disabling cache but this breaks and stops sound in main menu. Flickering line right before Nintendo logo with cache disabled. Missing images in new game cutscene. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Codename - Kids Next Door - Operation S.O.D.A. [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled. A glichted line during the new game screen after you quit a level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Colin McRae Rally 2.0 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs too fast with both i-caches on, though this doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Columns Crown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling when loading new screens in intro cutscene. Garbled pixels covering jewels in title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Combat Choro Q - Advance Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Comix Zone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Contra Advance - The Alien Wars EX [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Many SFX have issues. The 1up sound comes instead of explosions, shield upgrades etc. Strangely running Pokemon Emerald DPPt music romhack before running this corrects the SFX. Game uses a Password system. }}&lt;br /&gt;
{{GBAR2Game|title=Corvette [U]|version=(2020/04/21) 088cbc5 |rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Popping sound when loading new logos post bios. Some wrong high frequent sound in background in main menu with wram i-cache enabled. Horizontal lines flickering across screen when navigating main menu.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot 2 N-Traced [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then. Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot XS [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Regular single popping sound in intro music and some more when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Nitro Kart [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and less gfx glitches with wram i-cache enabled. Minor popping sound when loading into new screens. Random high frequency sounds if wram i-cache is enabled in all music.}}&lt;br /&gt;
{{GBAR2Game|title=Crash of the Titans [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling sounds and stuttering during cutscenes.}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Film reel lines in new game cutscene move slower. In game runs at a constant slightly slower pace. &#039;&#039;&#039;Same game as Shin chan - Aventuras en Cineland&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. In game runs at a constant slightly slower pace.  Couldn&#039;t find a save spot.&#039;&#039;&#039;Same game as Shin Chan Contra Los Munecos De Shock Gahn&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Frog Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Taxi - Catch a Ride [E]|version=(2020/04/12) bb15d71|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches like screen shaking when you crash or other things happen.}}&lt;br /&gt;
{{GBAR2Game|title=Creatures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! - Yume no Banker Survival! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 2 - Yami no Bank to Banqueen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 3 - Granu Oukoku no Nazo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 4 - Bank no Mori no Mamorigami [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! Great - Toki no Boukensha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=3DS:runs perfect. DSi:minor gfx glitches during battle.}}&lt;br /&gt;
{{GBAR2Game|title=Crouching Tiger Hidden Dragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cruis&#039;n Velocity [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Crushed Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 2 - Back to Hell [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Random high frequency sounds if wram i-cache is enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 3 - Bioterror [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cubix - Robots for Everyone - Clash &#039;N Bash [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. }}&lt;br /&gt;
{{GBAR2Game|title=Curious George [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Less gfx glitches with wram i-cache enabled. Some gfx glitches. Base DS version runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Custom Robo GX [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dai-Mahjong [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=0|sound=good|note=Sound is playing well. The game only shows a white screen. Mask and center disabling does nothing. Does not react to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Daisenryaku for Game Boy Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Daisuki Teddy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dancing Sword - Senkou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Tobase Shouri no Smile Shot [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Xi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - Urban Jungle [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - The Ultimate Enemy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Daredevil [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Darius R [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dark Arena [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 3 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Constant crackling sound even if music is turned off sometimes. Gets worse if ingame GBAR2 menu is entered. Game randomly crashes if ingame menu has been entered. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=David Beckham Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=The image is only horizontal tearinglines. You can still get ingame by pressing the right inputs. Ingame plays well. Some crackling sounds during crowd samples. This is a regression. Use commit 5b06bb4 (2019/07/03) arm9 build instead.}}&lt;br /&gt;
{{GBAR2Game|title=Davis Cup [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Deadly Skies [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dead to Rights [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Some gfx glitches. DS version runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Deal or No Deal [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=The image is broken by image duplicate flickering. Some gfx glitches. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Defender - For All Mankind [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Defender of the Crown (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stuttering.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Dark Version (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Light Version (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Demon Driver - Time to Burn Rubber! (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Denki Blocks! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Flickering lines when fade in and out effect. Minor gfx glitches during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 3 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Flicker on both screens after bios intro.|crashreason=Hblank dma to io}}&lt;br /&gt;
{{GBAR2Game|title=Derby Stallion Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio desync after you go into gbarunner2 menu. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Desert Strike Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Chess Challenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Deesaster Strikes! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Di Gi Charat - DigiCommunication [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Diadroids World - Evil Teikoku no Yabou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digi Communication Nyo - Datou! Black Gemagema Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=bad|note=GBAR2 crashes after logos on DSi. Crashes on 3DS if you let cutscene post bios play. 3DS crashes a bit later.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit 2 [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=DSi:Broken background graphics. Sprites display correctly. The game seems to jump randomly between screens from the title screen. 3DS:Crashes after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon Racing [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro after Gryptonite logo.}}&lt;br /&gt;
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney&#039;s Party [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess - Royal Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Basketball [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Football [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Motocross [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:The Countdown timer at the beginning of a race shows minor gfx glitches. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=DK - King of Swing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Title screen has pallette problems. Minor glitches on the status screen. 3DS:Missing text from Cranky&#039;s text box.}}&lt;br /&gt;
{{GBAR2Game|title=Dogz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dogz 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dogz - Fashion [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dokapon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dokodemo Taikyoku - Yakuman Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Domo-kun no Fushigi Terebi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donald Duck Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio desync during the FMV Intro. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Donchan Puzzle Hanabi de Dohn Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 2 [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes on second bonus game in Target Terror stage and in another bonus stage in Gloomy Gulch&#039;s Haunted Hall.}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Doom [UE]|version=(2020/08/12) 6e4ce45|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=The game needs either master or hicode build.  The game runs too fast with wram i-cache enabled. Graphic glitches regularly with screen flickering. On DSP build as of 2020/08/09:&#039;&#039;&#039;Game makes GBARunner2 crash. Happens at random points in game after a few seconds. This game has never worked on DSP. Different SFX get played through during crash.}}&lt;br /&gt;
{{GBAR2Game|title=Doom II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Game runs slightly slower than it should. Main Menu text is glitched out. Hand gfx glitched out or gone when entering a stage.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Dora&#039;s World Adventure! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Spies [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Star Adventures! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - The Search for the Pirate Pig&#039;s Treasure [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Dokodemo Walker [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Double Dragon Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio get´s slightly distorted. DS version runs perfect. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Downforce [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=3DS:Minor clicking sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Advanced Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling when creating new game that ends after one second.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball GT - Transformation [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Buu&#039;s Fury [U]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09 &#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115#post-8898241&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Some crackling sounds when loading into new areas.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Collectible Card Game [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Supersonic Warriors [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Taiketsu [U]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115#post-8898241&#039;&#039;&#039; European version has this: Character select, Z- store and ingame have glitched background. Returning to main menu from it glitches that one as well.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku [E]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09 &#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Graphical issue with post-logos’ FMV&#039;s image being reduced to upper left corner and flickering around.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Crackling sounds when loading into new areas.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Drive - World D Break [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon&#039;s Rock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|Sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Quest Monsters - Caravan Heart [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Tales - Dragon Adventures [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Intro screen is missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Drake &amp;amp; Josh [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Drill Dozer [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Driven [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=2fast|note=Minor Audio desync. Game runs a bit too fast during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Driv3r [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Intro screen is missing. Minor slowdown ingame. Some image tearing in map screen and map moves slower.}}&lt;br /&gt;
{{GBAR2Game|title=Driver 2 Advance [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes at random points as soon when you start a game mode or after you have been in game for a few seconds. Some crackling sounds in title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Dr. Mario &amp;amp; Panel de Pon [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Dr.Mario crashes. Crackling sound when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Muto [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Sudoku [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Droopy&#039;s Tennis Open [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game runs faster and has less gfx glitches with wram i-cache enabled. Minor crackling sound. Some noise during the Pause screen. Game uses a Password system.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Dual Blades [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Kaijudo Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Sempai Legends [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Shadow of the Code [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Invincible Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Kirifuda Shoubu Ver. [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duke Nukem Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=good|speed=good|note=Some gfx glitches. DS version has less gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Dungeons &amp;amp; Dragons - Eye of the Beholder [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds in beginning cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Dynasty Warriors Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Earthworm Jim is visible on title screen in front of options text blocking it. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks V Sever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Mixed up view. View is rotated 90 degrees with respect to the world. Random beeping sounds in game. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks V Sever 2 - Ballistic [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Mixed up view. View is rotated 90 degrees with respect to the world. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Eggo Mania [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.&#039;&#039;&#039;Same game as Egg Mania&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Elemix! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Elevator Action - Old &amp;amp; New [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Elf - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Elf Bowling 1 &amp;amp; 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Enchanted - Once Upon Andalasia [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Eragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Final Round Golf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as JGTO Kounin Golf Master - Japan Golf Tour Game &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note= &#039;&#039;&#039;Same game as Exciting Bass (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN X-Games Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=European Super League [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Ever Girl [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=EX Monopoly [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 1 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=E-Reader [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=The ROM boots without issues. Unsupported device at this moment.}}&lt;br /&gt;
{{GBAR2Game|title=E.T. - The Extra-Terrestrial [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Title screen music glitches out if no buttons are pressed for a while. DSi:Minor Audio noises during a level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F1 2002 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=F-14 Tomcat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F-24 Stealth Fighter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Breakin` Da Rules [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Clash with the Anti-World [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Enter the Cleft [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Shadow Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Dai 2 Ji Super Robot Taisen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 08 - Mappy [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes with white screen after bios intro. Anti piracy patch doesn´t work. This is a regression. Game was playable in older arm9 build.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 10 - Star Soldier [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Works without AP Patch.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 12 - Clu Clu Land [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 13 - Balloon Fight [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 14 - Wrecking Crew [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 16 - Dig Dug [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 18 - Makaimura [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 19 - TwinBee [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Family Feud [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Family Tennis Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Famista Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fancy Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 - Flame On [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic Children [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fear Factor Unleashed [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The game softlocks right after count down in intro which is the start of an FMV. Go in and out of GBAR2 menu to get past the FMV. Missing backgrounds throughout the game.}}&lt;br /&gt;
{{GBAR2Game|title=Field of Nine - Digital Edition 2001 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2003 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2004 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2005 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 06 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash after language select.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only, loud constant noise ingame.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 07 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash after language select.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA World Cup - Germany 2006 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash at EA logo.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=FightBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FILA Decathlon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy I &amp;amp; II - Dawn of Souls [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note= Game has less gfx glitches with wram i-cache enabled.Latest tested DSP build of 2020/04/21 crashes after battle with lich king probably because of differences in memory layout.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy IV Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game crashes after Cecil, now a Paladin, passes through Devil&#039;s Road.&#039;&#039;&#039; Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy V Advance [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game crashes after a monk uses the kick command.&#039;&#039;&#039;Black bar beneath Nintendo logo.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy VI Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Health and safety screen has only yellow triangle. Cursor sound might be a bit off pitch. }}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Garbled text on intro cutscene right after logos.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fight One [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo - The Continuing Adventures [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Crackling audio and black line across screen in battle during transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - Fuuin no Tsurugi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling audio in battle during transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Black line during end turn animation. Audio stutters in battles in transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Final Fire Pro Wrestling - Yume no Dantai Unei! [J] &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Flushed Away [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ford Racing 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Single popping sound when loading new logos and new screens. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Players have garbled gfx. Long artifacted horizontal line across field.}}&lt;br /&gt;
{{GBAR2Game|title=Fortress [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=&#039;&#039;&#039;Cutscene induces Nintendo&#039;s TWLBg bug (only 3DS) and glitches out the screen the longer it plays.&#039;&#039;&#039; On DSi the cutscene has flickering black lines horizontally and some stuttering. Some stuttering/crackling sounds when going into main menu after battle. Some slowdown when changing maps/era before battle. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Foster&#039;s Home for Imaginary Friends [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Single popping sound when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin the Turtle [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after going into GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin&#039;s Great Adventures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Freekstyle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Regular crackling sound through whole game. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Single popping sound when starting first stage. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures - Temple of the Frog [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures 2 - The Lost Wand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Journey - The Forgotten Relic [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Sound effects can sometimes crackle.}}&lt;br /&gt;
{{GBAR2Game|title=Fruits Mura no Doubutsutachi [J]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Alice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Angelique [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Climax [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Stuttering sound whenever new screen is loaded. Last tested dsp build 04/21/2020 crashes on time attack and soft reset.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero GP-Legend [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Maximum Velocity [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Small stuttering audio in results screen.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Red [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Dragon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gadget Racers [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Road Trip: Shifting Gears (U) and Choro Q Advance 2 (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Alice - Dokidoki Fushigi Taiken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Senki Muryou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor crackling sounds during voice overs. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galidor - Defenders of the Outer Dimension [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Games Explosion! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Game &amp;amp; Watch Gallery Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor popping sounds when loading new screens. }}&lt;br /&gt;
{{GBAR2Game|title=Ganbare Dodge Fighters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield - The Search for Pooky [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor initial crackling sounds right after choosing language. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield and His Nine Lives [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Image duplicate glitch of title screen, new game cutscene and pausescreen. Some tearing of the upper screen when inside secret room in barn roof first stage.}}&lt;br /&gt;
{{GBAR2Game|title=Gauntlet - Dark Legacy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Gekido Advance - Kintaro´s Revenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Gekitou Densetsu Noah - Dream Management (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gem Smashers (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Genso Suikoden - Card Stories [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gensou Maden Saiyuuki - Hangyaku no Toushin-taishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Get! - Boku no Mushi Tsukamaete (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jagan Fuuin! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jigoku no Scaramouche (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Senkou no Hero Tanjou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Shuggeki! Battle Party (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Rider [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Trap (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Global Star - Sudoku Fever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Messed up background in initial language select and in game. Changing background while in a puzzle cleans up some of the garbled graphics. Vertical lines going across screen in puzzle. Regular crackling sounds in game when changing backround or inputing number.}}&lt;br /&gt;
{{GBAR2Game|title=Godzilla - Domination! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Goemon - New Age Shutsudou! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Go!Go! Beckham! - Adventure on Soccer Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Golden Nugget Casino (UE)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Disable wram i-cache to have less crackling sounds. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less crackling audio with wram i-cache disabled. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun – The Lost Age [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=sram|sound=minor|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash when saving!&#039;&#039;&#039; This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required in that build. Crackling sounds - can be reduced by disabling wram i-cache. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Gradius Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=3DS:Disable main memory i-cache to play the game. Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Greg Hastings&#039; Tournament Paintball Maxd [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Gremlins - Stripe vs Gizmo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Grim Adventures of Billy &amp;amp; Mandy (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is good until game is saved at it starts crackling. This is sometimes remedied by going in and out of GBAR2 menu, but this makes GBAR2 crash at times. The crash might not have happened in build (2020/04/04) 1ffb949. Other games developed by Fullfat have similar issues|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Disable every i-cache to play the game. Game crashes at random. DS version runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 2 - Rally Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 3 - Pro Concept Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=GT Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Disable wram i-cache for better Audio.}}&lt;br /&gt;
{{GBAR2Game|title=GT Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate glitch on title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gfx glitch where sprites garble the status bar when overlapping. Minor popping sound when saving. &#039;&#039;&#039;Same game as Gunstar Super Heroes.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Guranbo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Guru Logic Champ [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Hachiemon (J)|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Meisou no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Omoide no Sonata [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hajime no Ippo - The Fighting! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Hamepane - Tokyo Mew Mew (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some audio desync after second puzzle game. Some tearing during puzzle game.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 4 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 2 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3EX 4 Special (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Saving makes black line appear.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari Collection (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise - Pure Heart (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise Advanchu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Heartbreak [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Stuck at the Name entry screen. This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Rainbow Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hanabi Hyakkei Advance (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hanafuda Trump Mahjong - Depachika Wayouchuu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Happy Feet (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pinball (UE)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some stuttering/crackling sound when saving highscore.}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pool (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harobots - Robo Hero Battling!! (J)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches in the textboxes.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Chamber of Secrets [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Goblet of Fire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Crackling sounds when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Order of the Phoenix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Prisoner of Azkaban [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Occasional yellow flickering bar on top of screen when during battle entering special move screen, folio bruti screen or finishing the battle. Sync on timer game.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Sorcerer&#039;s Stone [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Harukanaru Toki no Naka de - Neoromance Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - Friends of Mineral Town [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Sprites are garbled. Constant clicking sound on left side channel. The rest of the music is lagging.|DMA will have to be emulated using IRQs. Related issue to Densetsu no Stafy 3}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - More Friends of Mineral Town [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Sprites are garbled. Constant clicking sound on left side channel. The rest of the music is lagging.|DMA will have to be emulated using IRQs. Related issue to Densetsu no Stafy 3}}&lt;br /&gt;
{{GBAR2Game|title=Hatena Satena [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Heidi - The Game [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty - Happy Party Pals [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty Collection - Miracle Fashion Maker [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro. Known to be a problematic game.}}&lt;br /&gt;
{{GBAR2Game|title=Hello! Idol Debut - Kids Idol Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Herbie - Fully Loaded [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling sound when navigating main menu and after a race.}}&lt;br /&gt;
{{GBAR2Game|title=Hey Arnold! - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Higanbana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2002 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hi Hi Puffy AmiYumi - Kaznapped! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Noise/buzzing sound on left side when navigating main menu. Not there if turning off wram i-cache. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Started happening with build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=High School Musical - Livin&#039; the Dream [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Home on the Range [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Horsez [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. &#039;&#039;&#039;Same game as Horse &amp;amp; Pony: My Stud Farm and Pferd &amp;amp; Pony: Mein Gestüt.&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Hot Potato! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - All Out [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Burnin&#039; Rubber [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Stunt Track Challenge [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=good|note=Missing environment and vehicles. Tearing across top of screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Velocity X [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - World Race [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 1 - Bomberman Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|speed=|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 2 - Lode Runner Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 3 - Action Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 4 - Nazotoki Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 5 - Shooting Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - Bukkazoom! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - The Evil Mirror Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor stuttering when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age 2 - The Meltdown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor popping sounds occasionally.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Nine [UE]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=minor|note=DSi: freezes before entering game. Latest DSP build tested 04/21/2020: DSi:Missing hand in fps view. Runs at a lower fps. Language select has garbled text. 3DS:Game freezes before the tutorial. Use DS version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Incredible Hulk [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=DSi:Minor gfx glitches now and then. 3DS:Game runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Initial D - Another Stage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget - Advance Mission [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Distorted Audio. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Advanced [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game. Unable to access gbarunner2 menu during gameplay.&#039;&#039;&#039; Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Plus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Jikkyou World Soccer Pocket (J)&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Inukko Club [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Invader [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Invincible Iron Man [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. Use DS version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion 3D [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion II [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=0|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash around first boss battle.&#039;&#039;&#039; Single crackling sound in menu and during cutscenes and some brief crackling ingame occassionaly. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=I Spy Challenger! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=It&#039;s Mr. Pants [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches of the background.}}&lt;br /&gt;
{{GBAR2Game|title=Jackie Chan Adventures - Legend of the Darkhand [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:Minor gfx glitches now and then. 3DS:Many gfx glitches. DS version runs perfect. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:The retro games run faster with wram i-cache enabled. Retro games make 3DS crash. &#039;&#039;&#039;Sometimes soft-locks if getting points from a bag you need to wall jump to in stage 2. Your score increases infinitely.&#039;&#039;&#039; Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=James Pond - Codename Robocod [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jazz Jackrabbit [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pro Soccer Club o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note= Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jet Set Radio [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=lag|note=It takes a measured 3 minutes to get past the blue Golf Master logo. Game plays fine afterwards.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches now an then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Jet Fusion [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Jinsei Game Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jisu F-Zero Weilai Saiche [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=F-Zero Maximum Velocity for iQue China. Small stuttering audio in results screen.}}&lt;br /&gt;
{{GBAR2Game|title=Jonny Moseley Mad Trix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSI:Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. 3DS:Game runs perfect. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Juka and the Monophonic Menace [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Jungle Book 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Visual tearing glitch right before first FMV. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Dino Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Park Builder [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - The DNA Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park Institute Tour - Dinosaur Rescue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Justice League - Injustice for All [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Chronicles [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Constant clicking/crackling noise throughout whole game in background. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Heroes - The Flash [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kaeru B Back [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1 |cache=1|save=1|sound=bad| speed=minor|note=Constant clicking sound on left side. Rest of sound is lagging. Sprites are garbled.}}&lt;br /&gt;
{{GBAR2Game|title=Kamaitachi no Yoru Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kami no Kijutsu - Illusion of the Evil Eyes [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Kao the Kangaroo [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Gfx glitches after licensed by screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kappa no Kai-Kata Katan Daibouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Karnaaj Rally [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 3 &amp;amp; 4 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during press start screen on both games.}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Constant clicking sound on left side. Rest of music is lagging. Glitched title screen background. Garbled sprites.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Power [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound when saving. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Speed [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound when saving. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Kelly Slater&#039;s Pro Surfer [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios. No sound.}}&lt;br /&gt;
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kid Paddle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kid&#039;s Cards [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Killer 3D Pool [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Flickering screen in character select. Broken botton screen repeating top of the screen in game results. Broken graphics in announcements bottom of screen during games. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kill.Switch [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Glitched background in save game select menu. Popping sounds when entering new screens in logos. Regular screeching sounds during certain samples playing ingame when wram i-cache is on.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 2 - Drakken&#039;s Demise [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches during the FMV intro. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 3 - Team Possible [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache enabled. Minor gfx glitches are visible every now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Kingdom Hearts - Chain of Memories [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling and stutter. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=King Kong - The Official Game of the Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX - NeoBlood [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX2 - Howling Blood [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Much noise during title screen. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kirby and the Amazing Mirror [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio stutter when pausing and unpausing. Black bar across screen when loading into stage. Pseudostereo in dsp build as of 2020/08/09. For DSP this is a &#039;&#039;&#039;regression&#039;&#039;&#039; use build (2020/04/21) 088cbc5.}}&lt;br /&gt;
{{GBAR2Game|title=Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter and crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Kiss x Kiss Seirei Gakuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter and crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa - Empire of Dreams [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa 2 - Dream Champ Tournament [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa Heroes - Densetsu no Star Medal [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Constant clicking on interchanging sides. Rest of music is lagging. Glitched font and sprites.}}&lt;br /&gt;
{{GBAR2Game|title=Knights&#039; Kingdom [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Koala Brothers - Outback Adventures [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho - Aijou Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Collector&#039;s Series - Arcade Classics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Krazy Racers [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kong - King of Atlantis [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. High pitched noise when wram i-cache is enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kong - The Animated Series [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koro Koro Puzzle - Happy Panechu! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Constant clicking sound. Rest of music lags. Garbled sprites. &#039;&#039;&#039;Motion sensor support required to be playable.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Kotoba no Puzzle - Mojipittan Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kouchu Ouja Mushiking [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 1 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Golf Shiyouyo [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling audio when saving. Black line when saving. Missing 3D elements in game and screen seems divided into six flickering parts.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Kurutto Jintori [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kurukuru Kururin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kururin Paradise [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lady Sia [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time - Into the Mysterious Beyond [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - Legend [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - The Prophecy [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=The only sound is an intermittent beeping sound. Game uses a Password system. }}&lt;br /&gt;
{{GBAR2Game|title=Legend of Dynamic Goushouden - Houkai no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Legends of Wrestling II [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Sign of Nekuromu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Yomigaeru Shiren no Shima [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Matoran Adventures [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Maze of Shadows [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes right after boot no matter which cache setting.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Drome Racers [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=bad|speed=lag|note=Heavy gfx glitches. Terrain and environment not visible. Tearing glitches seen on top screen on language select and in game. Lots of crackling in audio.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island - Xtreme Stunts [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island 2 - The Brickster&#039;s Revenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Racers 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes early in story mode. Arcade mode works.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Soccer Mania [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|note=Game makes GBARunner2 crash during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars - The Video Game [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lemony Snicket&#039;s A Series of Unfortunate Events [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Dreamer [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. &#039;&#039;&#039;Same game as Pferd &amp;amp; Pony - Lass Uns Reiten 2&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Friends Forever [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Press A twice when loading or saving game to continue. &#039;&#039;&#039;Same game as Pferd &amp;amp; Pony- Best Friends - Mein Pferd.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Sunshine Stables [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.&#039;&#039;&#039;Same game as Pferd &amp;amp; Pony: Mein Pferdehof&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitched warp scene with bottom third being a black area and cutscene background warping picture moved up.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lion King [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Little Buster Q [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Little Einsteins [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little League Baseball 2002 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Background is missing in game and is all black. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little Mermaid - Magic in Two Kingdoms [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Little Patissier - Cake no Oshiro [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 2 - Lizzie Diaries [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched noise when wram i-cache is enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 3 - Homecoming Havoc [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lode Runner [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Looney Tunes - Back in Action [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - Hobbit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Fellowship of the Ring [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Loading game breaks sound so there&#039;s no sound anymore.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Return of the King [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Third Age [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Two Towers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lost Vikings [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lucky Luke - Wanted! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling during the intro. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lufia - The Ruins of Lore [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lunar Legend [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar - Operation Penguin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2004 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2005 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 06 [U]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash as soon as EA logo is shown.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5: Game runs faster and has less gfx glitches with wram i-cache enabled. Sound fx only and loud noise ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 07 [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;The game makes GBAR2 crash to black screen post bios.&#039;&#039;&#039; This ROM has never worked on DSi or 3DS: Use latest DS build.|crashreason=Most likely memory layout differences between the systems.}}&lt;br /&gt;
{{GBAR2Game|title=MAER - Knockin&#039; on Heaven&#039;s Door [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magi Nation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio noise and stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Houshin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 2 [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 3 [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Vacation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The music is slightly off from what it should be. This might be because the game seems to only want to do manual fifo writes. When dma destination is not fifo, writes to the fifo should not be done, but the irq should still fire. A gb audio sound is very loud during beach scene in beginning and during end of battle tune. Some black lines can be seen during screen fade out effects. The English translation patch runs and shows the same issues.}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Mahjong Keiji [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mail de Cute [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Manga-ka Debut Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Miner [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Racers Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=March of the Penguins [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Marie, Elie &amp;amp; Anis no Atelier - Soyokaze Kara no Dengon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Golf - Advance Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Kart - Super Circuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario &amp;amp; Luigi - Superstar Saga [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable DS Main Memory i-cache in the gbarunner2 menu to play the game.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Distorted bass sound during battles occasionally after jump attack sound effect. Might be fixed by disabling wram i-cache.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Party Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Pinball Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Power Tennis [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039; Same game as Mario Tennis: Power Tour [U] and Mario Tennis Advance [J]&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound during intro cutscene and occasionally ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Marvel - Ultimate Alliance [E]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley - Girls Night Out [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Masters of the Universe He-Man - Power of Grayskull [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Matantei Loki Ragnarok - Gensou no Labyrinth [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Matchbox Cross Town Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Math Patrol - The Kleptoid Threat [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Max Payne Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Gfx glitches during Cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - Sweet Gold [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Licensed by screen is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - The Great Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Licensed by screen is missing. Minor gfx glitches are visible every now and then. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mazes of Fate [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=2fast|note= Game runs too fast with wram i-cache on. Glitchy jumpy/laggy graphics in intro cutscene. Text jumps too much when scrolling. Camera moves several times in one button input in the cellar occasionally. No effect changing clockspeeds. &#039;&#039;&#039;This might be a regression.&#039;&#039;&#039; Use commit f89fac5 (2018/07/10) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Mech Platoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Intro FMV is broken.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Has Natsume Audio Engine that streams audio. }}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Has Natsume Audio Engine that streams audio.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Infiltrator [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Underground [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Backgrounds post bios are garbled. Titlescreen is purple after quitting game. Runs at a better fps than real HW. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Meet the Robinsons [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man &amp;amp; Bass [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some sound pitches are wrong on PSG channel 1. Especially noticeable in Pirate Man Stage.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Chip Challenge [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 3 Blue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 3 White [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 4 Blue Moon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 4 Red Sun [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 5 Team Colonel [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 5 Team Protoman [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 6 Cybeast Falzar [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 6 Cybeast Gregar [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 4 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierarztpraxis [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierpension [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Akatsuki no Monument [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Nerawareta Tantei [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Men in Black - The Series [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Party [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:Minor gfx glitches during the intro. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. DSi:Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. DSi:Constant crackling sounds during gameplay. 3DS:Minor crackling sounds during loading.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Max 2 Kai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Gun Slinger [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Metal Slug Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Metroid Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Single crackling sound when intro cutscene starts and loading into save file. }}&lt;br /&gt;
{{GBAR2Game|title=Metroid - Zero Mission [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound disappears if entering gbar2 menu ingame. Game runs faster with wram i-cache enabled. Minor Audio stutter. &#039;&#039;&#039;Trying to play the Nes Metroid causes the game to reboot or makes GBAR2 crash.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mezase! Koushien [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game crashes during the intro. Use DS version commit b740476 (2019/12/24) instead. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Micro Machines [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midnight Club - Street Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Broken backgrounds in logos and title screen. Crackling sounds from engine effect ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midway&#039;s Greatest Arcade Hits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mighty Beanz Pocket Puzzles [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio stutter. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mike Tyson Boxing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Minami no Umi no Odyssey [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Mika no Happy Morning Chatty [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Onegai Ohoshi-sama! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna de Puyo Puyo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Ouji-sama [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Game runs faster with wram i-cache enabled. Only Minor Audio crackling in DSP build. Audio might disappear in non-DSP 3DS:Game crashes at random, sometimes after winning the 5 stages of the tennis ball guessing game.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 1 - Boku no Kabutomushi [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 2 - Boku no Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Happy Trump 20 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Shogi [J]|version=(2020/04/21) 088cbc5 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=No sound. &#039;&#039;&#039;This might be a regression.&#039;&#039;&#039; Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Numpla Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Shanghai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minority Report - Everybody Runs [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Heavy gfx glitches, character sprites are missing. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mission Impossible - Operation Surma [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note= Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode - Lingdian Renwu [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Metroid Zero Mission for iQue China. Game runs faster with wram i-cache enabled. Minor crackling sound. &#039;&#039;&#039;Trying to play the Nes Metroid reboots the game.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode Ronghe [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Metroid Fusion for iQue China. Single crackling sound when intro cutscene starts and when loading and returning into game.}}&lt;br /&gt;
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system. Last tested dsi dsp build of 2020/04/12 crashes after main menu.&#039;&#039;&#039;Same game as Kidou Senshi Gundam Seed Destiny&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Moero!! Jaleco Collection [J]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game crashes GBAR2 after you start a game.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=The Hudson logo screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Matsuri [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monopoly [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling sounds ingame. Fixed by opening ingame menu. Some tearing when scrolling to player ingame. Fullfat developed game. White flashing of menus when selecting options. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Guardians [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster House [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Monsters, Inc [UE]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sound noise ingame beeping. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Jam - Maximum Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Flash Card [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Killer Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Summoner [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Truck Madness [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks Mayhem [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Moorhen 3 - The Chicken Chase! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Weird one. At first the game white screens after boot. Becomes playable after you go in and out of the menu screen.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Morita Shougi Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Deadly Alliance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Graphical flickering whenever loading new screen. Glitched background fmv in profile creation. Minor glitch to the top right of lower right style name ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Tournament Edition [U]|version=(2020/04/13) f3daa51|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Graphical flickering whenever loading new screen. Glitched background fmv in profile creation. Minor glitch to the top right of lower right style name ingame. Some stuttering sounds when loading new screens in menu.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=minor|note=Crackling sounds in menu and new logos in intro. Long loading time between battles and after battle. Missing character portrait when scrolling in ladder after winning a match. Glitched graphics upper left corner as well. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 1+2 [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Mother 1: &#039;&#039;&#039;Disable wram i-cache to get game to run. If not GBAR2 crashes after title screen.&#039;&#039;&#039; Occasional visual glitches like black bar across upper part of screen. DSi Only: Slowdown in music when moving around. Seems to get less bad if TWL clockspeeds are enabled in twilightmenu++. Mother 2: Works with wram i-cache on and has less visual glitches then. Visual glitch top part of screen in demo. Broken audio in level up. Jumpy battle background in starman fight in beginning. Some crackling sounds when loading game.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 3 [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note= &#039;&#039;&#039;USE THE DSi Hicode BUILD:&#039;&#039;&#039; It seems you need to load another ROM first before loading the Mother 3 to be able to get past the freezing near the dino. So far loading Mother 1+2 and Mega Man Zero have worked. The game might freeze around the same spot as the 3DS, but if you save at the frog right before and load back to this you might be able to advance further than on the 3DS. How far has not been tested and it is recommended to SAVE OFTEN as the game might freeze at any new event. It has only been tested 30 minutes into the game and the next save point in a western city. It is quite bugged. Clipping and getting trapped happens at some hot springs if you enter them. Talking to a bird near the ringing clocks will send you into an infinite loop. Pressing R to access Map does not work. Text during cutscene with lady outside the cabbin just shows &amp;quot;0123..&amp;quot; repeatedly. &#039;&#039;&#039;3DS BUILD: The game softlocks after the Mole cricket fight. Loading right before this point still makes the game freeze. Music still plays and sprites animate. It might be possible to load a save past this point to be able to play the rest.&#039;&#039;&#039; Game has minor audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Moto GP [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Race map flickers during a race. It has not been verified if wram i-cache was actually supported in build (2019/12/24) b740476. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Motoracer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game might be running faster than on og hardware.}}&lt;br /&gt;
{{GBAR2Game|title=Mr Nutz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Pause screen is not working. Works in the DS build. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller A - Fushigi na Pacteria [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Ms. Pac-Man - Maze Madness [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. You have to enable Audio first in the options menu. Minor Audio crackling. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Mucha Lucha! - Mascaritas of the Lost Code [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mugenborg [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mummy [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Intermittent beeping sound. No sfxs are playing. Rest of music is playing well in the background. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Muppet Pinball Mayhem [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Muppets - On with the Show! [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Glitched line during the licensed by screen. Minor Audio desnyc during mini games. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mutsu - Water Looper Mutsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=MX 2002 featuring Ricky Carmichael [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Runs faster with wram i-cache, even faster than native it would seem. Race timer is still correct even in game speed is increased. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=My Animal Centre in Africa [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=All menus and images are broken up. In game world displays correctly. DSi:More Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=My Little Pony - Crystal Princess - The Runaway Rainbow [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Blast! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Break&#039;em [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Mahjong - KabuReach [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical glitch in upper left corner after exiting from a game. Game has no save feature. }}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum - 50th Anniversary [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Nancy Drew - Message in a Haunted Mansion [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Narikiri Jockey Game - Yuushun Rhapsody [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Konoha Senki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. }}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Naruto RPG - Uketsugareshi Hi no Ishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=NASCAR Heat 2002 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Natural 2 - Duo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=NBA Jam 2002 [UE]|version=(2020/04/21) 088cbc5||rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Crackling sound when starting match or loading title screen. Graphical glitch in main menu after quitting match near circular buttons on the left side. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed Carbon - Own the City [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Most Wanted [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Porsche Unleashed [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Screen duplicate scrolling up and down.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Lots of flickering graphics in language select, main menu and ingame. Some crackling sound after race. Finished a whole race.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Next Generation Tennis [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Flickering logos right before loading next one. Lower bar of title screen title bar is flickering.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-02 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=2fast|note=Midway logo is green around the logo. Background in main menu is a green mess. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Green background around Outlook Entertainment logo. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=NHL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=NHL Hitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game softlocks after you select Season mode&#039;&#039;&#039;. Sound still plays. Exhibiton mode works.}}&lt;br /&gt;
{{GBAR2Game|title=Nicktoons Racing [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ninja Cop [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Ninja Five-O [U]&#039;&#039;&#039;.}}&lt;br /&gt;
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga Ibun [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga no Yabou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Noddy - A Day in Toyland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.  Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=No No No Puzzle Chailien [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the title screen.}}&lt;br /&gt;
{{GBAR2Game|title=No Rules - Get Phat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nyan Nyan Nyanko no Nyan Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Bouken Jima - Honwaka Yume no Island [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Heya [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Yumebouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oddworld - Munch&#039;s Oddysee [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ojarumaru - Gekkouchou Sanpo de Ojaru [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Okumanchouja Game - Nottori Daisakusen! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Dragon Dream [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Going Baseball - Kaizoku Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Mezase! King of Belly [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Onimusha Tactics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Massive input lag without it.&#039;&#039;&#039;|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Open Season [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Operation Armored Liberty [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.  Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Oriental Blue - Ao no Tengai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Wanko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ottifanten Pinball [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Intro Cutscene only shows text. Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Ozzy &amp;amp; Drix [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Collection [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio plays well until saving, at which point it will start making crackling sounds continuously. Going in and out of the GBAR2 menu might remedy this, but it makes GBAR2 crash most of the time. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Going into GBAR2 menu makes the game softlock. This softlock might not have happened in build (2020/03/28) 883c0d7. Game uses a Password system.  Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Best Friends - Dogs &amp;amp; Cats [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Pet Resort [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Payback [E]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Intro FMV is heavily glitched with flickering screen. Same with main menu and in game. Heavy slowdown when driving.}}&lt;br /&gt;
{{GBAR2Game|title=Penny Racers [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as The US Gadget Racers (NOT the same as the similarly named European ROM) and Choro-Q Advance (J)&#039;&#039;&#039; Smoother framrate than the original 20 fps.}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Petz Vet [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Himawari Doubutsu Byouin Pet no Oishasan (J)&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Pferd &amp;amp; Pony - Mein Gestuet [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Phantasy Star 1:&#039;&#039;&#039; Duplicated text boxes and towns in world map. Occasional background noise/screeching.  &#039;&#039;&#039;Phantasy Star 2 &amp;amp; 3:&#039;&#039;&#039; Intermittent beeping sound in Pause screen. }}&lt;br /&gt;
{{GBAR2Game|title=Phil of the Future [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Background graphics are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Piglet&#039;s Big Game [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=good|speed=good|note=DSi: Game boots to black screen crashing GBAR2. Latest dsp build 04/21/2020 has this:&#039;&#039;&#039;DSi version crashes GBAR2 when quitting game.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Pinball of the Dead [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Tycoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster than on og hardware. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling during the tutorial. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky Monkey Town [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches during the intro. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on og hardware.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee &amp;amp; Phoebee [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man&#039;s Chest [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes during the intro. Many gfx glitches. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Planet Monsters [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=DSi:Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Planet of the Apes [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=good|speed=good|note=Some gfx glitches on screen. DS version runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan [J]|version=(2020/08/12) d5dc8d8|rating=noboot|nocache=0|cache=0|note=(2020/08/12) d5dc8d8 Black screen after bios. (2020/04/21)White screen right after bios. This has never worked on DSi or 3DS. On DS build (2020/04/13) f3daa51 the game softlocks during the title screen with a loud noise. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan Micro [J]|version=(2020/08/12) d5dc8d8|rating=noboot|nocache=0|cache=0|note=The game has never booted on DSi or 3DS. Game makes GBAR2 crash to white screen right after bios. DS build (2020/04/13) f3daa51 has the game softlocking during the Health Care Screen with a loud noise. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Dogs [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Music [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocky &amp;amp; Rocky with Becky [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.&#039;&#039;&#039;Same game as Kikikai-kai Advance&#039;&#039;&#039;  }}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Emerald [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Has gb audio pitch a bit off. Noticeable in certain themes and in exclamation mark sfx. Slight stuttering in audio when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon FireRed [UE][Rev 1]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Subtle stuttering in audio when saving. Some have reported inaccuracies with gb audio channels.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon LeafGreen [UE][Rev 1]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Subtle stuttering in audio when saving. Some have reported inaccuracies with gb audio channels.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Mystery Dungeon - Red Rescue Team [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Pinball - Ruby &amp;amp; Sapphire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Stuttering in menu music.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Ruby [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Use previous builds to build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Sapphire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Use previous builds to build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=Polar Express [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cutscenes have no Background graphics.}}&lt;br /&gt;
{{GBAR2Game|title=Polarium Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game needs NTR Clockspeeds set in Twilightmenu++ to run.&#039;&#039;&#039; Audio might desync and start crackling when saved.}}&lt;br /&gt;
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling audio. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pop Idol [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Poke Dash [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Second game needs to be unlocked first.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prehistorik Man [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Action Soccer [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes if entering GBAR2 menu in a match.&#039;&#039;&#039; Some crackling audio when loading screens.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2003-2004 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio stutter. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Beach Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game works with main memory i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pro Tennis WTA Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039; Same game as WTA Tour Tennis&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Proud Family [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Echoing crackling sound whenever sound is played. Game has no save feature. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Timers in game skip 2 seconds every time making the flea mini game impossible to win. This is not affected by caches. This might be a regression. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Puyo Pop Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Puzzle &amp;amp; Tantei Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Quad Desert Fury [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Screen becomes purple for a split second at times. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Gears Advance [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Slowdown/Halting during initial car license logo scrolling until you get to the game which runs full speed.}}&lt;br /&gt;
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=The licensed by screen is missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Ratatouille [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rave Master - Special Attack Force! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039;Same game as Groove Adventure Rave: Hikari to Yami no Daikessen 2 &#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rayman - Hoodlum&#039;s Revenge [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash during logos. Reboot, then it softlocks after intro cutscene. Reboot again and you can play normally.&#039;&#039;&#039; Occasional black lines.}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Razor Freestyle Scooter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.&#039;&#039;&#039;Same game as Freestyle Scooter (E)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen.}}&lt;br /&gt;
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Reign of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Revenge of Shinobi [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game makes GBAR2 crash right before starting the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rhythm Tengoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ripping Friends [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=River City Ransom EX [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}} &lt;br /&gt;
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Boots to a white screen. Press A and start and eventually you will get to title screen. Intermittent beeping sound even if music and sfx are disabled ingame, in menu and pause screen. No beeping sound if firing ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rock&#039;em Sock&#039;em Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rock n&#039; Roll Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocky [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes on first intro screen.}}&lt;br /&gt;
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sabre Wulf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Salt Lake 2002 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Missing sound effects when slashing sword. Latest dsp build tested 04/21/2020 has this:&#039;&#039;&#039;DSi:Game crashes after the title screen.&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Latest dsp build 04/21/2020 has game crashing on DSi.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor Audio crackling. There is some screen tearing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Blast! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Duplicate of screen when about to start new game and when game over. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Scramble! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Duplicate of screen when about to start new game and when game over. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scurge - Hive [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam Force [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note= Heavy gfx glitches after you press start during the first mission. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Games have less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Rally Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sega Smash Pack [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Black line flickering across upper screen.}}&lt;br /&gt;
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sennen Kazoku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Serious Sam Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Garbled portrait graphic when scrolling pages in status screen and cursor graphic in shop. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched upper text bar in status screen when changing between menus. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shamu&#039;s Deep Sea Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Stuttering sound and framerate when loading new logos, new stage and entering and exiting pause menu. }}&lt;br /&gt;
{{GBAR2Game|title=Shanghai Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shark Tale [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shaun Palmer&#039;s Pro Snowboarder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sheep [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kanji Keisan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving doesn´t work. This is a regression.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving doesn´t work. This is a regression.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sound channel doesn´t sound quite right. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched sprites ingame. Crackling sound in post logo cutscene. Fixed by entering gbar2 menu. Minor glitched square in upper left corner of screen right before match. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving is broken. This is a regression.&#039;&#039;&#039; Use commit 6522414 (2018/11/01) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. &#039;&#039;&#039;DSi:Minor gfx glitches now and then.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Reekin&#039; Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Smash n&#039; Crash Racing [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches. Character sprites are missing during a race. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Super Slam [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek the Third [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sigma Star Saga [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Silent Scope [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Silk to Cotton [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sims - Bustin&#039; Out [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sim City 2000 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=&#039;&#039;&#039;Saving doesn&#039;t work.&#039;&#039;&#039; Minor crackling sounds when loading. Sound is distorted with wram i-cache on.}}&lt;br /&gt;
{{GBAR2Game|title=Sister Princess - RePure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sitting Ducks [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling audio in game and in menu. Glitched upper part of background ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro Advance - Takarabune &amp;amp; Ooedo Sakurafubuki 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler &amp;amp; New Tairyou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Smashing Drive [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=good|speed=good|note=Lots of GFX glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smuggler´s Run [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;DSi:Main menu music is distorted when quitting game.&#039;&#039;&#039; Game runs more smoothly with caches enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.|crashreason=Timing. TWL speed works}}&lt;br /&gt;
{{GBAR2Game|title=Snap Kid&#039;s [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes post bios on a white screen with center and mask on, while a black screen with center and mask off. Glitchy stuttery sound.}}&lt;br /&gt;
{{GBAR2Game|title=Snood [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio beeping regularly, but very low when ingame. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Image duplicate flickers up and down in menus. Image in game is fine. Minor crackling in menus and ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Soccer Kid [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Disable wram i-cache to not crash during intro cutscene. This is DSi/3DS only.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Use either patch or wifi_link branch build to play.&#039;&#039;&#039; [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ This] patch (made by Vague Rant) skips the black borders. Game runs perfect with patch! Without patch and on any other build than wifi_link you get unskippable black borders on screen and music playing. It tests the link hardware, which is not implemented outside of the Wifi_link branch yet and yields those boxes on all other test fail.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=good|cache=1|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Use either patch or wifi_link branch build to play.&#039;&#039;&#039; Some crackling sounds. Game runs fine with patch! Without patch and on any other build than wifi_link you get unskippable black borders on screen and music playing. Requires [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ this] patch (made by Rocket Robz, ported over from Vague Rant&#039;s SA1 patch) to skip the black borders. It tests the link hardware, which is not implemented yet and yields those boxes on test fail. }}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 3 [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Battle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds occasionally. Stuttering audio when game set after battle.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Pinball Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Space Channel 5 - Ulala&#039;s Cosmic Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Space Invaders [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. Enemy sprites are missing. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Distorted Audio.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=FMV Intro has some crackling sounds. Cutscenes before levels only show text and not background image.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Mysterio&#039;s Menace [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=High pitched sound when wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob&#039;s Atlantis SquarePantis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is slightly distorted in menu. Black line flickering across middle part of screen. }}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Disable center and mask to view when ingame. Menus work fine with center and mask on.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=wram i-cache needs to be turned off to avoid stuttering audio. Crackling audio when loading.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Hunter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor flicker during the licensed by screen.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids Challenger [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Flickering OSS in background in new game cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game crashes after going into GBAR2 menu. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro - Season of Ice [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Flickering top of ingame dialog boxes and artifacting of it on upper border.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro 2 - Season of Flame [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - A New Beginning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - The Eternal Night [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX Tricky [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Image duplicate flickering up and down. Some noise in game. In game runs slower than normal.}}&lt;br /&gt;
{{GBAR2Game|title=Stadium Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Starsky &amp;amp; Hutch [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Constant flickering short perpendicular lines of white stripes in ground texture.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx issues in game and between menu screens. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=good|note=Animations will halt of main character sometimes even if game is still playing at normal speed and actions are happening. Happens particularly when meeting two jawas in first stage. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Glitched Cutscene. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Star X [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with caches on. More graphics glitches with wram i-cache on. Dithered surfaces with wram i-cache on. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Steven Gerrard&#039;s Total Soccer 2002[E]|version=|rating=|nocache=|cache=|save=|sound=|speed=|note=&#039;&#039;&#039;Same game as Alexander Zickler Total Soccer 2002 [De]&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Steel Empire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Street Jam Basketball [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Street Racing Syndicate [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=good|note=Heavy graphical glitches. Misplaced polygons of car in showroom. Tearing of screen.}}&lt;br /&gt;
{{GBAR2Game|title=Strike Force Hydra [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Stuart Little 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Stuntman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen post bios. Sound plays well. Reacts to inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Suite Life of Zack &amp;amp; Cody - Tipton Caper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable main memory i-cache in the gbarunner2 settings to avoid crashing before first battle&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Audio desync might happen when saving making crackling sound that lasts for around one second.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sum of All Fears [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Nintendo&#039;s TWLbg bug (only on 3DS) where bottom part of screen gets duplicated more and more. The only sound is beeping. Intermittent beeping sound starts and continues for rest of the game when choosing game mode in campaign.}}&lt;br /&gt;
{{GBAR2Game|title=Super Black Bass Advance [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;White screen after boot. DS version runs perfect.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Super Bubble Pop [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on og hardware when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Bust-A-Move [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during a game. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Collapse! II [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor flicker over the status bar. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Duper Sumos [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash after you collect an armor upgrade.&#039;&#039;&#039; &#039;&#039;&#039;Has Nintendo&#039;s TWLBg bug (only 3DS) where bottom lines of screen accumulate on top of eachother the longer you play.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds when saving that sometimes desyncs audio momentarily.}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi&#039;s Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Maybe too fast. Screen duplicate scrolls down. Crackling sound in menus when selecting. &#039;&#039;&#039;Gericom:&#039;&#039;&#039; This game swaps buffers when vblank is already over (presumably because it was too slow in gbarunner2 or so) and that causes issues with the way I swap buffers.}}&lt;br /&gt;
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen A [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen D [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the character select screen.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen J [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Black line when saving. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some Audio stutter. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Surf&#039;s Up [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling after you quit a race.}}&lt;br /&gt;
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot because of languague barrier with first quiz.}}&lt;br /&gt;
{{GBAR2Game|title=Sword of Mana [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The dialogue boxes have flickering brown lines behind the text. Has issue with sprite ordering differences between DS and GBA. For example, the main character will appear as standing behind characters in the starting prison cell if walking near their feet.}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Latest DSP build tested 04/21/2020 has this:DSi:Game crashes after the Atlus logo. Minor Audio crackling. Black line flickering when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling during battle and when you scroll through the main menu. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of Phantasia [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Summoner&#039;s Lineage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Crackling audio. Fixed by going in and out of GBAR2 menu. Sometimes audio desync which is fixed the same way. Garbled map screen background when winning first battle or game over and retrying.}}&lt;br /&gt;
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio desync. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tang Tang [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;White screen after boot. DS version runs fine.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitche with wram i-cache enabled. &#039;&#039;&#039;DSi:Minor gfx glitches during the title screen.&#039;&#039;&#039; Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Taxi 3 [FR]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate flickering around bottom of screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter. More Audio noise when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tekken Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Occasional flickering line across screen ingame on upper third of screen. Minor popping sound and black line inbetween arcade battles.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Broken background eventually in new game cutscene. Black line when saving and crackling sound. Occasional black line when moving around places.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Some Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Some Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ten Pin Alley 2 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Crashes when starting match. Music still plays. Game crashes with TWL speed. Game has no save feature. Crackling audio in jukebox and in game.|crashreason=Timing. DSi speed works but crashes later on}}&lt;br /&gt;
{{GBAR2Game|title=Terminator 3 - Rise of the Machines [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tetris Worlds [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no Save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Texas Hold´em Poker [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=TG Rally [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven 2 - Supernatural Style [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=The Bee Game [U]|version=(2020/08/12) 6e4ce45 |rating=perfect|nocache=|cache=1|sound=good|speed=good|note=Perfect sound in DSP branch. Some stuttering sound in master branch.}}&lt;br /&gt;
{{GBAR2Game|title=The Essence of War - Glory Days [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=The only sound is intermittent beeping. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - A Link to the Past [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - The Minish Cap [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash in Dark Hyrule Castle room with whirlwinds towards the end of game.&#039;&#039;&#039; Rare audio desync when using sword or gust jar that ends quickly. Missing frames of animation when going down stairs. }}&lt;br /&gt;
{{GBAR2Game|title=The Three Stooges [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunder Alley [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature. Occasional crackling in music in jukebox. Crackling sound from car engine ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds - International Rescue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour Golf [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound gets interrupted when going into leaderboard. Rare minor screeching sound and beeping in game.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour 2004 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;DSi:Game has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039; Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tim Burton&#039;s The Nightmare Before Christmas - The Pumpkin King [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|note=Game makes GBAR2 crash at Buena Vista logo. Both screens flicker and break.|crashreason=Probably same reason as for Densetsu no Stafy 3.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Buster&#039;s Bad Dream [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Wacky Stackers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Gfx glitches during the title screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf - Ze Gagmachine (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf Mega Compet (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=TMNT - Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Xtreme Racer Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tomato Adventure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry in Infurnal Escape [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry Tales [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry - The Magic Ring [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Rainbow Six - Rogue Spear [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= No sound until you get ingame and there is only intermittent beeping. DS version has Sound fx.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell - Pandora Tomorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tonka - On the Job [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good||note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s American Sk8land [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Downhill Jam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Popping sound when loading new screens in logos. Minor screeching sounds during game.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 3 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=good|note=In game background graphics break in career when getting mission overview. It also happens when watching demo mode. Fixed by pausing and choosing retry. Background is broken when choosing end game. Minor popping sound when loading into main menu or other new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Underground [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear GT Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Occasional Audio stutter during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear Rally [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Has a pink line horizontally across screen where background and 3d terrain meet. Crackling sounds for a second when loading into title screen and a single popping sound when showing nintendo logo.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Combat Zones [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game seems to not react to A button in the menu therefore it doesn’t let you move on from the title screen. Pressing Dpad and select works. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Firestorm Advance [UE]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=No sound effects. Latest DSP build tested 04/21/2020 has this: DSi:Game crashes after title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Spin 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Total Soccer Manager (E)|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=&#039;&#039;&#039;Game softlocks during the Ubisoft logo. DS version runs fine.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! 2 - Undercover (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Glitched character portrait after the story intro cutscene.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Toukon Heat (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Occasional audio desync/stuttering when loading new screens. Characters input do not show.}}&lt;br /&gt;
{{GBAR2Game|title=Tower SP [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Toyrobo Force (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Treasure Planet [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=High pitched sound when wram i-cache is enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Trick Star [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor noise when wram i-cache is enabled during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Tringo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Trollz - Hair Affair! (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tron 2.0 - Killer App [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Turbo Turtle Adventure (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Glitched map screen after the intro cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Turok Evolution [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tweety and the Magic Gems (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Uchuu no Stellvia [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ui-Ire - World Soccer Winning Eleven [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Brain Games [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Card Games [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Screen duplicate flickering at times. Crackling sound when drums play, not sure if like that on real HW. }}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor Audio crackling.&#039;&#039;&#039;Same game as Kinnikuman II Sei: Seigi Choujin e no Michi&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes after entering words in crosswords game. This is a regression.&#039;&#039;&#039; Use build from (2020/04/12). Crackling sound after saving game.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Spider-Man [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Winter Games [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches in game where duplicate picture scrolls downwards. Intermittent beeping sound in pause menu and results screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Unfabulous [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Uno 52 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Uno Free Fall [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Urban Yeti! [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Urbz - Sims in the City [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Van Helsing (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Vattroller X (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Virtua Tennis (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Virtual Kasparov (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. }}&lt;br /&gt;
{{GBAR2Game|title=V-Master Cross (J)|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling. &#039;&#039;&#039;Game crashes after you either lose or win the intro battle.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=V-Rally 3 (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Occasional popping sound during loading new screen in logos.}}&lt;br /&gt;
{{GBAR2Game|title=V.I.P. (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wade Hixton&#039;s Counter Punch (UE)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Xunbao Ji (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Land 4 for iQue China. Minor Audio crackling when you enter and leave a level.}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Zhizao (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Ware for iQue China. Rarely occuring stuttering sound when loading into new screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko de Kururin! Wancle (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko Mix Chiwanko World (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wanwan Meitantei (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wario Land 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= The build that comes with twlmenu++ as of 19/10/2020 has problems in arabian nights level where enemies turn into chests instead of a bat and bee. Use the hicode build linked to above instead for this part. Crackling or pseudostereo sounds in pyramid room. Most likely due to saving often. Rare black line flickering across screen in pyramid room.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Rarely occuring stuttering sound when loading into new screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game works with motion sensor patch applied on the 3DS.&#039;&#039;&#039; Motion sensor game.}}&lt;br /&gt;
{{GBAR2Game|title=Watashi no Makesalon (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Whac-A-Mole [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire Junior [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Chimp Chase [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.  Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Leave ds main memory i-cache off and wram i-cache on, to avoid buggy scrolling of screen in bike levels when tripping over. Some crackling sounds when loading. Minor crackling sounds when going to title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wing Commander - Prophecy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling sounds in title screen and new game intro. Does not get fixed by going into GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Wings [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio desync. Beeping Sound during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Winnie the Pooh&#039;s Rumbly Tumbly Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Winning Post for Gameboy Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some gfx glitches and Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club - Quest for the Codex [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=W.i.t.c.h. [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wizardry Summoner [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wolfenstein 3D [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game plays faster than on og hardware with caches enabled. Screen duplicate flickering ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Woody Woodpecker in Crazy Castle 5 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio desync. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Word Safari - The Friendship Totems [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Advance Soccer - Shouri heno Michi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Championship Poker [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=World Poker Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Tennis Stars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Worms Blast [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Worms World Party [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game.&#039;&#039;&#039; Distorted music in main menu. Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Road to WrestleMania X8 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Survivor Series [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=WWF - Road to WrestleMania [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes after the title screen. DS version runs fine.&#039;&#039;&#039; Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=XS Moto [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=xXx [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=X2 - Wolverine&#039;s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=X-Bladez - Inline Skater [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Glitched background in title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - Reign of Apocalypse [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - The Official Game [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Yaoxi Dao [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Yoshi´s Island for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Yggdra Union - We will never fight alone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yoshi Topsy-Turvy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with motion sensor patch applied. Motion sensor game.}}&lt;br /&gt;
{{GBAR2Game|title=Youkaidou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Minor Audio crackling.&#039;&#039;&#039; &#039;&#039;&#039;Same game as Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005 (E) and  Yu-Gi-Oh! Duel Monsters International 2 (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched top right of background with flames from number six on title screen. Crackling sounds and black line when changing screens ingame like surrendering.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Minor Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot}}&lt;br /&gt;
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zapper [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. }}&lt;br /&gt;
{{GBAR2Game|title=Zatch Bell! - Electric Arena [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitches in the textbox.&#039;&#039;&#039;Same game as Konjiki no Gashbell!! - Unare! Yuujou no Zakeru&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero-Tours [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero One [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zero One SP [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zidane Football Generation [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Background issue in main menu. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Zoey 101 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Legacy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga Fuzors [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Zone of the Enders - The Fist of Mars [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=ZooCube [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zooo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Link Games ==&lt;br /&gt;
&amp;lt;big&amp;gt;The compatibility list for games with link functionality can be found here: [[GBARunner2/Link]].&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Rom Hacks ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with with wram i-cache enabled. DSi:Minor clicking sound. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Castlevania Reaper&#039;s Reckoning Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game has less audio crackling with wram i-cache disabled. Saving works. DSi:Black screen after bios intro. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Tactics Universe V.3 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Fire Emblem - The Last Promise Hack V.2.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game has less audio crackling with wram i-cache disabled. Saving works. DSi:Black screen after bios intro. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Fusion - TS2000 Hack V.0.95 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Menu Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with Cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Homebrew ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Anguna V.0.95&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes when you save. Saving doesn´t work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Beru&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castle Master&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Christmas Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches and slowdown.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Combat Advanced V.0.43&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|El-Hazard &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor crackling noise during gameplay. This is a regression compared to commite5eade0 (2020/02/06). Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Eliminator V.0.91&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. No Audio by default. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Elite - The New Kind v.1.7.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Ex Machina&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kunoichi Yami&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Lily and the lost Angel V.0.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Black screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Magical Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metal Warrior 4 V.1.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Nebulus V.1.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Orn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Panic at work&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Quake GBA Demo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Rinne Tensyou ADVANCE&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor noise during gameplay. DSi: Heavy Noise when you shoot. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rodion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. You can hear music play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Sonic the Hedgehog - [2007 Port Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after bios intro. This is a regression compared to commit e5eade0 (2020/02/06). Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Space Twins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Audio has less crackling with wram i-cache disabled. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario - The Last GBA Quest V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Star Shooter Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Sushi the Cat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Some audio stutter during gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|The Endless Tower&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game softlocks after the intro. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|The Fallen&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|The Last Seal&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the intro. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Trailblazer Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|No Audio. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Vulkanon V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prototype ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Another World V.2.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Banjo Kazooie - Grunty&#039;s Revenge - Early Beta&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Banjo Pilot Voxel&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and some gfx glitches during a race. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Battletoads&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - Monsters Stable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - More Detail Unstable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Broken Circle [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches are visible every now and then. Ocassional audio noise. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Contra Advance - Review Prototype&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Diddy Kong Pilot 2001&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Diddy Kong Pilot 2003 Alpha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|DK - King of Swing - Kiosk Demo [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches. DSi:Many gfx glitches on screen. Don´t know if saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Dune Ornithopter Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Pause screen is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Fire Eaters - Zero Bandits (Black Belt Challenge) [E] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the titlescreen. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0206]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0219]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Flashback Legends [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Haunted Mansion [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Some gfx glitches and slowdown. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Hikaru no Go Taikenban [Promo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kien [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kirby and the Amazing Mirror [Demo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Konami Krazy Racers [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Power up symbol glitches until you pick a item. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Legend of Zelda - The Minish Cap [Kiosk Demo] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|LEGO Racers 2 [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes during a race in Arcade mode after you open the gbarunner2 menu. Error message: &amp;quot;Gone over one frame&amp;quot; appears. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Mandrake the Magician - Shadow of the Vehme&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Mario &amp;amp; Luigi - Superstar Saga [Kiosk Demo] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable the main memory i-cache to play the game.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Megaman Battle Network 2  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|DSi:Game crashes after the titlescreen. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.11.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Single crackling sound when intro cutscene starts and loading into save file. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.16.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Single crackling sound when intro cutscene starts and loading into save file. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - [05.12.2003 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - [16.01.2004 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Morning Adventure [Promo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Motocross Challenge [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game kind of softlocks after you open the gbarunner 2 menu a couple times.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Moto GP [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Overstorm [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Phantom - The Ghost who walks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Pokemon Ruby [German Debug Build]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. This is a regression. Use previous builds to build (2020/04/11) a46c183. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Resident Evil 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Santa Claus Jr. Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Minor gfx glitches now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Sonic Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Unskippable Black Borders on Screen and Music playing. Unplayable.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.39 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [07.31.2001 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Starsky &amp;amp; Hutch [Beta] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Bright Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Tyrian 2000 [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|World Reborn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Yoshi&#039;s Story [GBA Tech Demo SDK 3.0 with Sound]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unlicensed games ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Digimon Ruby&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable main memory i-cache to play the game at normal speed.&#039;&#039;&#039; Minor sounds are missing. Couldn´t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Digimon Sapphire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Iron Kid [Korea]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Mo Jie Qibing [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Qwak [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the titlescreen. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rockman &amp;amp; Crystal [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatability_List&amp;diff=74800</id>
		<title>GBARunner2/DSi 3DS Compatability List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatability_List&amp;diff=74800"/>
		<updated>2025-01-21T22:34:20Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: Fix broken links to Sonic Advance 1/2 patches&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
{{Delete|Typo and moved to new page}}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;25%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!Legend&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Very Playable - Full Speed. Very Good Audio. No gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Playable - Minor Performance issues.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Working/Unplayable - Game is very slow/laggy/glitched up.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Freezing - Game boots but freezes somewhere.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|No boot - Game doesn&#039;t even boot.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039; NB! Most games should have no problem saving. However, a save error message (and sometimes other crashes too) could mean that your game must be SRAM patched - check the [[GBARunner2|Usage section on the main page]] for the appropriate tool !&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039; NB! Some games have Release Intros attached to them. Those intros use a code that is not supported yet. Try using the GBATA tool to remove the intro to get the game to work. Use an emulator to see if a game has a rom intro or not ! &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Alternatively, or if the ROM still doesn&#039;t 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]&#039;&#039;&#039;. WinMD5Free is linked to on the [[GBARunner2|mainpage]] and can be used to calculate the MD5 hash. You only need to calculate one and compare that one. A good dump on DAT-o-MATIC will have a green colored background, a bad one will have a red one.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Retail games ==&lt;br /&gt;
{{GBAR2DSPGameTable}}&lt;br /&gt;
{{GBAR2DSPGame|title=007 - James Bond - Everything or Nothing [U]|version=44bcfb9 (2020/04/08)|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown.&#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; No slowdown. Game has some crackling sounds due to syncing on timer. }}&lt;br /&gt;
{{GBAR2DSPGame|title=007 - James Bond - Nightfire [UE]|version=10f3e53 (2019/12/20)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=2 Games in 1 - Uno + Skip-Bo [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=2K Sports - Major League Baseball 2K7 [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ace Combat Advance [UE]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ace Lightning [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Action Man - Robot Atak [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}} &lt;br /&gt;
{{GBAR2DSPGame|title=Activision Anthology [U]|version=10f3e53 (2019/12/20)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Advance Guardian Heroes [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible now and then. Game runs fine.}} &lt;br /&gt;
{{GBAR2DSPGame|title=Adventure of Tokyo Disney Sea [J]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|safe=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Advance Wars [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Advance Wars 2 - Black Hole Rising [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Aero the Acro-Bat - Rascal Rival Revenge [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Agassi Tennis Generation [E]|version=10f3e53 (2019/12/20)|rating=playable|nocache=1|cache=1|speed=good|note=Arcade mode is playable. Game crashes in other mode. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Agent Hugo - Roborumble [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Aggressive Inline [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Aigle de Guerre, L&#039; [FR]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Aka-chan Doubutsuen [J]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1||save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Aladdin [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Aleck Bordon Adventure - Tower &amp;amp; Shaft Advance [J]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|safe=?|speed=good|note=Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Alex Rider - Stormbreaker [E]|version=9bb1e61 (2019/12/23)|rating=crashes|nocache=1|cache=1|note=Game boots on the 3DS. It crashes after you select the language. White screen after bios intro with base ds model. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Alienators - Evolution Continues [UE]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Minor Sound Fx are missing. White screen after bios intro on base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Alien Hominid [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=0|speed=good|note=Game runs well with the 3DS. White screen after bios intro with the base ds model. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=All Grown Up! - Express Yourself [UE]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=All-Star Baseball 2003 [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=All-Star Baseball 2004 [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Altered Beast - Guardian of the Realms [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Amazing Virtual Sea-Monkeys [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=American Bass Challenge [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Minor gfx glitches now and then. Black screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Game runs fine. |crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=American Idol [U]|version=10f3e53 (2019/12/20)|rating=perfect||nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=An American Tail - Fievel&#039;s Gold Rush [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Angel Collection - Mezase! Gakuen no Fashion Leader [J]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Angel Collection 2 - Pichimo ni Narou [J]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Angelique [J]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor Sound Fx are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Animal Mania - Dokidoki Aishou Check [J]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Animaniacs - Lights, Camera, Action! [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Animal Snap - Rescue Them 2 by 2 [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Minor sound fx are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J]|version=44bcfb9 (2020/04/08)|rating=perfect|nocache=1|cache=1||save=1|sound=good|speed=good|note=&#039;&#039;&#039;DS version&#039;&#039;&#039;Sound is bad but game runs at full speed.&#039;&#039;&#039;DS Sound regression starting with commit 5569f94 (2019/09/06).&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ant Bully [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Antz - Extreme Racing [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game works well with the 3DS. Game runs faster with Cache enabled. White screen after bios intro with base ds model. Game runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ao-Zoura to Nakamatachi - Yume no Bouken [J]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Archer Maclean&#039;s 3D Pool [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Arctic Tale [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Army Men - Operation Green [UE]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Army Men - Turf Wars [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Army Men Advance [UE]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Around the World in 80 Days [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Arthur and the Minimoys [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. White screen after bios intro with the base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Game runs perfect. Didn´t get to a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ashita no Joe - Makka ni Moeagare! [J]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Asterix &amp;amp; Obelix - Bash Them All! [E]|version=10f3e53 (2019/12/20)|rating=playable|nocache=1|cache=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Only Asterix and Obelix works. Game crashes, if you wait a bit after the bios intro. Minor gfx glitches are visible every now and then. Game is playable. Asterix and Obelix uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Asterix &amp;amp; Obelix XXL [E]|version=10f3e53 (2019/12/20)|version=10f3e53 (2019/12/20)|rating=playable|nocache=1|cache=0|save=1|speed=minor|note=Game works with the 3DS. White screen after bios intro with base ds model. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Astro Boy Omega Factor [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Atari Anniversary Advance [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Atlantis - The Lost Empire [UE]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Atomic Betty [UE]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches after the bios intro. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=ATV - Quad Power Racing [UE]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=0|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=ATV - Thunder Ridge Riders [E]|version=10f3e53 (2019/12/20)|rating=playable|nocache=1|cache=0|speed=minor|note=Game runs faster with Cache enabled. Full speed with a little slowdown. Minor gfx glitches every now and then. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Avatar - The Last Airbender - The Burning Earth [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Avatar - The Legend of Aang [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Azumanga Daiou Advance [J]|version=10f3e53 (2019/12/20)|rating=unplayable|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches and some slowdown. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Babar to the Rescue [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Back to Stone [E]|version=10f3e53 (2019/12/20)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game works with the 3DS. White screen after bios intro with base ds model. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Back Track [UE]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Baseball [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Baseball 2006 [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Basketball [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Football [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Football 2006 [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Hockey [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Skateboarding [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Sports - Baseball 2007 [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Sports - Basketball 2007 [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Backyard Sports - Football 2007 [U]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Baldur&#039;s Gate - Dark Alliance [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches during the Pause screen. White screen after bios intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Banjo Kazooie - Grunty´s Revenge [UE]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Banjo Pilot [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barbie - The Princess and the Pauper [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barbie and the Magic of Pegasus [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barbie as the Island Princess [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Voice sample are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barbie Diaries - High School Mystery [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barbie Groovy Games [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barbie Horse Adventures [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barbie in the 12 Dancing Princesses [E]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Barnyard [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Baseball Advance [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Batman Begins [UE]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Batman Rise of Sin Tzu [U]|version=10f3e53 (2019/12/20)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Batman Vengeance [E]|version=10f3e53 (2019/12/20)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Battle B-Daman [U]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Battle B-Daman - Fire Spirits [U]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=BattleBots - Beyond the BattleBox [E]|version=6ef2b19 (2019/12/23)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=BattleBots - Design &amp;amp; Destroy [U]|version=6ef2b19 (2019/12/23)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=6ef2b19 (2019/12/23)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=BB Ball [J]|version=6ef2b19 (2019/12/23)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Beast Shooter - Mezase Beast King! [J]|version=6ef2b19 (2019/12/23)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Berenstain Bears and the Spooky Old Tree [U]|version=6ef2b19 (2019/12/23)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Best Play Pro Yakyuu [J]|version=6ef2b19 (2019/12/23)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Beyblade G-Revolution [E]|version=6ef2b19 (2019/12/23) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable||nocache=1|cache=1|save=1|sound=broken|speed=good|note=Minor gfx glitches are visible every now and then. Game is playable. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Crashes right after logos. Had sound issues similar to other games developed by Fullfat on previous working DSP build.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Beyblade V-Force - Ultimate Blader Jam [E]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version=6ef2b19 (2019/12/23)|rating=crashes|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches. Game uses a Password system. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bibi und Tina - Ferien auf dem Martinshof [G]|version=6ef2b19 (2019/12/23)|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=Game crashes during the intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. &#039;&#039;&#039;Use commit f89fac5 (2018/07/10) cache version instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bible Game [U]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Big Mutha Truckers [E]|version=6ef2b19 (2019/12/23) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039; |rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=minor|note=Heavy gfx glitches and slowdown. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; No sound. Heavy graphic glitches. Game seems to run too fast.}}&lt;br /&gt;
{{GBAR2DSPGame|title=bit Generations - Boundish [J]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=bit Generations - Coloris [J]|version=6ef2b19 (2019/12/23)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=bit Generations - Dialhex [J]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=bit Generations - Digidrive [J]|version=6ef2b19 (2019/12/23)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Constant saving causes slowdown in single mode. Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=bit Generations - Dotstream [J]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=bit Generations - Orbital [J]|version=6ef2b19 (2019/12/23)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=bit Generations - Soundvoyager [J]|version=44bcfb9 (2020/04/08)|rating=good|nocache=1|cache=1|save=1|sound=minor issues|speed=good|note=Takes a long time to load after bios logo on a white screen. &#039;&#039;&#039;DS&#039;&#039;&#039;&#039; version is missing stereo channels. Does an initial direct DMA write to the sound fifos which is not implemented yet.|}}&lt;br /&gt;
{{GBAR2DSPGame|title=Black Belt Challenge [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Black Matrix Zero [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Blackthorne [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Sound fx only. Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Blades of Thunder [U]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=good|note=Game crashes during the first level with 3DS. White screen after bios intro with base ds model. Game uses a Password system.|crashreason=Hicode. DSi may work}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bleach Advance - Kurenai ni Somaru Soul Society [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Blender Bros [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=BMX Trick Racer [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Board Game Classics [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boboboubo Boubobo - Bakutou Hajike Taisen [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boboboubo Boubobo - Maji de!! Shinken Battle [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boktai - The Sun is in your Hand [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Solar Sensor patch required.&#039;&#039;&#039; Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boktai 2 - Solar Boy Jango [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Audio is a bit out of sync. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game runs fine. Didn´t get to a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boktai 3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Audio is a bit out of sync. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game runs fine. Didn´t get to a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bomberman Jetters - Game Collection [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=First mini game works only with the 3DS. Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bomberman Max 2 - Blue Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bomberman Max 2 - Red Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bomberman Tournament [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bookworm [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bouken Ou Beet - Busters Road [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Unsupported Toy Starter set needed.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bouken Yuuki Pluster World - Pluston GP [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Unsupported Toy Starter set needed. &#039;&#039;&#039;Notable Sound regression compared to 916020e (2019/07/07).&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boukyaku no Senritsu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boulder Dash EX [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Both games have many gfx glitches.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Boxing Fever [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bratz [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bratz - Babyz [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|speed=good|note=Game runs perfect! }}&lt;br /&gt;
{{GBAR2DSPGame|title=Bratz - Forever Diamondz [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=0|cache=1|speed=good|note=Game crashes at random. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bratz - Rock Angelz [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bratz - The Movie [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Breath of Fire [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Breath of Fire 2 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Britney&#039;s Dance Beat [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Broken Sword - The Shadow of the Templars [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Some noise during the Pause screen. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Brother Bear [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches are visible every now and then. FMV Intro is missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bruce Lee - Return of the Legend [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Bubble Bobble - Old &amp;amp; New [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Uses Natsume audio engine so streams audio. &#039;&#039;&#039;DS Version&#039;&#039;&#039; Random sfx play and interrupt sound. DS Version crashes at random. This is a regression - Use build b740476 (2019/12/24). }}&lt;br /&gt;
{{GBAR2DSPGame|title=Butt-Ugly Martians - B.K.M. Battles [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cabbage Patch Kids - The Patch Puppy Rescue [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cabela&#039;s Big Game Hunter [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cabela&#039;s Big Game Hunter - 2005 Adventures [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Caesars Palace Advance - Millennium Gold Edition [UE]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=minor|note=Unable to play a game.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Calciobit [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Camp Lazlo - Leaky Lake Games [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Capcom Classics Mini Mix [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Game runs fine. Games use a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Captain Tsubasa - Eikou no Kiseki [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Car Battler Joe [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Card e-Reader [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|note=Read Error after bios intro. Unsupported Device.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Card e-Reader [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|note=Read Error after bios intro. Unsupported Device.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cardcaptor Sakura - Sakura Card de Mini Game [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Care Bears - The Care Quests [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Carrera Power Slide [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cars [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cars - Mater-National Championship [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cartoon Network Block Party [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cartoon Network Speedway [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White Screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Casper [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game crashes during the intro with base ds model. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Castlevania Aria of Sorrow [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Castlevania Circle of the Moon [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Castlevania Harmony of Dissonance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Castleween [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs well with the 3DS. White Screen after bios intro with the base ds model. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cat in the Hat by Dr. Seuss [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Minor gfx glitches now and then. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for the base ds model instead. Game runs fine. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Catwoman [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Regular version has better audio than cache.&#039;&#039;&#039; Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Catz [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chaoji Maliou 2 [China]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Super Mario Advance for iQue China. Game runs fine. &#039;&#039;&#039;Mario Bros game doesn´t work.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chaoji Maliou Shijie [China]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Super Mario Advance 2 for iQue China. Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Charlie and the Chocolate Factory [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Charlotte&#039;s Web [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cheetah Girls [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chessmaster [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chicken Little [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chicken Shoot [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chicken Shoot 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chocobo Land - A Game of Dice [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Choro Q Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Choro Q Advance 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Chu Chu Rocket [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=CIMA - The Enemy [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cinderella - Magical Dreams [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. FMV have some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cinnamon Game Series 2 - Yume no Daibouken [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cinnamoroll - Koko ni Iru yo [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Bomberman (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Castlevania (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Donkey Kong (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Dr. Mario (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Excitebike (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Ice Climber (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Legend of Zelda (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Metroid (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Pac-Man (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Super Mario Bros. (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Xevious (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Classic NES Series - Zelda II - The Adventure of Link (UE)|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cocoto - Kart Racer [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cocoto - Platform Jumper [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=minor|note=&#039;&#039;&#039;Better audio with Cache disabled.&#039;&#039;&#039; Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Codename - Kids Next Door - Operation S.O.D.A. [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache disabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Colin McRae Rally 2.0 [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes after you create a profile. This is a regress. Game works with unspecified commit arm9 build (2017/07/17).}}&lt;br /&gt;
{{GBAR2DSPGame|title=Columns Crown [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Combat Choro Q - Advance Daisakusen [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Comix Zone [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Contra Advance - The Alien Wars EX [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Corvette [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crash Bandicoot 2 N-Traced [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crash Bandicoot Fusion [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crash Bandicoot XS [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=0|save=1|speed=lag|note=&#039;&#039;&#039;More Slowdown compared to commit 916020e (2019/07/07).&#039;&#039;&#039; Minor gfx glitches are visible every now and then. Full speed with a little slowdown during a level.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crash Nitro Kart [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crash of the Titans [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crazy Chase [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crazy Frog Racer [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crazy Taxi - Catch a Ride [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and less gfx glitches with Cache enabled. Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Creatures [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Croket! - Yume no Banker Survival! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Croket! 2 - Yami no Bank to Banqueen [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Croket! 3 - Granu Oukoku no Nazo [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Croket! 4 - Bank no Mori no Mamorigami [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Croket! Great - Toki no Boukensha [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Minor gfx glitches now and then. Game crashes during the intro battle with base ds model. Game runs fine. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crouching Tiger Hidden Dragon [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cruis&#039;n Velocity [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Crushed Baseball [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=CT Special Forces [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0||speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=CT Special Forces 2 - Back to Hell [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=CT Special Forces 3 - Bioterror [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cubix - Robots for Everyone - Clash &#039;N Bash [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Curious George [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Custom Robo GX [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit off. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dai-Mahjong [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen with music after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Daisenryaku for Game Boy Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Daisuki Teddy [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dancing Sword - Senkou [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dan Doh!! Tobase Shouri no Smile Shot [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio sounds a bit off. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dan Doh!! Xi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Danny Phantom - Urban Jungle [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Danny Phantom - The Ultimate Enemy [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Daredevil [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Darius R [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor noise during the Pause screen. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dark Arena [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dave Mirra Freestyle BMX 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dave Mirra Freestyle BMX 3 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=David Beckham Soccer [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|note=Heavy gfx glitches. This is a regress. Use commit 5b06bb4 (2019/07/03) arm9 build instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Davis Cup [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Deadly Skies [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dead to Rights [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Deal or No Deal [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=minor|note=Some gfx glitches. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Defender - For All Mankind [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Defender of the Crown (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=DemiKids - Dark Version (U)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=DemiKids - Light Version (U)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Demon Driver - Time to Burn Rubber! (U)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Denki Blocks! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Densetsu no Stafy [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Densetsu no Stafy 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Densetsu no Stafy 3 [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=Flicker on both screen after bios intro.|crashreason=Hblank dma to io}}&lt;br /&gt;
{{GBAR2DSPGame|title=Derby Stallion Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Desert Strike Advance [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dexter&#039;s Laboratory - Chess Challenge [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dexter&#039;s Laboratory - Deesaster Strikes! [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Di Gi Charat - DigiCommunication [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit off. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Diadroids World - Evil Teikoku no Yabou [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor Gameboy sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Digi Communication Nyo - Datou! Black Gemagema Dan [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Digimon - Battle Spirit [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=On the 3DS, the game crashes after you select your character. White screen after bios intro with the base ds model.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Digimon - Battle Spirit 2 [E]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=On the 3DS, the game crashes after the bios intro. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Digimon Racing [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dinotopia - The Timestone Pirates [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney&#039;s Party [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well on the 3DS. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for the base ds model instead. Game runs perfect! Didn´t get to a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Princess [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Princess - Royal Adventure [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Sports - Basketball [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Sports - Football [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Sports - Motocross [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well on the 3DS. Game crashes after the titlescreen with the base ds model. Game runs perfect! Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Sports - Skateboarding [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Sports - Soccer [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Disney Sports - Snowboarding [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=DK - King of Swing [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game works on the 3DS. Several glitches on screen. White screen after bios intro with base ds model. Game is playable.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dogz [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dogz 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dogz - Fashion [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game run fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dokapon [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Cache version has less gfx glitches. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dokodemo Taikyoku - Yakuman Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Domo-kun no Fushigi Terebi [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Donald Duck Advance [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Donchan Puzzle Hanabi de Dohn Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Donkey Kong Country [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Donkey Kong Country 2 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Donkey Kong Country 3 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Doom [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Doom 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dora the Explorer - Dora&#039;s World Adventure! [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dora the Explorer - Super Spies [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dora the Explorer - Super Star Adventures! [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dora the Explorer - The Search for the Pirate Pig&#039;s Treasure [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Audio sounds a bit off. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Doraemon - Dokodemo Walker [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Double Dragon Advance [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Doubutsu-jima no Chobigurumi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Downforce [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Regular version has less gfx glitches than cache. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball Advanced Adventure [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball GT - Transformation [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball Z - Buu&#039;s Fury [U]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Cache version runs faster. Minor gfx glitches now and then. Audio is broken after you go into the gbarunner2 menu. Game crashes if you try to save the game. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Some crackling sounds when loading into new area.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball Z - Collectible Card Game [U]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9(2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball Z - Supersonic Warriors [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball Z - Taiketsu [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball Z - The Legacy of Goku [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Minor gfx glitches now and then. Audio is broken after you go into the gbarunner2 menu. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Graphical issue with post-logos FMV&#039;s image being reduced to upper left corner and flickering around.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Ball Z - The Legacy of Goku II [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is broken after you go into the gbarunner2 menu. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Crackling sounds when loading into new area.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Drive - World D Break [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon&#039;s Rock [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Quest Monsters - Caravan Heart [J]|version=44bcfb9 (2020/04/08)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dragon Tales - Dragon Adventures [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=&lt;br /&gt;
Audio is a bit out of sync. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Drake &amp;amp; Josh [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Drill Dozer [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Driven [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Driv3r [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=good|note=Game runs fine with the 3DS. Game takes a while to boot. White screen after bios intro with the base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Driver 2 Advance [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the first mission.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dr.Mario &amp;amp; Panel de Pon [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Dr.Mario crashes on the 3DS. Dr.Mario won´t boot on the base ds model. Minor sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dr.Muto [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro on the base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dr.Sudoku [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Droopy&#039;s Tennis Open [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game runs faster with Cache enabled. Some noise during the Pause screen. Game runs fine. Game uses a Password system.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dual Blades [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Duel Masters - Kaijudo Showdown [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Duel Masters - Sempai Legends [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Duel Masters - Shadow of the Code [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with the base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Duel Masters 2 - Invincible Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Duel Masters 2 - Kirifuda Shoubu Ver. [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Duel Masters 3 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Duke Nukem Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=good|note=Gfx glitches with the gun that dissapear after a while. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dungeons &amp;amp; Dragons - Eye of the Beholder [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=You hear all kinds of sound sample.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Dynasty Warriors Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Earthworm Jim [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=2fast|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Earthworm Jim 2 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ecks vs Sever [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Mixed up view. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ecks vs Sever 2 - Ballistic [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Mixed up view. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Eggo Mania [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Screen flashes after bios intro with base ds model. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Elemix! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Elevator Action - Old &amp;amp; New [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Elf - The Movie [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Elf Bowling 1 &amp;amp; 2 [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! }}&lt;br /&gt;
{{GBAR2DSPGame|title=Enchanted - Once Upon Andalasia [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Eragon [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Erementar Gerad - Tozasareshi Uta [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=ESPN Final Round Golf [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=ESPN International Winter Sports [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=ESPN Winter X-Games Snowboarding [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=ESPN X-Games Skateboarding [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=European Super League [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ever Girl [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=EX Monopoly [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Exciting Bass [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game runs fine. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Extreme Skate Adventure [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Eyeshield 21 Devilbats Devildays [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=EZ-Talk - Shokyuu Hen 1 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=EZ-Talk - Shokyuu Hen 2 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=A Keyword is needed to start the game. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=EZ-Talk - Shokyuu Hen 3 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=A Keyword is needed to start the game. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=EZ-Talk - Shokyuu Hen 4 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=A Keyword is needed to start the game. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=EZ-Talk - Shokyuu Hen 5 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=A Keyword is needed to start the game. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=EZ-Talk - Shokyuu Hen 6 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=A Keyword is needed to start the game. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=E-Reader [U]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=good|note=Read Error. Unsupported Device.}}&lt;br /&gt;
{{GBAR2DSPGame|title=E.T. - The Extra-Terrestrial [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=F1 2002 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=F-14 Tomcat [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=F-24 Stealth Fighter [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fairly OddParents! - Breakin` Da Rules [U]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fairly OddParents! - Clash with the Anti-World [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fairly OddParents! - Enter the Cleft [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fairly OddParents! - Shadow Showdown [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini - Dai 2 Ji Super Robot Taisen [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 08 - Mappy [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work. This is a regress. Game was playable in older arm9 build.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 10 - Star Soldier [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work. This is a regress. Game was playable in older arm9 build.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 12 - Clu Clu Land [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 13 - Balloon Fight [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 14 - Wrecking Crew [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 16 - Dig Dug [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 18 - Makaimura [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 19 - TwinBee [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Family Feud [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Family Tennis Advance [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Sound regression compared to commit 916020e (2019/07/07).&#039;&#039;&#039; Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Famista Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=?|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game runs fine. Didn´t get to a save spot.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fancy Pocket [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fantastic 4 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fantastic 4 - Flame On [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fantastic Children [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fear Factor Unleashed [U]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro with the 3DS. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Field of Nine - Digital Edition 2001 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=FIFA Soccer 2003 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Crowd sample in the Stadion are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=FIFA Soccer 2004 [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=FIFA Soccer 2005 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=FIFA Soccer 2006 [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Sound fx only, much noise. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2DSPGame|title=FIFA Soccer 2007 [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Sound fx only. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=FIFA World Cup - Germany 2006 [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Sound FX only. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=FightBox [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=FILA Decathlon [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Final Fantasy I &amp;amp; II - Dawn of Souls [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync in the first game. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Final Fantasy IV Advance [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game crashes after Cecil, now a Paladin passes through Devil&#039;s Road.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Final Fantasy V Advance [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game crashes after a monk uses the kick command.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Final Fantasy VI Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Final Fantasy Tactics Advance [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some sounds are missing. Audio is out of sync. Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Final Fight ONE [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit off. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Final Fire Pro Wrestling - Yume no Dantai Unei! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Finding Nemo [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Finding Nemo - The Continuing Adventures [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fire Emblem [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fire Emblem - Fuuin no Tsurugi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fire Emblem - The Sacred Stones [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fire Pro Wrestling [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Crowd sample are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fire Pro Wrestling 2 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Flintstones - Big Trouble in Bedrock [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Flushed Away [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ford Racing 3 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Formation Soccer 2002 [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Audio is a bit out of sync. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fortress [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game is playable. Game has no save feature. }}&lt;br /&gt;
{{GBAR2DSPGame|title=Foster&#039;s Home for Imaginary Friends [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Franklin the Turtle [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Franklin&#039;s Great Adventures [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Freekstyle [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. &#039;&#039;&#039;Sound regression compared to commit 0c697a9 (2019/10/04)!&#039;&#039;&#039; Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Freestyle Scooter [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Frogger Advance - The Great Quest [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|speed=minor|note=Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Frogger&#039;s Adventures - Temple of the Frog [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Frogger&#039;s Adventures 2 - The Lost Wand [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Frogger&#039;s Journey - The Forgotten Relic [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fruit Mura no Doubutsutachi [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well with the 3DS. Game crashes during the intro with base ds model. Game runs perfect! Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fushigi no Kuni no Alice [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Fushigi no Kuni no Angelique [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Minor Gameboy sounds are missing.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Minor Gameboy sounds are missing.}}&lt;br /&gt;
{{GBAR2DSPGame|title=F-Zero Climax [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=F-Zero GP-Legend [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=F-Zero Maximum Velocity [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gachasute! Dino Device - Blue [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gachasute! Dino Device - Red [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor Gameboy sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gachasute! Dino Device 2 - Dragon [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gachasute! Dino Device 2 - Phoenix [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gachinko Pro Yakyuu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gadget Racers [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gakkou o Tsukurou!! Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gakuen Alice - Dokidoki Fushigi Taiken [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gakuen Senki Muryou [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Galidor - Defenders of the Outer Dimension [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Games Explosion! [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Game &amp;amp; Watch Gallery Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ganbare Dodge Fighters [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Garfield - The Search for Pooky [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Garfield and His Nine Lives [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|save=1|speed=minor|note=Some gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gauntlet - Dark Legacy [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS and DSi speed enabled. Minor sounds are missing. Game runs fine. Use commit 8e4d520 (2019/06/14) arm9 version for the base ds model instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039; |rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Audio is broken after you go into the gbarunner2 menu. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Black bar across screen when saving.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gekido Advance - Kintaro´s Revenge [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sound fx are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gekitou Densetsu Noah - Dream Management (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gem Smashers (U)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Genso Suikoden - Card Stories [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Get! - Boku no Mushi Tsukamaete (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=GetBackers Dakkanya - Jagan Fuuin! (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=GetBackers Dakkanya - Jigoku no Scaramouche (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Get Ride! Amdriver - Senkou no Hero Tanjou! (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Get Ride! Amdriver - Shuggeki! Battle Party (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ghost Rider [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ghost Trap (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Global Star - Sudoku Fever [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Godzilla - Domination! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Goemon - New Age Shutsudou! (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Go!Go! Beckham! - Adventure on Soccer Island [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Golden Nugget Casino (UE)|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|note=Unable to play a game. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Golden Sun [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Golden Sun 2 [UE]|version=44bcfb9 (2020/04/08)|rating=crashes|nocache=1|cache=1|save=sram|speed=good|note=Game crashes when saving! This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required in this build.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gradius Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Grand Theft Auto Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;DSi/3DS version: Disable main memory i-cache in the gbarunner2 menu to play the game!&#039;&#039;&#039; Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Greatest Nine [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Green Eggs and Ham by Dr. Seuss (U)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Greg Hastings&#039; Tournament Paintball Maxd [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Heavy gfx glitches during a match.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gremlins - Stripe vs Gizmo [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game runs fine. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Grim Adventures of Billy &amp;amp; Mandy (U)|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=&#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Audio will play for a bit with a lot of crackling noise before it breaks. Other games developed by Fullfat have similar issues.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=b740476 (2019/12/24)|rating=good||nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=GT Advance - Championship Racing [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=GT Advance 2 - Rally Racing [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=GT Advance 3 - Pro Concept Racing [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=GT Championship [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=GT Racers [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=minor||note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Guilty Gear X - Advance Edition [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gumby vs. the Astrobots [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gunstar Future Heroes [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=Game crashes after you load a save file. &#039;&#039;&#039;This is a regress. Use commit 916020e (2019/07/07) version instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Guranbo [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Guru Logic Champ [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gyakuten Saiban [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gyakuten Saiban 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Gyakuten Saiban 3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hachiemon (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hagane no Renkinjutsushi - Meisou no Rondo [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hagane no Renkinjutsushi - Omoide no Sonata [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hajime no Ippo - The Fighting! [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamepane - Tokyo Mew Mew (J)|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches during the puzzle mini game. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Club 3 (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Club 4 (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Monogatari 2 (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Monogatari 3 (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Monogatari 3EX 4 Special (J)|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Glitched Character portrait. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Monogatari Collection (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Paradise - Pure Heart (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamster Paradise Advanchu (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamtaro - Ham-Ham Games [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. &#039;&#039;&#039;Sound regression compared to commit 0c697a9 (2019/10/04).&#039;&#039;&#039; Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamtaro - Ham-Ham Heartbreak [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=good|note=Stuck at the Name entry screen. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hamtaro - Rainbow Rescue [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hanabi Hyakkei Advance (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hanafuda Trump Mahjong - Depachika Wayouchuu (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Happy Feet (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hardcore Pinball (UE)|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hardcore Pool (E)|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Heavy gfx glitches on the menu screen. Game uses a Password system. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harlem Globetrotters - World Tour (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=minor|note=Minor gfx glitches are visible every now and then. Worse sound when Cache is enabled. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harobots - Robo Hero Battling!! (J)|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Game runs with 3DS. Game runs faster with Cache enabled. Many gfx glitches in the textboxes. Minor sounds are missing. Use commit cfc6525 (2019/08/22) build from the rom3M branch for the base ds model instead.|crashreason=Hicode.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harry Potter - Quidditch World Cup [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with 3DS. Game runs faster and has less gfx glitches with Cache enabled. White screen after bios intro on base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harry Potter and the Chamber of Secrets [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harry Potter and the Goblet of Fire [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harry Potter and the Order of the Phoenix [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game has more gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harry Potter and the Prisoner of Azkaban [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harry Potter and the Sorcerer&#039;s Stone [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harukanaru Toki no Naka de - Neoromance Game [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harvest Moon - Friends of Mineral Town [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game works with the 3DS. Heavy gfx glitches. White screen after bios intro with base ds model. Unplayable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Harvest Moon - More Friends of Mineral Town [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game runs with the 3DS. Heavy gfx glitches. White screen after bios intro with base ds model.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hatena Satena [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Heidi - The Game [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hello Kitty - Happy Party Pals [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hello Kitty Collection - Miracle Fashion Maker [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hello! Idol Debut - Kids Idol Ikusei Game [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Herbie - Fully Loaded [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hey Arnold! - The Movie [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Higanbana [J]|version=0c697a9 (2019/10/04)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=High Heat Major League Baseball 2002 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=High Heat Major League Baseball 2003 [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hi Hi Puffy AmiYumi - Kaznapped! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hikaru no Go [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hikaru no Go 2 [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some sounds are missing. Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=High School Musical - Livin&#039; the Dream [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hime Kishi Monogatari - Princess Blue [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Home on the Range [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Horsez [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hot Potato! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Voice sample are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hot Wheels - All Out [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|speed=good|note=Game runs well with the 3DS. Use commit cfc6525 (2019/08/22) build from the rom3M branch for base ds model instead. Game runs perfect! Game uses a Password system.|crashreason=Hicode.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hot Wheels - Burnin&#039; Rubber [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hot Wheels - Stunt Track Challenge [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=0|speed=minor|note=Heavy gfx glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hot Wheels - Velocity X [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Some noise during the Pause screen. White screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hot Wheels - World Race [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hudson Best Collection Vol. 1 - Bomberman Collection [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hudson Best Collection Vol. 2 - Lode Runner Collection [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hudson Best Collection Vol. 3 - Action Collection [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hudson Best Collection Vol. 4 - Nazotoki Collection [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hudson Best Collection Vol. 5 - Shooting Collection [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hugo - Bukkazoom! [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hugo - The Evil Mirror Advance [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Cache version runs faster. Some sounds are missing. &#039;&#039;&#039;Slight audio regression compared to commit 916020e (2019/07/07).&#039;&#039;&#039; Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ice Age [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ice Age 2 - The Meltdown [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ice Nine [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Incredible Hulk [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. &#039;&#039;&#039;Sound regression compared to commit f52fe2b (2019/11/08).&#039;&#039;&#039; Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Incredibles [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Incredibles - Rise of the Underminer [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|speed=minor|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Initial D - Another Stage [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Minor gfx glitches now and then. Audio is a bit out of sync. White screen after bios intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Inspector Gadget - Advance Mission [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Inspector Gadget Racing [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=International Karate Advanced [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game. Unable to access gbarunner2 menu during gameplay.&#039;&#039;&#039; Minor sounds are missing. Minor gfx glitches because of the disabled border. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=International Karate Plus [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Sound is broken after you go into the gbarunner2 menu during gameplay. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=International Superstar Soccer [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=International Superstar Soccer Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Inukko Club [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs perfect!|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Invader [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Invincible Iron Man [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Iridion 3D [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Iridion 2 [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=0|cache=1|speed=lag|note=Heavy gfx glitches and slowdown. Game crashes during Boss battle. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=I Spy Challenger! [U]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=It´s Mister Pants [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jackie Chan Adventures - Legend of the Darkhand [UE]|version=b740476 (2019/12/24) |rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. The retro games don´t work. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=James Pond - Codename Robocod [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jazz Jackrabbit [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Use commit a61e70e (2017/04/22) arm9 master build for base ds model instead. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=J.League Pro Soccer Club o Tsukurou! Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=J.League Pocket [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=J.League Pocket 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=J.League Winning Eleven Advance 2002 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jet Set Radio [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=JGTO Kounin Golf Master - Japan Golf Tour Game [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Can´t get past the Titlescreen.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jikkyou World Soccer Pocket [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jimmy Neutron Boy Genius [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Minor gfx glitches now an then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jimmy Neutron Boy Genius - Jet Fusion [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jinsei Game Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jisu F-Zero Weilai Saiche [China]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=F-Zero Maximum Velocity for iQue China. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jonny Moseley Mad Trix [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Juka and the Monophonic Menace [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jungle Book 2 [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Most sounds are missing. Minor gfx glitches are visible every now and then. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jurassic Park III - Dino Attack [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jurassic Park III - Park Builder [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jurassic Park III - The DNA Factor [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Jurassic Park Institute Tour - Dinosaur Rescue [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Justice League - Injustice for All [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Justice League Chronicles [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Some gfx glitches. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Justice League Heroes - The Flash [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=K-1 Pocket Grand Prix [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=K-1 Pocket Grand Prix 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kaeru B Back [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|note=rating=unplayable|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Minor sounds are missing. Heavy gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kamaitachi no Yoru Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kami no Kijutsu - Illusion of the Evil Eyes [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kao the Kangaroo [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kappa no Kai-Kata Katan Daibouken [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Karnaaj Rally [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kawa no Nushi Tsuri 3 &amp;amp; 4 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game runs faster with Cache enabled. Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kawaii Pet Game Gallery [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kawaii Pet Game Gallery 2 [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Keitai Denjuu Telefang 2 - Power [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Keitai Denjuu Telefang 2 - Speed [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kelly Slater&#039;s Pro Surfer [UE]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kid Paddle [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well with the 3DS. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs perfect! Didn´t get to a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kidou Senshi Gundam Seed Destiny [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kid&#039;s Cards [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kikikai-kai Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Killer 3D Pool [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Voice sample are missing. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kill Switch [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kim Possible [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kim Possible 2 - Drakken&#039;s Demise [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kim Possible 3 - Team Possible [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kingdom Hearts - Chain of Memories [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=King Kong - The Official Game of the Movie [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=King of Fighters EX - NeoBlood [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=King of Fighters EX2 - Howling Blood [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kinnikuman II-Sei - Seigi Choujin e no Michi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game  runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kirby - Nightmare in Dreamland [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kirby and the Amazing Mirror [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kiss x Kiss Seirei Gakuen [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=minor|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Klonoa - Empire of Dreams [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Klonoa 2 - Dream Champ Tournament [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Klonoa Heroes - Densetsu no Star Medal [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koala Brothers - Outback Adventures [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koinu to Issho - Aijou Monogatari [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koinu to Issho 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konami Collector&#039;s Series - Arcade Classics [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konami Krazy Racers [E]|version=44bcfb9 (2020/04/08)|rating=perfect|nocache=1|cache=1|sound=?|sound=good|saving=1|note=&#039;&#039;&#039;DSi and 3DS&#039;&#039;&#039; versions play perfectly. &#039;&#039;&#039;DS&#039;&#039;&#039; version has White screen after bios intro. This is a regression. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konchuu Monster Battle Master [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kong - King of Atlantis [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine. Game uses a Password system.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kong - The Animated Series [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. White screen after bios intro with base ds model. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koro Koro Puzzle - Happy Panechu! [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=lag|note=Minor sounds are missing. Heavy gfx glitches and slowdown. Motion sensor support required to be playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kotoba no Puzzle - Mojipittan Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kouchu Ouja Mushiking [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Audio is a bit out of sync. White screen after bios intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kunio Kun Nekketsu Collection 1 [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=lag|note=Heavy slowdown. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kunio Kun Nekketsu Collection 2 [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=lag|note=Heavy slowdown. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kunio Kun Nekketsu Collection 3 [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=lag|note=Heavy slowdown. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kurohige no Golf Shiyouyo [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches. Minor sounds are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kurohige no Kurutto Jintori [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kurukuru Kururin [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Kururin Paradise [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lady Sia [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Land Before Time [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Land Before Time - Into the Mysterious Beyond [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lara Croft Tomb Raider - Legend [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lara Croft Tomb Raider - The Prophecy [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game uses a Password system. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Only sound is an intermittent beeping sound.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Legend of Dynamic Goushouden - Houkai no Rondo [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Legends of Wrestling II [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Legendz - Sign of Nekuromu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Legendz - Yomigaeru Shiren no Shima [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Bionicle [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=Game crashes after you press select during the first level.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Bionicle Heroes [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Bionicle - Matoran Adventures [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Bionicle - Maze of Shadows [E]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Drome Racers [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=0|save=1|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Island - Xtreme Stunts [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Island 2 - The Brickster&#039;s Revenge [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Knights Kingdom [E]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Racers 2 [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game crashes early in story mode. Arcade mode works. Minor gfx glitches now and then. Some sounds are missing.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Soccer Mania [UE]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Star Wars - The Video Game [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game runs faster with Cache enabled. Some slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=LEGO Star Wars II - The Original Trilogy [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lemony Snicket&#039;s A Series of Unfortunate Events [UE]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Let&#039;s Ride! - Dreamer [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Let&#039;s Ride! - Friends Forever [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Let&#039;s Ride! - Sunshine Stables [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Licca-chan no Oshare Nikki [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lilo and Stitch [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lilo and Stitch 2 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lion King [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Little Buster Q [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Little Einsteins [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Little League Baseball 2002 [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Heavy gfx glitches. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Little Mermaid - Magic in Two Kingdoms [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Little Patissier - Cake no Oshiro [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lizzie McGuire [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lizzie McGuire 2 - Lizzie Diaries [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lizzie McGuire 3 - Homecoming Havoc [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lode Runner [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Looney Tunes - Back in Action [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lord of the Rings - Hobbit [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lord of the Rings - The Fellowship of the Ring [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Full speed with a little slowdown. Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lord of the Rings - The Return of the King [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lord of the Rings - The Third Age [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lord of the Rings - The Two Towers [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lost Vikings [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Sound fx only. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lucky Luke - Wanted! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lufia - The Ruins of Lore [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Lunar Legend [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madagascar [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madagascar - Operation Penguin [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madden NFL 2002 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madden NFL 2003 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madden NFL 2004 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madden NFL 2005 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madden NFL 2006 [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Sound fx only. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Madden NFL 2007 [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Sound fx only. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=MAER - Knockin&#039; on Heaven&#039;s Door [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Magi Nation [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Magical Houshin [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Magical Quest Starring Mickey &amp;amp; Minnie [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Magical Quest Starring Mickey &amp;amp; Minnie 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Minor gfx glitches during the titlescreen. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Magical Quest Starring Mickey &amp;amp; Minnie 3 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Magical Vacation [J]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Gameboy sounds are missing. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Sound is random screeching. The game seems to only want to do manual fifo writes. When dma destination is not fifo, I should not do writes to the fifo, but the irq should still fire.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game crashes with base ds model.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mahjong Keiji [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mail de Cute [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Manga-ka Debut Monogatari [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Maniac Miner [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Maniac Racers Advance [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
&lt;br /&gt;
{{GBAR2DSPGame|title=March of the Penguins [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Marie, Elie &amp;amp; Anis no Atelier - Soyokaze Kara no Dengon [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mario Golf - Advance Tour [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mario Kart - Super Circuit [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache disabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mario &amp;amp; Luigi - Superstar Saga [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=&#039;&#039;&#039;Disable main memory cache in the gbarunner2 menu to play the game.&#039;&#039;&#039; Game runs faster with Cache enabled. Audio is a bit out of sync. Minor gfx glitches every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mario Party Advance [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mario Pinball Land [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mario Power Tennis [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. Game runs faster with Cache enabled. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs perfect!|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mario vs Donkey Kong [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Sound is broken after you go into the gbarunner2 menu during gameplay. Game is playable. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Regular crackling sounds during intro cutscene and occasionally ingame.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Marvel - Ultimate Alliance [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|save=1|speed=good|note=Game runs well with the 3DS. Game crashes during the intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mary-Kate and Ashley - Girls Night Out [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Masters of the Universe He-Man - Power of Grayskull [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds and voice sample are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Matantei Loki Ragnarok - Gensou no Labyrinth [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Matchbox Cross Town Heroes [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mat Hoffman&#039;s Pro BMX [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mat Hoffman&#039;s Pro BMX 2 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Math Patrol - The Kleptoid Threat [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. Game runs faster with Cache enabled. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Max Payne Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Gfx glitches during Cutscene. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Maya the Bee - Sweet Gold [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Maya the Bee - The Great Adventure [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mazes of Fate [U]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=Game freezes after you enter the cellar. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mech Platoon [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Intro FMV is broken. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Medabots - Metabee Version [E]|version=44bcfb9 (2020/04/08)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DS version&#039;&#039;&#039; many sounds are missing and screeching can be heard when sound is interrupted. Random sfxs tend to interrupt sound as well. DS version: This is a regression - Use build b740476 (2019/12/24). Has Natsume Audio Engine that streams audio. }}&lt;br /&gt;
{{GBAR2DSPGame|title=Medabots - Rokusho Version [E]|version=44bcfb9 (2020/04/08)|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DS version&#039;&#039;&#039; many sounds are missing and screeching can be heard when sound is interrupted. Random sfxs tend to interrupt sound as well. DS version: This is a regression - Use build b740476 (2019/12/24). Has Natsume Audio Engine that streams audio.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Medabots AX - Metabee Version [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds and voice sample are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Medabots AX - Rokusho Version [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds and voice sample are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Medal of Honor - Infiltrator [UE]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Medal of Honor - Underground [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Voice sample and gun sound are missing. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Meet the Robinsons [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman &amp;amp; Bass [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Chip Challenge [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor slowdown during the FMV access scene. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 3 Blue [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039; Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 3 White [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039; Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 4 Blue Moon [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 4 Red Sun [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 5 Team Colonel [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 5 Team Protoman [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 6 Cybeast Falzar [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Megaman Battle Network 6 Cybeast Gregar [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mega Man Zero [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mega Man Zero 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mega Man Zero 3 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mega Man Zero 4 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Meine Tierarztpraxis [G]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Meine Tierpension [G]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Meitantei Conan - Akatsuki no Monument [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Meitantei Conan - Nerawareta Tantei [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Men in Black - The Series [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mermaid Melody - Pichi Pichi Pitch [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mermaid Melody - Pichi Pichi Party [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Metal Max 2 Kai [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Metal Gun Slinger [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Metal Slug Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Metroid Fusion [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Audio is broken after you go into the gbarunner2 menu during gameplay. Minor gfx glitches are visible every now and then. Game is playable. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Single crackle when intro cutscene starts and loading into save file. }}&lt;br /&gt;
{{GBAR2DSPGame|title=Metroid - Zero Mission [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=Audio is broken after you go into the gbarunner2 menu during gameplay. Minor gfx glitches are visible every now and then. Game is playable. &#039;&#039;&#039;Trying to play the Nes Metroid causes the game to crash.&#039;&#039;&#039;.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mezase! Koushien [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Micro Machines [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Midnight Club - Street Racing [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Many gfx glitches during the title and menu screen. Minor sounds are missing. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Midway&#039;s Greatest Arcade Hits [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mighty Beanz Pocket Puzzles [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mike Tyson Boxing [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minami no Umi no Odyssey [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minimoni - Mika no Happy Morning Chatty [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minimoni - Onegai Ohoshi-sama! [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna de Puyo Puyo [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Ouji-sama [J]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Minor sounds are missing. Bad voice over. Minor gfx glitches every now and then. Game is playable. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Game randomly crashes ingame.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Shiiku Series 1 - Boku no Kabutomushi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Shiiku Series 2 - Boku no Kuwagata [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Soft Series - Happy Trump 20 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Soft Series - Minna no Mahjong [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Soft Series - Minna no Shogi [J]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Minor Gameboy sounds are missing. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; No sound.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Soft Series - Numpla Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minna no Soft Series - Shanghai [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Minority Report - Everybody Runs [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mission Impossible - Operation Surma [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Miteluode - Lingdian Renwu [China]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Metroid Zero Mission for iQue China. Audio is broken after you go into the gbarunner2 menu. Minor gfx glitches are visible every now and then. Short loading times when you progress through tunnel and menu. Game is playable. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Some crackling sounds on iQue logo.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Miteluode Ronghe [China]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Metroid Fusion for iQue China. Game boots with the 3DS. Audio is broken after you go into the gbarunner2 menu. White Screen after bios intro with base ds model. Game is playable. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Single crackling sound when intro cutscene starts and when loading and returning into game.}}&lt;br /&gt;
{{GBAR2DSPGame|title=MLB SlugFest 20-04 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Moero!! Jaleco Collection [J]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game boots with the 3DS and crashes after you start a game. Commit 371815e (2019/09/11) cache build from the rom3M branch boots with base ds model and crashes after you start a game.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Momotarou Matsuri [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monopoly [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster! Bass Fishing [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Force [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Gate [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Guardians [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster House [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monsters, Inc [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Minor sounds are missing. Game crashes during the intro with base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Jam - Maximum Destruction [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Maker 4 - Flash Card [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Maker 4 - Killer Dice [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Rancher Advance [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Rancher Advance 2 [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Summoner [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Truck Madness [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Trucks [UE]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Heavy gfx glitches. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Monster Trucks Mayhem [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Heavy gfx glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Moorhen 3 - The Chicken Chase! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Weird one. At first the game white screens after boot. Becomes playable after you go in and out of the menu screen.&#039;&#039;&#039; Game runs faster with Cache enabled. Minor gfx glitches. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Morita Shougi Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mortal Kombat - Deadly Alliance [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Some gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mortal Kombat - Tournament Edition [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Some gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mortal Kombat Advance [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mother 1+2 [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Mother 1: White Screen after boot. Mother 2: Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mother 3 [J]|version=b740476 (2019/12/24)|rating=crashes|nocache=0|cache=1|save=1|speed=good|note=Game boots with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor Sound fx are missing. Game loftlocks after the Mole cricket fight. Game crashes during the intro with base ds model. &amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;Game reads from an ewram mirror, this isn&#039;t supported yet.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Moto GP [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Sound fx only. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Motoracer Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mr Nutz [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mr. Driller 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mr. Driller A - Fushigi na Pacteria [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ms. Pac-Man - Maze Madness [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mucha Lucha! - Mascaritas of the Lost Code [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mugenborg [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mummy [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Opening the gbarunner2 menu improves sound quality. Some sounds are missing. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Muppet Pinball Mayhem [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Muppets - On with the Show! [UE]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1||speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Mutsu - Water Looper Mutsu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=MX 2002 featuring Ricky Carmichael [UE]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. This is a regress. Use commit 9e285a3 (2019/11/09) instead. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=My Animal Centre in Africa [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Heavy gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=My Little Pony - Crystal Princess - The Runaway Rainbow [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=M&amp;amp;M&#039;s - Blast! [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|save=?|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect! Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=M&amp;amp;M&#039;s - Break&#039;em [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nakayoshi Mahjong - KabuReach [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Namco Museum [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Audio is broken after you go into the gbarunner2 menu. Game is playable. Game has no save feature. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Graphical glitch in upper left corner after exiting from Ms. Pac-Man.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Namco Museum - 50th Anniversary [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nancy Drew - Message in a Haunted Mansion [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Narikiri Jockey Game - Yuushun Rhapsody [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Naruto - Konoha Senki [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Naruto - Ninja Council [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Naruto - Ninja Council 2 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Naruto RPG - Uketsugareshi Hi no Ishi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=NASCAR Heat 2002 [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Natural 2 - Duo [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=NBA Jam 2002 [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Some gfx glitches. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Need for Speed Carbon - Own the City [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=0|save=1|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Need for Speed - Most Wanted [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=0|save=1|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Need for Speed - Porsche Unleashed [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Need for Speed - Underground [UE]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|save=1|speed=lag|note=Game crashes during a race. This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Need for Speed - Underground 2 [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game runs faster with Cache enabled. Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Next Generation Tennis [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|save=1|speed=good|note=Some gfx glitches during the Menu Screen. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=NFL Blitz 20-02 [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game works with the 3DS. Minor gfx glitches. Game runs a bit faster than intended. Game crashes after the intro with base ds model. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=NFL Blitz 20-03 [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=NHL 2002 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=NHL Hitz 20-03 [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game crashes after you select Season mode. Exhibiton mode works. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nicktoons Racing [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ninja Cop [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nintendo MP3 Player [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nobunaga Ibun [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nobunaga no Yabou [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Noddy - A Day in Toyland [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=No No No Puzzle Chailien [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=No Rules - Get Phat [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Nyan Nyan Nyanko no Nyan Collection [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ochaken no Bouken Jima - Honwaka Yume no Island [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ochaken no Heya [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ochaken no Yumebouken [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oddworld - Munch&#039;s Oddysee [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ojarumaru - Gekkouchou Sanpo de Ojaru [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Okumanchouja Game - Nottori Daisakusen! [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=One Piece [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=One Piece - Dragon Dream [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=One Piece - Going Baseball - Kaizoku Yakyuu [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=One Piece - Mezase! King of Belly [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=One Piece - Nanatsu Shima no Daihihou [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Onimusha Tactics [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=0|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Massive input lag without it.&#039;&#039;&#039; Game runs perfect! |crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2DSPGame|title=Onmyou Taisenki Zeroshiki [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Open Season [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Operation Armored Liberty [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oriental Blue - Ao no Tengai [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oshaberi Inko Club [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oshare Princess [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oshare Princess 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit odd. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oshare Princess 3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oshare Princess 5 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Oshare Wanko [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ottifanten Pinball [G]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Over the Hedge [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Text only during Intro Cutscene. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Over the Hedge - Hammy Goes Nuts! [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ozzy &amp;amp; Drix [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=2fast|note=Game has no save feature. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pac-Man Collection [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Minor Gameboy sounds are missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pac-Man Pinball Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pac-Man World [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=&#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Audio will play for a bit with a lot of crackling noise before it breaks. Other games developed by Fullfat have similar issues.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pac-Man World 2 [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game uses a Password system. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Audio will play for a bit with a lot of crackling noise before it breaks. Other games developed by Fullfat have similar issues.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Paws &amp;amp; Claws - Best Friends - Dogs &amp;amp; Cats [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Paws &amp;amp; Claws - Pet Resort [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Payback [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=0|save=1|speed=lag|note=Heavy gfx glitches and slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Penny Racers [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Peter Pan - Return to Neverland [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Peter Pan - The Motion Picture Event [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Petz - Hamsterz Life 2 [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Petz Vet [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pferd &amp;amp; Pony - Best Friends - Mein Pferd [G]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pferd &amp;amp; Pony - Lass Uns Reiten 2 [G]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown and some gfx glitches.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pferd &amp;amp; Pony - Mein Gestuet [G]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pferd &amp;amp; Pony - Mein Pferdehof [G]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Phalanx - The Enforce Fighter A-144 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Phantasy Star Collection [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Phantasy Star 1-3 are playable with the 3DS.&#039;&#039;&#039; Games run faster with Cache enabled. &#039;&#039;&#039;Phantasy Star 1:&#039;&#039;&#039; Some gfx glitches and noise. &#039;&#039;&#039;Phantasy Star 2 &amp;amp; 3:&#039;&#039;&#039; Minor noise during the Pause screen. Phantasy Star 3 is the only playable game with base ds model. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Phil of the Future [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Background graphics are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pia Carrot he Youkoso!! 3.3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Piglet&#039;s Big Game [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinball Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinball Challenge Deluxe [E]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen with base ds, Black screen with 3DS after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinball of the Dead [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinball Tycoon [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pink Panther - Pinkadelic Pursuit [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinky and the Brain - The Masterplan [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinky Monkey Town [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinobee - Wings of Adventure [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pinobee &amp;amp; Phoebee [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pirates of the Caribbean - Dead Man&#039;s Chest [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pitfall - The Lost Expedition [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pitfall - The Mayan Adventure [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Planet Monsters [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. White screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Planet of the Apes [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Play Novel - Silent Hill [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Cache version has less gfx glitches. The FMV intro is missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Play-Yan [J]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game freezes during the Titlescreen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Play-Yan Micro [J]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game freezes during the Health Care Screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pocket Dogs [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pocket Music [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pocky &amp;amp; Rocky with Becky [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pokémon Emerald [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pokemon Fire Red [UE][Rev 1]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pokemon Leaf Green [UE][Rev 1]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pokemon Mystery Dungeon - Red Rescue Team [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pokemon Pinball - Ruby &amp;amp; Sapphire [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pokemon Ruby [UE] [Rev 2]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pokémon Sapphire [UE] [Rev 2]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Polar Express [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Cutscenes have no Background graphics. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Polarium Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Polly Pocket! - Super Splash Island [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Game crashes after you go into the gbarunner2 menu. Game uses a Password system. Commit 83108c7 (2018/03/04) arm9wramicache version runs faster but has worse Audio quality.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pop Idol [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Popeye - Rush for Spinach [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Postman Pat and the Greendale Rocket [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Poke Dash [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Pro Kun Pocket 1-2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine. Second game needs to be unlocked first.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Pro Kun Pocket 3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Pro Kun Pocket 4 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Pro Kun Pocket 5 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Pro Kun Pocket 6 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Pro Kun Pocket 7 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Powerpuff Girls - Him and Seek [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Rangers - Dino Thunder [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Rangers - Ninja Storm [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Rangers - Time Force [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Rangers - Wild Force [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Power Rangers S.P.D. [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Prehistorik Man [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Premier Action Soccer [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Some gfx glitches during a match. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Premier Manager 2003-2004 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Minor gfx glitches now and then. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Premier Manager 2004-2005 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Premier Manager 2005-2006 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Prince of Persia - The Sands of Time [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pro Beach Soccer [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pro Mahjong Tsuwamono GBA [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pro Tennis WTA Tour [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Proud Family [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=PukuPuku Tennen Kairanban [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Punch King - Arcade Boxing [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Puppy Luv - Spa and Resort [U]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes after the Titlescreen. This is a regress. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Puyo Pop [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Puyo Pop Fever [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Puzzle &amp;amp; Tantei Collection [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Quad Desert Fury [UE]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Audio is broken after you go into the gbarunner2 menu. Broken collision physics. Game has no save feature. &#039;&#039;DSi/3DS&#039;&#039;&#039; Lags a lot. Plays at ~10 fps.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Racing Fever [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Racing Gears Advance [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rampage - Puzzle Attack [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. The licensed by screen is missing. White screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rapala Pro Fishing [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ratatouille [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rave Master - Special Attack Force! [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rayman Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rayman 3 - Hoodlum Havoc [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rayman - Hoodlum&#039;s Revenge [E]|version=b740476 (2019/12/24)|rating=playable|nocache=0|cache=1|save=1|speed=good|note=Game crashes after the intro cutscene. Reboot, then you can play the first level. Minor gfx glitches are visible every now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rayman Raving Rabbids [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Razor Freestyle Scooter [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ready 2 Rumble Boxing - Round 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rebelstar - Tactical Command [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Recca no Honoo - The Game [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Reign of Fire [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Relaxuma na Mainichi [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rescue Heroes - Billy Blazes! [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Revenge of Shinobi [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=good|note=Game crashes after you start the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rhythm Tengoku [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ripping Friends [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=River City Ransom EX [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs perfect!|crashreason=Hicode}} &lt;br /&gt;
{{GBAR2DSPGame|title=Riviera - The Promised Land [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Road Rash - Jailbreak [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. White screen after bios intro with base ds model. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Robopon 2 - Cross Version [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Robopon 2 - Ring Version [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Robotech - The Macross Saga [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Robots [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Robot Wars - Advanced Destruction [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Robot Wars - Extreme Destruction [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rockman EXE 4.5 - Real Operation [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rock&#039;em Sock&#039;em Robots [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rock n&#039; Roll Racing [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=No Audio. Voice sample and sfx only. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rocket Power - Beach Bandits [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rocket Power - Dream Scheme [UE]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rocket Power - Zero Gravity Zone [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rocky [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=RPG Tsukuru Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=R-Type III - The Third Lightning [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Some noise during the Pause screen. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rugrats - Castle Capers [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rugrats - Go Wild [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Rugrats - I Gotta Go Party [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. White screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sabre Wulf [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Saibara Rieko no Dendou Mahjong [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sakura Momoko no UkiUki Carnival [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Salt Lake 2002 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Samsara Naga 1x2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Samurai Deeper Kyo [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Samurai Evolution - Oukoku Geist [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Samurai Jack - The Amulet of Time [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sangokushi [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sangokushi - Eiketsuden [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sangokushi - Koumeiden [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sanrio Puroland - All Characters [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Santa Claus Jr. Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Santa Claus Saves the Earth [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Santa Clause 3 - The Escape Clause [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Minor gfx glitches now and then. Audio is a bit out of sync. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scooby-Doo [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scooby-Doo and the Cyber Chase [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scooby-Doo! - Mystery Mayhem [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scooby-Doo! - Unmasked [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scorpion King - Sword of Osiris [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scrabble [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scrabble Blast! [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scrabble Scramble! [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Scurge - Hive [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SD Gundam Force [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SD Gundam G-Generation Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sea Trader - Rise of Taipan [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches after you press start during the first mission. Game crashes after you open the gbarunner2 menu. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sega Arcade Gallery [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes after you start a game. This is a regress. Use commit 17694d4 (2017/05/22) arm9 build instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sega Rally Championship [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sega Smash Pack [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes after you start a game with the 3DS. Game crashes after the licensed by screen with base ds model.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sengoku Kakumei Gaiden [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sennen Kazoku [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well with the 3DS. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs perfect! Didn´t get to a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sentouin Yamada Hajime [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Serious Sam Advance [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shaman King - Master of Spirits [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shaman King - Master of Spirits 2 [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. No audio, sfx only. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shamu&#039;s Deep Sea Adventures [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shanghai Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shark Tale [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shaun Palmer&#039;s Pro Snowboarder [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sheep [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shikakui Atama - Kanji Keisan [J]|version=9e285a3 (2019/11/09)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin chan - Aventuras en Cineland [Spain]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin chan contra los Munecos de Shock Gahn [Spain]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shingata Medarot - Kabuto Version [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well with the 3DS. Game crashes when you buy parts from the shop with base ds model. Game runs perfect! Couldn&#039;t find a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shingata Medarot - Kuwagata Version [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs well with the 3DS. Game crashes when you buy parts from the shop with base ds model. Game runs perfect! Couldn&#039;t find a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin Kisekae Monogatari [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shining Force - Resurrection of the Dark Dragon [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin Megami Tensei [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=0|speed=good|note=Game runs faster with Cache enabled. Game runs fine. &#039;&#039;&#039;Saving doesn´t work. This is a regress.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin Megami Tensei 2 [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=0|speed=good|note=Game runs faster with Cache enabled. Game runs fine. &#039;&#039;&#039;Saving doesn´t work. This is a regress.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shining Soul [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shining Soul 2 [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=0|speed=good|note=Game runs faster with Cache enabled. Game runs fine. &#039;&#039;&#039;Saving is broken. This is a regress.&#039;&#039;&#039; Use commit 6522414 (2018/11/01) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shiren Monsters Netsal [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek - Hassle at the Castle [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek - Reekin&#039; Havoc [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek - Smash n&#039; Crash Racing [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek - Super Slam [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek - Swamp Kart Speedway [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek the Third [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek 2 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Shrek 2 - Beg for Mercy [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sigma Star Saga [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Silent Scope [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Silk to Cotton [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sims - Bustin&#039; Out [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sim City 2000 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sims 2 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sims 2 - Pets [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=0|speed=good|note=Minor gfx glitches are visible every now and then. &#039;&#039;&#039;Saving doesn´t work.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sister Princess - RePure [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sitting Ducks [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Simpsons - Road Rage [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sky Dancers - They Magically Fly! [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game runs faster but has more gfx glitches with Cache enabled. Some gfx glitches. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Slot! Pro Advance - Takarabune &amp;amp; Ooedo Sakurafubuki 2 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Slot! Pro 2 Advance - GoGo Juggler &amp;amp; New Tairyou [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Smashing Drive [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Smuggler´s Run [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Smurfs - The Revenge of the Smurfs [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|speed=good|note=&#039;&#039;&#039;Game only works with TWL speed enabled! Game crashes without it.&#039;&#039;&#039; Some Noise during the Pause screen. Game runs fine. Game uses a Password system.|crashreason=Timing. TWL speed works}}&lt;br /&gt;
{{GBAR2DSPGame|title=Snap Kid&#039;s [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Snood [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Snood 2 - On Vacation [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Heavy gfx glitches. Audio is a bit out of sync. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Soccer Kid [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. No audio, sfx only. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic Advance [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Unskippable black borders on screen and music playing. Requires [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ this] patch (made by Vague Rant) to skip the black borders.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic Advance [J] (Rev 1)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Unskippable black borders on screen and music playing. Requires [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ this] patch (made by Vague Rant) to skip the black borders.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail. &#039;&#039;&#039;Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine with patch!&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic Advance 2 [U]|version=b740476 (2019/12/24)|rating=good|cache=1|nocache=1|cache=1|save=1|speed=good|note=Unskippable black borders on screen and music playing. Requires [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ this] patch (made by Rocket Robz, ported over from Vague Rant&#039;s SA1 patch) to skip the black borders.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail. &#039;&#039;&#039;Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine with patch!&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic Advance 2 [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|note=Unskippable black borders on screen and music playing. Requires [https://gbatemp.net/attachments/sonic-advance-1-2-ignore-link-check-zip.455281/ this] patch (made by Rocket Robz, ported over from Vague Rant&#039;s SA1 patch) to skip the black borders.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic Advance 3 [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Some gfx glitches. Minor sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic Battle [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic Pinball Party [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sonic the Hedgehog - Genesis [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sound of Thunder [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Cutscenes are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Space Channel 5 - Ulala&#039;s Cosmic Attack [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Space Hexcite - Maetel Legend EX [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Space Invaders [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Speedball 2 - Brutal Deluxe [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spider Man [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=FMV Intro is missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spider Man 2 [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. FMV Intro has much noise, Cutscene only show text. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spider Man 3 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spider-Man - Battle for New York [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spider-Man - Mysterio&#039;s Menace [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=0|save=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note= Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob and Friends - Attack of the Toybots [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants - SuperSponge [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants and Friends Unite! [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob SquarePants The Movie [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SpongeBob&#039;s Atlantis SquarePantis [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sports Illustrated for Kids - Baseball [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Voice sample and minor sounds are missing. Minor gfx glitches now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sports Illustrated for Kids - Football [U]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Voice Sample and Minor Gameboy sounds are missing. &#039;&#039;&#039;Game crashes after you go into the gbarunner2 menu.&#039;&#039;&#039; . &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Game locks up when trying to start a match.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spyro Adventure [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spyro Fusion [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Some gfx glitches. Full speed with a little slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spyhunter [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spy Kids 3-D - Game Over [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spy Kids Challenger [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|save=1|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spy Muppets - License to Croak [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spyro - Season of Ice [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spyro 2 - Season of Flame [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spyro the Legend of - A New Beginning [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Spyro the Legend of - The Eternal Night [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SSX 3 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=SSX Tricky [UE]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches. Full speed with a little slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Stadium Games [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Starsky &amp;amp; Hutch [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Full speed with a little slowdown.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Star Wars - Flight of the Falcon [U]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=good|note=Game works with the 3DS. Game runs faster with Cache enabled. Many gfx glitches during a mission. White screen after bios intro with base ds model. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Star Wars - Jedi Power Battles [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Some Sound FX are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Star Wars - The New Droid Army [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes after you walk around the first area. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Star Wars Episode II - Attack of the Clones [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Some Sound FX are missing. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Star Wars Episode III - Revenge of the Sith [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Star Wars Trilogy - Apprentice of the Force [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Star X [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Steel Empire [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Street Fighter Alpha 3 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Street Jam Basketball [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Street Racing Syndicate [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=lag|note=Heavy gfx glitches and slowdown.&#039;&#039;&#039;DSi/3DS:&#039;&#039;&#039; The game usually freezes in the menus at different points and gbarunner2 will crash before getting into a race. No sound.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Strike Force Hydra [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Stuart Little 2 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Stuntman [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=minor|note=Game runs fine with the 3DS. White screen after bios intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=b740476 (2019/12/24)|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. You can hear music play.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Suite Life of Zack &amp;amp; Cody - Tipton Caper [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Summon Night - Swordcraft Story [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Summon Night - Swordcraft Story 2 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Disable main memory cache in the gbarunner2 menu to play the game.&#039;&#039;&#039; Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Summon Night - Swordcraft Story 3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sum of All Fears [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Black Bass Advance [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Bubble Pop [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Bust-A-Move [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Chinese 1-2 Advance [J]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Collapse! II [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Dodge Ball Advance [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Voice sample are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Duper Sumos [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Ghouls´n Ghosts [UE]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=Game crashes after you collect an armor upgrade.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Hornet FA 18F [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Superman - Countdown to Apokolips [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Superman Returns - Fortress of Solitude [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Mario Advance 2 - Super Mario World [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Mario Advance 3 - Yoshi&#039;s Island [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Monkey Ball Jr. [U]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Puzzle Fighter II Turbo [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game works fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Use commit a61e70e (2017/04/22) master build for base ds model instead. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Robot Taisen A [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Robot Taisen D [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Robot Taisen J [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Robot Taisen R [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Robot Taisen - Original Generation [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Robot Taisen - Original Generation 2 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Super Street Fighter 2 Turbo Revival [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Surf&#039;s Up [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sutakomi - Star Communicator [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sweet Cookie Pie [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Some gfx glitches. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sword of Mana [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=crashes|nocache=1|cache=1|save=?|sound=broken|speed=good|note=Game boots with the 3DS and crashes during the intro cutscene. Use commit a61e70e (2017/04/22) master build for base ds model instead. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; No sound. Might be related to Magical Vacation. Didn´t get to a save spot before it crashed.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tactics Ogre - The Knight of Lodis [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Game crashes during the intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Taiketsu! Ultra Hero [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Some sounds are missing. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tales of Phantasia [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tales of the World - Narikiri Dungeon 2 [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tales of the World - Narikiri Dungeon 3 [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tales of the World - Summoner&#039;s Lineage [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tak and the Power of Juju [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tak - The Great Juju Challenge [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tak 2 - The Staff of Dreams [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tanbi Musou - Meine Liebe [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tang Tang [E]|version=b740476 (2019/12/24)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine. Didn´t get to a save spot.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor sounds are missing. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tarzan - Return to the Jungle [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Taxi 3 [FR]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Heavy gfx glitches. Full speed with a little slowdown. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Teenage Mutant Ninja Turtles [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Teen Titans [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Worse audio with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Teen Titans 2 [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tekken Advance [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tennis Masters Series 2003 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Some sounds are missing. Minor gfx glitches now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game works with the 3DS and TWL speed enabled. Game has less gfx glitches with Cache enabled. Some sounds are missing. Game is playable. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes before you can start a match. Some sounds are missing. Unplayable. This is a regress. Use commit 83108c7 (2018/03/04) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;Single player mode freezes the game.&#039;&#039;&#039; Game runs faster with Cache enabled. Minor gfx glitches now and then. Some sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Some sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ten Pin Alley 2 [U]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Game crashes with TWL speed. Game crashes before you can play a game with base ds model. Game has no save feature. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Crackling audio in jukebox. Crashes when starting match.|crashreason=Timing. DSi speed works but crashes a later on}}&lt;br /&gt;
{{GBAR2DSPGame|title=Terminator 3 - Rise of the Machines [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tetris Worlds [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. Use commit a61e70e (2017/04/22) master build for base ds model instead. Game runs perfect! Game has no Save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Texas Hold´em Poker [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=TG Rally [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=That&#039;s So Raven [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=That&#039;s So Raven 2 - Supernatural Style [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=The Essence of War - Glory Days [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=broken|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown. Game uses a Password system. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; The only sound is intermittent beeping. Game halts at regular intervals every second. Same game as Super Army War.}}&lt;br /&gt;
{{GBAR2DSPGame|title=The Legend of Zelda - A Link to the Past [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches during the mode 7 map. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=The Legend of Zelda - The Minish Cap [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=The Three Stooges [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Thunder Alley [U]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game has no save feature. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Occasional crackling in music in jukebox. Crackling sound from car engine ingame.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Thunderbirds [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Thunderbirds - International Rescue [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Intro FMV is a bit out of sync. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tiger Woods PGA Tour Golf [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Some sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tiger Woods PGA Tour 2004 [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tim Burton&#039;s The Nightmare Before Christmas - The Pumpkin King [UE]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tiny Toon Adventures - Buster&#039;s Bad Dream [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tiny Toon Adventures - Wacky Stackers [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Titeuf - Ze Gagmachine (FR)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Titeuf Mega Compet (FR)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=TMNT - Teenage Mutant Ninja Turtles [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tokyo Xtreme Racer Advance [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tomato Adventure [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tom and Jerry in Infurnal Escape [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tom and Jerry Tales [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tom and Jerry - The Magic Ring [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tom Clancy&#039;s Rainbow Six - Rogue Spear [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tom Clancy&#039;s Splinter Cell [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tom Clancy&#039;s Splinter Cell - Pandora Tomorrow [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tonka - On the Job [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tony Hawk´s American Sk8land [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tony Hawk´s Downhill Jam [E]|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=1|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tony Hawk´s Pro Skater 2 [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tony Hawk´s Pro Skater 3 [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|save=1|speed=minor|note=Full speed with a little slowdown. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tony Hawk´s Pro Skater 4 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tony Hawk`s Underground [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tony Hawk`s Underground 2 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Top Gear GT Championship [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Top Gun - Combat Zones [U]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game softlocks after the titlescreen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Top Gun - Firestorm Advance [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Top Spin 2 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Total Soccer Advance [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Total Soccer Manager [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Totally Spies! (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. FMV Intro skips some frames. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Totally Spies! 2 - Undercover (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}&lt;br /&gt;
{{GBAR2DSPGame|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Toukon Heat (J)|version=b740476 (2019/12/24)|rating=unplayable|nocache=1|cache=1|save=?|speed=lag|note=Game runs faster with Cache enabled. Heavy gfx glitches and slowdown. Audio is a bit out of sync. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tower SP [U]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Toyrobo Force (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Treasure Planet [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Trick Star [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tringo [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Trollz - Hair Affair! (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tron 2.0 - Killer App [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Turbo Turtle Adventure (U)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Turok Evolution [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Tweety and the Magic Gems (U)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Uchuu no Stellvia [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ui-Ire - World Soccer Winning Eleven [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultimate Arcade Games [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=0|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultimate Brain Games [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultimate Card Games [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Some gfx glitches. Minor sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultimate Puzzle Games [U]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|note=Game crashes at random.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultimate Spider-Man [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. FMV intro is missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultimate Winter Games [U]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches. Game uses a Password system. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Intermittent beeping sound in pause menu and results screen.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Ultra Keibitai - Monster Attack [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Unfabulous [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Uno 52 [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Uno Free Fall [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Urban Yeti! [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Urbz - Sims in the City [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Van Helsing (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Vattroller X (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Virtua Tennis (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Virtual Kasparov (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=V-Master Cross (J)|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game crashes after you win the intro battle.}}&lt;br /&gt;
{{GBAR2DSPGame|title=V-Rally 3 (E)|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=0|save=1|speed=minor|note=Game works with the 3DS. Minor sounds and voice sample are missing. White screen after bios intro with base ds model. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=V.I.P. (E)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. White screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wade Hixton&#039;s Counter Punch (UE)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game crashes during the intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Waliou Xunbao Ji (China)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Wario Land 4 for iQue China. Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Waliou Zhizao (China)|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Wario Ware for iQue China. Audio is broken after you go into the gbarunner2 menu. Game is playable. &#039;&#039;&#039;DSi/3DS&#039;&#039;&#039; Rarely occuring stuttering sound when loading into new screen.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wanko de Kururin! Wancle (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wanko Mix Chiwanko World (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wanwan Meitantei (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wario Land 4 [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wario Ware Inc. - Minigame Mania [E]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note= &#039;&#039;&#039;DS version only:&#039;&#039;&#039; Audio is broken after you go into the gbarunner2 menu. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wario Ware Twisted! [U]|version=b740476 (2019/12/24) &#039;&#039;&#039;DSi/3DS 44bcfb9 (2020/09/04)&#039;&#039;&#039;|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game works with motion sensor patch applied on the 3DS.&#039;&#039;&#039; Game runs faster and has less gfx glitches with Cache enabled. Motion sensor game. Audio is broken after you go into the gbarunner2 menu. White screen after bios intro with motion sensor patch on base ds model. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Watashi no Makesalon (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Whac-A-Mole [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Who Wants to Be a Millionaire [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Glitched FMV intro. Audio sample are missing. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Glitched FMV intro. Audio sample are missing. Minor gfx glitches now and then. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Who Wants to Be a Millionaire Junior [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Glitched FMV intro. Audio sample are missing. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wild [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wild Thornberrys Movie [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wild Thornberrys Chimp Chase [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=Game crashes during the first level. Could be a timing issue.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wing Commander - Prophecy [E]|version=b740476 (2019/12/24)|rating=crashes|nocache=1|cache=1|save=1|note=Game crashes during the intro. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wings [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Some Noise during the Pause screen. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Winnie the Pooh&#039;s Rumbly Tumbly Adventure [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Winning Post for Gameboy Advance [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Winter Sports [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=WinX Club [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. FMV Intro is missing. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=WinX Club - Quest for the Codex [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=W.i.t.c.h. [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wizardry Summoner [J]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Wolfenstein 3D [UE]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Woody Woodpecker in Crazy Castle 5 [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Word Safari - The Friendship Totems [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=World Advance Soccer - Shouri heno Michi (J)|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Audio is a bit out of sync. Game crashes before the start of a match with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=World Championship Poker [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|speed=good|note=Game runs perfect! Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=World Poker Tour [E]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=World Tennis Stars [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Audio is broken after you go into the gbarunner2 menu. Minor sounds are missing. Game is playable. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Worms Blast [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Minor gfx glitches now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Worms World Party [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game.&#039;&#039;&#039; Minor sounds and voice sample are missing. Minor gfx glitches because of the disabled border. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=WTA Tour Tennis [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=WWE - Road to WrestleMania X8 [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Voice over are missing. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=WWE - Survivor Series [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Voice over are missing. Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=WWF - Road to WrestleMania [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Voice over are missing. Minor Sounds are missing. Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=XS Moto [U]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=xXx [UE]|version=b740476 (2019/12/24)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=X2 - Wolverine&#039;s Revenge [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has worse sound with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=X-Bladez - Inline Skater [E]|version=b740476 (2019/12/24)|rating=playable|nocache=1|cache=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Some sounds are missing. Game is playable. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=X-Men - Reign of Apocalypse [UE]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=X-Men - The Official Game [E]|version=b740476 (2019/12/24)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game has worse sound with Cache enabled. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yaoxi Dao [China]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Yoshi´s Island for iQue China. Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yggdra Union - We will never fight alone [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yoshi Topsy-Turvy [U]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|speed=good|note=Game runs fine with the motion sensor patch applied with the 3DS. Motion sensor game. Minor sounds are missing. White screen with the motion control patch on base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Youkaidou [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=e5eade0 (2020/02/06)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Minor gfx glitches are visible now and then. Some sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Game crashes during the intro with base ds model. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor sounds are missing. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=e5eade0 (2020/02/06)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Game is playable. &#039;&#039;&#039;This is a regression. Commit 916020e (2019/07/07) has better audio.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=e5eade0 (2020/02/06)|rating=playable|nocache=0|cache=1|save=1|speed=good|note=Minor gfx glitches are visible now and then. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=e5eade0 (2020/02/06)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=e5eade0 (2020/02/06)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! Duel Monsters International 2 [J]|version=e5eade0 (2020/02/06)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Minor gfx glitches are visible now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=e5eade0 (2020/02/06)|rating=playable|nocache=1|cache=1|save=1|speed=good|note=Worse Audio after you go into the gbarunner2 menu. Some sounds are missing. Minor gfx glitches are visible now and then. Game is playable.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yuureiyashiki no Nijuuyojikan [J]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zapper [E]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zatchbell! - Electric Arena [U]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Glitches in the textbox. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zero-Tours [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zero One [J]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zero One SP [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit odd. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=?|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zidane Football Generation [E]|version=e5eade0 (2020/02/06)|rating=unplayable|nocache=1|cache=1|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zoey 101 [UE]|version=e5eade0 (2020/02/06)|rating=good|nocache=0|cache=1|speed=good|note=Game runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zoids Legacy [U]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zoids Saga [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=0|cache=1|save=1|speed=good|note=Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zoids Saga Fuzors [J]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zone of the Enders - The Fist of Mars [E]|version=e5eade0 (2020/02/06)|rating=perfect|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}&lt;br /&gt;
{{GBAR2DSPGame|title=ZooCube [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}&lt;br /&gt;
{{GBAR2DSPGame|title=Zooo [E]|version=e5eade0 (2020/02/06)|rating=good|nocache=1|cache=1|save=1|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rom Hacks ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Audio sounds a bit odd. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Audio sounds a bit odd. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Aria of Sorrow - Castlevania Reaper&#039;s Reckoning Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Audio sounds a bit odd. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Audio a bit out of sync. Game freezes after the Konami logo with base ds model. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Black screen after bios intro with base ds model. Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Tactics Universe V.3 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Fire Emblem - The Last Promise Hack V.2.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Game crashes after you start the first chapter with base ds model. Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Fusion - TS2000 Hack V.0.95 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with the 3DS and Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game crashes during the intro with base ds model. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - Menu Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Short loading times when you progress through tunnel and menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with the 3DS and Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game crashes after you select Boss Rush mode with base ds model. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with the 3DS. Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game crashes after you start a new game with base ds model. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Homebrew ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Anguna V.0.95&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Full speed. Good Audio. Minor gfx glitches now and then. Game crashes when you save. Saving doesn´t work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Beru&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Castle Master&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|No Audio, SFX only. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Christmas Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Combat Advanced V.0.43&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|El-Hazard &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Eliminator V.0.91&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Almost Full speed. No Audio by default. Game runs fine. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Elite - The New Kind v.1.7.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Ex Machina&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kunoichi Yami&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Lily and the lost Angel V.0.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Black screen after bios intro. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Magical Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metal Warrior 4 V.1.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Nebulus V.1.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Game runs perfect! Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Orn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Panic at work&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Quake GBA Demo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Rinne Tensyou ADVANCE&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Some Sound fx are missing. Game kind of softlocks after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rodion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. You can hear music play. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Sonic the Hedgehog - [2007 Port Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with Cache enabled. Full speed. No Audio. Some gfx glitches. Working. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Space Twins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Some Sounds are missing. Audio is broken after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Super Mario - The Last GBA Quest V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Full Speed. No Audio. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Star Shooter Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Sushi the Cat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|The Endless Tower&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs a little bit faster than intended. Game freezes after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|The Fallen&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|The Last Seal&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Trailblazer Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Full speed. No Audio. Working. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Uranus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Unplayable. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Uranus 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Unplayable. &#039;&#039;&#039;This is a regress. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Uranus Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game freezes after you go into the gbarunner2 menu. Minor gfx glitches now and then. Game is playable. Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Vulkanon V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor sounds are missing. Audio is broken after you go into the gbarunner2 menu. Game is playable. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prototype ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Another World V.2.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. No Audio. Working. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Banjo Kazooie - Grunty&#039;s Revenge - Early Beta&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Banjo Pilot Voxel&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Some slowdown and gfx glitches. Working. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Battletoads&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Some slowdown and gfx glitches. Working. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - Monsters Stable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - More Detail Unstable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Broken Circle [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Contra Advance - Review Prototype&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Diddy Kong Pilot 2001&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Diddy Kong Pilot 2003 Alpha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Some slowdown and gfx glitches. Working. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|DK - King of Swing - Kiosk Demo [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with the 3DS. Some gfx glitches. White screen after bios intro with base ds model. Game is playable. Don´t know if saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Dune Ornithopter Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after you select a language. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Fire Eaters - Zero Bandits (Black Belt Challenge) [E] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the titlescreen. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0206]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0219]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Auto saving interrupts gameplay. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Flashback Legends [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect! Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Haunted Mansion [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with the 3DS. Game runs faster with Cache enabled. Some gfx glitches. White screen after bios intro with base ds model. &#039;&#039;&#039;Playable with TWL speed enabled.&#039;&#039;&#039; Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Hikaru no Go Taikenban [Promo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor sounds are missing. Game runs fine. Couldn&#039;t find a save spot. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kien [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Kirby and the Amazing Mirror [Demo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Minor slowdown. Game runs fine. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Konami Krazy Racers [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. &#039;&#039;&#039;This is a regress. Commit unspecified (2019/06/03) (sd save branch) arm9 build boots into the menu.&#039;&#039;&#039; &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Legend of Zelda - The Minish Cap [Kiosk Demo] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|LEGO Racers 2 [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Mandrake the Magician - Shadow of the Vehme&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game crashes after the titlescreen with base ds model. Game runs perfect! Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Mario &amp;amp; Luigi - Superstar Saga [Kiosk Demo] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable the main memory i-cache to play the game.&#039;&#039;&#039; Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine. Don´t know if saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Megaman Battle Network 2  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor sounds are missing. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Fusion [09.11.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Minor gfx glitches are visible every now and then. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Fusion [09.16.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Minor gfx glitches are visible every now and then. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - [05.12.2003 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Metroid Zero Mission - [16.01.2004 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game works with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Morning Adventure [Promo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Minor noise during the Pause screen. Game runs fine. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Motocross Challenge [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Heavy slowdown. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Moto GP [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Overstorm [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Phantom - The Ghost who walks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Pokemon Ruby [German Debug Build]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs fine with the 3DS. Audio is a bit out of sync. White screen after bios intro with base ds model. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Resident Evil 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs too fast. Working. Game has no save feature. &#039;&#039;&#039;This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Santa Claus Jr. Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Sonic Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Unskippable Black Borders on Screen and Music playing. Unplayable.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Minor sounds are missing. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches now and then. Game runs fine. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.39 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches now and then. Game runs fine. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [07.31.2001 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Starsky &amp;amp; Hutch [Beta] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes during the intro. Unplayable. &#039;&#039;&#039;This is a regress. Use commit 17694d4 (2017/05/22) arm9 version instead.&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Bright Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Full speed with a little slowdown. Minor gfx glitches. Game is playable. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Full speed with a little slowdown. Minor gfx glitches. Game is playable. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Tyrian 2000 [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|World Reborn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Some noise during the Pause screen. Game runs fine. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Yoshi&#039;s Story [GBA Tech Demo SDK 3.0 with Sound]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Minor slowdown and gfx glitches. Game runs fine. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unlicensed games ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Digimon Ruby&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|On the 3DS the game crashes after you talk to a person. Infinite loop to the titlescreen with base ds model. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Digimon Sapphire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Iron Kid [Korea]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs fine with the 3DS. Minor gfx glitches now and then. Game crashes during the intro with base ds model. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Mo Jie Qibing [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Qwak [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs perfect! Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rockman &amp;amp; Crystal [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|e5eade0 (2020/02/06)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73843</id>
		<title>NDS Game Loader Comparison Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73843"/>
		<updated>2023-10-01T23:55:46Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the comparison chart for methods of running DS games on your [[Nintendo DS]], [[Nintendo DSi|DSi]], or [[Nintendo 3DS|3DS]]. Most of the options here are [[flashcart]]s, however [[TWiLight Menu++]] is a homebrew app that can be run on DSi or 3DS consoles using a [[softmod]] or as an alternative interface for any flashcart. Despite its reliance on a flashcard on DS/[[Nintendo DS Lite|DS Lite]], it has been included in the comparison as it makes a good alternative to buying a flashcart on DSi and 3DS.&lt;br /&gt;
&lt;br /&gt;
Hover your mouse over the categories on the left to view a short description.&lt;br /&gt;
&lt;br /&gt;
==Plausible to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot;&amp;gt;Only clone cards are commonly available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[R4 DS]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[r4isdhc.com]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;As of 2022, any card from r4isdhc&#039;&#039;&#039;.com&#039;&#039;&#039; from 2014 and later. Not to be confused with r4isdhc&#039;&#039;&#039;.hk&#039;&#039;&#039; or r4isdhc&#039;&#039;&#039;.com.cn&#039;&#039;&#039;, which are both Ace3DS+ clones.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[SuperCard DSONE SDHC]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|With flashcart}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v1.4.3/&amp;lt;wbr /&amp;gt;1.4.4}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot;&amp;gt;HWID 44 supported until DSi v1.4.3/3DS v2.1.0, HWID 81 supported until DSi v1.4.4/3DS v4.3.0 via [[Updating the AK2i Bootloader|bootloader update]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v2.1.0/v4.3.0}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot;&amp;gt;SDXC cards are supported if reformatted to FAT-32&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No|SDSC}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only cards up to 2 GB can be used. Some clones are SDHC, but not the ones currently common.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{n/a}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On DSi and 3DS, the console&#039;s internal SD(HC) card. On flashcard subject to the restrictions of the flashcard it&#039;s running on.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot;&amp;gt;Only two (&#039;&#039;Picture Perfect: Hair Salon&#039;&#039; and &#039;&#039;NOE Movie Player: Volume 1&#039;&#039;) work with [[Nintendo DS|DS Phat]] and [[Nintendo DS Lite|DS Lite]], all are compatible with [[Nintendo DSi]] and [[3DS]] consoles.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On DS Phat and DS Lite, a majority of supported titles do not require the camera. See [https://github.com/DS-Homebrew/TWiLightMenu/blob/master/universal/include/compatibleDSiWareMap.h this page] for which titles are supported. On DSi and 3DS, most/all titles are compatible.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|Custom [[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[AKAIO]]}}&lt;br /&gt;
|{{Yes|[[Wood R4]], [[YSMenu]], R4li}}&lt;br /&gt;
|{{Yes|[[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[nds-bootstrap]], Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On Nintendo DSi and 3DS, TWiLight Menu++ can only be used with nds-bootstrap. When running from a flashcart, TWiLight Menu++ sometimes supports other kernels as well.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat, Cheat.dat, Cheat.xml&lt;br /&gt;
|Cheat.dat, Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|Flashcard depandant}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Missing patches for some of the last releases, such as 5th generation Pokémon. Those games must be manually patched.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity with Pokemon games&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With AKAIO}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No|Not with nds-bootstrap}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;The common carts of this are clones/clones exist&amp;quot;&amp;gt;Clone&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes (Many)}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|Not clones}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Original Ace3DS+ cards &#039;&#039;can&#039;&#039; be flashed for ntrboot, however the modern clones &#039;&#039;cannot&#039;&#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|7hrs 13min&lt;br /&gt;
|4hrs 15min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&lt;br /&gt;
![[R4 DS]]&lt;br /&gt;
![[r4isdhc.com]]&lt;br /&gt;
![[SuperCard DSONE SDHC]]&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Difficult to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ Slot-1 flashcarts&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi|DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ-Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2|iTouch (2)]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.2?}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v1.4.2?}}&amp;lt;ref&amp;gt;[https://gbatemp.net/threads/296271/ iEDGE Bootstrap updater v4 released]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.4}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot;&amp;gt;[https://www.ezflash.cn/download/ DOWNLOAD - EZ-FLASH]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20101127233111/http://www.dsiplayer.us/news/iPlayer_OS_0909.html DS iPlayer - iPlayer OS v1.1 &amp;amp; firmware v1.0]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20111028222006/http://www.itouchds.com/ iTouchds Home]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot;&amp;gt;[http://eng.supercard.sc/manual/dsone/evolution/znsj.htm Unlimited Upgrade for DSONEi only_SuperCard Official Site]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.0.0}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.5.0}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v4.4.0}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDXC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;SDHC only for NDS mode.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No|Not without TWiLight Menu++}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|CycloDS Evolution Firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|EDGE Firmware}}&lt;br /&gt;
|{{Yes|EZ Flash 2.0 Firmware}}&lt;br /&gt;
|{{No|None}}&lt;br /&gt;
|{{Yes|iTouch firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], Sakura}}&lt;br /&gt;
|{{Yes|[[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[Moonshell]], [[bagplug]], [[iMenu]]}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|user.EVOcheats&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.dat&lt;br /&gt;
|Cheat.dat, EZARcode.dat&lt;br /&gt;
|None&lt;br /&gt;
|Cheat.db, cheat.xml&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.xml, Usrcheat.dat(EOS)&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only the SuperCard DSONE and DSONE SDHC autoboot, DSONEi does not.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity with Pokemon games&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Clones of this cart exist&amp;quot;&amp;gt;Clones&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;M3 Adapte&#039;&#039;&#039;s&#039;&#039;&#039;, M3 Adapt&#039;&#039;&#039;o&#039;&#039;&#039;r&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|DSONE SDHC only}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only some flash chips are compatible&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://gist.github.com/aspargas2/fa2a70aed3a7fe33f1f10bc264d9fab6 flashcart_core DSTT supported chips]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|Internal switch}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|3hrs 44min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|6hrs 04min&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NDS Slot-1 Carts]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73663</id>
		<title>NDS Game Loader Comparison Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73663"/>
		<updated>2023-04-01T00:48:51Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the comparison chart for methods of running DS games on your [[Nintendo DS]], [[Nintendo DSi|DSi]], or [[Nintendo 3DS|3DS]]. Most of the options here are [[flashcart]]s, however [[TWiLight Menu++]] is a homebrew app that can be run on DSi or 3DS consoles using a [[softmod]] or as an alternative interface for any flashcart. Despite its reliance on a flashcard on DS/[[Nintendo DS Lite|DS Lite]], it has been included in the comparison as it makes a good alternative to buying a flashcart on DSi and 3DS.&lt;br /&gt;
&lt;br /&gt;
Hover your mouse over the categories on the left to view a short description.&lt;br /&gt;
&lt;br /&gt;
==Plausible to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot;&amp;gt;Only clone cards are commonly available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[R4 DS]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[r4isdhc.com]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;As of 2022, any card from r4isdhc&#039;&#039;&#039;.com&#039;&#039;&#039; from 2014 and later. Not to be confused with r4isdhc&#039;&#039;&#039;.hk&#039;&#039;&#039; or r4isdhc&#039;&#039;&#039;.com.cn&#039;&#039;&#039;, which are both Ace3DS+ clones.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[SuperCard DSONE SDHC]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|With flashcart}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v1.4.3/&amp;lt;wbr /&amp;gt;1.4.4}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot;&amp;gt;HWID 44 supported until DSi v1.4.3/3DS v2.1.0, HWID 81 supported until DSi v1.4.4/3DS v4.3.0 via [[Updating the AK2i Bootloader|bootloader update]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v2.1.0/v4.3.0}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot;&amp;gt;SDXC cards are supported if reformatted to FAT-32&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No|SDSC}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only cards up to 2 GB can be used. Some clones are SDHC, but not the ones currently common.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{n/a}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On DSi and 3DS, the console&#039;s internal SD(HC) card. On flashcard subject to the restrictions of the flashcard it&#039;s running on.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot;&amp;gt;Only one (NOE Movie Player: Volume 1) works with [[Nintendo DS|DS Phat]] and [[Nintendo DS Lite|DS Lite]], all are compatible with [[Nintendo DSi]] and [[3DS]] consoles.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Around half the number of DSiWare are compatible with DS Phat and DS Lite, most/all are compatible with DSi and 3DS.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|Custom [[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[AKAIO]]}}&lt;br /&gt;
|{{Yes|[[Wood R4]], [[YSMenu]], R4li}}&lt;br /&gt;
|{{Yes|[[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[nds-bootstrap]], Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On Nintendo DSi and 3DS, TWiLight Menu++ can only be used with nds-bootstrap. When running from a flashcart, TWiLight Menu++ sometimes supports other kernels as well.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat, Cheat.dat, Cheat.xml&lt;br /&gt;
|Cheat.dat, Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|Flashcard depandant}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Missing patches for some of the last releases, such as 5th generation Pokémon. Those games must be manually patched.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity with Pokemon games&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With AKAIO}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No|Not with nds-bootstrap}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;The common carts of this are clones/clones exist&amp;quot;&amp;gt;Clone&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes (Many)}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|Not clones}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Original Ace3DS+ cards &#039;&#039;can&#039;&#039; be flashed for ntrboot, however the modern clones &#039;&#039;cannot&#039;&#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|7hrs 13min&lt;br /&gt;
|4hrs 15min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&lt;br /&gt;
![[R4 DS]]&lt;br /&gt;
![[r4isdhc.com]]&lt;br /&gt;
![[SuperCard DSONE SDHC]]&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Difficult to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ Slot-1 flashcarts&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi|DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ-Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2|iTouch (2)]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.2?}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v1.4.2?}}&amp;lt;ref&amp;gt;[https://gbatemp.net/threads/296271/ iEDGE Bootstrap updater v4 released]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.4}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot;&amp;gt;[https://www.ezflash.cn/download/ DOWNLOAD - EZ-FLASH]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20101127233111/http://www.dsiplayer.us/news/iPlayer_OS_0909.html DS iPlayer - iPlayer OS v1.1 &amp;amp; firmware v1.0]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20111028222006/http://www.itouchds.com/ iTouchds Home]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot;&amp;gt;[http://eng.supercard.sc/manual/dsone/evolution/znsj.htm Unlimited Upgrade for DSONEi only_SuperCard Official Site]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.0.0}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.5.0}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v4.4.0}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDXC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;SDHC only for NDS mode.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No|Not without TWiLight Menu++}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|CycloDS Evolution Firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|EDGE Firmware}}&lt;br /&gt;
|{{Yes|EZ Flash 2.0 Firmware}}&lt;br /&gt;
|{{No|None}}&lt;br /&gt;
|{{Yes|iTouch firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], Sakura}}&lt;br /&gt;
|{{Yes|[[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[Moonshell]], [[bagplug]], [[iMenu]]}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|user.EVOcheats&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.dat&lt;br /&gt;
|Cheat.dat, EZARcode.dat&lt;br /&gt;
|None&lt;br /&gt;
|Cheat.db, cheat.xml&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.xml, Usrcheat.dat(EOS)&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only the SuperCard DSONE and DSONE SDHC autoboot, DSONEi does not.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity with Pokemon games&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Clones of this cart exist&amp;quot;&amp;gt;Clones&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;M3 Adapte&#039;&#039;&#039;s&#039;&#039;&#039;, M3 Adapt&#039;&#039;&#039;o&#039;&#039;&#039;r&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|DSONE SDHC only}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only some flash chips are compatible&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://gist.github.com/aspargas2/fa2a70aed3a7fe33f1f10bc264d9fab6 flashcart_core DSTT supported chips]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|Internal switch}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|3hrs 44min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|6hrs 04min&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NDS Slot-1 Carts]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73622</id>
		<title>NDS Game Loader Comparison Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73622"/>
		<updated>2023-02-26T21:29:41Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the comparison chart for methods of running DS games on your [[Nintendo DS]], [[Nintendo DSi|DSi]], or [[Nintendo 3DS|3DS]]. Most of the options here are [[flashcart]]s, however [[TWiLight Menu++]] is a homebrew app that can be run on DSi or 3DS consoles using a [[softmod]] or as an alternative interface for any flashcart. Despite its reliance on a flashcard on DS/[[Nintendo DS Lite|DS Lite]], it has been included in the comparison as it makes a good alternative to buying a flashcart on DSi and 3DS.&lt;br /&gt;
&lt;br /&gt;
Hover your mouse over the categories on the left to view a short description.&lt;br /&gt;
&lt;br /&gt;
==Plausible to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot;&amp;gt;Only clone cards are commonly available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[R4 DS]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[r4isdhc.com]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;As of 2022, any card from r4isdhc&#039;&#039;&#039;.com&#039;&#039;&#039; from 2014 and later. Not to be confused with r4isdhc&#039;&#039;&#039;.hk&#039;&#039;&#039; or r4isdhc&#039;&#039;&#039;.com.cn&#039;&#039;&#039;, which are both Ace3DS+ clones.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[SuperCard DSONE SDHC]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|With flashcart}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v1.4.3/&amp;lt;wbr /&amp;gt;1.4.4}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot;&amp;gt;HWID 44 supported until DSi v1.4.3/3DS v2.1.0, HWID 81 supported until DSi v1.4.4/3DS v4.3.0 via [[Updating the AK2i Bootloader|bootloader update]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v2.1.0/v4.3.0}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot;&amp;gt;SDXC cards are supported if reformatted to FAT-32&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No|SDSC}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only cards up to 2 GB can be used. Some clones are SDHC, but not the ones currently common.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{n/a}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On DSi and 3DS, the console&#039;s internal SD(HC) card. On flashcard subject to the restrictions of the flashcard it&#039;s running on.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot;&amp;gt;Only one (NOE Movie Player: Volume 1) works with [[Nintendo DS|DS Phat]] and [[Nintendo DS Lite|DS Lite]], all are compatible with [[Nintendo DSi]] and [[3DS]] consoles.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only a limited number of DSiWare are compatible with DS Phat and DS Lite, most/all are compatible with DSi and 3DS.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|Custom [[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[AKAIO]]}}&lt;br /&gt;
|{{Yes|[[Wood R4]], [[YSMenu]], R4li}}&lt;br /&gt;
|{{Yes|[[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[nds-bootstrap]], Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On Nintendo DSi and 3DS, TWiLight Menu++ can only be used with nds-bootstrap. When running from a flashcart, TWiLight Menu++ sometimes supports other kernels as well.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat, Cheat.dat, Cheat.xml&lt;br /&gt;
|Cheat.dat, Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|Flashcard depandant}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Missing patches for some of the last releases, such as 5th generation Pokémon. Those games must be manually patched.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity with Pokemon games&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With AKAIO}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No|Not with nds-bootstrap}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;The common carts of this are clones/clones exist&amp;quot;&amp;gt;Clone&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes (Many)}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|Not clones}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Original Ace3DS+ cards &#039;&#039;can&#039;&#039; be flashed for ntrboot, however the modern clones &#039;&#039;cannot&#039;&#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|7hrs 13min&lt;br /&gt;
|4hrs 15min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&lt;br /&gt;
![[R4 DS]]&lt;br /&gt;
![[r4isdhc.com]]&lt;br /&gt;
![[SuperCard DSONE SDHC]]&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Difficult to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ Slot-1 flashcarts&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi|DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ-Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2|iTouch (2)]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.2?}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v1.4.2?}}&amp;lt;ref&amp;gt;[https://gbatemp.net/threads/296271/ iEDGE Bootstrap updater v4 released]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.4}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot;&amp;gt;[https://www.ezflash.cn/download/ DOWNLOAD - EZ-FLASH]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20101127233111/http://www.dsiplayer.us/news/iPlayer_OS_0909.html DS iPlayer - iPlayer OS v1.1 &amp;amp; firmware v1.0]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20111028222006/http://www.itouchds.com/ iTouchds Home]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot;&amp;gt;[http://eng.supercard.sc/manual/dsone/evolution/znsj.htm Unlimited Upgrade for DSONEi only_SuperCard Official Site]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.0.0}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.5.0}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v4.4.0}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDXC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;SDHC only for NDS mode.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No|Not without TWiLight Menu++}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|CycloDS Evolution Firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|EDGE Firmware}}&lt;br /&gt;
|{{Yes|EZ Flash 2.0 Firmware}}&lt;br /&gt;
|{{No|None}}&lt;br /&gt;
|{{Yes|iTouch firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], Sakura}}&lt;br /&gt;
|{{Yes|[[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[Moonshell]], [[bagplug]], [[iMenu]]}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|user.EVOcheats&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.dat&lt;br /&gt;
|Cheat.dat, EZARcode.dat&lt;br /&gt;
|None&lt;br /&gt;
|Cheat.db, cheat.xml&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.xml, Usrcheat.dat(EOS)&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only the SuperCard DSONE and DSONE SDHC autoboot, DSONEi does not.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity with Pokemon games&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Clones of this cart exist&amp;quot;&amp;gt;Clones&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;M3 Adapte&#039;&#039;&#039;s&#039;&#039;&#039;, M3 Adapt&#039;&#039;&#039;o&#039;&#039;&#039;r&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|DSONE SDHC only}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only some flash chips are compatible&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://gist.github.com/aspargas2/fa2a70aed3a7fe33f1f10bc264d9fab6 flashcart_core DSTT supported chips]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|Internal switch}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|3hrs 44min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|6hrs 04min&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NDS Slot-1 Carts]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73621</id>
		<title>NDS Game Loader Comparison Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73621"/>
		<updated>2023-02-26T21:10:38Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the comparison chart for methods of running DS games on your [[Nintendo DS]], [[Nintendo DSi|DSi]], or [[Nintendo 3DS|3DS]]. Most of the options here are [[flashcart]]s, however [[TWiLight Menu++]] is a homebrew app that can be run on DSi or 3DS consoles using a [[softmod]] or as an alternative interface for any flashcart. Despite its reliance on a flashcard on DS/[[Nintendo DS Lite|DS Lite]], it has been included in the comparison as it makes a good alternative to buying a flashcart on DSi and 3DS.&lt;br /&gt;
&lt;br /&gt;
Hover your mouse over the categories on the left to view a short description.&lt;br /&gt;
&lt;br /&gt;
==Plausible to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot;&amp;gt;Only clone cards are commonly available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[R4 DS]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[r4isdhc.com]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;As of 2022, any card from r4isdhc&#039;&#039;&#039;.com&#039;&#039;&#039; from 2014 and later. Not to be confused with r4isdhc&#039;&#039;&#039;.hk&#039;&#039;&#039; or r4isdhc&#039;&#039;&#039;.com.cn&#039;&#039;&#039;, which are both Ace3DS+ clones.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[SuperCard DSONE SDHC]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|With flashcart}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v1.4.3/&amp;lt;wbr /&amp;gt;1.4.4}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot;&amp;gt;HWID 44 supported until DSi v1.4.3/3DS v2.1.0, HWID 81 supported until DSi v1.4.4/3DS v4.3.0 via [[Updating the AK2i Bootloader|bootloader update]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v2.1.0/v4.3.0}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot;&amp;gt;SDXC cards are supported if reformatted to FAT-32&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No|SDSC}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only cards up to 2 GB can be used. Some clones are SDHC, but not the ones currently common.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{n/a}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On DSi and 3DS, the console&#039;s internal SD(HC) card. On flashcard subject to the restrictions of the flashcard it&#039;s running on.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot;&amp;gt;Only one (NOE Movie Player: Volume 1) works with [[Nintendo DS|DS Phat]] and [[Nintendo DS Lite|DS Lite]], all are compatible with [[Nintendo DSi]] and [[3DS]] consoles.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only a limited number of DSiWare are compatible with DS Phat and DS Lite, most/all are compatible with DSi and 3DS.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|Custom [[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[AKAIO]]}}&lt;br /&gt;
|{{Yes|[[Wood R4]], [[YSMenu]], R4li}}&lt;br /&gt;
|{{Yes|[[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[nds-bootstrap]], Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On Nintendo DSi and 3DS, TWiLight Menu++ can only be used with nds-bootstrap. When running from a flashcart, TWiLight Menu++ sometimes supports other kernels as well.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat, Cheat.dat, Cheat.xml&lt;br /&gt;
|Cheat.dat, Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Missing patches for some of the last releases, such as 5th generation Pokémon. Those games must be manually patched.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With AKAIO}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;The common carts of this are clones/clones exist&amp;quot;&amp;gt;Clone&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes (Many)}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|Not clones}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Original Ace3DS+ cards &#039;&#039;can&#039;&#039; be flashed for ntrboot, however the modern clones &#039;&#039;cannot&#039;&#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|7hrs 13min&lt;br /&gt;
|4hrs 15min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&lt;br /&gt;
![[R4 DS]]&lt;br /&gt;
![[r4isdhc.com]]&lt;br /&gt;
![[SuperCard DSONE SDHC]]&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Difficult to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ Slot-1 flashcarts&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi|DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ-Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2|iTouch (2)]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.2?}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v1.4.2?}}&amp;lt;ref&amp;gt;[https://gbatemp.net/threads/296271/ iEDGE Bootstrap updater v4 released]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.4}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot;&amp;gt;[https://www.ezflash.cn/download/ DOWNLOAD - EZ-FLASH]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20101127233111/http://www.dsiplayer.us/news/iPlayer_OS_0909.html DS iPlayer - iPlayer OS v1.1 &amp;amp; firmware v1.0]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20111028222006/http://www.itouchds.com/ iTouchds Home]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot;&amp;gt;[http://eng.supercard.sc/manual/dsone/evolution/znsj.htm Unlimited Upgrade for DSONEi only_SuperCard Official Site]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.0.0}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.5.0}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v4.4.0}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDXC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;SDHC only for NDS mode.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|CycloDS Evolution Firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|EDGE Firmware}}&lt;br /&gt;
|{{Yes|EZ Flash 2.0 Firmware}}&lt;br /&gt;
|{{No|None}}&lt;br /&gt;
|{{Yes|iTouch firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], Sakura}}&lt;br /&gt;
|{{Yes|[[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[Moonshell]], [[bagplug]], [[iMenu]]}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|user.EVOcheats&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.dat&lt;br /&gt;
|Cheat.dat, EZARcode.dat&lt;br /&gt;
|None&lt;br /&gt;
|Cheat.db, cheat.xml&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.xml, Usrcheat.dat(EOS)&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only the SuperCard DSONE and DSONE SDHC autoboot, DSONEi does not.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Clones of this cart exist&amp;quot;&amp;gt;Clones&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;M3 Adapte&#039;&#039;&#039;s&#039;&#039;&#039;, M3 Adapt&#039;&#039;&#039;o&#039;&#039;&#039;r&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|DSONE SDHC only}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only some flash chips are compatible&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://gist.github.com/aspargas2/fa2a70aed3a7fe33f1f10bc264d9fab6 flashcart_core DSTT supported chips]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|Internal switch}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|3hrs 44min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|6hrs 04min&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NDS Slot-1 Carts]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73620</id>
		<title>NDS Game Loader Comparison Chart</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=NDS_Game_Loader_Comparison_Chart&amp;diff=73620"/>
		<updated>2023-02-26T21:07:42Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: Update DSi-Exclusive/DSiWare game on DS/DS Lite compatibility info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the comparison chart for methods of running DS games on your [[Nintendo DS]], [[Nintendo DSi|DSi]], or [[Nintendo 3DS|3DS]]. Most of the options here are [[flashcart]]s, however [[TWiLight Menu++]] is a homebrew app that can be run on DSi or 3DS consoles using a [[softmod]] or as an alternative interface for any flashcart. Despite its reliance on a flashcard on DS/[[Nintendo DS Lite|DS Lite]], it has been included in the comparison as it makes a good alternative to buying a flashcart on DSi and 3DS.&lt;br /&gt;
&lt;br /&gt;
Hover your mouse over the categories on the left to view a short description.&lt;br /&gt;
&lt;br /&gt;
==Plausible to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot;&amp;gt;Only clone cards are commonly available.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[R4 DS]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[r4isdhc.com]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;As of 2022, any card from r4isdhc&#039;&#039;&#039;.com&#039;&#039;&#039; from 2014 and later. Not to be confused with r4isdhc&#039;&#039;&#039;.hk&#039;&#039;&#039; or r4isdhc&#039;&#039;&#039;.com.cn&#039;&#039;&#039;, which are both Ace3DS+ clones.&amp;lt;/ref&amp;gt;&lt;br /&gt;
![[SuperCard DSONE SDHC]]&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;clone&amp;quot; /&amp;gt;&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|With flashcart}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v1.4.3/&amp;lt;wbr /&amp;gt;1.4.4}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot;&amp;gt;HWID 44 supported until DSi v1.4.3/3DS v2.1.0, HWID 81 supported until DSi v1.4.4/3DS v4.3.0 via [[Updating the AK2i Bootloader|bootloader update]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v2.1.0/v4.3.0}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;ak2i-update&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot;&amp;gt;SDXC cards are supported if reformatted to FAT-32&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No|SDSC}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only cards up to 2 GB can be used. Some clones are SDHC, but not the ones currently common.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{n/a}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On DSi and 3DS, the console&#039;s internal SD(HC) card. On flashcard subject to the restrictions of the flashcard it&#039;s running on.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot;&amp;gt;Only one (NOE Movie Player: Volume 1) works with [[Nintendo DS|DS Phat]] or [[Nintendo DS Lite|DS Lite]], all are compatible with [[Nintendo DSi]] and [[3DS]] consoles.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only a limited number of DSiWare are compatible with DS Phat and DS Lite, most/all are compatible with DSi and 3DS.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|Custom [[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[AKAIO]]}}&lt;br /&gt;
|{{Yes|[[Wood R4]], [[YSMenu]], R4li}}&lt;br /&gt;
|{{Yes|[[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[nds-bootstrap]], Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;On Nintendo DSi and 3DS, TWiLight Menu++ can only be used with nds-bootstrap. When running from a flashcart, TWiLight Menu++ sometimes supports other kernels as well.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat, Cheat.dat, Cheat.xml&lt;br /&gt;
|Cheat.dat, Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Missing patches for some of the last releases, such as 5th generation Pokémon. Those games must be manually patched.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With AKAIO}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;7&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;The common carts of this are clones/clones exist&amp;quot;&amp;gt;Clone&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes (Many)}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|Not clones}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Original Ace3DS+ cards &#039;&#039;can&#039;&#039; be flashed for ntrboot, however the modern clones &#039;&#039;cannot&#039;&#039;.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{n/a}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|7hrs 13min&lt;br /&gt;
|4hrs 15min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[Ace3DS+]]&lt;br /&gt;
![[Acekard 2|Acekard 2i]]&lt;br /&gt;
![[R4 DS]]&lt;br /&gt;
![[r4isdhc.com]]&lt;br /&gt;
![[SuperCard DSONE SDHC]]&lt;br /&gt;
![[TWiLight Menu++]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Difficult to Purchase==&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+ Slot-1 flashcarts&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi|DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ-Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2|iTouch (2)]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Hardware&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DS Phat and DS Lite&amp;quot;&amp;gt;DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the DSi and DSi XL (Non-DSi Games)&amp;quot;&amp;gt;DSi&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.2?}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v1.4.2?}}&amp;lt;ref&amp;gt;[https://gbatemp.net/threads/296271/ iEDGE Bootstrap updater v4 released]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4.4}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot;&amp;gt;[https://www.ezflash.cn/download/ DOWNLOAD - EZ-FLASH]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20101127233111/http://www.dsiplayer.us/news/iPlayer_OS_0909.html DS iPlayer - iPlayer OS v1.1 &amp;amp; firmware v1.0]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Partial|v1.4}}&amp;lt;ref&amp;gt;[https://web.archive.org/web/20111028222006/http://www.itouchds.com/ iTouchds Home]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot;&amp;gt;[http://eng.supercard.sc/manual/dsone/evolution/znsj.htm Unlimited Upgrade for DSONEi only_SuperCard Official Site]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Works on the old/&amp;quot;New&amp;quot; 3DS/2DS and their XL variants (DS Games)&amp;quot;&amp;gt;3DS&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.0.0}}&amp;lt;ref name=&amp;quot;ezflash-download&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|??}}&lt;br /&gt;
|{{Partial|v4.5.0}}&amp;lt;ref&amp;gt;[https://gbatemp.net/download/m3i-zero-core.32734/ M3i Zero Core]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Partial|v4.4.0}}&amp;lt;ref name=&amp;quot;dsone-firmware&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Options for expanding memory&amp;quot;&amp;gt;Expandable Memory&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDHC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&lt;br /&gt;
|{{Yes|SDXC}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;sdhc&amp;quot; /&amp;gt;&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;SDHC only for NDS mode.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Position of the Micro SD Slot&amp;quot;&amp;gt;SD Slot&amp;lt;/span&amp;gt;&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Side&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|Top&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Built-in extra CPU&amp;quot;&amp;gt;CPU&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Software&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSi enhanced and DSi Only Games&amp;quot;&amp;gt;DSi Games&lt;br /&gt;
|{{Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot; name=&amp;quot;dsi-only&amp;quot; /&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Plays DSiWare Games&amp;quot;&amp;gt;DSiWare Games&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Carts with well supported kernels can play the most games&amp;quot;&amp;gt;Kernel&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|CycloDS Evolution Firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|EDGE Firmware}}&lt;br /&gt;
|{{Yes|EZ Flash 2.0 Firmware}}&lt;br /&gt;
|{{No|None}}&lt;br /&gt;
|{{Yes|iTouch firmware}}&lt;br /&gt;
|{{Yes|[[YSMenu]], Sakura}}&lt;br /&gt;
|{{Yes|[[Wood R4]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[TTMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]]}}&lt;br /&gt;
|{{Yes|[[Evolution OS]], [[YSMenu]], [[Moonshell]], [[bagplug]], [[iMenu]]}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can use Skins&amp;quot;&amp;gt;Skinning&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Filename for Cheats&amp;quot;&amp;gt;Cheats&amp;lt;/span&amp;gt;&lt;br /&gt;
|user.EVOcheats&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.dat&lt;br /&gt;
|Cheat.dat, EZARcode.dat&lt;br /&gt;
|None&lt;br /&gt;
|Cheat.db, cheat.xml&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Cheat.xml, Usrcheat.dat(EOS)&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|Usrcheat.dat&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Skips the DS Menu on DS/Lite&amp;quot;&amp;gt;Autoboot (DS)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only the SuperCard DSONE and DSONE SDHC autoboot, DSONEi does not.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{dunno}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Automatically patched Anti-Piracy on DS games&amp;quot;&amp;gt;Auto AAP&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Ability to slow down the game&amp;quot;&amp;gt;Slow Motion&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Save and load the game at any time&amp;quot;&amp;gt;Real Time Save&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Shows a Text/Image guide (walkthrough) while ingame&amp;quot;&amp;gt;Real Time Guide&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Can connect with the Nintendo Wii&amp;quot;&amp;gt;Wii Connectivity&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|With Wood R4}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;12&amp;quot;|&#039;&#039;&#039;Other&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Clones of this cart exist&amp;quot;&amp;gt;Clones&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;M3 Adapte&#039;&#039;&#039;s&#039;&#039;&#039;, M3 Adapt&#039;&#039;&#039;o&#039;&#039;&#039;r&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|{{No|DSONE SDHC only}}&lt;br /&gt;
|{{Yes|No}}&lt;br /&gt;
|{{No|Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Bootloader can be updated in case of a DSi/3DS update&amp;quot;&amp;gt;Updatable Bootloader (DSi)&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Able to be flashed with ntrboot to install CFW on a 3DS&amp;quot;&amp;gt;[[ntrboot]] Compatible&amp;lt;/span&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Partial|Varies}}&amp;lt;ref group=&amp;quot;fn&amp;quot;&amp;gt;Only some flash chips are compatible&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://gist.github.com/aspargas2/fa2a70aed3a7fe33f1f10bc264d9fab6 flashcart_core DSTT supported chips]&amp;lt;/ref&amp;gt;&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{Yes|Internal switch}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;span title=&amp;quot;Estimated battery life with flashcarts and factory default battery pack.&amp;quot;&amp;gt;Battery Life for DSLite + Flashcart + Commercial ROM&amp;lt;/span&amp;gt;&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|3hrs 44min&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|6hrs 04min&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|- &amp;lt;!-- keep on the bottom --&amp;gt;&lt;br /&gt;
!&lt;br /&gt;
![[CycloDS iEvolution]]&lt;br /&gt;
![[DSTTi]]&lt;br /&gt;
![[iEDGE]]&lt;br /&gt;
![[EZ Flash V|EZ Flash Vi]]&lt;br /&gt;
![[iPlayer]]&lt;br /&gt;
![[iTouch 2]]&lt;br /&gt;
![[M3i Zero]]&lt;br /&gt;
![[R4i Gold 3DS Plus]]&lt;br /&gt;
![[SuperCard DSONEi]]&lt;br /&gt;
![[SuperCard DSTWO]]&lt;br /&gt;
![[SuperCard DSTWO+]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Footnotes==&lt;br /&gt;
&amp;lt;references group=&amp;quot;fn&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NDS Slot-1 Carts]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatibility_List&amp;diff=72391</id>
		<title>GBARunner2/DSi 3DS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatibility_List&amp;diff=72391"/>
		<updated>2021-06-14T02:30:28Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Retail games */ Add EUR patch for Sonic Advance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;If you are using a &#039;&#039;&#039;DS phat or DS Lite&#039;&#039;&#039; or any system with a &#039;&#039;&#039;Flashcart&#039;&#039;&#039;, [[GBARunner2|go here!]]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= The Various Builds and Branches for 3DS and DSi =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;You can find the latest builds here:&amp;lt;/big&amp;gt;&#039;&#039;&#039; https://github.com/Gericom/GBARunner2/releases&lt;br /&gt;
For the 2DS/3DS get the one with 3DS at the end of the filename. For DSi get the one with DSi at the end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Here is the latest DSP branch build (:better audio) as of 15/11/2020:&#039;&#039;&#039; https://github.com/Gericom/GBARunner2/releases/tag/v20200809-113646_551ae99_dsp-audio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Increased ROMhack Support on 3DS and DSi and Increased DSi Compatibility (Hicode) ==&lt;br /&gt;
* A recent build implementing a hybrid hicode solution for general increased compatibility can be found [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-130512_d5dc8d8 here.]&lt;br /&gt;
** It is from separate branch of GBARunner2 where you will not find the features of other branches like the improved audio from DSP, gyro controls and Wifi_Link, but for the DSi you can boot more games and avoid many crashes, as well as potentially run large romhacks.&lt;br /&gt;
** This build has not been tested exhaustively with patches or ROMhacks, but many ROMs run well instead of freezing or refusing to boot on the DSi. We have reports that many more ROMhacks now work for both DSi and 3DS. You will have to test yourself if your ROMhack works.&lt;br /&gt;
&lt;br /&gt;
== Gyro Support in Games ==&lt;br /&gt;
* A build using the &#039;&#039;&#039;3DS&#039; Gyro&#039;&#039;&#039; has been made that supports gyro games: https://github.com/Gericom/GBARunner2/releases/tag/v20191228-021638_ee7f6a0&lt;br /&gt;
**You need to install [https://gbatemp.net/threads/twpatcher-ds-i-mode-screen-filters-and-patches.542694/ twpatch.cia] for it to work. Alternatively you can also get the latest one with [https://github.com/Universal-Team/Universal-Updater/releases Universal Updater.]&lt;br /&gt;
**Make sure Loading External Firms and Patches are enabled in Luma&#039;s settings (hold select when powering up your system).&lt;br /&gt;
**Make sure Luma is set to run from SD card and not CTRNAND. This can be checked on the bottom of the bottom screen when accessing Luma&#039;s configurator by holding select when booting up.&lt;br /&gt;
** Some 3DS systems do not work with this since the driver that was made only works with some of the accelerometer chips found in 3DS systems. There does not seem to be any consistency with which system (3DS, 2DS, N3DS, N2DS) and any system could have a compatible or a non-compatible chip. The only way right now to find out is to try it and see.&lt;br /&gt;
&lt;br /&gt;
= TWLBg Bug - Duplication of lines on the bottom of the screen when playing on a (N)2DS/3DS =&lt;br /&gt;
* Occasionally, depending on the game, when running GBARunner2 on a system of the 3DS family of systems you might experience a bug where about &#039;&#039;&#039;8 lines of pixels of the bottom of the screen duplicate and/or accumulate&#039;&#039;&#039;. This is the well-known &#039;&#039;&#039;&amp;lt;big&amp;gt;TWLBg bug &amp;lt;/big&amp;gt;&#039;&#039;&#039; which is due to some bad coding by Nintendo. However it manifests more often after [https://github.com/Gericom/GBARunner2/releases/tag/v20200412-124827_c7557a9_dsp-audio this update,] which started making the average number of gba cycles per frame equal to a real gba. This build fixed some issues with timer sync for audio. Several potential work-arounds are listed below. One is to revert to a version before this update. However your milage may vary if it helps depending on the ROM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[https://github.com/Gericom/GBARunner2/releases/tag/v20200411-210916_76c4bf2_dsp-audio Here is the last build of the DSP branch] before the commit that presents more TWLBg bug.&lt;br /&gt;
**Sticking to an older DSP build might be good if you want better audio, although your ROM might not work. If this is the case then you can try the build before the one you tried, and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Alternatively you can use [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-131430_6e4ce45 the currently latest master release] (not DSP) which should not produce much TWLBg glitching, but it will possibly have worse audio/more desync or audio lag, but otherwise many improvements over the above linked DSP build.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The third alternative is to use the [[GBARunner2/DSi_3DS_Compatibility_List#Increased_ROMhack_Support_on_3DS_and_DSi_and_Increased_DSi_Compatibility|hicode hybrid build]] since it does not suffer from increased TWLBg bug same as the &#039;Master&#039; branch builds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Eventually it is planned (don&#039;t ask when!) to fix the code that causes the bug to occur, or have an option to choose between two extra modes with the DSP build on 3DS that work without this framerate adjustment, since not all games need it.&lt;br /&gt;
&lt;br /&gt;
= Additional Notes =&lt;br /&gt;
* If your ROM does not run, make sure to verify that it is a good quality backup as per [[GBARunner2#Verifying_Quality_of_ROMs|the main GBARunner2 wiki page.]]&lt;br /&gt;
* If you ROM boots to a white screen and the menu is unresponsive, even though the compatibility list states the ROM is working, then disable &#039;center and mask&#039; in the settings. If you see a ROM intro you have a bad quality ROM. You can remove this by using GBATA.&lt;br /&gt;
&lt;br /&gt;
= Compatibility Lists =&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;25%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!Legend&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Very Playable - Full Speed. Very Good Audio. No gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Playable - Minor Performance issues. Bad audio. Non intrusive gfx glitches in game. Some games might freeze far into the game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Working/Unplayable - Game is very slow, laggy, glitchy gfx or it gets in game and plays well, but freezes or locks up at some early point.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Freezing - Game boots but freezes before you can get in game or in 1 or 2 seconds.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|No boot - Game doesn&#039;t even boot.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Retail games ==&lt;br /&gt;
{{GBAR2GameTable}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Everything or Nothing [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Sync on timer game. wram i-cache enabled takes care of timing issues during the first level.}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Nightfire [UE]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=&#039;&#039;&#039;DSi:&#039;&#039;&#039;Game runs a little bit faster with wram i-cache enabled. No sound.}}&lt;br /&gt;
{{GBAR2Game|title=2 Game Pack! - Uno &amp;amp; Skip-Bo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=2K Sports - Major League Baseball 2K7 [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ace Combat Advance [UE]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ace Lightning [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Action Man - Robot Atak [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}} &lt;br /&gt;
{{GBAR2Game|title=Activision Anthology [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The games appear to have timing issues. The game has heavy graphics glitches. Image duplicate scrolling up and image is squished to half sized and located on left side ingame. This is a regress compared to commit 10f3e53 (2019/12/20).}}&lt;br /&gt;
{{GBAR2Game|title=Advance Guardian Heroes [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=GFX glitches after passing through tunnel in stage 4-1.}} &lt;br /&gt;
{{GBAR2Game|title=Adventure of Tokyo Disney Sea [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars 2 - Black Hole Rising [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aero the Acro-Bat - Rascal Rival Revenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen. DSi/3DS build only.}}&lt;br /&gt;
{{GBAR2Game|title=Agassi Tennis Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Probably has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Agent Hugo - Roborumble [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Aggressive Inline [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Minor clicking noise during the pause screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Aigle de Guerre, L&#039; [FR]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note= &#039;&#039;&#039;Same game as Napoleon (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Aka-chan Doubutsuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aladdin [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good}}&lt;br /&gt;
{{GBAR2Game|title=Aleck Bordon Adventure - Tower &amp;amp; Shaft Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Alex Rider - Stormbreaker [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes after you select the language. |crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during the pause screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Alien Hominid [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=All Grown Up! - Express Yourself [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:&#039;&#039;&#039;Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2004 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Altered Beast - Guardian of the Realms [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Bass Challenge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Idol [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=An American Tail - Fievel&#039;s Gold Rush [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection - Mezase! Gakuen no Fashion Leader [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection 2 - Pichimo ni Narou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Angelique [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Mania - Dokidoki Aishou Check [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Animaniacs - Lights, Camera, Action! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Snap - Rescue Them 2 by 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio is broken after you open and close the gbarunner2 menu repeatedly.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ant Bully [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Better audio quality with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Antz - Extreme Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ao-Zoura to Nakamatachi - Yume no Bouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Archer Maclean&#039;s 3D Pool [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Arctic Tale [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Operation Green [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Turf Wars [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men Advance [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Around the World in 80 Days [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Arthur and the Minimoys [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=A Sound of Thunder [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor Cutscenes are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix - Bash Them All! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note= Asterix and Obelix game works fine. Finished first 2 stages. Minigames work fine. Tested minigame code 3121. Asterix and Cleopatra softlocks at last intro cutscene image with image flickering. Last tested DSP build (2020/04/21):&#039;&#039;&#039;Game crashes at random points after bios. Usually before you can get to a game. This is a regression.&#039;&#039;&#039; Use build (2020/02/17) 0b8bbe3. In that build the game runs faster and has less gfx glitches with Cache enabled. Only Asterix and Obelix works. Game still crashes if you wait a bit after the bios intro. Minor gfx glitches are visible every now and then Asterix and Obelix uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix XXL [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Game has regular slowdown. Sound is sometimes a bit distorted. Fixed by going in and out of gbarunner2 menu. The language select music should sound the same as the file select menu that comes right after.}}&lt;br /&gt;
{{GBAR2Game|title=Astro Boy Omega Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Atari Anniversary Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Atlantis - The Lost Empire [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Atomic Betty [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches after the basketball mini game during the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Quad Power Racing [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Thunder Ridge Riders [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Glitches on the Title screen after you quit a race. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Last Airbender - The Burning Earth [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Legend of Aang [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Azumanga Daiou Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Some gfx glitches and slowdown. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Babar to the Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Back to Stone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Back Track [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Audio is broken. Audio works in DS build.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball 2006 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Basketball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football 2006 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Hockey [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game softlocks during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Skateboarding [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Baseball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Basketball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Football 2007 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Baldur&#039;s Gate - Dark Alliance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Banjo-Kazooie - Grunty´s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Banjo-Pilot [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Trees and sprites glitch out occasionally.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie - The Princess and the Pauper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie and the Magic of Pegasus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie as the Island Princess [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=The game freezes on logo where sound would usually start playing. Use latest DS build instead.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Diaries - High School Mystery [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Groovy Games [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Less audio noise with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Horse Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Barbie sprite flickers when finishing first stage and getting off the horse. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barnyard [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Baseball Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Greatest Nine (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Batman Begins [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less audio noise with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Rise of Sin Tzu [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Vengeance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman - Fire Spirits [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less audio noises with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Beyond the BattleBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Design &amp;amp; Destroy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=BB Ball [J]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=minor|note=GBARunner2 crashes soon after new game starts.}}&lt;br /&gt;
{{GBAR2Game|title=Beast Shooter - Mezase Beast King! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Berenstain Bears and the Spooky Old Tree [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Best Play Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= Gets ingame and plays well but might crash after a while at random. Notes for last tested DSP build (2020/04/21)&#039;&#039;&#039;Game makes GBAR2 crash right after logos.&#039;&#039;&#039; DS build works. Use this build on github (2020/03/28) 84ffca which has sound issues like the other games developed by Fullfat used to have.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor clicking noise.}}&lt;br /&gt;
{{GBAR2Game|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note= Enabling wram i-cache makes music distorted and tinny. Heavy gfx glitches. Game uses a Password system.}} &lt;br /&gt;
{{GBAR2Game|title=Bibi und Tina - Ferien auf dem Martinshof [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Enabling wram i-cache makes music distorted and tinny.}}&lt;br /&gt;
{{GBAR2Game|title=Bible Game [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=DSi:Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Big Mutha Truckers [E]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=broken|speed=lag|note=Disabling wram i-cache seems to make it not crash. Finished a “truck drivin’” round and tested a mission. Duplicate of the screen flickering. Missing polygons like roof of trailer and environment. The build (2019/12/23) 6ef2b19 might be more stable.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Boundish [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Coloris [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dialhex [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Nintendo Health screen is missing.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Digidrive [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dotstream [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Nintendo Health screen is missing. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Orbital [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Soundvoyager [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Nintendo Health screen is missing. Does an initial direct DMA write to the sound fifos which is not implemented yet.}}&lt;br /&gt;
{{GBAR2Game|title=Black Belt Challenge [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Garbled sprites, status bar and background animation gfx. Constant clicking sound in background.}}&lt;br /&gt;
{{GBAR2Game|title=Black Matrix Zero [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Blackthorne [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Blades of Thunder [U]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Heavy gfx glitches in game. Screen duplicates are flickering all over. Cursor seems to move too fast in main menu. Game uses a Password system.|crashreason=Hicode.}}&lt;br /&gt;
{{GBAR2Game|title=Bleach Advance - Kurenai ni Somaru Soul Society [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Blender Bros [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=BMX Trick Racer [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=3DS:Runs perfect. Less gfx glitches with wram i-cache disabled. DSi:Slowdown in main menu. Frequent flickering lines in main menu.}}&lt;br /&gt;
{{GBAR2Game|title=Board Game Classics [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Bakutou Hajike Taisen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Maji de!! Shinken Battle [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Solar Sensor patch required.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 2 - Solar Boy Jango [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Solar Sensor patch works fine. DSi:Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise and gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Blue Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Red Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Tournament [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Audio desync. Fixed by turning of wram i-cache, which was not necessary before. Use build previous to (2020/04/12) bb15d71.}}&lt;br /&gt;
{{GBAR2Game|title=Bookworm [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Ou Beet - Busters Road [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=One game mode playable. Unsupported Toy Starter set needed for some of the game modes.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Pluston GP [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Unsupported Toy Starter set needed for all game modes.}}&lt;br /&gt;
{{GBAR2Game|title=Boukyaku no Senritsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. DSi:Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boulder Dash EX [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Language select does not show the language.}}&lt;br /&gt;
{{GBAR2Game|title=Boxing Fever [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Crackling sounds and garbled sprites in retry screen.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Babyz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Forever Diamondz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx issues during trailer driving game.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Rock Angelz [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - The Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Britney&#039;s Dance Beat [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Broken Sword - The Shadow of the Templars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Brother Bear [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Permanent black line on pause screen. Popping sound when loading into game. Postlogos FMV gives only black screen. Wram i-cache on gives high frequency sounds.}}&lt;br /&gt;
{{GBAR2Game|title=Bruce Lee - Return of the Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Crackling sounds when loading new screens. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Bubble Bobble - Old &amp;amp; New [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Beeping sound 2 secs in main menu music and during second part of new game cutscene (press start to skip to it) right when main menu music plays again. There is a missing sample not playing together with the initial square wave note in the same track. Beeping started being loud in 76c4bf2 (2020/04/11). Natsume audio engine.}}&lt;br /&gt;
{{GBAR2Game|title=Butt-Ugly Martians - B.K.M. Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cabbage Patch Kids - The Patch Puppy Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter - 2005 Adventures [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. DSi:Some gfx glitches, text is missing. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Caesars Palace Advance - Millennium Gold Edition [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good| note=Turning off wram i-cache cleans up audio. Crackling can be solved by going in and out of GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Calciobit [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Camp Lazlo - Leaky Lake Games [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Capcom Classics Mini Mix [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Games run faster with wram i-cache enabled. Games use a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Captain Tsubasa - Eikou no Kiseki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Car Battler Joe [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the Intro.}}&lt;br /&gt;
{{GBAR2Game|title=Card e-Reader [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=ROM boots without problems. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card de Mini Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Care Bears - The Care Quests [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Carrera Power Slide [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cars [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cars - Mater-National Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor clicking noise. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Block Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Speedway [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Casper [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Aria of Sorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Circle of the Moon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync during the titlescreen.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Castleween [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cat in the Hat by Dr. Seuss [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Catwoman [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Catz [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Better Audio with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou 2 [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou Shijie [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance 2 for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Charlie and the Chocolate Factory [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Charlotte&#039;s Web [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cheetah Girls [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Chessmaster [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Sound is missing. DS build has working sound.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Little [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache enabled. Minor crackling noise.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Some stuttering in music when in Narnia and scrolling through dialogue box.}}&lt;br /&gt;
{{GBAR2Game|title=Chu Chu Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=CIMA - The Enemy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache enabled. Minor crackling noise.}}&lt;br /&gt;
{{GBAR2Game|title=Cinderella - Magical Dreams [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. FMV show some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 2 - Yume no Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamoroll - Koko ni Iru yo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Bomberman (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Castlevania (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Donkey Kong (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Dr. Mario (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Excitebike (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Ice Climber (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Legend of Zelda (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Metroid (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Pac-Man (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Super Mario Bros. (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Xevious (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Zelda II - The Adventure of Link (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Kart Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Platform Jumper [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Screeching sound when booting up game in language screen. Fixed by disabling cache but this breaks and stops sound in main menu. Flickering line right before Nintendo logo with cache disabled. Missing images in new game cutscene. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Codename - Kids Next Door - Operation S.O.D.A. [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled. A glichted line during the new game screen after you quit a level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Colin McRae Rally 2.0 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs too fast with both i-caches on, though this doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Columns Crown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling when loading new screens in intro cutscene. Garbled pixels covering jewels in title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Combat Choro Q - Advance Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Comix Zone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Contra Advance - The Alien Wars EX [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Many SFX have issues. The 1up sound comes instead of explosions, shield upgrades etc. Strangely running Pokemon Emerald DPPt music romhack before running this corrects the SFX. Game uses a Password system. }}&lt;br /&gt;
{{GBAR2Game|title=Corvette [U]|version=(2020/04/21) 088cbc5 |rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Popping sound when loading new logos post bios. Some wrong high frequent sound in background in main menu with wram i-cache enabled. Horizontal lines flickering across screen when navigating main menu.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot 2 N-Traced [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then. Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot XS [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Regular single popping sound in intro music and some more when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Nitro Kart [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and less gfx glitches with wram i-cache enabled. Minor popping sound when loading into new screens. Random high frequency sounds if wram i-cache is enabled in all music.}}&lt;br /&gt;
{{GBAR2Game|title=Crash of the Titans [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling sounds and stuttering during cutscenes.}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Film reel lines in new game cutscene move slower. In game runs at a constant slightly slower pace. &#039;&#039;&#039;Same game as Shin chan - Aventuras en Cineland&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. In game runs at a constant slightly slower pace.  Couldn&#039;t find a save spot.&#039;&#039;&#039;Same game as Shin Chan Contra Los Munecos De Shock Gahn&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Frog Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Taxi - Catch a Ride [E]|version=(2020/04/12) bb15d71|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches like screen shaking when you crash or other things happen.}}&lt;br /&gt;
{{GBAR2Game|title=Creatures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! - Yume no Banker Survival! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 2 - Yami no Bank to Banqueen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 3 - Granu Oukoku no Nazo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 4 - Bank no Mori no Mamorigami [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! Great - Toki no Boukensha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=3DS:runs perfect. DSi:minor gfx glitches during battle.}}&lt;br /&gt;
{{GBAR2Game|title=Crouching Tiger Hidden Dragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cruis&#039;n Velocity [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Crushed Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 2 - Back to Hell [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Random high frequency sounds if wram i-cache is enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 3 - Bioterror [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cubix - Robots for Everyone - Clash &#039;N Bash [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. }}&lt;br /&gt;
{{GBAR2Game|title=Curious George [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Less gfx glitches with wram i-cache enabled. Some gfx glitches. Base DS version runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Custom Robo GX [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dai-Mahjong [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=0|sound=good|note=Sound is playing well. The game only shows a white screen. Mask and center disabling does nothing. Does not react to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Daisenryaku for Game Boy Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Daisuki Teddy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dancing Sword - Senkou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Tobase Shouri no Smile Shot [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Xi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - Urban Jungle [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - The Ultimate Enemy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Daredevil [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Darius R [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dark Arena [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 3 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Constant crackling sound even if music is turned off sometimes. Gets worse if ingame GBAR2 menu is entered. Game randomly crashes if ingame menu has been entered. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=David Beckham Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=The image is only horizontal tearinglines. You can still get ingame by pressing the right inputs. Ingame plays well. Some crackling sounds during crowd samples. This is a regression. Use commit 5b06bb4 (2019/07/03) arm9 build instead.}}&lt;br /&gt;
{{GBAR2Game|title=Davis Cup [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Deadly Skies [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dead to Rights [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Some gfx glitches. DS version runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Deal or No Deal [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=The image is broken by image duplicate flickering. Some gfx glitches. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Defender - For All Mankind [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Defender of the Crown (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stuttering.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Dark Version (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Light Version (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Demon Driver - Time to Burn Rubber! (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Denki Blocks! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Flickering lines when fade in and out effect. Minor gfx glitches during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 3 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Flicker on both screens after bios intro.|crashreason=Hblank dma to io}}&lt;br /&gt;
{{GBAR2Game|title=Derby Stallion Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio desync after you go into gbarunner2 menu. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Desert Strike Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Chess Challenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Deesaster Strikes! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Di Gi Charat - DigiCommunication [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Diadroids World - Evil Teikoku no Yabou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digi Communication Nyo - Datou! Black Gemagema Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=bad|note=GBAR2 crashes after logos on DSi. Crashes on 3DS if you let cutscene post bios play. 3DS crashes a bit later.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit 2 [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=DSi:Broken background graphics. Sprites display correctly. The game seems to jump randomly between screens from the title screen. 3DS:Crashes after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon Racing [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro after Gryptonite logo.}}&lt;br /&gt;
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney&#039;s Party [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess - Royal Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Basketball [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Football [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Motocross [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:The Countdown timer at the beginning of a race shows minor gfx glitches. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=DK - King of Swing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Title screen has pallette problems. Minor glitches on the status screen. 3DS:Missing text from Cranky&#039;s text box.}}&lt;br /&gt;
{{GBAR2Game|title=Dogz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dogz 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dogz - Fashion [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dokapon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dokodemo Taikyoku - Yakuman Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Domo-kun no Fushigi Terebi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donald Duck Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio desync during the FMV Intro. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Donchan Puzzle Hanabi de Dohn Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 2 [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes on second bonus game in Target Terror stage and in another bonus stage in Gloomy Gulch&#039;s Haunted Hall.}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Doom [UE]|version=(2020/08/12) 6e4ce45|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=The game needs either master or hicode build.  The game runs too fast with wram i-cache enabled. Graphic glitches regularly with screen flickering. On DSP build as of 2020/08/09:&#039;&#039;&#039;Game makes GBARunner2 crash. Happens at random points in game after a few seconds. This game has never worked on DSP. Different SFX get played through during crash.}}&lt;br /&gt;
{{GBAR2Game|title=Doom II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Game runs slightly slower than it should. Main Menu text is glitched out. Hand gfx glitched out or gone when entering a stage.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Dora&#039;s World Adventure! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Spies [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Star Adventures! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - The Search for the Pirate Pig&#039;s Treasure [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Dokodemo Walker [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Double Dragon Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio get´s slightly distorted. DS version runs perfect. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Downforce [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=3DS:Minor clicking sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Advanced Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling when creating new game that ends after one second.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball GT - Transformation [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Buu&#039;s Fury [U]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09 &#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115#post-8898241&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Some crackling sounds when loading into new areas.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Collectible Card Game [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Supersonic Warriors [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Taiketsu [U]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115#post-8898241&#039;&#039;&#039; European version has this: Character select, Z- store and ingame have glitched background. Returning to main menu from it glitches that one as well.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku [E]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09 &#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Graphical issue with post-logos’ FMV&#039;s image being reduced to upper left corner and flickering around.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Crackling sounds when loading into new areas.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Drive - World D Break [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon&#039;s Rock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|Sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Quest Monsters - Caravan Heart [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Tales - Dragon Adventures [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Intro screen is missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Drake &amp;amp; Josh [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Drill Dozer [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Driven [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=2fast|note=Minor Audio desync. Game runs a bit too fast during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Driv3r [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Intro screen is missing. Minor slowdown ingame. Some image tearing in map screen and map moves slower.}}&lt;br /&gt;
{{GBAR2Game|title=Driver 2 Advance [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes at random points as soon when you start a game mode or after you have been in game for a few seconds. Some crackling sounds in title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Dr. Mario &amp;amp; Panel de Pon [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Dr.Mario crashes. Crackling sound when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Muto [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Sudoku [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Droopy&#039;s Tennis Open [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game runs faster and has less gfx glitches with wram i-cache enabled. Minor crackling sound. Some noise during the Pause screen. Game uses a Password system.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Dual Blades [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Kaijudo Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Sempai Legends [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Shadow of the Code [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Invincible Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Kirifuda Shoubu Ver. [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duke Nukem Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=good|speed=good|note=Some gfx glitches. DS version has less gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Dungeons &amp;amp; Dragons - Eye of the Beholder [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds in beginning cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Dynasty Warriors Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Earthworm Jim is visible on title screen in front of options text blocking it. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks V Sever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Mixed up view. View is rotated 90 degrees with respect to the world. Random beeping sounds in game. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks V Sever 2 - Ballistic [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Mixed up view. View is rotated 90 degrees with respect to the world. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Eggo Mania [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.&#039;&#039;&#039;Same game as Egg Mania&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Elemix! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Elevator Action - Old &amp;amp; New [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Elf - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Elf Bowling 1 &amp;amp; 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Enchanted - Once Upon Andalasia [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Eragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Final Round Golf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as JGTO Kounin Golf Master - Japan Golf Tour Game &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note= &#039;&#039;&#039;Same game as Exciting Bass (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN X-Games Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=European Super League [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Ever Girl [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=EX Monopoly [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 1 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=E-Reader [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=The ROM boots without issues. Unsupported device at this moment.}}&lt;br /&gt;
{{GBAR2Game|title=E.T. - The Extra-Terrestrial [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Title screen music glitches out if no buttons are pressed for a while. DSi:Minor Audio noises during a level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F1 2002 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=F-14 Tomcat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F-24 Stealth Fighter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Breakin` Da Rules [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Clash with the Anti-World [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Enter the Cleft [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Shadow Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Dai 2 Ji Super Robot Taisen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 08 - Mappy [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes with white screen after bios intro. Anti piracy patch doesn´t work. This is a regression. Game was playable in older arm9 build.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 10 - Star Soldier [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Works without AP Patch.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 12 - Clu Clu Land [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 13 - Balloon Fight [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 14 - Wrecking Crew [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 16 - Dig Dug [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 18 - Makaimura [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 19 - TwinBee [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Family Feud [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Family Tennis Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Famista Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fancy Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 - Flame On [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic Children [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fear Factor Unleashed [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The game softlocks right after count down in intro which is the start of an FMV. Go in and out of GBAR2 menu to get past the FMV. Missing backgrounds throughout the game.}}&lt;br /&gt;
{{GBAR2Game|title=Field of Nine - Digital Edition 2001 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2003 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2004 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2005 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 06 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash after language select.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only, loud constant noise ingame.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 07 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash after language select.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA World Cup - Germany 2006 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash at EA logo.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=FightBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FILA Decathlon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy I &amp;amp; II - Dawn of Souls [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note= Game has less gfx glitches with wram i-cache enabled.Latest tested DSP build of 2020/04/21 crashes after battle with lich king probably because of differences in memory layout.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy IV Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game crashes after Cecil, now a Paladin, passes through Devil&#039;s Road.&#039;&#039;&#039; Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy V Advance [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game crashes after a monk uses the kick command.&#039;&#039;&#039;Black bar beneath Nintendo logo.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy VI Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Health and safety screen has only yellow triangle. Cursor sound might be a bit off pitch. }}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Garbled text on intro cutscene right after logos.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fight One [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo - The Continuing Adventures [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Crackling audio and black line across screen in battle during transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - Fuuin no Tsurugi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling audio in battle during transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Black line during end turn animation. Audio stutters in battles in transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Final Fire Pro Wrestling - Yume no Dantai Unei! [J] &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Flushed Away [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ford Racing 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Single popping sound when loading new logos and new screens. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Players have garbled gfx. Long artifacted horizontal line across field.}}&lt;br /&gt;
{{GBAR2Game|title=Fortress [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=&#039;&#039;&#039;Cutscene induces Nintendo&#039;s TWLBg bug (only 3DS) and glitches out the screen the longer it plays.&#039;&#039;&#039; On DSi the cutscene has flickering black lines horizontally and some stuttering. Some stuttering/crackling sounds when going into main menu after battle. Some slowdown when changing maps/era before battle. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Foster&#039;s Home for Imaginary Friends [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Single popping sound when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin the Turtle [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after going into GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin&#039;s Great Adventures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Freekstyle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Regular crackling sound through whole game. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Single popping sound when starting first stage. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures - Temple of the Frog [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures 2 - The Lost Wand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Journey - The Forgotten Relic [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Sound effects can sometimes crackle.}}&lt;br /&gt;
{{GBAR2Game|title=Fruits Mura no Doubutsutachi [J]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Alice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Angelique [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Climax [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Stuttering sound whenever new screen is loaded. Last tested dsp build 04/21/2020 crashes on time attack and soft reset.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero GP-Legend [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Maximum Velocity [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Small stuttering audio in results screen.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Red [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Dragon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gadget Racers [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Road Trip: Shifting Gears (U) and Choro Q Advance 2 (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Alice - Dokidoki Fushigi Taiken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Senki Muryou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor crackling sounds during voice overs. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galidor - Defenders of the Outer Dimension [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Games Explosion! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Game &amp;amp; Watch Gallery Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor popping sounds when loading new screens. }}&lt;br /&gt;
{{GBAR2Game|title=Ganbare Dodge Fighters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield - The Search for Pooky [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor initial crackling sounds right after choosing language. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield and His Nine Lives [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Image duplicate glitch of title screen, new game cutscene and pausescreen. Some tearing of the upper screen when inside secret room in barn roof first stage.}}&lt;br /&gt;
{{GBAR2Game|title=Gauntlet - Dark Legacy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Gekido Advance - Kintaro´s Revenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Gekitou Densetsu Noah - Dream Management (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gem Smashers (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Genso Suikoden - Card Stories [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gensou Maden Saiyuuki - Hangyaku no Toushin-taishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Get! - Boku no Mushi Tsukamaete (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jagan Fuuin! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jigoku no Scaramouche (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Senkou no Hero Tanjou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Shuggeki! Battle Party (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Rider [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Trap (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Global Star - Sudoku Fever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Messed up background in initial language select and in game. Changing background while in a puzzle cleans up some of the garbled graphics. Vertical lines going across screen in puzzle. Regular crackling sounds in game when changing backround or inputing number.}}&lt;br /&gt;
{{GBAR2Game|title=Godzilla - Domination! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Goemon - New Age Shutsudou! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Go!Go! Beckham! - Adventure on Soccer Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Golden Nugget Casino (UE)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Disable wram i-cache to have less crackling sounds. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less crackling audio with wram i-cache disabled. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun – The Lost Age [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=sram|sound=minor|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash when saving!&#039;&#039;&#039; This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required in that build. Crackling sounds - can be reduced by disabling wram i-cache. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Gradius Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=3DS:Disable main memory i-cache to play the game. Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Greg Hastings&#039; Tournament Paintball Maxd [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Gremlins - Stripe vs Gizmo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Grim Adventures of Billy &amp;amp; Mandy (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is good until game is saved at it starts crackling. This is sometimes remedied by going in and out of GBAR2 menu, but this makes GBAR2 crash at times. The crash might not have happened in build (2020/04/04) 1ffb949. Other games developed by Fullfat have similar issues|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Disable every i-cache to play the game. Game crashes at random. DS version runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 2 - Rally Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 3 - Pro Concept Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=GT Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Disable wram i-cache for better Audio.}}&lt;br /&gt;
{{GBAR2Game|title=GT Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate glitch on title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gfx glitch where sprites garble the status bar when overlapping. Minor popping sound when saving. &#039;&#039;&#039;Same game as Gunstar Super Heroes.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Guranbo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Guru Logic Champ [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Hachiemon (J)|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Meisou no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Omoide no Sonata [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hajime no Ippo - The Fighting! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Hamepane - Tokyo Mew Mew (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some audio desync after second puzzle game. Some tearing during puzzle game.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 4 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 2 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3EX 4 Special (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Saving makes black line appear.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari Collection (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise - Pure Heart (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise Advanchu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Heartbreak [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Stuck at the Name entry screen. This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Rainbow Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hanabi Hyakkei Advance (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hanafuda Trump Mahjong - Depachika Wayouchuu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Happy Feet (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pinball (UE)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some stuttering/crackling sound when saving highscore.}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pool (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harobots - Robo Hero Battling!! (J)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches in the textboxes.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Chamber of Secrets [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Goblet of Fire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Crackling sounds when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Order of the Phoenix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Prisoner of Azkaban [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Occasional yellow flickering bar on top of screen when during battle entering special move screen, folio bruti screen or finishing the battle. Sync on timer game.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Sorcerer&#039;s Stone [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Harukanaru Toki no Naka de - Neoromance Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - Friends of Mineral Town [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Sprites are garbled. Constant clicking sound on left side channel. The rest of the music is lagging.|DMA will have to be emulated using IRQs. Related issue to Densetsu no Stafy 3}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - More Friends of Mineral Town [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Sprites are garbled. Constant clicking sound on left side channel. The rest of the music is lagging.|DMA will have to be emulated using IRQs. Related issue to Densetsu no Stafy 3}}&lt;br /&gt;
{{GBAR2Game|title=Hatena Satena [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Heidi - The Game [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty - Happy Party Pals [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty Collection - Miracle Fashion Maker [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro. Known to be a problematic game.}}&lt;br /&gt;
{{GBAR2Game|title=Hello! Idol Debut - Kids Idol Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Herbie - Fully Loaded [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling sound when navigating main menu and after a race.}}&lt;br /&gt;
{{GBAR2Game|title=Hey Arnold! - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Higanbana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2002 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hi Hi Puffy AmiYumi - Kaznapped! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Noise/buzzing sound on left side when navigating main menu. Not there if turning off wram i-cache. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Started happening with build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=High School Musical - Livin&#039; the Dream [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Home on the Range [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Horsez [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. &#039;&#039;&#039;Same game as Horse &amp;amp; Pony: My Stud Farm and Pferd &amp;amp; Pony: Mein Gestüt.&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Hot Potato! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - All Out [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Burnin&#039; Rubber [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Stunt Track Challenge [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=good|note=Missing environment and vehicles. Tearing across top of screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Velocity X [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - World Race [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 1 - Bomberman Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|speed=|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 2 - Lode Runner Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 3 - Action Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 4 - Nazotoki Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 5 - Shooting Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - Bukkazoom! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - The Evil Mirror Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor stuttering when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age 2 - The Meltdown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor popping sounds occasionally.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Nine [UE]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=minor|note=DSi: freezes before entering game. Latest DSP build tested 04/21/2020: DSi:Missing hand in fps view. Runs at a lower fps. Language select has garbled text. 3DS:Game freezes before the tutorial. Use DS version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Incredible Hulk [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=DSi:Minor gfx glitches now and then. 3DS:Game runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Initial D - Another Stage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget - Advance Mission [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Distorted Audio. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Advanced [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game. Unable to access gbarunner2 menu during gameplay.&#039;&#039;&#039; Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Plus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Jikkyou World Soccer Pocket (J)&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Inukko Club [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Invader [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Invincible Iron Man [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. Use DS version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion 3D [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion II [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=0|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash around first boss battle.&#039;&#039;&#039; Single crackling sound in menu and during cutscenes and some brief crackling ingame occassionaly. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=I Spy Challenger! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=It&#039;s Mr. Pants [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches of the background.}}&lt;br /&gt;
{{GBAR2Game|title=Jackie Chan Adventures - Legend of the Darkhand [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:Minor gfx glitches now and then. 3DS:Many gfx glitches. DS version runs perfect. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:The retro games run faster with wram i-cache enabled. Retro games make 3DS crash. &#039;&#039;&#039;Sometimes soft-locks if getting points from a bag you need to wall jump to in stage 2. Your score increases infinitely.&#039;&#039;&#039; Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=James Pond - Codename Robocod [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jazz Jackrabbit [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pro Soccer Club o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note= Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jet Set Radio [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=lag|note=It takes a measured 3 minutes to get past the blue Golf Master logo. Game plays fine afterwards.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches now an then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Jet Fusion [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Jinsei Game Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jisu F-Zero Weilai Saiche [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=F-Zero Maximum Velocity for iQue China. Small stuttering audio in results screen.}}&lt;br /&gt;
{{GBAR2Game|title=Jonny Moseley Mad Trix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSI:Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. 3DS:Game runs perfect. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Juka and the Monophonic Menace [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Jungle Book 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Visual tearing glitch right before first FMV. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Dino Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Park Builder [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - The DNA Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park Institute Tour - Dinosaur Rescue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Justice League - Injustice for All [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Chronicles [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Constant clicking/crackling noise throughout whole game in background. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Heroes - The Flash [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kaeru B Back [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1 |cache=1|save=1|sound=bad| speed=minor|note=Constant clicking sound on left side. Rest of sound is lagging. Sprites are garbled.}}&lt;br /&gt;
{{GBAR2Game|title=Kamaitachi no Yoru Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kami no Kijutsu - Illusion of the Evil Eyes [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Kao the Kangaroo [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Gfx glitches after licensed by screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kappa no Kai-Kata Katan Daibouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Karnaaj Rally [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 3 &amp;amp; 4 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during press start screen on both games.}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Constant clicking sound on left side. Rest of music is lagging. Glitched title screen background. Garbled sprites.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Power [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound when saving. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Speed [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound when saving. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Kelly Slater&#039;s Pro Surfer [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios. No sound.}}&lt;br /&gt;
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kid Paddle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kid&#039;s Cards [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Killer 3D Pool [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Flickering screen in character select. Broken botton screen repeating top of the screen in game results. Broken graphics in announcements bottom of screen during games. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kill.Switch [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Glitched background in save game select menu. Popping sounds when entering new screens in logos. Regular screeching sounds during certain samples playing ingame when wram i-cache is on.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 2 - Drakken&#039;s Demise [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches during the FMV intro. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 3 - Team Possible [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache enabled. Minor gfx glitches are visible every now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Kingdom Hearts - Chain of Memories [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling and stutter. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=King Kong - The Official Game of the Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX - NeoBlood [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX2 - Howling Blood [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Much noise during title screen. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kirby and the Amazing Mirror [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio stutter when pausing and unpausing. Black bar across screen when loading into stage. Pseudostereo in dsp build as of 2020/08/09. For DSP this is a &#039;&#039;&#039;regression&#039;&#039;&#039; use build (2020/04/21) 088cbc5.}}&lt;br /&gt;
{{GBAR2Game|title=Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter and crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Kiss x Kiss Seirei Gakuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter and crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa - Empire of Dreams [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa 2 - Dream Champ Tournament [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa Heroes - Densetsu no Star Medal [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Constant clicking on interchanging sides. Rest of music is lagging. Glitched font and sprites.}}&lt;br /&gt;
{{GBAR2Game|title=Knights&#039; Kingdom [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Koala Brothers - Outback Adventures [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho - Aijou Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Collector&#039;s Series - Arcade Classics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Krazy Racers [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kong - King of Atlantis [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. High pitched noise when wram i-cache is enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kong - The Animated Series [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koro Koro Puzzle - Happy Panechu! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Constant clicking sound. Rest of music lags. Garbled sprites. &#039;&#039;&#039;Motion sensor support required to be playable.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Kotoba no Puzzle - Mojipittan Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kouchu Ouja Mushiking [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 1 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Golf Shiyouyo [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling audio when saving. Black line when saving. Missing 3D elements in game and screen seems divided into six flickering parts.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Kurutto Jintori [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kurukuru Kururin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kururin Paradise [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lady Sia [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time - Into the Mysterious Beyond [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - Legend [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - The Prophecy [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=The only sound is an intermittent beeping sound. Game uses a Password system. }}&lt;br /&gt;
{{GBAR2Game|title=Legend of Dynamic Goushouden - Houkai no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Legends of Wrestling II [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Sign of Nekuromu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Yomigaeru Shiren no Shima [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Matoran Adventures [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Maze of Shadows [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes right after boot no matter which cache setting.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Drome Racers [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=bad|speed=lag|note=Heavy gfx glitches. Terrain and environment not visible. Tearing glitches seen on top screen on language select and in game. Lots of crackling in audio.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island - Xtreme Stunts [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island 2 - The Brickster&#039;s Revenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Racers 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes early in story mode. Arcade mode works.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Soccer Mania [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|note=Game makes GBARunner2 crash during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars - The Video Game [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lemony Snicket&#039;s A Series of Unfortunate Events [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Dreamer [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. &#039;&#039;&#039;Same game as Pferd &amp;amp; Pony - Lass Uns Reiten 2&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Friends Forever [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Press A twice when loading or saving game to continue. &#039;&#039;&#039;Same game as Pferd &amp;amp; Pony- Best Friends - Mein Pferd.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Sunshine Stables [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.&#039;&#039;&#039;Same game as Pferd &amp;amp; Pony: Mein Pferdehof&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitched warp scene with bottom third being a black area and cutscene background warping picture moved up.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lion King [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Little Buster Q [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Little Einsteins [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little League Baseball 2002 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Background is missing in game and is all black. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little Mermaid - Magic in Two Kingdoms [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Little Patissier - Cake no Oshiro [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 2 - Lizzie Diaries [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched noise when wram i-cache is enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 3 - Homecoming Havoc [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lode Runner [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Looney Tunes - Back in Action [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - Hobbit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Fellowship of the Ring [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Loading game breaks sound so there&#039;s no sound anymore.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Return of the King [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Third Age [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Two Towers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lost Vikings [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lucky Luke - Wanted! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling during the intro. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lufia - The Ruins of Lore [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lunar Legend [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar - Operation Penguin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2004 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2005 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 06 [U]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash as soon as EA logo is shown.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5: Game runs faster and has less gfx glitches with wram i-cache enabled. Sound fx only and loud noise ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 07 [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;The game makes GBAR2 crash to black screen post bios.&#039;&#039;&#039; This ROM has never worked on DSi or 3DS: Use latest DS build.|crashreason=Most likely memory layout differences between the systems.}}&lt;br /&gt;
{{GBAR2Game|title=MAER - Knockin&#039; on Heaven&#039;s Door [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magi Nation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio noise and stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Houshin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 2 [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 3 [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Vacation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The music is slightly off from what it should be. This might be because the game seems to only want to do manual fifo writes. When dma destination is not fifo, writes to the fifo should not be done, but the irq should still fire. A gb audio sound is very loud during beach scene in beginning and during end of battle tune. Some black lines can be seen during screen fade out effects. The English translation patch runs and shows the same issues.}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Mahjong Keiji [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mail de Cute [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Manga-ka Debut Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Miner [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Racers Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=March of the Penguins [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Marie, Elie &amp;amp; Anis no Atelier - Soyokaze Kara no Dengon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Golf - Advance Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Kart - Super Circuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario &amp;amp; Luigi - Superstar Saga [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable DS Main Memory i-cache in the gbarunner2 menu to play the game.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Distorted bass sound during battles occasionally after jump attack sound effect. Might be fixed by disabling wram i-cache.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Party Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Pinball Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Power Tennis [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039; Same game as Mario Tennis: Power Tour [U] and Mario Tennis Advance [J]&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound during intro cutscene and occasionally ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Marvel - Ultimate Alliance [E]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley - Girls Night Out [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Masters of the Universe He-Man - Power of Grayskull [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Matantei Loki Ragnarok - Gensou no Labyrinth [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Matchbox Cross Town Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Math Patrol - The Kleptoid Threat [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Max Payne Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Gfx glitches during Cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - Sweet Gold [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Licensed by screen is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - The Great Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Licensed by screen is missing. Minor gfx glitches are visible every now and then. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mazes of Fate [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=2fast|note= Game runs too fast with wram i-cache on. Glitchy jumpy/laggy graphics in intro cutscene. Text jumps too much when scrolling. Camera moves several times in one button input in the cellar occasionally. No effect changing clockspeeds. &#039;&#039;&#039;This might be a regression.&#039;&#039;&#039; Use commit f89fac5 (2018/07/10) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Mech Platoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Intro FMV is broken.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Has Natsume Audio Engine that streams audio. }}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Has Natsume Audio Engine that streams audio.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Infiltrator [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Underground [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Backgrounds post bios are garbled. Titlescreen is purple after quitting game. Runs at a better fps than real HW. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Meet the Robinsons [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man &amp;amp; Bass [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some sound pitches are wrong on PSG channel 1. Especially noticeable in Pirate Man Stage.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Chip Challenge [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 3 Blue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 3 White [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 4 Blue Moon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 4 Red Sun [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 5 Team Colonel [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 5 Team Protoman [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 6 Cybeast Falzar [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 6 Cybeast Gregar [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 4 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierarztpraxis [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierpension [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Akatsuki no Monument [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Nerawareta Tantei [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Men in Black - The Series [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Party [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:Minor gfx glitches during the intro. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. DSi:Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. DSi:Constant crackling sounds during gameplay. 3DS:Minor crackling sounds during loading.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Max 2 Kai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Gun Slinger [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Metal Slug Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Metroid Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Single crackling sound when intro cutscene starts and loading into save file. }}&lt;br /&gt;
{{GBAR2Game|title=Metroid - Zero Mission [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound disappears if entering gbar2 menu ingame. Game runs faster with wram i-cache enabled. Minor Audio stutter. &#039;&#039;&#039;Trying to play the Nes Metroid causes the game to reboot or makes GBAR2 crash.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mezase! Koushien [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game crashes during the intro. Use DS version commit b740476 (2019/12/24) instead. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Micro Machines [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midnight Club - Street Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Broken backgrounds in logos and title screen. Crackling sounds from engine effect ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midway&#039;s Greatest Arcade Hits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mighty Beanz Pocket Puzzles [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio stutter. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mike Tyson Boxing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Minami no Umi no Odyssey [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Mika no Happy Morning Chatty [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Onegai Ohoshi-sama! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna de Puyo Puyo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Ouji-sama [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Game runs faster with wram i-cache enabled. Only Minor Audio crackling in DSP build. Audio might disappear in non-DSP 3DS:Game crashes at random, sometimes after winning the 5 stages of the tennis ball guessing game.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 1 - Boku no Kabutomushi [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 2 - Boku no Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Happy Trump 20 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Shogi [J]|version=(2020/04/21) 088cbc5 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=No sound. &#039;&#039;&#039;This might be a regression.&#039;&#039;&#039; Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Numpla Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Shanghai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minority Report - Everybody Runs [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Heavy gfx glitches, character sprites are missing. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mission Impossible - Operation Surma [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note= Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode - Lingdian Renwu [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Metroid Zero Mission for iQue China. Game runs faster with wram i-cache enabled. Minor crackling sound. &#039;&#039;&#039;Trying to play the Nes Metroid reboots the game.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode Ronghe [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Metroid Fusion for iQue China. Single crackling sound when intro cutscene starts and when loading and returning into game.}}&lt;br /&gt;
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system. Last tested dsi dsp build of 2020/04/12 crashes after main menu.&#039;&#039;&#039;Same game as Kidou Senshi Gundam Seed Destiny&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Moero!! Jaleco Collection [J]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game crashes GBAR2 after you start a game.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=The Hudson logo screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Matsuri [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monopoly [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling sounds ingame. Fixed by opening ingame menu. Some tearing when scrolling to player ingame. Fullfat developed game. White flashing of menus when selecting options. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Guardians [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster House [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Monsters, Inc [UE]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sound noise ingame beeping. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Jam - Maximum Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Flash Card [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Killer Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Summoner [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Truck Madness [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks Mayhem [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Moorhen 3 - The Chicken Chase! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Weird one. At first the game white screens after boot. Becomes playable after you go in and out of the menu screen.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Morita Shougi Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Deadly Alliance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Graphical flickering whenever loading new screen. Glitched background fmv in profile creation. Minor glitch to the top right of lower right style name ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Tournament Edition [U]|version=(2020/04/13) f3daa51|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Graphical flickering whenever loading new screen. Glitched background fmv in profile creation. Minor glitch to the top right of lower right style name ingame. Some stuttering sounds when loading new screens in menu.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=minor|note=Crackling sounds in menu and new logos in intro. Long loading time between battles and after battle. Missing character portrait when scrolling in ladder after winning a match. Glitched graphics upper left corner as well. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 1+2 [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Mother 1: &#039;&#039;&#039;Disable wram i-cache to get game to run. If not GBAR2 crashes after title screen.&#039;&#039;&#039; Occasional visual glitches like black bar across upper part of screen. DSi Only: Slowdown in music when moving around. Seems to get less bad if TWL clockspeeds are enabled in twilightmenu++. Mother 2: Works with wram i-cache on and has less visual glitches then. Visual glitch top part of screen in demo. Broken audio in level up. Jumpy battle background in starman fight in beginning. Some crackling sounds when loading game.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 3 [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note= &#039;&#039;&#039;USE THE DSi Hicode BUILD:&#039;&#039;&#039; It seems you need to load another ROM first before loading the Mother 3 to be able to get past the freezing near the dino. So far loading Mother 1+2 and Mega Man Zero have worked. The game might freeze around the same spot as the 3DS, but if you save at the frog right before and load back to this you might be able to advance further than on the 3DS. How far has not been tested and it is recommended to SAVE OFTEN as the game might freeze at any new event. It has only been tested 30 minutes into the game and the next save point in a western city. It is quite bugged. Clipping and getting trapped happens at some hot springs if you enter them. Talking to a bird near the ringing clocks will send you into an infinite loop. Pressing R to access Map does not work. Text during cutscene with lady outside the cabbin just shows &amp;quot;0123..&amp;quot; repeatedly. &#039;&#039;&#039;3DS BUILD: The game softlocks after the Mole cricket fight. Loading right before this point still makes the game freeze. Music still plays and sprites animate. It might be possible to load a save past this point to be able to play the rest.&#039;&#039;&#039; Game has minor audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Moto GP [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Race map flickers during a race. It has not been verified if wram i-cache was actually supported in build (2019/12/24) b740476. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Motoracer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game might be running faster than on og hardware.}}&lt;br /&gt;
{{GBAR2Game|title=Mr Nutz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Pause screen is not working. Works in the DS build. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller A - Fushigi na Pacteria [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Ms. Pac-Man - Maze Madness [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. You have to enable Audio first in the options menu. Minor Audio crackling. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Mucha Lucha! - Mascaritas of the Lost Code [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mugenborg [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mummy [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Intermittent beeping sound. No sfxs are playing. Rest of music is playing well in the background. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Muppet Pinball Mayhem [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Muppets - On with the Show! [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Glitched line during the licensed by screen. Minor Audio desnyc during mini games. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mutsu - Water Looper Mutsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=MX 2002 featuring Ricky Carmichael [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Runs faster with wram i-cache, even faster than native it would seem. Race timer is still correct even in game speed is increased. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=My Animal Centre in Africa [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=All menus and images are broken up. In game world displays correctly. DSi:More Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=My Little Pony - Crystal Princess - The Runaway Rainbow [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Blast! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Break&#039;em [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Mahjong - KabuReach [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical glitch in upper left corner after exiting from a game. Game has no save feature. }}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum - 50th Anniversary [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Nancy Drew - Message in a Haunted Mansion [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Narikiri Jockey Game - Yuushun Rhapsody [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Konoha Senki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. }}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Naruto RPG - Uketsugareshi Hi no Ishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=NASCAR Heat 2002 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Natural 2 - Duo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=NBA Jam 2002 [UE]|version=(2020/04/21) 088cbc5||rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Crackling sound when starting match or loading title screen. Graphical glitch in main menu after quitting match near circular buttons on the left side. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed Carbon - Own the City [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Most Wanted [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Porsche Unleashed [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Screen duplicate scrolling up and down.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Lots of flickering graphics in language select, main menu and ingame. Some crackling sound after race. Finished a whole race.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Next Generation Tennis [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Flickering logos right before loading next one. Lower bar of title screen title bar is flickering.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-02 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=2fast|note=Midway logo is green around the logo. Background in main menu is a green mess. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Green background around Outlook Entertainment logo. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=NHL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=NHL Hitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game softlocks after you select Season mode&#039;&#039;&#039;. Sound still plays. Exhibiton mode works.}}&lt;br /&gt;
{{GBAR2Game|title=Nicktoons Racing [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ninja Cop [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Ninja Five-O [U]&#039;&#039;&#039;.}}&lt;br /&gt;
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga Ibun [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga no Yabou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Noddy - A Day in Toyland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.  Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=No No No Puzzle Chailien [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the title screen.}}&lt;br /&gt;
{{GBAR2Game|title=No Rules - Get Phat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nyan Nyan Nyanko no Nyan Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Bouken Jima - Honwaka Yume no Island [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Heya [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Yumebouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oddworld - Munch&#039;s Oddysee [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ojarumaru - Gekkouchou Sanpo de Ojaru [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Okumanchouja Game - Nottori Daisakusen! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Dragon Dream [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Going Baseball - Kaizoku Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Mezase! King of Belly [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Onimusha Tactics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Massive input lag without it.&#039;&#039;&#039;|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Open Season [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Operation Armored Liberty [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.  Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Oriental Blue - Ao no Tengai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Wanko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ottifanten Pinball [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Intro Cutscene only shows text. Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Ozzy &amp;amp; Drix [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Collection [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio plays well until saving, at which point it will start making crackling sounds continuously. Going in and out of the GBAR2 menu might remedy this, but it makes GBAR2 crash most of the time. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Going into GBAR2 menu makes the game softlock. This softlock might not have happened in build (2020/03/28) 883c0d7. Game uses a Password system.  Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Best Friends - Dogs &amp;amp; Cats [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Pet Resort [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Payback [E]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Intro FMV is heavily glitched with flickering screen. Same with main menu and in game. Heavy slowdown when driving.}}&lt;br /&gt;
{{GBAR2Game|title=Penny Racers [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as The US Gadget Racers (NOT the same as the similarly named European ROM) and Choro-Q Advance (J)&#039;&#039;&#039; Smoother framrate than the original 20 fps.}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Petz Vet [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Himawari Doubutsu Byouin Pet no Oishasan (J)&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Pferd &amp;amp; Pony - Mein Gestuet [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Phantasy Star 1:&#039;&#039;&#039; Duplicated text boxes and towns in world map. Occasional background noise/screeching.  &#039;&#039;&#039;Phantasy Star 2 &amp;amp; 3:&#039;&#039;&#039; Intermittent beeping sound in Pause screen. }}&lt;br /&gt;
{{GBAR2Game|title=Phil of the Future [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Background graphics are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Piglet&#039;s Big Game [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=good|speed=good|note=DSi: Game boots to black screen crashing GBAR2. Latest dsp build 04/21/2020 has this:&#039;&#039;&#039;DSi version crashes GBAR2 when quitting game.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Pinball of the Dead [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Tycoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster than on og hardware. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling during the tutorial. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky Monkey Town [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches during the intro. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on og hardware.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee &amp;amp; Phoebee [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man&#039;s Chest [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes during the intro. Many gfx glitches. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Planet Monsters [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=DSi:Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Planet of the Apes [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=good|speed=good|note=Some gfx glitches on screen. DS version runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan [J]|version=(2020/08/12) d5dc8d8|rating=noboot|nocache=0|cache=0|note=(2020/08/12) d5dc8d8 Black screen after bios. (2020/04/21)White screen right after bios. This has never worked on DSi or 3DS. On DS build (2020/04/13) f3daa51 the game softlocks during the title screen with a loud noise. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan Micro [J]|version=(2020/08/12) d5dc8d8|rating=noboot|nocache=0|cache=0|note=The game has never booted on DSi or 3DS. Game makes GBAR2 crash to white screen right after bios. DS build (2020/04/13) f3daa51 has the game softlocking during the Health Care Screen with a loud noise. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Dogs [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Music [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocky &amp;amp; Rocky with Becky [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.&#039;&#039;&#039;Same game as Kikikai-kai Advance&#039;&#039;&#039;  }}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Emerald [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Has gb audio pitch a bit off. Noticeable in certain themes and in exclamation mark sfx. Slight stuttering in audio when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon FireRed [UE][Rev 1]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Subtle stuttering in audio when saving. Some have reported inaccuracies with gb audio channels.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon LeafGreen [UE][Rev 1]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Subtle stuttering in audio when saving. Some have reported inaccuracies with gb audio channels.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Mystery Dungeon - Red Rescue Team [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Pinball - Ruby &amp;amp; Sapphire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Stuttering in menu music.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Ruby [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Use previous builds to build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Sapphire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Use previous builds to build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=Polar Express [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cutscenes have no Background graphics.}}&lt;br /&gt;
{{GBAR2Game|title=Polarium Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game needs NTR Clockspeeds set in Twilightmenu++ to run.&#039;&#039;&#039; Audio might desync and start crackling when saved.}}&lt;br /&gt;
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling audio. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pop Idol [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Poke Dash [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Second game needs to be unlocked first.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prehistorik Man [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Action Soccer [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes if entering GBAR2 menu in a match.&#039;&#039;&#039; Some crackling audio when loading screens.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2003-2004 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio stutter. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Beach Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game works with main memory i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pro Tennis WTA Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039; Same game as WTA Tour Tennis&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Proud Family [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Echoing crackling sound whenever sound is played. Game has no save feature. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Timers in game skip 2 seconds every time making the flea mini game impossible to win. This is not affected by caches. This might be a regression. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Puyo Pop Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Puzzle &amp;amp; Tantei Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Quad Desert Fury [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Screen becomes purple for a split second at times. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Gears Advance [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Slowdown/Halting during initial car license logo scrolling until you get to the game which runs full speed.}}&lt;br /&gt;
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=The licensed by screen is missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Ratatouille [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rave Master - Special Attack Force! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039;Same game as Groove Adventure Rave: Hikari to Yami no Daikessen 2 &#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rayman - Hoodlum&#039;s Revenge [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash during logos. Reboot, then it softlocks after intro cutscene. Reboot again and you can play normally.&#039;&#039;&#039; Occasional black lines.}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Razor Freestyle Scooter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.&#039;&#039;&#039;Same game as Freestyle Scooter (E)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen.}}&lt;br /&gt;
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Reign of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Revenge of Shinobi [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game makes GBAR2 crash right before starting the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rhythm Tengoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ripping Friends [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=River City Ransom EX [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}} &lt;br /&gt;
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Boots to a white screen. Press A and start and eventually you will get to title screen. Intermittent beeping sound even if music and sfx are disabled ingame, in menu and pause screen. No beeping sound if firing ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rock&#039;em Sock&#039;em Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rock n&#039; Roll Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocky [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes on first intro screen.}}&lt;br /&gt;
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sabre Wulf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Salt Lake 2002 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Missing sound effects when slashing sword. Latest dsp build tested 04/21/2020 has this:&#039;&#039;&#039;DSi:Game crashes after the title screen.&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Latest dsp build 04/21/2020 has game crashing on DSi.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor Audio crackling. There is some screen tearing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Blast! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Duplicate of screen when about to start new game and when game over. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Scramble! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Duplicate of screen when about to start new game and when game over. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scurge - Hive [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam Force [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note= Heavy gfx glitches after you press start during the first mission. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Games have less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Rally Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sega Smash Pack [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Black line flickering across upper screen.}}&lt;br /&gt;
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sennen Kazoku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Serious Sam Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Garbled portrait graphic when scrolling pages in status screen and cursor graphic in shop. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched upper text bar in status screen when changing between menus. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shamu&#039;s Deep Sea Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Stuttering sound and framerate when loading new logos, new stage and entering and exiting pause menu. }}&lt;br /&gt;
{{GBAR2Game|title=Shanghai Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shark Tale [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shaun Palmer&#039;s Pro Snowboarder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sheep [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kanji Keisan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving doesn´t work. This is a regression.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving doesn´t work. This is a regression.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sound channel doesn´t sound quite right. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched sprites ingame. Crackling sound in post logo cutscene. Fixed by entering gbar2 menu. Minor glitched square in upper left corner of screen right before match. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving is broken. This is a regression.&#039;&#039;&#039; Use commit 6522414 (2018/11/01) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. &#039;&#039;&#039;DSi:Minor gfx glitches now and then.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Reekin&#039; Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Smash n&#039; Crash Racing [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches. Character sprites are missing during a race. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Super Slam [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek the Third [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sigma Star Saga [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Silent Scope [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Silk to Cotton [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sims - Bustin&#039; Out [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sim City 2000 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=&#039;&#039;&#039;Saving doesn&#039;t work.&#039;&#039;&#039; Minor crackling sounds when loading. Sound is distorted with wram i-cache on.}}&lt;br /&gt;
{{GBAR2Game|title=Sister Princess - RePure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sitting Ducks [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling audio in game and in menu. Glitched upper part of background ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro Advance - Takarabune &amp;amp; Ooedo Sakurafubuki 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler &amp;amp; New Tairyou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Smashing Drive [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=good|speed=good|note=Lots of GFX glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smuggler´s Run [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;DSi:Main menu music is distorted when quitting game.&#039;&#039;&#039; Game runs more smoothly with caches enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.|crashreason=Timing. TWL speed works}}&lt;br /&gt;
{{GBAR2Game|title=Snap Kid&#039;s [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes post bios on a white screen with center and mask on, while a black screen with center and mask off. Glitchy stuttery sound.}}&lt;br /&gt;
{{GBAR2Game|title=Snood [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio beeping regularly, but very low when ingame. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Image duplicate flickers up and down in menus. Image in game is fine. Minor crackling in menus and ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Soccer Kid [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Disable wram i-cache to not crash during intro cutscene. This is DSi/3DS only.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Use either patch or wifi_link branch build to play.&#039;&#039;&#039; [https://cdn.discordapp.com/attachments/356988919738400768/615195274175971370/Sonic_Advance_Japan_EnJa_Rev_1_Ignore_Link_Check.ips This] patch (made by Vague Rant) for Sonic Advance [J] (En, Ja) (Rev 1) skips the black borders (Patch for EUR version [https://cdn.discordapp.com/attachments/620310871800807466/853821288888139786/Sonic_Advance_EUR_Ignore_Link_Check.ips here], by Rocket Robz). Game runs perfect with patch Without patch and on any other build than wifi_link you get unskippable black borders on screen and music playing. It tests the link hardware, which is not implemented outside of the Wifi_link branch yet and yields those boxes on all other test fail.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=good|cache=1|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Use either patch or wifi_link branch build to play.&#039;&#039;&#039; Some crackling sounds. Game runs fine with patch!. Without patch and on any other build than wifi_link you get unskippable black borders on screen and music playing. Requires [https://cdn.discordapp.com/attachments/356988919738400768/615324758963257392/Sonic_Advance_2_USA_Ignore_Link_Check.ips this] patch (made by Rocket Robz, ported over from Vague Rant&#039;s SA1 patch) to skip the black borders. It tests the link hardware, which is not implemented yet and yields those boxes on test fail. }}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 3 [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Battle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds occasionally. Stuttering audio when game set after battle.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Pinball Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Space Channel 5 - Ulala&#039;s Cosmic Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Space Invaders [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. Enemy sprites are missing. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Distorted Audio.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=FMV Intro has some crackling sounds. Cutscenes before levels only show text and not background image.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Mysterio&#039;s Menace [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=High pitched sound when wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob&#039;s Atlantis SquarePantis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is slightly distorted in menu. Black line flickering across middle part of screen. }}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Disable center and mask to view when ingame. Menus work fine with center and mask on.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=wram i-cache needs to be turned off to avoid stuttering audio. Crackling audio when loading.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Hunter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor flicker during the licensed by screen.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids Challenger [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Flickering OSS in background in new game cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game crashes after going into GBAR2 menu. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro - Season of Ice [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Flickering top of ingame dialog boxes and artifacting of it on upper border.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro 2 - Season of Flame [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - A New Beginning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - The Eternal Night [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX Tricky [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Image duplicate flickering up and down. Some noise in game. In game runs slower than normal.}}&lt;br /&gt;
{{GBAR2Game|title=Stadium Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Starsky &amp;amp; Hutch [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Constant flickering short perpendicular lines of white stripes in ground texture.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx issues in game and between menu screens. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=good|note=Animations will halt of main character sometimes even if game is still playing at normal speed and actions are happening. Happens particularly when meeting two jawas in first stage. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Glitched Cutscene. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Star X [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with caches on. More graphics glitches with wram i-cache on. Dithered surfaces with wram i-cache on. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Steven Gerrard&#039;s Total Soccer 2002[E]|version=|rating=|nocache=|cache=|save=|sound=|speed=|note=&#039;&#039;&#039;Same game as Alexander Zickler Total Soccer 2002 [De]&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Steel Empire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Street Jam Basketball [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Street Racing Syndicate [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=good|note=Heavy graphical glitches. Misplaced polygons of car in showroom. Tearing of screen.}}&lt;br /&gt;
{{GBAR2Game|title=Strike Force Hydra [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Stuart Little 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Stuntman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen post bios. Sound plays well. Reacts to inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Suite Life of Zack &amp;amp; Cody - Tipton Caper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable main memory i-cache in the gbarunner2 settings to avoid crashing before first battle&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Audio desync might happen when saving making crackling sound that lasts for around one second.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sum of All Fears [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Nintendo&#039;s TWLbg bug (only on 3DS) where bottom part of screen gets duplicated more and more. The only sound is beeping. Intermittent beeping sound starts and continues for rest of the game when choosing game mode in campaign.}}&lt;br /&gt;
{{GBAR2Game|title=Super Black Bass Advance [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;White screen after boot. DS version runs perfect.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Super Bubble Pop [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on og hardware when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Bust-A-Move [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during a game. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Collapse! II [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor flicker over the status bar. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Duper Sumos [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash after you collect an armor upgrade.&#039;&#039;&#039; &#039;&#039;&#039;Has Nintendo&#039;s TWLBg bug (only 3DS) where bottom lines of screen accumulate on top of eachother the longer you play.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds when saving that sometimes desyncs audio momentarily.}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi&#039;s Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Maybe too fast. Screen duplicate scrolls down. Crackling sound in menus when selecting. &#039;&#039;&#039;Gericom:&#039;&#039;&#039; This game swaps buffers when vblank is already over (presumably because it was too slow in gbarunner2 or so) and that causes issues with the way I swap buffers.}}&lt;br /&gt;
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen A [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen D [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the character select screen.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen J [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Black line when saving. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some Audio stutter. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Surf&#039;s Up [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling after you quit a race.}}&lt;br /&gt;
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot because of languague barrier with first quiz.}}&lt;br /&gt;
{{GBAR2Game|title=Sword of Mana [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The dialogue boxes have flickering brown lines behind the text. Has issue with sprite ordering differences between DS and GBA. For example, the main character will appear as standing behind characters in the starting prison cell if walking near their feet.}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Latest DSP build tested 04/21/2020 has this:DSi:Game crashes after the Atlus logo. Minor Audio crackling. Black line flickering when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling during battle and when you scroll through the main menu. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of Phantasia [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Summoner&#039;s Lineage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Crackling audio. Fixed by going in and out of GBAR2 menu. Sometimes audio desync which is fixed the same way. Garbled map screen background when winning first battle or game over and retrying.}}&lt;br /&gt;
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio desync. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tang Tang [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;White screen after boot. DS version runs fine.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitche with wram i-cache enabled. &#039;&#039;&#039;DSi:Minor gfx glitches during the title screen.&#039;&#039;&#039; Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Taxi 3 [FR]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate flickering around bottom of screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter. More Audio noise when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tekken Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Occasional flickering line across screen ingame on upper third of screen. Minor popping sound and black line inbetween arcade battles.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Broken background eventually in new game cutscene. Black line when saving and crackling sound. Occasional black line when moving around places.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Some Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Some Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ten Pin Alley 2 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Crashes when starting match. Music still plays. Game crashes with TWL speed. Game has no save feature. Crackling audio in jukebox and in game.|crashreason=Timing. DSi speed works but crashes later on}}&lt;br /&gt;
{{GBAR2Game|title=Terminator 3 - Rise of the Machines [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tetris Worlds [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no Save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Texas Hold´em Poker [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=TG Rally [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven 2 - Supernatural Style [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=The Bee Game [U]|version=(2020/08/12) 6e4ce45 |rating=perfect|nocache=|cache=1|sound=good|speed=good|note=Perfect sound in DSP branch. Some stuttering sound in master branch.}}&lt;br /&gt;
{{GBAR2Game|title=The Essence of War - Glory Days [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=The only sound is intermittent beeping. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - A Link to the Past [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - The Minish Cap [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash in Dark Hyrule Castle room with whirlwinds towards the end of game.&#039;&#039;&#039; Rare audio desync when using sword or gust jar that ends quickly. Missing frames of animation when going down stairs. }}&lt;br /&gt;
{{GBAR2Game|title=The Three Stooges [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunder Alley [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature. Occasional crackling in music in jukebox. Crackling sound from car engine ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds - International Rescue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour Golf [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound gets interrupted when going into leaderboard. Rare minor screeching sound and beeping in game.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour 2004 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;DSi:Game has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039; Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tim Burton&#039;s The Nightmare Before Christmas - The Pumpkin King [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|note=Game makes GBAR2 crash at Buena Vista logo. Both screens flicker and break.|crashreason=Probably same reason as for Densetsu no Stafy 3.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Buster&#039;s Bad Dream [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Wacky Stackers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Gfx glitches during the title screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf - Ze Gagmachine (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf Mega Compet (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=TMNT - Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Xtreme Racer Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tomato Adventure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry in Infurnal Escape [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry Tales [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry - The Magic Ring [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Rainbow Six - Rogue Spear [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= No sound until you get ingame and there is only intermittent beeping. DS version has Sound fx.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell - Pandora Tomorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tonka - On the Job [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good||note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s American Sk8land [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Downhill Jam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Popping sound when loading new screens in logos. Minor screeching sounds during game.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 3 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=good|note=In game background graphics break in career when getting mission overview. It also happens when watching demo mode. Fixed by pausing and choosing retry. Background is broken when choosing end game. Minor popping sound when loading into main menu or other new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Underground [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear GT Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Occasional Audio stutter during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear Rally [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Has a pink line horizontally across screen where background and 3d terrain meet. Crackling sounds for a second when loading into title screen and a single popping sound when showing nintendo logo.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Combat Zones [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game seems to not react to A button in the menu therefore it doesn’t let you move on from the title screen. Pressing Dpad and select works. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Firestorm Advance [UE]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=No sound effects. Latest DSP build tested 04/21/2020 has this: DSi:Game crashes after title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Spin 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Total Soccer Manager (E)|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=&#039;&#039;&#039;Game softlocks during the Ubisoft logo. DS version runs fine.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! 2 - Undercover (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Glitched character portrait after the story intro cutscene.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Toukon Heat (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Occasional audio desync/stuttering when loading new screens. Characters input do not show.}}&lt;br /&gt;
{{GBAR2Game|title=Tower SP [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Toyrobo Force (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Treasure Planet [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=High pitched sound when wram i-cache is enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Trick Star [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor noise when wram i-cache is enabled during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Tringo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Trollz - Hair Affair! (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tron 2.0 - Killer App [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Turbo Turtle Adventure (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Glitched map screen after the intro cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Turok Evolution [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tweety and the Magic Gems (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Uchuu no Stellvia [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ui-Ire - World Soccer Winning Eleven [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Brain Games [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Card Games [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Screen duplicate flickering at times. Crackling sound when drums play, not sure if like that on real HW. }}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor Audio crackling.&#039;&#039;&#039;Same game as Kinnikuman II Sei: Seigi Choujin e no Michi&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes after entering words in crosswords game. This is a regression.&#039;&#039;&#039; Use build from (2020/04/12). Crackling sound after saving game.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Spider-Man [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Winter Games [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches in game where duplicate picture scrolls downwards. Intermittent beeping sound in pause menu and results screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Unfabulous [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Uno 52 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Uno Free Fall [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Urban Yeti! [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Urbz - Sims in the City [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Van Helsing (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Vattroller X (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Virtua Tennis (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Virtual Kasparov (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. }}&lt;br /&gt;
{{GBAR2Game|title=V-Master Cross (J)|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling. &#039;&#039;&#039;Game crashes after you either lose or win the intro battle.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=V-Rally 3 (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Occasional popping sound during loading new screen in logos.}}&lt;br /&gt;
{{GBAR2Game|title=V.I.P. (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wade Hixton&#039;s Counter Punch (UE)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Xunbao Ji (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Land 4 for iQue China. Minor Audio crackling when you enter and leave a level.}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Zhizao (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Ware for iQue China. Rarely occuring stuttering sound when loading into new screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko de Kururin! Wancle (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko Mix Chiwanko World (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wanwan Meitantei (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wario Land 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= The build that comes with twlmenu++ as of 19/10/2020 has problems in arabian nights level where enemies turn into chests instead of a bat and bee. Use the hicode build linked to above instead for this part. Crackling or pseudostereo sounds in pyramid room. Most likely due to saving often. Rare black line flickering across screen in pyramid room.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Rarely occuring stuttering sound when loading into new screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game works with motion sensor patch applied on the 3DS.&#039;&#039;&#039; Motion sensor game.}}&lt;br /&gt;
{{GBAR2Game|title=Watashi no Makesalon (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Whac-A-Mole [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire Junior [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Chimp Chase [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.  Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Leave ds main memory i-cache off and wram i-cache on, to avoid buggy scrolling of screen in bike levels when tripping over. Some crackling sounds when loading. Minor crackling sounds when going to title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wing Commander - Prophecy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling sounds in title screen and new game intro. Does not get fixed by going into GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Wings [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio desync. Beeping Sound during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Winnie the Pooh&#039;s Rumbly Tumbly Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Winning Post for Gameboy Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some gfx glitches and Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club - Quest for the Codex [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=W.i.t.c.h. [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wizardry Summoner [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wolfenstein 3D [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game plays faster than on og hardware with caches enabled. Screen duplicate flickering ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Woody Woodpecker in Crazy Castle 5 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio desync. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Word Safari - The Friendship Totems [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Advance Soccer - Shouri heno Michi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Championship Poker [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=World Poker Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Tennis Stars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Worms Blast [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Worms World Party [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game.&#039;&#039;&#039; Distorted music in main menu. Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Road to WrestleMania X8 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Survivor Series [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=WWF - Road to WrestleMania [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes after the title screen. DS version runs fine.&#039;&#039;&#039; Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=XS Moto [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=xXx [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=X2 - Wolverine&#039;s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=X-Bladez - Inline Skater [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Glitched background in title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - Reign of Apocalypse [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - The Official Game [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Yaoxi Dao [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Yoshi´s Island for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Yggdra Union - We will never fight alone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yoshi Topsy-Turvy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with motion sensor patch applied. Motion sensor game.}}&lt;br /&gt;
{{GBAR2Game|title=Youkaidou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Minor Audio crackling.&#039;&#039;&#039; &#039;&#039;&#039;Same game as Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005 (E) and  Yu-Gi-Oh! Duel Monsters International 2 (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched top right of background with flames from number six on title screen. Crackling sounds and black line when changing screens ingame like surrendering.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Minor Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot}}&lt;br /&gt;
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zapper [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. }}&lt;br /&gt;
{{GBAR2Game|title=Zatch Bell! - Electric Arena [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitches in the textbox.&#039;&#039;&#039;Same game as Konjiki no Gashbell!! - Unare! Yuujou no Zakeru&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero-Tours [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero One [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zero One SP [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zidane Football Generation [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Background issue in main menu. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Zoey 101 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Legacy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga Fuzors [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Zone of the Enders - The Fist of Mars [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=ZooCube [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zooo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Link Games ==&lt;br /&gt;
&amp;lt;big&amp;gt;The compatibility list for games with link functionality can be found here: [[GBARunner2/Link]].&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Rom Hacks ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with with wram i-cache enabled. DSi:Minor clicking sound. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Castlevania Reaper&#039;s Reckoning Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game has less audio crackling with wram i-cache disabled. Saving works. DSi:Black screen after bios intro. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Tactics Universe V.3 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Fire Emblem - The Last Promise Hack V.2.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game has less audio crackling with wram i-cache disabled. Saving works. DSi:Black screen after bios intro. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Fusion - TS2000 Hack V.0.95 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Menu Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with Cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Homebrew ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Anguna V.0.95&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes when you save. Saving doesn´t work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Beru&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castle Master&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Christmas Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches and slowdown.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Combat Advanced V.0.43&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|El-Hazard &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor crackling noise during gameplay. This is a regression compared to commite5eade0 (2020/02/06). Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Eliminator V.0.91&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. No Audio by default. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Elite - The New Kind v.1.7.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Ex Machina&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kunoichi Yami&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Lily and the lost Angel V.0.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Black screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Magical Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metal Warrior 4 V.1.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Nebulus V.1.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Orn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Panic at work&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Quake GBA Demo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Rinne Tensyou ADVANCE&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor noise during gameplay. DSi: Heavy Noise when you shoot. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rodion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. You can hear music play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Sonic the Hedgehog - [2007 Port Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after bios intro. This is a regression compared to commit e5eade0 (2020/02/06). Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Space Twins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Audio has less crackling with wram i-cache disabled. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario - The Last GBA Quest V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Star Shooter Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Sushi the Cat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Some audio stutter during gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|The Endless Tower&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game softlocks after the intro. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|The Fallen&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|The Last Seal&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the intro. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Trailblazer Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|No Audio. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Vulkanon V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prototype ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Another World V.2.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Banjo Kazooie - Grunty&#039;s Revenge - Early Beta&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Banjo Pilot Voxel&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and some gfx glitches during a race. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Battletoads&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - Monsters Stable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - More Detail Unstable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Broken Circle [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches are visible every now and then. Ocassional audio noise. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Contra Advance - Review Prototype&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Diddy Kong Pilot 2001&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Diddy Kong Pilot 2003 Alpha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|DK - King of Swing - Kiosk Demo [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches. DSi:Many gfx glitches on screen. Don´t know if saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Dune Ornithopter Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Pause screen is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Fire Eaters - Zero Bandits (Black Belt Challenge) [E] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the titlescreen. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0206]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0219]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Flashback Legends [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Haunted Mansion [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Some gfx glitches and slowdown. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Hikaru no Go Taikenban [Promo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kien [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kirby and the Amazing Mirror [Demo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Konami Krazy Racers [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Power up symbol glitches until you pick a item. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Legend of Zelda - The Minish Cap [Kiosk Demo] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|LEGO Racers 2 [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes during a race in Arcade mode after you open the gbarunner2 menu. Error message: &amp;quot;Gone over one frame&amp;quot; appears. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Mandrake the Magician - Shadow of the Vehme&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Mario &amp;amp; Luigi - Superstar Saga [Kiosk Demo] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable the main memory i-cache to play the game.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Megaman Battle Network 2  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|DSi:Game crashes after the titlescreen. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.11.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Single crackling sound when intro cutscene starts and loading into save file. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.16.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Single crackling sound when intro cutscene starts and loading into save file. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - [05.12.2003 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - [16.01.2004 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Morning Adventure [Promo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Motocross Challenge [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game kind of softlocks after you open the gbarunner 2 menu a couple times.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Moto GP [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Overstorm [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Phantom - The Ghost who walks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Pokemon Ruby [German Debug Build]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. This is a regression. Use previous builds to build (2020/04/11) a46c183. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Resident Evil 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Santa Claus Jr. Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Minor gfx glitches now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Sonic Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Unskippable Black Borders on Screen and Music playing. Unplayable.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.39 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [07.31.2001 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Starsky &amp;amp; Hutch [Beta] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Bright Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Tyrian 2000 [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|World Reborn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Yoshi&#039;s Story [GBA Tech Demo SDK 3.0 with Sound]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unlicensed games ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Digimon Ruby&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable main memory i-cache to play the game at normal speed.&#039;&#039;&#039; Minor sounds are missing. Couldn´t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Digimon Sapphire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Iron Kid [Korea]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Mo Jie Qibing [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Qwak [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the titlescreen. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rockman &amp;amp; Crystal [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatibility_List&amp;diff=72390</id>
		<title>GBARunner2/DSi 3DS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=GBARunner2/DSi_3DS_Compatibility_List&amp;diff=72390"/>
		<updated>2021-06-14T02:26:36Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* TWLBg Bug - Duplication of lines on the bottom of the screen when playing on a (N)2DS/3DS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;If you are using a &#039;&#039;&#039;DS phat or DS Lite&#039;&#039;&#039; or any system with a &#039;&#039;&#039;Flashcart&#039;&#039;&#039;, [[GBARunner2|go here!]]&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= The Various Builds and Branches for 3DS and DSi =&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;big&amp;gt;You can find the latest builds here:&amp;lt;/big&amp;gt;&#039;&#039;&#039; https://github.com/Gericom/GBARunner2/releases&lt;br /&gt;
For the 2DS/3DS get the one with 3DS at the end of the filename. For DSi get the one with DSi at the end.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Here is the latest DSP branch build (:better audio) as of 15/11/2020:&#039;&#039;&#039; https://github.com/Gericom/GBARunner2/releases/tag/v20200809-113646_551ae99_dsp-audio&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Increased ROMhack Support on 3DS and DSi and Increased DSi Compatibility (Hicode) ==&lt;br /&gt;
* A recent build implementing a hybrid hicode solution for general increased compatibility can be found [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-130512_d5dc8d8 here.]&lt;br /&gt;
** It is from separate branch of GBARunner2 where you will not find the features of other branches like the improved audio from DSP, gyro controls and Wifi_Link, but for the DSi you can boot more games and avoid many crashes, as well as potentially run large romhacks.&lt;br /&gt;
** This build has not been tested exhaustively with patches or ROMhacks, but many ROMs run well instead of freezing or refusing to boot on the DSi. We have reports that many more ROMhacks now work for both DSi and 3DS. You will have to test yourself if your ROMhack works.&lt;br /&gt;
&lt;br /&gt;
== Gyro Support in Games ==&lt;br /&gt;
* A build using the &#039;&#039;&#039;3DS&#039; Gyro&#039;&#039;&#039; has been made that supports gyro games: https://github.com/Gericom/GBARunner2/releases/tag/v20191228-021638_ee7f6a0&lt;br /&gt;
**You need to install [https://gbatemp.net/threads/twpatcher-ds-i-mode-screen-filters-and-patches.542694/ twpatch.cia] for it to work. Alternatively you can also get the latest one with [https://github.com/Universal-Team/Universal-Updater/releases Universal Updater.]&lt;br /&gt;
**Make sure Loading External Firms and Patches are enabled in Luma&#039;s settings (hold select when powering up your system).&lt;br /&gt;
**Make sure Luma is set to run from SD card and not CTRNAND. This can be checked on the bottom of the bottom screen when accessing Luma&#039;s configurator by holding select when booting up.&lt;br /&gt;
** Some 3DS systems do not work with this since the driver that was made only works with some of the accelerometer chips found in 3DS systems. There does not seem to be any consistency with which system (3DS, 2DS, N3DS, N2DS) and any system could have a compatible or a non-compatible chip. The only way right now to find out is to try it and see.&lt;br /&gt;
&lt;br /&gt;
= TWLBg Bug - Duplication of lines on the bottom of the screen when playing on a (N)2DS/3DS =&lt;br /&gt;
* Occasionally, depending on the game, when running GBARunner2 on a system of the 3DS family of systems you might experience a bug where about &#039;&#039;&#039;8 lines of pixels of the bottom of the screen duplicate and/or accumulate&#039;&#039;&#039;. This is the well-known &#039;&#039;&#039;&amp;lt;big&amp;gt;TWLBg bug &amp;lt;/big&amp;gt;&#039;&#039;&#039; which is due to some bad coding by Nintendo. However it manifests more often after [https://github.com/Gericom/GBARunner2/releases/tag/v20200412-124827_c7557a9_dsp-audio this update,] which started making the average number of gba cycles per frame equal to a real gba. This build fixed some issues with timer sync for audio. Several potential work-arounds are listed below. One is to revert to a version before this update. However your milage may vary if it helps depending on the ROM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[https://github.com/Gericom/GBARunner2/releases/tag/v20200411-210916_76c4bf2_dsp-audio Here is the last build of the DSP branch] before the commit that presents more TWLBg bug.&lt;br /&gt;
**Sticking to an older DSP build might be good if you want better audio, although your ROM might not work. If this is the case then you can try the build before the one you tried, and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Alternatively you can use [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-131430_6e4ce45 the currently latest master release] (not DSP) which should not produce much TWLBg glitching, but it will possibly have worse audio/more desync or audio lag, but otherwise many improvements over the above linked DSP build.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The third alternative is to use the [[GBARunner2/DSi_3DS_Compatibility_List#Increased_ROMhack_Support_on_3DS_and_DSi_and_Increased_DSi_Compatibility|hicode hybrid build]] since it does not suffer from increased TWLBg bug same as the &#039;Master&#039; branch builds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Eventually it is planned (don&#039;t ask when!) to fix the code that causes the bug to occur, or have an option to choose between two extra modes with the DSP build on 3DS that work without this framerate adjustment, since not all games need it.&lt;br /&gt;
&lt;br /&gt;
= Additional Notes =&lt;br /&gt;
* If your ROM does not run, make sure to verify that it is a good quality backup as per [[GBARunner2#Verifying_Quality_of_ROMs|the main GBARunner2 wiki page.]]&lt;br /&gt;
* If you ROM boots to a white screen and the menu is unresponsive, even though the compatibility list states the ROM is working, then disable &#039;center and mask&#039; in the settings. If you see a ROM intro you have a bad quality ROM. You can remove this by using GBATA.&lt;br /&gt;
&lt;br /&gt;
= Compatibility Lists =&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;25%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!Legend&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Very Playable - Full Speed. Very Good Audio. No gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Playable - Full Speed. Good Audio with a little Noise/stuttering. Few gfx glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Playable - Minor Performance issues. Bad audio. Non intrusive gfx glitches in game. Some games might freeze far into the game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Working/Unplayable - Game is very slow, laggy, glitchy gfx or it gets in game and plays well, but freezes or locks up at some early point.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Freezing - Game boots but freezes before you can get in game or in 1 or 2 seconds.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|No boot - Game doesn&#039;t even boot.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Retail games ==&lt;br /&gt;
{{GBAR2GameTable}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Everything or Nothing [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Sync on timer game. wram i-cache enabled takes care of timing issues during the first level.}}&lt;br /&gt;
{{GBAR2Game|title=007 - James Bond - Nightfire [UE]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=&#039;&#039;&#039;DSi:&#039;&#039;&#039;Game runs a little bit faster with wram i-cache enabled. No sound.}}&lt;br /&gt;
{{GBAR2Game|title=2 Game Pack! - Uno &amp;amp; Skip-Bo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=2K Sports - Major League Baseball 2K7 [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ace Combat Advance [UE]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ace Lightning [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Action Man - Robot Atak [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}} &lt;br /&gt;
{{GBAR2Game|title=Activision Anthology [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The games appear to have timing issues. The game has heavy graphics glitches. Image duplicate scrolling up and image is squished to half sized and located on left side ingame. This is a regress compared to commit 10f3e53 (2019/12/20).}}&lt;br /&gt;
{{GBAR2Game|title=Advance Guardian Heroes [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=GFX glitches after passing through tunnel in stage 4-1.}} &lt;br /&gt;
{{GBAR2Game|title=Adventure of Tokyo Disney Sea [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Advance Wars 2 - Black Hole Rising [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aero the Acro-Bat - Rascal Rival Revenge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen. DSi/3DS build only.}}&lt;br /&gt;
{{GBAR2Game|title=Agassi Tennis Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Probably has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Agent Hugo - Roborumble [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Aggressive Inline [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Minor clicking noise during the pause screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Aigle de Guerre, L&#039; [FR]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note= &#039;&#039;&#039;Same game as Napoleon (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Aka-chan Doubutsuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Aladdin [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good}}&lt;br /&gt;
{{GBAR2Game|title=Aleck Bordon Adventure - Tower &amp;amp; Shaft Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Alex Rider - Stormbreaker [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes after you select the language. |crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during the pause screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Alien Hominid [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=All Grown Up! - Express Yourself [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:&#039;&#039;&#039;Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=All-Star Baseball 2004 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Altered Beast - Guardian of the Realms [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Bass Challenge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=American Idol [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=An American Tail - Fievel&#039;s Gold Rush [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection - Mezase! Gakuen no Fashion Leader [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Angel Collection 2 - Pichimo ni Narou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Angelique [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Mania - Dokidoki Aishou Check [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Animaniacs - Lights, Camera, Action! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Snap - Rescue Them 2 by 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio is broken after you open and close the gbarunner2 menu repeatedly.}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ant Bully [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Better audio quality with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Antz - Extreme Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ao-Zoura to Nakamatachi - Yume no Bouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Archer Maclean&#039;s 3D Pool [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Arctic Tale [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Operation Green [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men - Turf Wars [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Army Men Advance [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Around the World in 80 Days [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Arthur and the Minimoys [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=A Sound of Thunder [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor Cutscenes are missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix - Bash Them All! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note= Asterix and Obelix game works fine. Finished first 2 stages. Minigames work fine. Tested minigame code 3121. Asterix and Cleopatra softlocks at last intro cutscene image with image flickering. Last tested DSP build (2020/04/21):&#039;&#039;&#039;Game crashes at random points after bios. Usually before you can get to a game. This is a regression.&#039;&#039;&#039; Use build (2020/02/17) 0b8bbe3. In that build the game runs faster and has less gfx glitches with Cache enabled. Only Asterix and Obelix works. Game still crashes if you wait a bit after the bios intro. Minor gfx glitches are visible every now and then Asterix and Obelix uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Asterix &amp;amp; Obelix XXL [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Game has regular slowdown. Sound is sometimes a bit distorted. Fixed by going in and out of gbarunner2 menu. The language select music should sound the same as the file select menu that comes right after.}}&lt;br /&gt;
{{GBAR2Game|title=Astro Boy Omega Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Atari Anniversary Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Atlantis - The Lost Empire [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Atomic Betty [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches after the basketball mini game during the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Quad Power Racing [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=ATV - Thunder Ridge Riders [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Glitches on the Title screen after you quit a race. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Last Airbender - The Burning Earth [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Avatar - The Legend of Aang [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Azumanga Daiou Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=minor|note=Some gfx glitches and slowdown. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Babar to the Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Back to Stone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Back Track [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Audio is broken. Audio works in DS build.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Baseball 2006 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Basketball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Football 2006 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Hockey [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game softlocks during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Skateboarding [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Baseball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Basketball 2007 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Backyard Sports - Football 2007 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. DS build runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Baldur&#039;s Gate - Dark Alliance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Banjo-Kazooie - Grunty´s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Banjo-Pilot [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Trees and sprites glitch out occasionally.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie - The Princess and the Pauper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie and the Magic of Pegasus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie as the Island Princess [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=The game freezes on logo where sound would usually start playing. Use latest DS build instead.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Diaries - High School Mystery [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Groovy Games [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Less audio noise with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie Horse Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Barbie sprite flickers when finishing first stage and getting off the horse. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Barnyard [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Baseball Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Greatest Nine (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Batman Begins [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less audio noise with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Rise of Sin Tzu [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Batman Vengeance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Battle B-Daman - Fire Spirits [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less audio noises with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Beyond the BattleBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=BattleBots - Design &amp;amp; Destroy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=BB Ball [J]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=minor|note=GBARunner2 crashes soon after new game starts.}}&lt;br /&gt;
{{GBAR2Game|title=Beast Shooter - Mezase Beast King! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Berenstain Bears and the Spooky Old Tree [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Best Play Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= Gets ingame and plays well but might crash after a while at random. Notes for last tested DSP build (2020/04/21)&#039;&#039;&#039;Game makes GBAR2 crash right after logos.&#039;&#039;&#039; DS build works. Use this build on github (2020/03/28) 84ffca which has sound issues like the other games developed by Fullfat used to have.}}&lt;br /&gt;
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor clicking noise.}}&lt;br /&gt;
{{GBAR2Game|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note= Enabling wram i-cache makes music distorted and tinny. Heavy gfx glitches. Game uses a Password system.}} &lt;br /&gt;
{{GBAR2Game|title=Bibi und Tina - Ferien auf dem Martinshof [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Enabling wram i-cache makes music distorted and tinny.}}&lt;br /&gt;
{{GBAR2Game|title=Bible Game [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=DSi:Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Big Mutha Truckers [E]|version= (2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=broken|speed=lag|note=Disabling wram i-cache seems to make it not crash. Finished a “truck drivin’” round and tested a mission. Duplicate of the screen flickering. Missing polygons like roof of trailer and environment. The build (2019/12/23) 6ef2b19 might be more stable.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Boundish [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Coloris [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dialhex [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Nintendo Health screen is missing.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Digidrive [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Dotstream [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Nintendo Health screen is missing. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Orbital [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Nintendo Health screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=bit Generations - Soundvoyager [J]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Nintendo Health screen is missing. Does an initial direct DMA write to the sound fifos which is not implemented yet.}}&lt;br /&gt;
{{GBAR2Game|title=Black Belt Challenge [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Garbled sprites, status bar and background animation gfx. Constant clicking sound in background.}}&lt;br /&gt;
{{GBAR2Game|title=Black Matrix Zero [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Blackthorne [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Blades of Thunder [U]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Heavy gfx glitches in game. Screen duplicates are flickering all over. Cursor seems to move too fast in main menu. Game uses a Password system.|crashreason=Hicode.}}&lt;br /&gt;
{{GBAR2Game|title=Bleach Advance - Kurenai ni Somaru Soul Society [J]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Blender Bros [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=BMX Trick Racer [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=3DS:Runs perfect. Less gfx glitches with wram i-cache disabled. DSi:Slowdown in main menu. Frequent flickering lines in main menu.}}&lt;br /&gt;
{{GBAR2Game|title=Board Game Classics [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Bakutou Hajike Taisen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Maji de!! Shinken Battle [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Solar Sensor patch required.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 2 - Solar Boy Jango [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Solar Sensor patch works fine. DSi:Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Boktai 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise and gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Jetters - Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Blue Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Max 2 - Red Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bomberman Tournament [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Audio desync. Fixed by turning of wram i-cache, which was not necessary before. Use build previous to (2020/04/12) bb15d71.}}&lt;br /&gt;
{{GBAR2Game|title=Bookworm [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Ou Beet - Busters Road [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=One game mode playable. Unsupported Toy Starter set needed for some of the game modes.}}&lt;br /&gt;
{{GBAR2Game|title=Bouken Yuuki Pluster World - Pluston GP [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Unsupported Toy Starter set needed for all game modes.}}&lt;br /&gt;
{{GBAR2Game|title=Boukyaku no Senritsu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. DSi:Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Boulder Dash EX [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Language select does not show the language.}}&lt;br /&gt;
{{GBAR2Game|title=Boxing Fever [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Crackling sounds and garbled sprites in retry screen.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Babyz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Forever Diamondz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx issues during trailer driving game.}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - Rock Angelz [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Bratz - The Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Breath of Fire 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Britney&#039;s Dance Beat [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Broken Sword - The Shadow of the Templars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Brother Bear [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Permanent black line on pause screen. Popping sound when loading into game. Postlogos FMV gives only black screen. Wram i-cache on gives high frequency sounds.}}&lt;br /&gt;
{{GBAR2Game|title=Bruce Lee - Return of the Legend [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Crackling sounds when loading new screens. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Bubble Bobble - Old &amp;amp; New [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Buffy the Vampire Slayer - Wrath of the Darkhul King [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Beeping sound 2 secs in main menu music and during second part of new game cutscene (press start to skip to it) right when main menu music plays again. There is a missing sample not playing together with the initial square wave note in the same track. Beeping started being loud in 76c4bf2 (2020/04/11). Natsume audio engine.}}&lt;br /&gt;
{{GBAR2Game|title=Butt-Ugly Martians - B.K.M. Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cabbage Patch Kids - The Patch Puppy Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Cabela&#039;s Big Game Hunter - 2005 Adventures [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. DSi:Some gfx glitches, text is missing. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Caesars Palace Advance - Millennium Gold Edition [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good| note=Turning off wram i-cache cleans up audio. Crackling can be solved by going in and out of GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Calciobit [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Camp Lazlo - Leaky Lake Games [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Capcom Classics Mini Mix [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Games run faster with wram i-cache enabled. Games use a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Captain Tsubasa - Eikou no Kiseki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Car Battler Joe [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the Intro.}}&lt;br /&gt;
{{GBAR2Game|title=Card e-Reader [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=ROM boots without problems. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card de Mini Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Care Bears - The Care Quests [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Carrera Power Slide [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Cars [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cars - Mater-National Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor clicking noise. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Block Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cartoon Network Speedway [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Casper [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Aria of Sorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Circle of the Moon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync during the titlescreen.}}&lt;br /&gt;
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Castleween [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cat in the Hat by Dr. Seuss [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Catwoman [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Catz [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Better Audio with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou 2 [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Chaoji Maliou Shijie [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Super Mario Advance 2 for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Charlie and the Chocolate Factory [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Charlotte&#039;s Web [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cheetah Girls [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Chessmaster [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Sound is missing. DS build has working sound.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Little [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache enabled. Minor crackling noise.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chicken Shoot 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Less Audio noise with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Some stuttering in music when in Narnia and scrolling through dialogue box.}}&lt;br /&gt;
{{GBAR2Game|title=Chu Chu Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=CIMA - The Enemy [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache enabled. Minor crackling noise.}}&lt;br /&gt;
{{GBAR2Game|title=Cinderella - Magical Dreams [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. FMV show some gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 2 - Yume no Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamon Game Series 3 - Fuwafuwa Daibouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cinnamoroll - Koko ni Iru yo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Bomberman (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Castlevania (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Donkey Kong (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Dr. Mario (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Excitebike (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Ice Climber (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Legend of Zelda (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Metroid (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Pac-Man (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Super Mario Bros. (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Xevious (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Classic NES Series - Zelda II - The Adventure of Link (UE)|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Kart Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cocoto - Platform Jumper [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Screeching sound when booting up game in language screen. Fixed by disabling cache but this breaks and stops sound in main menu. Flickering line right before Nintendo logo with cache disabled. Missing images in new game cutscene. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Codename - Kids Next Door - Operation S.O.D.A. [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Less Audio noise with wram i-cache disabled. A glichted line during the new game screen after you quit a level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Colin McRae Rally 2.0 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs too fast with both i-caches on, though this doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Columns Crown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling when loading new screens in intro cutscene. Garbled pixels covering jewels in title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Combat Choro Q - Advance Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Comix Zone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Contra Advance - The Alien Wars EX [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Many SFX have issues. The 1up sound comes instead of explosions, shield upgrades etc. Strangely running Pokemon Emerald DPPt music romhack before running this corrects the SFX. Game uses a Password system. }}&lt;br /&gt;
{{GBAR2Game|title=Corvette [U]|version=(2020/04/21) 088cbc5 |rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Popping sound when loading new logos post bios. Some wrong high frequent sound in background in main menu with wram i-cache enabled. Horizontal lines flickering across screen when navigating main menu.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot 2 N-Traced [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then. Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Bandicoot XS [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Regular single popping sound in intro music and some more when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Crash Nitro Kart [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and less gfx glitches with wram i-cache enabled. Minor popping sound when loading into new screens. Random high frequency sounds if wram i-cache is enabled in all music.}}&lt;br /&gt;
{{GBAR2Game|title=Crash of the Titans [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling sounds and stuttering during cutscenes.}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Film reel lines in new game cutscene move slower. In game runs at a constant slightly slower pace. &#039;&#039;&#039;Same game as Shin chan - Aventuras en Cineland&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. In game runs at a constant slightly slower pace.  Couldn&#039;t find a save spot.&#039;&#039;&#039;Same game as Shin Chan Contra Los Munecos De Shock Gahn&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Frog Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Crazy Taxi - Catch a Ride [E]|version=(2020/04/12) bb15d71|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches like screen shaking when you crash or other things happen.}}&lt;br /&gt;
{{GBAR2Game|title=Creatures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! - Yume no Banker Survival! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 2 - Yami no Bank to Banqueen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 3 - Granu Oukoku no Nazo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! 4 - Bank no Mori no Mamorigami [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Croket! Great - Toki no Boukensha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=3DS:runs perfect. DSi:minor gfx glitches during battle.}}&lt;br /&gt;
{{GBAR2Game|title=Crouching Tiger Hidden Dragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cruis&#039;n Velocity [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Crushed Baseball [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 2 - Back to Hell [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Random high frequency sounds if wram i-cache is enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=CT Special Forces 3 - Bioterror [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Cubix - Robots for Everyone - Clash &#039;N Bash [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. }}&lt;br /&gt;
{{GBAR2Game|title=Curious George [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Less gfx glitches with wram i-cache enabled. Some gfx glitches. Base DS version runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Custom Robo GX [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Cyberdrive Zoids - Kijuu no Senshi Hyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dai-Mahjong [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=0|sound=good|note=Sound is playing well. The game only shows a white screen. Mask and center disabling does nothing. Does not react to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Daisenryaku for Game Boy Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Daisuki Teddy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dancing Sword - Senkou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Tobase Shouri no Smile Shot [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dan Doh!! Xi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - Urban Jungle [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Danny Phantom - The Ultimate Enemy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Daredevil [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Darius R [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dark Arena [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dave Mirra Freestyle BMX 3 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Constant crackling sound even if music is turned off sometimes. Gets worse if ingame GBAR2 menu is entered. Game randomly crashes if ingame menu has been entered. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=David Beckham Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=The image is only horizontal tearinglines. You can still get ingame by pressing the right inputs. Ingame plays well. Some crackling sounds during crowd samples. This is a regression. Use commit 5b06bb4 (2019/07/03) arm9 build instead.}}&lt;br /&gt;
{{GBAR2Game|title=Davis Cup [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Deadly Skies [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dead to Rights [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Some gfx glitches. DS version runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Deal or No Deal [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=The image is broken by image duplicate flickering. Some gfx glitches. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Defender - For All Mankind [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Defender of the Crown (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stuttering.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Dark Version (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=DemiKids - Light Version (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Demon Driver - Time to Burn Rubber! (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Denki Blocks! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Flickering lines when fade in and out effect. Minor gfx glitches during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Densetsu no Stafy 3 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Flicker on both screens after bios intro.|crashreason=Hblank dma to io}}&lt;br /&gt;
{{GBAR2Game|title=Derby Stallion Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio desync after you go into gbarunner2 menu. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Desert Strike Advance [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Chess Challenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dexter&#039;s Laboratory - Deesaster Strikes! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Di Gi Charat - DigiCommunication [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Diadroids World - Evil Teikoku no Yabou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digi Communication Nyo - Datou! Black Gemagema Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=bad|note=GBAR2 crashes after logos on DSi. Crashes on 3DS if you let cutscene post bios play. 3DS crashes a bit later.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon - Battle Spirit 2 [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=DSi:Broken background graphics. Sprites display correctly. The game seems to jump randomly between screens from the title screen. 3DS:Crashes after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Digimon Racing [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro after Gryptonite logo.}}&lt;br /&gt;
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney&#039;s Party [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Princess - Royal Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Basketball [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Football [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Motocross [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:The Countdown timer at the beginning of a race shows minor gfx glitches. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Disney Sports - Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=DK - King of Swing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Title screen has pallette problems. Minor glitches on the status screen. 3DS:Missing text from Cranky&#039;s text box.}}&lt;br /&gt;
{{GBAR2Game|title=Dogz [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dogz 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dogz - Fashion [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dokapon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 1 - Komugi-chan no Happy Cake [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dokidoki Cooking Series 2 - Gourmet Kitchen - Suteki na Obentou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dokodemo Taikyoku - Yakuman Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Domo-kun no Fushigi Terebi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donald Duck Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio desync during the FMV Intro. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Donchan Puzzle Hanabi de Dohn Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 2 [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes on second bonus game in Target Terror stage and in another bonus stage in Gloomy Gulch&#039;s Haunted Hall.}}&lt;br /&gt;
{{GBAR2Game|title=Donkey Kong Country 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Doom [UE]|version=(2020/08/12) 6e4ce45|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=The game needs either master or hicode build.  The game runs too fast with wram i-cache enabled. Graphic glitches regularly with screen flickering. On DSP build as of 2020/08/09:&#039;&#039;&#039;Game makes GBARunner2 crash. Happens at random points in game after a few seconds. This game has never worked on DSP. Different SFX get played through during crash.}}&lt;br /&gt;
{{GBAR2Game|title=Doom II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Game runs slightly slower than it should. Main Menu text is glitched out. Hand gfx glitched out or gone when entering a stage.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Dora&#039;s World Adventure! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Spies [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - Super Star Adventures! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Dora the Explorer - The Search for the Pirate Pig&#039;s Treasure [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Dokodemo Walker [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Doraemon - Midori no Wakusei Dokidoki Daikyuushutsu! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Double Dragon Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio get´s slightly distorted. DS version runs perfect. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Doubutsu-jima no Chobigurumi 2 - Tama-chan Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Downforce [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=3DS:Minor clicking sound. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Advanced Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling when creating new game that ends after one second.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball GT - Transformation [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Buu&#039;s Fury [U]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09 &#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115#post-8898241&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Some crackling sounds when loading into new areas.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Collectible Card Game [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Supersonic Warriors [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - Taiketsu [U]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09&#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115#post-8898241&#039;&#039;&#039; European version has this: Character select, Z- store and ingame have glitched background. Returning to main menu from it glitches that one as well.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku [E]|version=(2020/08/12) 6e4ce45|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=No longer necessary to patch. DSP build still needs as of 2020/08/09 &#039;&#039;&#039;Needs a patch to be playable! https://gbatemp.net/threads/gbarunner2.451970/page-115&#039;&#039;&#039; Graphical issue with post-logos’ FMV&#039;s image being reduced to upper left corner and flickering around.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Ball Z - The Legacy of Goku II [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Crackling sounds when loading into new areas.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Drive - World D Break [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon&#039;s Rock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|Sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Quest Monsters - Caravan Heart [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dragon Tales - Dragon Adventures [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Intro screen is missing. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Drake &amp;amp; Josh [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Drill Dozer [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Driven [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=2fast|note=Minor Audio desync. Game runs a bit too fast during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Driv3r [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=Intro screen is missing. Minor slowdown ingame. Some image tearing in map screen and map moves slower.}}&lt;br /&gt;
{{GBAR2Game|title=Driver 2 Advance [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes at random points as soon when you start a game mode or after you have been in game for a few seconds. Some crackling sounds in title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Dr. Mario &amp;amp; Panel de Pon [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Dr.Mario crashes. Crackling sound when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Muto [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Dr.Sudoku [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Droopy&#039;s Tennis Open [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game runs faster and has less gfx glitches with wram i-cache enabled. Minor crackling sound. Some noise during the Pause screen. Game uses a Password system.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Dual Blades [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Kaijudo Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Sempai Legends [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters - Shadow of the Code [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Invincible Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 2 - Kirifuda Shoubu Ver. [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Duel Masters 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Duke Nukem Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=good|speed=good|note=Some gfx glitches. DS version has less gfx glitches.}}&lt;br /&gt;
{{GBAR2Game|title=Dungeons &amp;amp; Dragons - Eye of the Beholder [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds in beginning cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Dynasty Warriors Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Earthworm Jim is visible on title screen in front of options text blocking it. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Earthworm Jim 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks V Sever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Mixed up view. View is rotated 90 degrees with respect to the world. Random beeping sounds in game. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ecks V Sever 2 - Ballistic [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Mixed up view. View is rotated 90 degrees with respect to the world. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Eggo Mania [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.&#039;&#039;&#039;Same game as Egg Mania&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Elemix! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Elevator Action - Old &amp;amp; New [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Elf - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Elf Bowling 1 &amp;amp; 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Enchanted - Once Upon Andalasia [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Eragon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Final Round Golf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as JGTO Kounin Golf Master - Japan Golf Tour Game &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note= &#039;&#039;&#039;Same game as Exciting Bass (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=ESPN X-Games Skateboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=European Super League [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Ever Girl [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=EX Monopoly [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 1 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=EZ-Talk - Shokyuu Hen 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=A Keyword is needed to start the game.}}&lt;br /&gt;
{{GBAR2Game|title=E-Reader [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=The ROM boots without issues. Unsupported device at this moment.}}&lt;br /&gt;
{{GBAR2Game|title=E.T. - The Extra-Terrestrial [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Title screen music glitches out if no buttons are pressed for a while. DSi:Minor Audio noises during a level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F1 2002 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=F-14 Tomcat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=F-24 Stealth Fighter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Breakin` Da Rules [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Clash with the Anti-World [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Enter the Cleft [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fairly OddParents! - Shadow Showdown [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Dai 2 Ji Super Robot Taisen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini - Kido Senshi Z Gundam Hot Scramble [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 08 - Mappy [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes with white screen after bios intro. Anti piracy patch doesn´t work. This is a regression. Game was playable in older arm9 build.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 10 - Star Soldier [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Works without AP Patch.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 12 - Clu Clu Land [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 13 - Balloon Fight [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 14 - Wrecking Crew [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 16 - Dig Dug [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 17 - Takahashi Meijin no Boukenjima [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 18 - Makaimura [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 19 - TwinBee [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 20 - Ganbare Goemon! Karakuri Douchuu [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 21 - Super Mario Bros. 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 22 - Nazo no Murasame Jou [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 24 - Hikari Shinwa - Palthena no Kagami [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 26 - Famicom Mukashi Banashi - Shin Onigashima - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 27 - Famicom Tantei Club - Kieta Koukeisha - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 28 - Famicom Tantei Club Part II - Ushiro ni Tatsu Shoujo - Zen Kou Hen [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Famicom Mini Vol. 30 - SD Gundam World - Gachapon Senshi Scramble Wars [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro. Anti piracy patch doesn´t work.}}&lt;br /&gt;
{{GBAR2Game|title=Family Feud [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Family Tennis Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Famista Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fancy Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic 4 - Flame On [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Fantastic Children [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fear Factor Unleashed [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=The game softlocks right after count down in intro which is the start of an FMV. Go in and out of GBAR2 menu to get past the FMV. Missing backgrounds throughout the game.}}&lt;br /&gt;
{{GBAR2Game|title=Field of Nine - Digital Edition 2001 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2003 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2004 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 2005 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 06 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash after language select.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only, loud constant noise ingame.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA Soccer 07 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash after language select.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=FIFA World Cup - Germany 2006 [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|save=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash at EA logo.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5. That build has sound fx only.}}&lt;br /&gt;
{{GBAR2Game|title=FightBox [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=FILA Decathlon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor crackling sound.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy I &amp;amp; II - Dawn of Souls [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note= Game has less gfx glitches with wram i-cache enabled.Latest tested DSP build of 2020/04/21 crashes after battle with lich king probably because of differences in memory layout.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy IV Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game crashes after Cecil, now a Paladin, passes through Devil&#039;s Road.&#039;&#039;&#039; Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy V Advance [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game crashes after a monk uses the kick command.&#039;&#039;&#039;Black bar beneath Nintendo logo.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy VI Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Health and safety screen has only yellow triangle. Cursor sound might be a bit off pitch. }}&lt;br /&gt;
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Garbled text on intro cutscene right after logos.}}&lt;br /&gt;
{{GBAR2Game|title=Final Fight One [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Finding Nemo - The Continuing Adventures [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Crackling audio and black line across screen in battle during transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - Fuuin no Tsurugi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling audio in battle during transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Black line during end turn animation. Audio stutters in battles in transitions. Due to saving often.}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fire Pro Wrestling 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Final Fire Pro Wrestling - Yume no Dantai Unei! [J] &#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Flushed Away [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ford Racing 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Single popping sound when loading new logos and new screens. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Players have garbled gfx. Long artifacted horizontal line across field.}}&lt;br /&gt;
{{GBAR2Game|title=Fortress [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=&#039;&#039;&#039;Cutscene induces Nintendo&#039;s TWLBg bug (only 3DS) and glitches out the screen the longer it plays.&#039;&#039;&#039; On DSi the cutscene has flickering black lines horizontally and some stuttering. Some stuttering/crackling sounds when going into main menu after battle. Some slowdown when changing maps/era before battle. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Foster&#039;s Home for Imaginary Friends [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Single popping sound when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin the Turtle [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after going into GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Franklin&#039;s Great Adventures [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Freekstyle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Regular crackling sound through whole game. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Single popping sound when starting first stage. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures - Temple of the Frog [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Adventures 2 - The Lost Wand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Frogger&#039;s Journey - The Forgotten Relic [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Sound effects can sometimes crackle.}}&lt;br /&gt;
{{GBAR2Game|title=Fruits Mura no Doubutsutachi [J]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Alice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Fushigi no Kuni no Angelique [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure - Arienaai! Yume no Sono ha Daimeikyuu [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Futari wa Pretty Cure Max Heart - Maji Maji! Fight de IN Janai [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen after bios intro. Screen eventually goes black and then white again. Disabling mask and center changes nothing. Sound is playing well. Reacts to button inputs.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Climax [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Stuttering sound whenever new screen is loaded. Last tested dsp build 04/21/2020 crashes on time attack and soft reset.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero GP-Legend [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=F-Zero Maximum Velocity [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Small stuttering audio in results screen.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device - Red [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Dragon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gadget Racers [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Road Trip: Shifting Gears (U) and Choro Q Advance 2 (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Alice - Dokidoki Fushigi Taiken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gakuen Senki Muryou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galaxy Angel Game Boy Advance - Moridakusan Tenshi no Full-Course - Okawari Jiyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor crackling sounds during voice overs. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Galidor - Defenders of the Outer Dimension [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gambler Densetsu Tetsuya - Yomigaeru Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Games Explosion! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Game &amp;amp; Watch Gallery Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor popping sounds when loading new screens. }}&lt;br /&gt;
{{GBAR2Game|title=Ganbare Dodge Fighters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield - The Search for Pooky [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor initial crackling sounds right after choosing language. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Garfield and His Nine Lives [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Image duplicate glitch of title screen, new game cutscene and pausescreen. Some tearing of the upper screen when inside secret room in barn roof first stage.}}&lt;br /&gt;
{{GBAR2Game|title=Gauntlet - Dark Legacy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gegege no Kitarou - Kikiippatsu! Youkai Rettou (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Gekido Advance - Kintaro´s Revenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Gekitou Densetsu Noah - Dream Management (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gem Smashers (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Genseishin Justirisers Souchaku! Chikyuu no Senshitachi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Genso Suikoden - Card Stories [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Gensou Maden Saiyuuki - Hangyaku no Toushin-taishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Get! - Boku no Mushi Tsukamaete (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jagan Fuuin! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Jigoku no Scaramouche (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=GetBackers Dakkanya - Metropolis Dakkan Sakusen! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Senkou no Hero Tanjou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Get Ride! Amdriver - Shuggeki! Battle Party (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Rider [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Ghost Trap (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Global Star - Sudoku Fever [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Messed up background in initial language select and in game. Changing background while in a puzzle cleans up some of the garbled graphics. Vertical lines going across screen in puzzle. Regular crackling sounds in game when changing backround or inputing number.}}&lt;br /&gt;
{{GBAR2Game|title=Godzilla - Domination! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Goemon - New Age Shutsudou! (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Go!Go! Beckham! - Adventure on Soccer Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Golden Nugget Casino (UE)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Disable wram i-cache to have less crackling sounds. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less crackling audio with wram i-cache disabled. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Golden Sun – The Lost Age [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=sram|sound=minor|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash when saving!&#039;&#039;&#039; This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead. Sram patching for saving is required in that build. Crackling sounds - can be reduced by disabling wram i-cache. Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Gradius Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=3DS:Disable main memory i-cache to play the game. Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Greg Hastings&#039; Tournament Paintball Maxd [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches during a match.}}&lt;br /&gt;
{{GBAR2Game|title=Gremlins - Stripe vs Gizmo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Grim Adventures of Billy &amp;amp; Mandy (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is good until game is saved at it starts crackling. This is sometimes remedied by going in and out of GBAR2 menu, but this makes GBAR2 crash at times. The crash might not have happened in build (2020/04/04) 1ffb949. Other games developed by Fullfat have similar issues|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Disable every i-cache to play the game. Game crashes at random. DS version runs fine. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 2 - Rally Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=GT Advance 3 - Pro Concept Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=GT Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Disable wram i-cache for better Audio.}}&lt;br /&gt;
{{GBAR2Game|title=GT Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate glitch on title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some gfx glitches. Character sprites are missing. DS version runs perfect.}}&lt;br /&gt;
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Gfx glitch where sprites garble the status bar when overlapping. Minor popping sound when saving. &#039;&#039;&#039;Same game as Gunstar Super Heroes.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Guranbo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Guru Logic Champ [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Gyakuten Saiban 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game freezes after you open GBAR2 menu during the first case. This is a regress. Use commit b740476 (2019/12/24) instead.}}&lt;br /&gt;
{{GBAR2Game|title=Hachiemon (J)|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Meisou no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hagane no Renkinjutsushi - Omoide no Sonata [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hajime no Ippo - The Fighting! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Hamepane - Tokyo Mew Mew (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some audio desync after second puzzle game. Some tearing during puzzle game.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Club 4 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 2 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3 (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari 3EX 4 Special (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Saving makes black line appear.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Monogatari Collection (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise - Pure Heart (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hamster Paradise Advanchu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Ham-Ham Heartbreak [E]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Stuck at the Name entry screen. This is a regression. Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Hamtaro - Rainbow Rescue [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hanabi Hyakkei Advance (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hanafuda Trump Mahjong - Depachika Wayouchuu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Happy Feet (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pinball (UE)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some stuttering/crackling sound when saving highscore.}}&lt;br /&gt;
{{GBAR2Game|title=Hardcore Pool (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Harobots - Robo Hero Battling!! (J)|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches in the textboxes.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Chamber of Secrets [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Goblet of Fire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Crackling sounds when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Order of the Phoenix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Prisoner of Azkaban [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Occasional yellow flickering bar on top of screen when during battle entering special move screen, folio bruti screen or finishing the battle. Sync on timer game.}}&lt;br /&gt;
{{GBAR2Game|title=Harry Potter and the Sorcerer&#039;s Stone [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Harukanaru Toki no Naka de - Neoromance Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - Friends of Mineral Town [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Sprites are garbled. Constant clicking sound on left side channel. The rest of the music is lagging.|DMA will have to be emulated using IRQs. Related issue to Densetsu no Stafy 3}}&lt;br /&gt;
{{GBAR2Game|title=Harvest Moon - More Friends of Mineral Town [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Sprites are garbled. Constant clicking sound on left side channel. The rest of the music is lagging.|DMA will have to be emulated using IRQs. Related issue to Densetsu no Stafy 3}}&lt;br /&gt;
{{GBAR2Game|title=Hatena Satena [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Heidi - The Game [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty - Happy Party Pals [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hello Kitty Collection - Miracle Fashion Maker [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Black screen after bios intro. Known to be a problematic game.}}&lt;br /&gt;
{{GBAR2Game|title=Hello! Idol Debut - Kids Idol Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Herbie - Fully Loaded [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling sound when navigating main menu and after a race.}}&lt;br /&gt;
{{GBAR2Game|title=Hey Arnold! - The Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Higanbana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2002 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=High Heat Major League Baseball 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Hi Hi Puffy AmiYumi - Kaznapped! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Noise/buzzing sound on left side when navigating main menu. Not there if turning off wram i-cache. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Started happening with build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=High School Musical - Livin&#039; the Dream [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Home on the Range [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Horsez [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. &#039;&#039;&#039;Same game as Horse &amp;amp; Pony: My Stud Farm and Pferd &amp;amp; Pony: Mein Gestüt.&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Hot Potato! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - All Out [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Burnin&#039; Rubber [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Stunt Track Challenge [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=good|note=Missing environment and vehicles. Tearing across top of screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - Velocity X [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hot Wheels - World Race [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 1 - Bomberman Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|speed=|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 2 - Lode Runner Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 3 - Action Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 4 - Nazotoki Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 5 - Shooting Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hudson Best Collection Vol. 6 - Bouken Jima Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - Bukkazoom! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Hugo - The Evil Mirror Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Hunter X Hunter - Minna Tomodachi Daisakusen!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor stuttering when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Age 2 - The Meltdown [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor popping sounds occasionally.}}&lt;br /&gt;
{{GBAR2Game|title=Ice Nine [UE]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=minor|note=DSi: freezes before entering game. Latest DSP build tested 04/21/2020: DSi:Missing hand in fps view. Runs at a lower fps. Language select has garbled text. 3DS:Game freezes before the tutorial. Use DS version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Incredible Hulk [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=DSi:Minor gfx glitches now and then. 3DS:Game runs perfect. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Initial D - Another Stage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget - Advance Mission [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Distorted Audio. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Advanced [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game. Unable to access gbarunner2 menu during gameplay.&#039;&#039;&#039; Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=International Karate Plus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Jikkyou World Soccer Pocket (J)&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Inukko Club [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Invader [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Invincible Iron Man [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. Use DS version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion 3D [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Iridion II [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=0|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash around first boss battle.&#039;&#039;&#039; Single crackling sound in menu and during cutscenes and some brief crackling ingame occassionaly. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=I Spy Challenger! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=It&#039;s Mr. Pants [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches of the background.}}&lt;br /&gt;
{{GBAR2Game|title=Jackie Chan Adventures - Legend of the Darkhand [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:Minor gfx glitches now and then. 3DS:Many gfx glitches. DS version runs perfect. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jajamaru Jr. Denshouki - Jalecolle mo Arisourou [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:The retro games run faster with wram i-cache enabled. Retro games make 3DS crash. &#039;&#039;&#039;Sometimes soft-locks if getting points from a bag you need to wall jump to in stage 2. Your score increases infinitely.&#039;&#039;&#039; Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=James Pond - Codename Robocod [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jazz Jackrabbit [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pro Soccer Club o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=J.League Pocket 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note= Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jet Set Radio [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=lag|note=It takes a measured 3 minutes to get past the blue Golf Master logo. Game plays fine afterwards.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches now an then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Jet Fusion [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jimmy Neutron Boy Genius vs. Jimmy Negatron [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Jinsei Game Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Jissen Pachi-Slot Hisshouhou! - Juuou Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jisu F-Zero Weilai Saiche [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=F-Zero Maximum Velocity for iQue China. Small stuttering audio in results screen.}}&lt;br /&gt;
{{GBAR2Game|title=Jonny Moseley Mad Trix [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSI:Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. 3DS:Game runs perfect. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Juka and the Monophonic Menace [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Jungle Book 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Visual tearing glitch right before first FMV. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Dino Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - Park Builder [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park III - The DNA Factor [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Jurassic Park Institute Tour - Dinosaur Rescue [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Justice League - Injustice for All [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Chronicles [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Constant clicking/crackling noise throughout whole game in background. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Justice League Heroes - The Flash [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=K-1 Pocket Grand Prix 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kaeru B Back [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kaiketsu Zorori to Mahou no Yuuenchi - Ohimesama o Sukue! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1 |cache=1|save=1|sound=bad| speed=minor|note=Constant clicking sound on left side. Rest of sound is lagging. Sprites are garbled.}}&lt;br /&gt;
{{GBAR2Game|title=Kamaitachi no Yoru Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kami no Kijutsu - Illusion of the Evil Eyes [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Kao the Kangaroo [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Gfx glitches after licensed by screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kappa no Kai-Kata Katan Daibouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Karnaaj Rally [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 3 &amp;amp; 4 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during press start screen on both games.}}&lt;br /&gt;
{{GBAR2Game|title=Kawa no Nushi Tsuri 5 - Fushigi no Mori Kara [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Constant clicking sound on left side. Rest of music is lagging. Glitched title screen background. Garbled sprites.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kawaii Pet Game Gallery 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Power [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound when saving. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Keitai Denjuu Telefang 2 - Speed [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound when saving. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Kelly Slater&#039;s Pro Surfer [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios. No sound.}}&lt;br /&gt;
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kid Paddle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kid&#039;s Cards [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Killer 3D Pool [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Flickering screen in character select. Broken botton screen repeating top of the screen in game results. Broken graphics in announcements bottom of screen during games. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kill.Switch [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Glitched background in save game select menu. Popping sounds when entering new screens in logos. Regular screeching sounds during certain samples playing ingame when wram i-cache is on.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 2 - Drakken&#039;s Demise [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches during the FMV intro. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kim Possible 3 - Team Possible [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache enabled. Minor gfx glitches are visible every now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Kingdom Hearts - Chain of Memories [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling and stutter. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=King Kong - The Official Game of the Movie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX - NeoBlood [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=King of Fighters EX2 - Howling Blood [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Much noise during title screen. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kirby and the Amazing Mirror [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio stutter when pausing and unpausing. Black bar across screen when loading into stage. Pseudostereo in dsp build as of 2020/08/09. For DSP this is a &#039;&#039;&#039;regression&#039;&#039;&#039; use build (2020/04/21) 088cbc5.}}&lt;br /&gt;
{{GBAR2Game|title=Kisekko Gurumi - Chesty to Nuigurumi-tachi no Mahou no Bouken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter and crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Kiss x Kiss Seirei Gakuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kiwame Mahjong Deluxe - Mirai Senshi 21 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter and crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa - Empire of Dreams [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa 2 - Dream Champ Tournament [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Klonoa Heroes - Densetsu no Star Medal [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Constant clicking on interchanging sides. Rest of music is lagging. Glitched font and sprites.}}&lt;br /&gt;
{{GBAR2Game|title=Knights&#039; Kingdom [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}&lt;br /&gt;
{{GBAR2Game|title=Koala Brothers - Outback Adventures [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu-chan no Hajimete no Osanpo - Koinu no Kokoro Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho - Aijou Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koinu to Issho 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Collector&#039;s Series - Arcade Classics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Konami Krazy Racers [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kong - King of Atlantis [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. High pitched noise when wram i-cache is enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kong - The Animated Series [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Konjiki no Gashbell!! Yuujou no Zakeru - Dream Tag Tournament [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koro Koro Puzzle - Happy Panechu! [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Constant clicking sound. Rest of music lags. Garbled sprites. &#039;&#039;&#039;Motion sensor support required to be playable.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Kotoba no Puzzle - Mojipittan Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Kouchu Ouja Mushiking [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eigo Koubun Hen - 26 Units Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eijukugo Hen - 650 Phrases Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Koukou Juken Advance Series Eitango Hen - 2000 Words Shuuroku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 1 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kunio Kun Nekketsu Collection 3 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Golf Shiyouyo [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling audio when saving. Black line when saving. Missing 3D elements in game and screen seems divided into six flickering parts.}}&lt;br /&gt;
{{GBAR2Game|title=Kurohige no Kurutto Jintori [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Kurukuru Kururin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Kururin Paradise [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lady Sia [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Land Before Time - Into the Mysterious Beyond [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - Legend [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lara Croft Tomb Raider - The Prophecy [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=The only sound is an intermittent beeping sound. Game uses a Password system. }}&lt;br /&gt;
{{GBAR2Game|title=Legend of Dynamic Goushouden - Houkai no Rondo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Legends of Wrestling II [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Sign of Nekuromu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Legendz - Yomigaeru Shiren no Shima [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Matoran Adventures [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Bionicle - Maze of Shadows [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes right after boot no matter which cache setting.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Drome Racers [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=bad|speed=lag|note=Heavy gfx glitches. Terrain and environment not visible. Tearing glitches seen on top screen on language select and in game. Lots of crackling in audio.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island - Xtreme Stunts [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Island 2 - The Brickster&#039;s Revenge [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Racers 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes early in story mode. Arcade mode works.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Soccer Mania [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|note=Game makes GBARunner2 crash during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars - The Video Game [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lemony Snicket&#039;s A Series of Unfortunate Events [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Dreamer [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. &#039;&#039;&#039;Same game as Pferd &amp;amp; Pony - Lass Uns Reiten 2&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Friends Forever [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Press A twice when loading or saving game to continue. &#039;&#039;&#039;Same game as Pferd &amp;amp; Pony- Best Friends - Mein Pferd.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Let&#039;s Ride! - Sunshine Stables [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.&#039;&#039;&#039;Same game as Pferd &amp;amp; Pony: Mein Pferdehof&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitched warp scene with bottom third being a black area and cutscene background warping picture moved up.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lilo and Stitch 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lion King [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Little Buster Q [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Little Einsteins [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little League Baseball 2002 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Background is missing in game and is all black. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Little Mermaid - Magic in Two Kingdoms [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Little Patissier - Cake no Oshiro [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 2 - Lizzie Diaries [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched noise when wram i-cache is enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Lizzie McGuire 3 - Homecoming Havoc [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lode Runner [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Looney Tunes - Back in Action [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - Hobbit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Fellowship of the Ring [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Loading game breaks sound so there&#039;s no sound anymore.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Return of the King [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Third Age [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lord of the Rings - The Two Towers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Lost Vikings [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Love Hina Advance - Shukufuku no Kane ha Naru Kana [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Lucky Luke - Wanted! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling during the intro. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Lufia - The Ruins of Lore [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Lunar Legend [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Madagascar - Operation Penguin [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched noise when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2003 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2004 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on original hardware with wram i-cache enabled. This doesn’t break the game, but makes it more fluid.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 2005 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 06 [U]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash as soon as EA logo is shown.&#039;&#039;&#039; Use DS build (2020/04/21) 088cbc5: Game runs faster and has less gfx glitches with wram i-cache enabled. Sound fx only and loud noise ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Madden NFL 07 [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;The game makes GBAR2 crash to black screen post bios.&#039;&#039;&#039; This ROM has never worked on DSi or 3DS: Use latest DS build.|crashreason=Most likely memory layout differences between the systems.}}&lt;br /&gt;
{{GBAR2Game|title=MAER - Knockin&#039; on Heaven&#039;s Door [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magi Nation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio noise and stutter. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Houshin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 2 [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Quest Starring Mickey &amp;amp; Minnie 3 [E]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Magical Vacation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The music is slightly off from what it should be. This might be because the game seems to only want to do manual fifo writes. When dma destination is not fifo, writes to the fifo should not be done, but the irq should still fire. A gb audio sound is very loud during beach scene in beginning and during end of battle tune. Some black lines can be seen during screen fade out effects. The English translation patch runs and shows the same issues.}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson Damedesuu Toshokanjima [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mahou Sensei Negima! - Private Lesson 2 Ojamashimasuu Parasite de Chu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Game crashes without it.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled.|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Mahjong Keiji [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mail de Cute [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 1 - Wannyan Idol Gakuen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Majokko Cream-chan no Gokko Series 2 - Kisekae Angel [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Manga-ka Debut Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Miner [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Maniac Racers Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=March of the Penguins [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Marie, Elie &amp;amp; Anis no Atelier - Soyokaze Kara no Dengon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Golf - Advance Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Kart - Super Circuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario &amp;amp; Luigi - Superstar Saga [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable DS Main Memory i-cache in the gbarunner2 menu to play the game.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Distorted bass sound during battles occasionally after jump attack sound effect. Might be fixed by disabling wram i-cache.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Party Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mario Pinball Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Mario Power Tennis [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039; Same game as Mario Tennis: Power Tour [U] and Mario Tennis Advance [J]&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor crackling sound during intro cutscene and occasionally ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Marvel - Ultimate Alliance [E]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley - Girls Night Out [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mary-Kate and Ashley Sweet 16 - Licensed to Drive [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Masters of the Universe He-Man - Power of Grayskull [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Matantei Loki Ragnarok - Gensou no Labyrinth [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Matchbox Cross Town Heroes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mat Hoffman&#039;s Pro BMX 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Math Patrol - The Kleptoid Threat [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Max Payne Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Gfx glitches during Cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - Sweet Gold [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Licensed by screen is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Maya the Bee - The Great Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Licensed by screen is missing. Minor gfx glitches are visible every now and then. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mazes of Fate [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=2fast|note= Game runs too fast with wram i-cache on. Glitchy jumpy/laggy graphics in intro cutscene. Text jumps too much when scrolling. Camera moves several times in one button input in the cellar occasionally. No effect changing clockspeeds. &#039;&#039;&#039;This might be a regression.&#039;&#039;&#039; Use commit f89fac5 (2018/07/10) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Mech Platoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Intro FMV is broken.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Has Natsume Audio Engine that streams audio. }}&lt;br /&gt;
{{GBAR2Game|title=Medabots - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Has Natsume Audio Engine that streams audio.}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Metabee Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Medabots AX - Rokusho Version [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Infiltrator [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes on white screen post bios.}}&lt;br /&gt;
{{GBAR2Game|title=Medal of Honor - Underground [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Backgrounds post bios are garbled. Titlescreen is purple after quitting game. Runs at a better fps than real HW. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Meet the Robinsons [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man &amp;amp; Bass [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some sound pitches are wrong on PSG channel 1. Especially noticeable in Pirate Man Stage.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Chip Challenge [E]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 3 Blue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 3 White [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game takes a while to boot.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 4 Blue Moon [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 4 Red Sun [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 5 Team Colonel [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 5 Team Protoman [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 6 Cybeast Falzar [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Battle Network 6 Cybeast Gregar [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Mega Man Zero 4 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Ingame runs slightly slower than it should. Transitions into and out of bitmaps takes longer than normal. DS version runs faster.}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierarztpraxis [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meine Tierpension [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Akatsuki no Monument [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Meitantei Conan - Nerawareta Tantei [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Men in Black - The Series [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Party [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=DSi:Minor gfx glitches during the intro. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. DSi:Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mermaid Melody - Pichi Pichi Pitch - Pichi Pichitto Live Start! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. DSi:Constant crackling sounds during gameplay. 3DS:Minor crackling sounds during loading.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Max 2 Kai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Metal Gun Slinger [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Metal Slug Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Metroid Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Single crackling sound when intro cutscene starts and loading into save file. }}&lt;br /&gt;
{{GBAR2Game|title=Metroid - Zero Mission [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound disappears if entering gbar2 menu ingame. Game runs faster with wram i-cache enabled. Minor Audio stutter. &#039;&#039;&#039;Trying to play the Nes Metroid causes the game to reboot or makes GBAR2 crash.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Mezase! Koushien [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game crashes during the intro. Use DS version commit b740476 (2019/12/24) instead. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Micro Machines [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midnight Club - Street Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Broken backgrounds in logos and title screen. Crackling sounds from engine effect ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Midway&#039;s Greatest Arcade Hits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mighty Beanz Pocket Puzzles [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio stutter. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mike Tyson Boxing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Minami no Umi no Odyssey [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Mika no Happy Morning Chatty [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minimoni - Onegai Ohoshi-sama! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna de Puyo Puyo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Ouji-sama [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=DSi:Game runs faster with wram i-cache enabled. Only Minor Audio crackling in DSP build. Audio might disappear in non-DSP 3DS:Game crashes at random, sometimes after winning the 5 stages of the tennis ball guessing game.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series - Boku no Kabuto-Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 1 - Boku no Kabutomushi [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Shiiku Series 2 - Boku no Kuwagata [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Happy Trump 20 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Hyokkori Hyoutanjima - Don Gabacho Daikatsuyaku no Maki (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Minna no Shogi [J]|version=(2020/04/21) 088cbc5 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=No sound. &#039;&#039;&#039;This might be a regression.&#039;&#039;&#039; Use commit unspecified (2019/06/03) (sd save branch) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Numpla Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minna no Soft Series - Shanghai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Minority Report - Everybody Runs [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Heavy gfx glitches, character sprites are missing. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mirakuru! Panzou - 7tsu no Hoshi no Uchuukaizoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mission Impossible - Operation Surma [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note= Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode - Lingdian Renwu [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Metroid Zero Mission for iQue China. Game runs faster with wram i-cache enabled. Minor crackling sound. &#039;&#039;&#039;Trying to play the Nes Metroid reboots the game.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Miteluode Ronghe [China]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Metroid Fusion for iQue China. Single crackling sound when intro cutscene starts and when loading and returning into game.}}&lt;br /&gt;
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=(2020/08/12) d5dc8d8|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system. Last tested dsi dsp build of 2020/04/12 crashes after main menu.&#039;&#039;&#039;Same game as Kidou Senshi Gundam Seed Destiny&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Moero!! Jaleco Collection [J]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game crashes GBAR2 after you start a game.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=The Hudson logo screen is missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Momotarou Matsuri [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monopoly [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor crackling sounds ingame. Fixed by opening ingame menu. Some tearing when scrolling to player ingame. Fullfat developed game. White flashing of menus when selecting options. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Gate - Ooinaru Dungeon - Fuuin no Orb [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Guardians [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster House [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Monsters, Inc [UE]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sound noise ingame beeping. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Jam - Maximum Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Flash Card [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Maker 4 - Killer Dice [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Rancher Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Summoner [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Monster Truck Madness [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Monster Trucks Mayhem [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Moorhen 3 - The Chicken Chase! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Weird one. At first the game white screens after boot. Becomes playable after you go in and out of the menu screen.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Morita Shougi Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Deadly Alliance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Graphical flickering whenever loading new screen. Glitched background fmv in profile creation. Minor glitch to the top right of lower right style name ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat - Tournament Edition [U]|version=(2020/04/13) f3daa51|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Graphical flickering whenever loading new screen. Glitched background fmv in profile creation. Minor glitch to the top right of lower right style name ingame. Some stuttering sounds when loading new screens in menu.}}&lt;br /&gt;
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=minor|note=Crackling sounds in menu and new logos in intro. Long loading time between battles and after battle. Missing character portrait when scrolling in ladder after winning a match. Glitched graphics upper left corner as well. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 1+2 [J]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Mother 1: &#039;&#039;&#039;Disable wram i-cache to get game to run. If not GBAR2 crashes after title screen.&#039;&#039;&#039; Occasional visual glitches like black bar across upper part of screen. DSi Only: Slowdown in music when moving around. Seems to get less bad if TWL clockspeeds are enabled in twilightmenu++. Mother 2: Works with wram i-cache on and has less visual glitches then. Visual glitch top part of screen in demo. Broken audio in level up. Jumpy battle background in starman fight in beginning. Some crackling sounds when loading game.}}&lt;br /&gt;
{{GBAR2Game|title=Mother 3 [J]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note= &#039;&#039;&#039;USE THE DSi Hicode BUILD:&#039;&#039;&#039; It seems you need to load another ROM first before loading the Mother 3 to be able to get past the freezing near the dino. So far loading Mother 1+2 and Mega Man Zero have worked. The game might freeze around the same spot as the 3DS, but if you save at the frog right before and load back to this you might be able to advance further than on the 3DS. How far has not been tested and it is recommended to SAVE OFTEN as the game might freeze at any new event. It has only been tested 30 minutes into the game and the next save point in a western city. It is quite bugged. Clipping and getting trapped happens at some hot springs if you enter them. Talking to a bird near the ringing clocks will send you into an infinite loop. Pressing R to access Map does not work. Text during cutscene with lady outside the cabbin just shows &amp;quot;0123..&amp;quot; repeatedly. &#039;&#039;&#039;3DS BUILD: The game softlocks after the Mole cricket fight. Loading right before this point still makes the game freeze. Music still plays and sprites animate. It might be possible to load a save past this point to be able to play the rest.&#039;&#039;&#039; Game has minor audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Moto GP [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Race map flickers during a race. It has not been verified if wram i-cache was actually supported in build (2019/12/24) b740476. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Motoracer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game might be running faster than on og hardware.}}&lt;br /&gt;
{{GBAR2Game|title=Mr Nutz [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Pause screen is not working. Works in the DS build. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mr. Driller A - Fushigi na Pacteria [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Ms. Pac-Man - Maze Madness [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. You have to enable Audio first in the options menu. Minor Audio crackling. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Mucha Lucha! - Mascaritas of the Lost Code [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Mugenborg [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Mummy [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Intermittent beeping sound. No sfxs are playing. Rest of music is playing well in the background. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Muppet Pinball Mayhem [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Muppets - On with the Show! [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Glitched line during the licensed by screen. Minor Audio desnyc during mini games. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Mutsu - Water Looper Mutsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=MX 2002 featuring Ricky Carmichael [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Runs faster with wram i-cache, even faster than native it would seem. Race timer is still correct even in game speed is increased. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=My Animal Centre in Africa [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=All menus and images are broken up. In game world displays correctly. DSi:More Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=My Little Pony - Crystal Princess - The Runaway Rainbow [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Blast! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=M&amp;amp;M&#039;s - Break&#039;em [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Mahjong - KabuReach [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 1 - Kawaii Hamster [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 2 - Kawaii Koinu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 3 - Kawaii Koneko [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Pet Advance Series 4 - Kawaii Koinu Mini - Wankoto Asobou!! Kogata-ken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Nakayoshi Youchien - Sukoyaka Enji Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Graphical glitch in upper left corner after exiting from a game. Game has no save feature. }}&lt;br /&gt;
{{GBAR2Game|title=Namco Museum - 50th Anniversary [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Nancy Drew - Message in a Haunted Mansion [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Narikiri Jockey Game - Yuushun Rhapsody [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Konoha Senki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. }}&lt;br /&gt;
{{GBAR2Game|title=Naruto - Ninja Council 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Naruto RPG - Uketsugareshi Hi no Ishi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=NASCAR Heat 2002 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Natural 2 - Duo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=NBA Jam 2002 [UE]|version=(2020/04/21) 088cbc5||rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Crackling sound when starting match or loading title screen. Graphical glitch in main menu after quitting match near circular buttons on the left side. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed Carbon - Own the City [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Most Wanted [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Porsche Unleashed [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Screen duplicate scrolling up and down.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Lots of flickering graphics in language select, main menu and ingame. Some crackling sound after race. Finished a whole race.}}&lt;br /&gt;
{{GBAR2Game|title=Need for Speed - Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Duplicate of screen is scrolling up and down and flickering.}}&lt;br /&gt;
{{GBAR2Game|title=Next Generation Tennis [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Flickering logos right before loading next one. Lower bar of title screen title bar is flickering.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-02 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=2fast|note=Midway logo is green around the logo. Background in main menu is a green mess. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=NFL Blitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Green background around Outlook Entertainment logo. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=NHL 2002 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=NHL Hitz 20-03 [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game softlocks after you select Season mode&#039;&#039;&#039;. Sound still plays. Exhibiton mode works.}}&lt;br /&gt;
{{GBAR2Game|title=Nicktoons Racing [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ninja Cop [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Ninja Five-O [U]&#039;&#039;&#039;.}}&lt;br /&gt;
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga Ibun [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Nobunaga no Yabou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Noddy - A Day in Toyland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.  Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=No No No Puzzle Chailien [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the title screen.}}&lt;br /&gt;
{{GBAR2Game|title=No Rules - Get Phat [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Nyan Nyan Nyanko no Nyan Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken Kururin - Honwaka Puzzle de Hotto Shiyo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Bouken Jima - Honwaka Yume no Island [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Heya [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ochaken no Yumebouken [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oddworld - Munch&#039;s Oddysee [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ohanaya-san Monogatari GBA - Iyashikei Ohanaya-san Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ojarumaru - Gekkouchou Sanpo de Ojaru [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Okumanchouja Game - Nottori Daisakusen! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Dragon Dream [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Going Baseball - Kaizoku Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Mezase! King of Belly [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Onimusha Tactics [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game only works with DSi speed enabled! Massive input lag without it.&#039;&#039;&#039;|crashreason=Timing. DSi speed works}}&lt;br /&gt;
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Open Season [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Operation Armored Liberty [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.  Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Oriental Blue - Ao no Tengai [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Princess 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Oshare Wanko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ottifanten Pinball [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Intro Cutscene only shows text. Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Ozzy &amp;amp; Drix [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Collection [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio plays well until saving, at which point it will start making crackling sounds continuously. Going in and out of the GBAR2 menu might remedy this, but it makes GBAR2 crash most of the time. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Pac-Man World 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Going into GBAR2 menu makes the game softlock. This softlock might not have happened in build (2020/03/28) 883c0d7. Game uses a Password system.  Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Best Friends - Dogs &amp;amp; Cats [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Paws &amp;amp; Claws - Pet Resort [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Payback [E]|version= (2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Intro FMV is heavily glitched with flickering screen. Same with main menu and in game. Heavy slowdown when driving.}}&lt;br /&gt;
{{GBAR2Game|title=Penny Racers [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as The US Gadget Racers (NOT the same as the similarly named European ROM) and Choro-Q Advance (J)&#039;&#039;&#039; Smoother framrate than the original 20 fps.}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Petz Vet [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Same game as Himawari Doubutsu Byouin Pet no Oishasan (J)&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Pferd &amp;amp; Pony - Mein Gestuet [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Phantasy Star 1:&#039;&#039;&#039; Duplicated text boxes and towns in world map. Occasional background noise/screeching.  &#039;&#039;&#039;Phantasy Star 2 &amp;amp; 3:&#039;&#039;&#039; Intermittent beeping sound in Pause screen. }}&lt;br /&gt;
{{GBAR2Game|title=Phil of the Future [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Background graphics are missing. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Piglet&#039;s Big Game [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=good|speed=good|note=DSi: Game boots to black screen crashing GBAR2. Latest dsp build 04/21/2020 has this:&#039;&#039;&#039;DSi version crashes GBAR2 when quitting game.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Pinball of the Dead [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pinball Tycoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster than on og hardware. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling during the tutorial. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pinky Monkey Town [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches during the intro. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on og hardware.}}&lt;br /&gt;
{{GBAR2Game|title=Pinobee &amp;amp; Phoebee [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man&#039;s Chest [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes during the intro. Many gfx glitches. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Planet Monsters [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=DSi:Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Planet of the Apes [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=good|speed=good|note=Some gfx glitches on screen. DS version runs fine. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan [J]|version=(2020/08/12) d5dc8d8|rating=noboot|nocache=0|cache=0|note=(2020/08/12) d5dc8d8 Black screen after bios. (2020/04/21)White screen right after bios. This has never worked on DSi or 3DS. On DS build (2020/04/13) f3daa51 the game softlocks during the title screen with a loud noise. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Play-Yan Micro [J]|version=(2020/08/12) d5dc8d8|rating=noboot|nocache=0|cache=0|note=The game has never booted on DSi or 3DS. Game makes GBAR2 crash to white screen right after bios. DS build (2020/04/13) f3daa51 has the game softlocking during the Health Care Screen with a loud noise. Unsupported Device.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Dogs [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Music [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pocky &amp;amp; Rocky with Becky [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.&#039;&#039;&#039;Same game as Kikikai-kai Advance&#039;&#039;&#039;  }}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Emerald [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Has gb audio pitch a bit off. Noticeable in certain themes and in exclamation mark sfx. Slight stuttering in audio when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon FireRed [UE][Rev 1]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Subtle stuttering in audio when saving. Some have reported inaccuracies with gb audio channels.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon LeafGreen [UE][Rev 1]|version=(2020/08/09) 551ae99|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Subtle stuttering in audio when saving. Some have reported inaccuracies with gb audio channels.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Mystery Dungeon - Red Rescue Team [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Pinball - Ruby &amp;amp; Sapphire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Stuttering in menu music.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Ruby [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Use previous builds to build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=Pokémon Sapphire [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. &#039;&#039;&#039;This is a regression.&#039;&#039;&#039; Use previous builds to build (2020/04/11) a46c183.}}&lt;br /&gt;
{{GBAR2Game|title=Polar Express [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Cutscenes have no Background graphics.}}&lt;br /&gt;
{{GBAR2Game|title=Polarium Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game needs NTR Clockspeeds set in Twilightmenu++ to run.&#039;&#039;&#039; Audio might desync and start crackling when saved.}}&lt;br /&gt;
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling audio. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Pop Idol [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Poke Dash [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Second game needs to be unlocked first.}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prehistorik Man [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Action Soccer [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes if entering GBAR2 menu in a match.&#039;&#039;&#039; Some crackling audio when loading screens.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2003-2004 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio stutter. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Beach Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game works with main memory i-cache disabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Pro Tennis WTA Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039; Same game as WTA Tour Tennis&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Proud Family [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Echoing crackling sound whenever sound is played. Game has no save feature. Fullfat developed game.}}&lt;br /&gt;
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Timers in game skip 2 seconds every time making the flea mini game impossible to win. This is not affected by caches. This might be a regression. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Puyo Pop Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Puzzle &amp;amp; Tantei Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Quad Desert Fury [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Screen becomes purple for a split second at times. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Racing Gears Advance [E]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Slowdown/Halting during initial car license logo scrolling until you get to the game which runs full speed.}}&lt;br /&gt;
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=The licensed by screen is missing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Ratatouille [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rave Master - Special Attack Force! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039;Same game as Groove Adventure Rave: Hikari to Yami no Daikessen 2 &#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rayman - Hoodlum&#039;s Revenge [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash during logos. Reboot, then it softlocks after intro cutscene. Reboot again and you can play normally.&#039;&#039;&#039; Occasional black lines.}}&lt;br /&gt;
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Razor Freestyle Scooter [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.&#039;&#039;&#039;Same game as Freestyle Scooter (E)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the licensed by screen.}}&lt;br /&gt;
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Reign of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Revenge of Shinobi [E]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game makes GBAR2 crash right before starting the first level. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rhythm Tengoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ripping Friends [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=River City Ransom EX [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}} &lt;br /&gt;
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Boots to a white screen. Press A and start and eventually you will get to title screen. Intermittent beeping sound even if music and sfx are disabled ingame, in menu and pause screen. No beeping sound if firing ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rock&#039;em Sock&#039;em Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rock n&#039; Roll Racing [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rocky [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes on first intro screen.}}&lt;br /&gt;
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sabre Wulf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Salt Lake 2002 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Missing sound effects when slashing sword. Latest dsp build tested 04/21/2020 has this:&#039;&#039;&#039;DSi:Game crashes after the title screen.&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo [E]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Latest dsp build 04/21/2020 has game crashing on DSi.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor Audio crackling. There is some screen tearing. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Blast! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Duplicate of screen when about to start new game and when game over. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scrabble Scramble! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Duplicate of screen when about to start new game and when game over. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Scurge - Hive [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam Force [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note= Heavy gfx glitches after you press start during the first mission. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Games have less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sega Rally Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sega Smash Pack [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Black line flickering across upper screen.}}&lt;br /&gt;
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Sennen Kazoku [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Serious Sam Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Garbled portrait graphic when scrolling pages in status screen and cursor graphic in shop. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched upper text bar in status screen when changing between menus. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shamu&#039;s Deep Sea Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Stuttering sound and framerate when loading new logos, new stage and entering and exiting pause menu. }}&lt;br /&gt;
{{GBAR2Game|title=Shanghai Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shark Tale [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shaun Palmer&#039;s Pro Snowboarder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sheep [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kanji Keisan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving doesn´t work. This is a regression.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving doesn´t work. This is a regression.&#039;&#039;&#039; Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Gameboy Sound channel doesn´t sound quite right. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched sprites ingame. Crackling sound in post logo cutscene. Fixed by entering gbar2 menu. Minor glitched square in upper left corner of screen right before match. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shining Soul 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=&#039;&#039;&#039;Saving is broken. This is a regression.&#039;&#039;&#039; Use commit 6522414 (2018/11/01) arm9 version instead.}}&lt;br /&gt;
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. &#039;&#039;&#039;DSi:Minor gfx glitches now and then.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Reekin&#039; Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Smash n&#039; Crash Racing [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches. Character sprites are missing during a race. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Super Slam [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek the Third [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sigma Star Saga [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Silent Scope [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Silk to Cotton [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sims - Bustin&#039; Out [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sim City 2000 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=&#039;&#039;&#039;Saving doesn&#039;t work.&#039;&#039;&#039; Minor crackling sounds when loading. Sound is distorted with wram i-cache on.}}&lt;br /&gt;
{{GBAR2Game|title=Sister Princess - RePure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Sitting Ducks [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling audio in game and in menu. Glitched upper part of background ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro Advance - Takarabune &amp;amp; Ooedo Sakurafubuki 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler &amp;amp; New Tairyou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Smashing Drive [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=good|speed=good|note=Lots of GFX glitches. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smuggler´s Run [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;DSi:Main menu music is distorted when quitting game.&#039;&#039;&#039; Game runs more smoothly with caches enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.|crashreason=Timing. TWL speed works}}&lt;br /&gt;
{{GBAR2Game|title=Snap Kid&#039;s [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=GBARunner2 crashes post bios on a white screen with center and mask on, while a black screen with center and mask off. Glitchy stuttery sound.}}&lt;br /&gt;
{{GBAR2Game|title=Snood [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio beeping regularly, but very low when ingame. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Image duplicate flickers up and down in menus. Image in game is fine. Minor crackling in menus and ingame. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Soccer Kid [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Disable wram i-cache to not crash during intro cutscene. This is DSi/3DS only.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Use either patch or wifi_link branch build to play.&#039;&#039;&#039; [https://cdn.discordapp.com/attachments/356988919738400768/615195274175971370/Sonic_Advance_Japan_EnJa_Rev_1_Ignore_Link_Check.ips This] patch (made by Vague Rant) for Sonic Advance [J] (En, Ja) (Rev 1) skips the black borders. Game runs perfect with patch Without patch and on any other build than wifi_link you get unskippable black borders on screen and music playing. It tests the link hardware, which is not implemented outside of the Wifi_link branch yet and yields those boxes on all other test fail.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 2 [U]|version=(2020/04/21) 088cbc5|rating=good|cache=1|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Use either patch or wifi_link branch build to play.&#039;&#039;&#039; Some crackling sounds. Game runs fine with patch!. Without patch and on any other build than wifi_link you get unskippable black borders on screen and music playing. Requires [https://cdn.discordapp.com/attachments/356988919738400768/615324758963257392/Sonic_Advance_2_USA_Ignore_Link_Check.ips this] patch (made by Robz8, ported over from Vague Rant&#039;s SA1 patch) to skip the black borders. It tests the link hardware, which is not implemented yet and yields those boxes on test fail. }}&lt;br /&gt;
{{GBAR2Game|title=Sonic Advance 3 [E]|version=(2020/08/09) 551ae99|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Battle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds occasionally. Stuttering audio when game set after battle.}}&lt;br /&gt;
{{GBAR2Game|title=Sonic Pinball Party [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Space Channel 5 - Ulala&#039;s Cosmic Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches now and then. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Space Invaders [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Many gfx glitches. Enemy sprites are missing. DS version runs fine.}}&lt;br /&gt;
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Distorted Audio.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=FMV Intro has some crackling sounds. Cutscenes before levels only show text and not background image.}}&lt;br /&gt;
{{GBAR2Game|title=Spider Man 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spider-Man - Mysterio&#039;s Menace [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=High pitched sound when wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=SpongeBob&#039;s Atlantis SquarePantis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound is slightly distorted in menu. Black line flickering across middle part of screen. }}&lt;br /&gt;
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Disable center and mask to view when ingame. Menus work fine with center and mask on.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro Fusion [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=wram i-cache needs to be turned off to avoid stuttering audio. Crackling audio when loading.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Hunter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor flicker during the licensed by screen.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Kids Challenger [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Flickering OSS in background in new game cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game crashes after going into GBAR2 menu. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro - Season of Ice [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Flickering top of ingame dialog boxes and artifacting of it on upper border.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro 2 - Season of Flame [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - A New Beginning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Spyro, The Legend of - The Eternal Night [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=SSX Tricky [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Image duplicate flickering up and down. Some noise in game. In game runs slower than normal.}}&lt;br /&gt;
{{GBAR2Game|title=Stadium Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Starsky &amp;amp; Hutch [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Constant flickering short perpendicular lines of white stripes in ground texture.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx issues in game and between menu screens. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=good|note=Animations will halt of main character sometimes even if game is still playing at normal speed and actions are happening. Happens particularly when meeting two jawas in first stage. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Glitched Cutscene. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Star X [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with caches on. More graphics glitches with wram i-cache on. Dithered surfaces with wram i-cache on. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Steven Gerrard&#039;s Total Soccer 2002[E]|version=|rating=|nocache=|cache=|save=|sound=|speed=|note=&#039;&#039;&#039;Same game as Alexander Zickler Total Soccer 2002 [De]&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Steel Empire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Street Jam Basketball [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Gfx glitches during the title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Street Racing Syndicate [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=good|note=Heavy graphical glitches. Misplaced polygons of car in showroom. Tearing of screen.}}&lt;br /&gt;
{{GBAR2Game|title=Strike Force Hydra [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Stuart Little 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Stuntman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=minor|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen post bios. Sound plays well. Reacts to inputs.}}&lt;br /&gt;
{{GBAR2Game|title=Suite Life of Zack &amp;amp; Cody - Tipton Caper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable main memory i-cache in the gbarunner2 settings to avoid crashing before first battle&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Audio desync might happen when saving making crackling sound that lasts for around one second.}}&lt;br /&gt;
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Sum of All Fears [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Nintendo&#039;s TWLbg bug (only on 3DS) where bottom part of screen gets duplicated more and more. The only sound is beeping. Intermittent beeping sound starts and continues for rest of the game when choosing game mode in campaign.}}&lt;br /&gt;
{{GBAR2Game|title=Super Black Bass Advance [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;White screen after boot. DS version runs perfect.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Super Bubble Pop [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster than on og hardware when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Bust-A-Move [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during a game. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Super Collapse! II [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor flicker over the status bar. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Super Duper Sumos [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the intro.}}&lt;br /&gt;
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash after you collect an armor upgrade.&#039;&#039;&#039; &#039;&#039;&#039;Has Nintendo&#039;s TWLBg bug (only 3DS) where bottom lines of screen accumulate on top of eachother the longer you play.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some crackling sounds when saving that sometimes desyncs audio momentarily.}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi&#039;s Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Maybe too fast. Screen duplicate scrolls down. Crackling sound in menus when selecting. &#039;&#039;&#039;Gericom:&#039;&#039;&#039; This game swaps buffers when vblank is already over (presumably because it was too slow in gbarunner2 or so) and that causes issues with the way I swap buffers.}}&lt;br /&gt;
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen A [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen D [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches during the character select screen.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen J [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Black line when saving. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some Audio stutter. Black line when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Surf&#039;s Up [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling after you quit a race.}}&lt;br /&gt;
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot because of languague barrier with first quiz.}}&lt;br /&gt;
{{GBAR2Game|title=Sword of Mana [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The dialogue boxes have flickering brown lines behind the text. Has issue with sprite ordering differences between DS and GBA. For example, the main character will appear as standing behind characters in the starting prison cell if walking near their feet.}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= Latest DSP build tested 04/21/2020 has this:DSi:Game crashes after the Atlus logo. Minor Audio crackling. Black line flickering when saving.}}&lt;br /&gt;
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling during battle and when you scroll through the main menu. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of Phantasia [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tales of the World - Summoner&#039;s Lineage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Crackling audio. Fixed by going in and out of GBAR2 menu. Sometimes audio desync which is fixed the same way. Garbled map screen background when winning first battle or game over and retrying.}}&lt;br /&gt;
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio desync. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tang Tang [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=&#039;&#039;&#039;White screen after boot. DS version runs fine.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitche with wram i-cache enabled. &#039;&#039;&#039;DSi:Minor gfx glitches during the title screen.&#039;&#039;&#039; Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Taxi 3 [FR]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate flickering around bottom of screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter. More Audio noise when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Teen Titans 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tekken Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Occasional flickering line across screen ingame on upper third of screen. Minor popping sound and black line inbetween arcade battles.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Broken background eventually in new game cutscene. Black line when saving and crackling sound. Occasional black line when moving around places.}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game makes GBAR2 crash right after spinning racket to choose starting serve. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Some Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Some Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Ten Pin Alley 2 [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Crashes when starting match. Music still plays. Game crashes with TWL speed. Game has no save feature. Crackling audio in jukebox and in game.|crashreason=Timing. DSi speed works but crashes later on}}&lt;br /&gt;
{{GBAR2Game|title=Terminator 3 - Rise of the Machines [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tetris Worlds [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no Save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Texas Hold´em Poker [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=TG Rally [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=That&#039;s So Raven 2 - Supernatural Style [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=The Bee Game [U]|version=(2020/08/12) 6e4ce45 |rating=perfect|nocache=|cache=1|sound=good|speed=good|note=Perfect sound in DSP branch. Some stuttering sound in master branch.}}&lt;br /&gt;
{{GBAR2Game|title=The Essence of War - Glory Days [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=The only sound is intermittent beeping. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - A Link to the Past [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=The Legend of Zelda - The Minish Cap [E]|version=(2020/08/12) d5dc8d8|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;The game makes GBAR2 crash in Dark Hyrule Castle room with whirlwinds towards the end of game.&#039;&#039;&#039; Rare audio desync when using sword or gust jar that ends quickly. Missing frames of animation when going down stairs. }}&lt;br /&gt;
{{GBAR2Game|title=The Three Stooges [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunder Alley [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Game has no save feature. Occasional crackling in music in jukebox. Crackling sound from car engine ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Thunderbirds - International Rescue [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour Golf [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Sound gets interrupted when going into leaderboard. Rare minor screeching sound and beeping in game.}}&lt;br /&gt;
{{GBAR2Game|title=Tiger Woods PGA Tour 2004 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=&#039;&#039;&#039;DSi:Game has less gfx glitches with wram i-cache enabled.&#039;&#039;&#039; Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tim Burton&#039;s The Nightmare Before Christmas - The Pumpkin King [UE]|version=(2020/08/12) d5dc8d8|rating=crashes|nocache=1|cache=1|sound=good|note=Game makes GBAR2 crash at Buena Vista logo. Both screens flicker and break.|crashreason=Probably same reason as for Densetsu no Stafy 3.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Buster&#039;s Bad Dream [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tiny Toon Adventures - Wacky Stackers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Gfx glitches during the title screen. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf - Ze Gagmachine (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Titeuf Mega Compet (FR)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=TMNT - Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Tokyo Xtreme Racer Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tomato Adventure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry in Infurnal Escape [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry Tales [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom and Jerry - The Magic Ring [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Rainbow Six - Rogue Spear [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= No sound until you get ingame and there is only intermittent beeping. DS version has Sound fx.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=Tom Clancy&#039;s Splinter Cell - Pandora Tomorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tonka - On the Job [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good||note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s American Sk8land [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Downhill Jam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Popping sound when loading new screens in logos. Minor screeching sounds during game.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 3 [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=good|note=In game background graphics break in career when getting mission overview. It also happens when watching demo mode. Fixed by pausing and choosing retry. Background is broken when choosing end game. Minor popping sound when loading into main menu or other new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Pro Skater 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Underground [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Tony Hawk&#039;s Underground 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear GT Championship [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Occasional Audio stutter during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gear Rally [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Has a pink line horizontally across screen where background and 3d terrain meet. Crackling sounds for a second when loading into title screen and a single popping sound when showing nintendo logo.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Combat Zones [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|speed=good|note=Game seems to not react to A button in the menu therefore it doesn’t let you move on from the title screen. Pressing Dpad and select works. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Gun - Firestorm Advance [UE]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=No sound effects. Latest DSP build tested 04/21/2020 has this: DSi:Game crashes after title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Top Spin 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Total Soccer Manager (E)|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=minor|speed=good|note=&#039;&#039;&#039;Game softlocks during the Ubisoft logo. DS version runs fine.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Totally Spies! 2 - Undercover (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Glitched character portrait after the story intro cutscene.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Toukon Heat (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Occasional audio desync/stuttering when loading new screens. Characters input do not show.}}&lt;br /&gt;
{{GBAR2Game|title=Tower SP [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Toyrobo Force (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Treasure Planet [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=High pitched sound when wram i-cache is enabled. Minor Audio crackling. Minor gfx glitches are visible every now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Trick Star [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor noise when wram i-cache is enabled during a race.}}&lt;br /&gt;
{{GBAR2Game|title=Tringo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Trollz - Hair Affair! (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Tron 2.0 - Killer App [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Turbo Turtle Adventure (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Glitched map screen after the intro cutscene.}}&lt;br /&gt;
{{GBAR2Game|title=Turok Evolution [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Tweety and the Magic Gems (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. }}&lt;br /&gt;
{{GBAR2Game|title=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Uchuu no Stellvia [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ui-Ire - World Soccer Winning Eleven [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Brain Games [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Card Games [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Screen duplicate flickering at times. Crackling sound when drums play, not sure if like that on real HW. }}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor Audio crackling.&#039;&#039;&#039;Same game as Kinnikuman II Sei: Seigi Choujin e no Michi&#039;&#039;&#039; }}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=(2020/08/12) d5dc8d8|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes after entering words in crosswords game. This is a regression.&#039;&#039;&#039; Use build from (2020/04/12). Crackling sound after saving game.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Spider-Man [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. FMV intro is missing.}}&lt;br /&gt;
{{GBAR2Game|title=Ultimate Winter Games [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches in game where duplicate picture scrolls downwards. Intermittent beeping sound in pause menu and results screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Unfabulous [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Uno 52 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Uno Free Fall [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Urban Yeti! [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Urbz - Sims in the City [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Van Helsing (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Vattroller X (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Virtua Tennis (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Virtual Kasparov (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. }}&lt;br /&gt;
{{GBAR2Game|title=V-Master Cross (J)|version=(2020/08/12) d5dc8d8|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor Audio crackling. &#039;&#039;&#039;Game crashes after you either lose or win the intro battle.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=V-Rally 3 (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Occasional popping sound during loading new screen in logos.}}&lt;br /&gt;
{{GBAR2Game|title=V.I.P. (E)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wade Hixton&#039;s Counter Punch (UE)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Xunbao Ji (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Land 4 for iQue China. Minor Audio crackling when you enter and leave a level.}}&lt;br /&gt;
{{GBAR2Game|title=Waliou Zhizao (China)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Wario Ware for iQue China. Rarely occuring stuttering sound when loading into new screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko de Kururin! Wancle (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wanko Mix Chiwanko World (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wanwan Meitantei (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wario Land 4 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= The build that comes with twlmenu++ as of 19/10/2020 has problems in arabian nights level where enemies turn into chests instead of a bat and bee. Use the hicode build linked to above instead for this part. Crackling or pseudostereo sounds in pyramid room. Most likely due to saving often. Rare black line flickering across screen in pyramid room.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Rarely occuring stuttering sound when loading into new screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;Game works with motion sensor patch applied on the 3DS.&#039;&#039;&#039; Motion sensor game.}}&lt;br /&gt;
{{GBAR2Game|title=Watashi no Makesalon (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Whac-A-Mole [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Who Wants to Be a Millionaire Junior [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Glitched FMV intro. &#039;&#039;&#039;No Audio. DS version has sound.&#039;&#039;&#039; Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Movie [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wild Thornberrys Chimp Chase [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.  Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Leave ds main memory i-cache off and wram i-cache on, to avoid buggy scrolling of screen in bike levels when tripping over. Some crackling sounds when loading. Minor crackling sounds when going to title screen.}}&lt;br /&gt;
{{GBAR2Game|title=Wing Commander - Prophecy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Crackling sounds in title screen and new game intro. Does not get fixed by going into GBAR2 menu.}}&lt;br /&gt;
{{GBAR2Game|title=Wings [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio desync. Beeping Sound during the Pause screen.}}&lt;br /&gt;
{{GBAR2Game|title=Winnie the Pooh&#039;s Rumbly Tumbly Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Winning Post for Gameboy Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some gfx glitches and Audio desync.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing. Minor gfx glitches are visible every now and then.}}&lt;br /&gt;
{{GBAR2Game|title=WinX Club - Quest for the Codex [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=W.i.t.c.h. [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wizardry Summoner [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Wolfenstein 3D [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game plays faster than on og hardware with caches enabled. Screen duplicate flickering ingame.}}&lt;br /&gt;
{{GBAR2Game|title=Woody Woodpecker in Crazy Castle 5 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio desync. Couldn´t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Word Safari - The Friendship Totems [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Advance Soccer - Shouri heno Michi (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Championship Poker [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=World Poker Tour [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=World Tennis Stars [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Worms Blast [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Worms World Party [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Disable center and mask in the gbarunner2 menu to play the game.&#039;&#039;&#039; Distorted music in main menu. Minor gfx glitches because of the disabled border. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Road to WrestleMania X8 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=WWE - Survivor Series [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=WWF - Road to WrestleMania [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=&#039;&#039;&#039;Game crashes after the title screen. DS version runs fine.&#039;&#039;&#039; Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=XS Moto [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=xXx [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=X2 - Wolverine&#039;s Revenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=X-Bladez - Inline Skater [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Glitched background in title screen. Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - Reign of Apocalypse [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=X-Men - The Official Game [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. High pitched sound when wram i-cache is enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Yaoxi Dao [China]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Yoshi´s Island for iQue China.}}&lt;br /&gt;
{{GBAR2Game|title=Yggdra Union - We will never fight alone [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yoshi Topsy-Turvy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with motion sensor patch applied. Motion sensor game.}}&lt;br /&gt;
{{GBAR2Game|title=Youkaidou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Minor Audio crackling.&#039;&#039;&#039; &#039;&#039;&#039;Same game as Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005 (E) and  Yu-Gi-Oh! Duel Monsters International 2 (J)&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling. Minor gfx glitches now and then.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Crackling when loading new screens.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Glitched top right of background with flames from number six on title screen. Crackling sounds and black line when changing screens ingame like surrendering.}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=&#039;&#039;&#039;DSi:Minor Audio crackling.&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot}}&lt;br /&gt;
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zapper [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. }}&lt;br /&gt;
{{GBAR2Game|title=Zatch Bell! - Electric Arena [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitches in the textbox.&#039;&#039;&#039;Same game as Konjiki no Gashbell!! - Unare! Yuujou no Zakeru&#039;&#039;&#039;}}&lt;br /&gt;
{{GBAR2Game|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero-Tours [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zero One [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zero One SP [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor Audio crackling. Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn&#039;t find a save spot.}}&lt;br /&gt;
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zidane Football Generation [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Background issue in main menu. Game has no save feature.}}&lt;br /&gt;
{{GBAR2Game|title=Zoey 101 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Legacy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor Audio crackling.}}&lt;br /&gt;
{{GBAR2Game|title=Zoids Saga Fuzors [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}&lt;br /&gt;
{{GBAR2Game|title=Zone of the Enders - The Fist of Mars [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor Audio stutter.}}&lt;br /&gt;
{{GBAR2Game|title=ZooCube [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
{{GBAR2Game|title=Zooo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Link Games ==&lt;br /&gt;
&amp;lt;big&amp;gt;The compatibility list for games with link functionality can be found here: [[GBARunner2/Link]].&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Rom Hacks ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Breath of Fire 2 - Breath of Fresh Fire 2 Hack V.1.0 [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with with wram i-cache enabled. DSi:Minor clicking sound. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Call of Chaos Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Dawn of Symphony Hack V.1.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Aria of Sorrow - Castlevania Reaper&#039;s Reckoning Hack V.1.7 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Harmony of Dissonance - PaletteHack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castlevania Harmony of Dissonance - Revenge On The Findesiecle Hack V.1.2 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Different Dimensions The Ostian Princess Hack V.1.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Fuuin no Tsurugi [Shining Armor Hack] V.1.0 [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game has less audio crackling with wram i-cache disabled. Saving works. DSi:Black screen after bios intro. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Tactics Universe V.3 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Fire Emblem - The Last Promise Hack V.2.1 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs well with the 3DS. Game has less audio crackling with wram i-cache disabled. Saving works. DSi:Black screen after bios intro. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Fusion - TS2000 Hack V.0.95 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - AP Boss Rush Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Escape from Metroid Zero Mission Hack V.1.02 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Menu Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Deep Freeze Hack V.1.4 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Disturbance Hack V.0.2 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with Cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Metroid Boss Rush Mode Hack V.1.0 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - Other Zero Mission Hack V.3.8 [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Homebrew ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Anguna V.0.95&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes when you save. Saving doesn´t work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Beru&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Castle Master&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Christmas Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches and slowdown.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Combat Advanced V.0.43&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less gfx glitches with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|El-Hazard &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor crackling noise during gameplay. This is a regression compared to commite5eade0 (2020/02/06). Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Eliminator V.0.91&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. No Audio by default. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Elite - The New Kind v.1.7.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Ex Machina&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kunoichi Yami&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Lily and the lost Angel V.0.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Black screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Magical Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metal Warrior 4 V.1.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Nebulus V.1.2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Orn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Panic at work&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Quake GBA Demo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Rinne Tensyou ADVANCE&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor noise during gameplay. DSi: Heavy Noise when you shoot. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rodion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro. You can hear music play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Sonic the Hedgehog - [2007 Port Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after bios intro. This is a regression compared to commit e5eade0 (2020/02/06). Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Space Twins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Audio has less crackling with wram i-cache disabled. Game is playable. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario - The Last GBA Quest V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Star Shooter Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Sushi the Cat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Some audio stutter during gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|The Endless Tower&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game softlocks after the intro. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|The Fallen&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|The Last Seal&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the intro. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Trailblazer Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|No Audio. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Uranus Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Vulkanon V.2.0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Prototype ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Another World V.2.1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Banjo Kazooie - Grunty&#039;s Revenge - Early Beta&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Banjo Pilot Voxel&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and some gfx glitches during a race. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Battletoads&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - Monsters Stable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Blue Angelo - More Detail Unstable&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Broken Circle [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches are visible every now and then. Ocassional audio noise. Game runs fine. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Contra Advance - Review Prototype&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Diddy Kong Pilot 2001&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Broken bios intro. Fixed the header with gbata. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Diddy Kong Pilot 2003 Alpha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|DK - King of Swing - Kiosk Demo [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Minor gfx glitches. DSi:Many gfx glitches on screen. Don´t know if saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Dune Ornithopter Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21) &lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Pause screen is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Fire Eaters - Zero Bandits (Black Belt Challenge) [E] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the titlescreen. Unplayable.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0206]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Fire Emblem - Rekka no Ken [J] [Proto 0219]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Flashback Legends [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Haunted Mansion [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with Cache enabled. Some gfx glitches and slowdown. Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Hikaru no Go Taikenban [Promo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kien [Proto] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Kirby and the Amazing Mirror [Demo] [J]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Konami Krazy Racers [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Power up symbol glitches until you pick a item. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Legend of Zelda - The Minish Cap [Kiosk Demo] [U]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|LEGO Racers 2 [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes during a race in Arcade mode after you open the gbarunner2 menu. Error message: &amp;quot;Gone over one frame&amp;quot; appears. Saving works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Mandrake the Magician - Shadow of the Vehme&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Mario &amp;amp; Luigi - Superstar Saga [Kiosk Demo] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable the main memory i-cache to play the game.&#039;&#039;&#039; Game has less gfx glitches with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Megaman Battle Network 2  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|DSi:Game crashes after the titlescreen. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.11.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Single crackling sound when intro cutscene starts and loading into save file. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Metroid Fusion [09.16.2002 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Single crackling sound when intro cutscene starts and loading into save file. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - [05.12.2003 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Metroid Zero Mission - [16.01.2004 Proto with Debug]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game loads faster through tunnel with wram i-cache enabled. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Morning Adventure [Promo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Motocross Challenge [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game kind of softlocks after you open the gbarunner 2 menu a couple times.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Moto GP [Beta]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Overstorm [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Phantom - The Ghost who walks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Couldn&#039;t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Pokemon Mystery Dungeon - Red Rescue Team [U] [Kiosk Demo]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Pokemon Ruby [German Debug Build]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Sound is distorted by entering the gbar2 ingame menu. Sound in intro theme first screen is wrong. This is a regression. Use previous builds to build (2020/04/11) a46c183. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Resident Evil 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Santa Claus Jr. Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has less audio crackling with wram i-cache disabled. Minor gfx glitches now and then. Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFB142&amp;quot;|Sonic Advance &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Unskippable Black Borders on Screen and Music playing. Unplayable.&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Gericom:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt; It tests the link hardware, which is not implemented yet and yields those boxes on test fail.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.34 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|SpongeBob SquarePants - SuperSponge [06.06.2001 11.39 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|SpongeBob SquarePants - SuperSponge [07.31.2001 Proto] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Starsky &amp;amp; Hutch [Beta] [U] &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Minor slowdown and gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Super Mario Bros 2 - Super Mario Advance [Kiosk Demo] [UE]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Bright Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#FFEB3B&amp;quot;|Turok Advance [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game runs faster with wram i-cache enabled. Some gfx glitches. Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Tyrian 2000 [Proto]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|World Reborn&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game uses a Password system.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Yoshi&#039;s Story [GBA Tech Demo SDK 3.0 with Sound]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2020/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game has no save feature.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unlicensed games ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;compattable sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot; border=&amp;quot;1px&amp;quot;&lt;br /&gt;
!ROM Title [Region]&lt;br /&gt;
!Commit ID (build on date)&lt;br /&gt;
!width=50%|Notes11&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#B4EEB4&amp;quot;|Digimon Ruby&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|&#039;&#039;&#039;Disable main memory i-cache to play the game at normal speed.&#039;&#039;&#039; Minor sounds are missing. Couldn´t find a save spot.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Digimon Sapphire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#4CAF50&amp;quot;|Iron Kid [Korea]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Mo Jie Qibing [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#EF5350&amp;quot;|Qwak [E]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|Game crashes after the titlescreen. This is a regression compared to commit e5eade0 (2020/02/06). Saving works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;left&amp;quot; style=&amp;quot;background:#5c5c5c&amp;quot;|Rockman &amp;amp; Crystal [Chinese]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|088cbc5 (2019/04/21)&lt;br /&gt;
|align=&amp;quot;left&amp;quot;|White screen after bios intro.&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=70921</id>
		<title>List of 3DS homebrew applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=70921"/>
		<updated>2019-12-04T05:53:06Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Save Managers and Editors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{3DSNav}}__NOTOC__{{Newpagepreload|Template:P/3DS Homebrew}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH2&#039;&#039;&#039; = Works with Ninjhax 2 / Tubehax / Ironhax / OotHax / SmashbrosHax / etc.hax&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
==Applications==&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bluenav&amp;quot;&amp;gt;&lt;br /&gt;
* [[#Homebrew Loaders|Homebrew Loaders]]&lt;br /&gt;
* [[#Title Launchers|Title Launchers]]&lt;br /&gt;
* [[#File Browsers|File Browsers]]&lt;br /&gt;
* [[#Math|Math]]&lt;br /&gt;
* [[#Media players|Media players]]&lt;br /&gt;
* [[#Save Managers and Editors|Save Managers and Editors]]&lt;br /&gt;
* [[#Shells|Shells]]&lt;br /&gt;
* [[#System Tools|System Tools]]&lt;br /&gt;
* [[#Utilities|Utilities]]&lt;br /&gt;
* [[#Other applications|Other applications]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Homebrew Loaders===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSX Launcher Loader]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Creates CIA forwarders to 3DSX homebrew apps&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsx-launcher-loader-cia-forwarder-for-3dsx-homebrews.432526/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/3dsxlauncher_loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootAnim9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 payload that loads a random animation from your SD card, plays it back and then loads (&#039;chainloads&#039;) another payload.&lt;br /&gt;
| [[User:Wolfvak|Wolfvak]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-release-bootanim9-custom-boot-animations.420202/ Thread]&lt;br /&gt;
| [https://github.com/Wolfvak/BootAnim9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, assign buttons to choose between homebrew to launch, delayed autoboot. For use with menuhax.&lt;br /&gt;
| [[User:m45t3r|m45t3r]]&lt;br /&gt;
| [https://gbatemp.net/threads/re-release-bootctr-a-simple-boot-manager-for-3ds.401630/ Thread]&lt;br /&gt;
| [https://github.com/m45t3r/BootCtr Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of BootCtr. For use with arm9loaderhax.&lt;br /&gt;
| [[User:hartmannaf|hartmannaf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-the-bootctr9-release-thread.435347/ Thread]&lt;br /&gt;
| [https://github.com/hartmannaf/BootCtr9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, GUI to choose between homebrew, delay autoboot. For use with menuhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of CtrBootManager. For use with arm9loaderhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrbootmanager9.417159/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Emergency Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Emergency launcher to be used if no other launchers work&lt;br /&gt;
| [[User:mashers|mashers]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebrew-emergency-launcher.399394/ Thread] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Launcher Loader]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.3dsx from the SD card&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-yellows8s-homebrew-launcher-loader-for-cfw-users-cia-hbl-launcher.404151/ Thread]&lt;br /&gt;
| [https://github.com/yellows8/hblauncher_loader/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Spider3DSTools]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| A collection of tools that exploited the o3ds&#039;s browser on &amp;lt;9.3 firmware. Used for RAM dumping, game cheats, etc.&lt;br /&gt;
| [[User:Yifan Lu|Yifan Lu]]&lt;br /&gt;
| [https://gbatemp.net/threads/custom-launcher-spider3dstools-released.379427/ Thread]&lt;br /&gt;
| [https://github.com/yifanlu/Spider3DSTools Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[The Homebrew Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Official Ninjhax Homebrew Launcher.&lt;br /&gt;
* [https://gbatemp.net/threads/homebrew-launcher-with-sorting-and-folder-support.396793/ Mod with sorting and folder support] by [[User:suloku|suloku]]&lt;br /&gt;
* [https://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mod with grid layout] by [[User:mashers|mashers]]&lt;br /&gt;
| [[User:Smealum|Smealum]], [[User:GEMISIS|GEMISIS]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/3ds_hb_menu Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Title Launchers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[TwiLight Menu++]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Runs nds roms natively using nds-bootstrap. Successor to TWLoader and DSiMenu++ Launcher.&lt;br /&gt;
| [[User:Bobesh8|Robz8]]&lt;br /&gt;
| [https://gbatemp.net/threads/ds-i-3ds-twilight-menu-gui-for-ds-i-games-and-ds-i-menu-replacement.472200/ Thread]&lt;br /&gt;
| [https://github.com/DS-Homebrew/TWiLightMenu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[HANS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Loads games with patches to allow for region free, ROM hacks and screenshots.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/smealum/HANS Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionFOUR]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS/new3DS on firmware versions 9.0-11.3.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/regionfour-released-by-smealum.388115/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionFOUR Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionthree]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS on firmware versions 4.0-9.5.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-regionthree-region-free-loader-for-3ds-2ds-xl-from-9-0-9-4-sky3ds-users-regionfree.378975/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionthree Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Y.A.R.U.]] (Yet Another Regionfree Utility)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for Palantine CFW/Emunand &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-y-a-r-u-regionfree-and-gw-mode-launcher.379675/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===File Browsers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS File Explorer]]&lt;br /&gt;
| &lt;br /&gt;
| Mount SD card and list files&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-83#post-5045023 Post]&lt;br /&gt;
| [https://mega.co.nz/#!tR1XhZwL!FHVm6TPD_Y39CM5epoAWEb0kXc_TrxPUuqHxnooVO0k Mega]&lt;br /&gt;
|-&lt;br /&gt;
| [[CTRXplorer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD file manager.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrxplorer-open-source-sd-file-manager.390353/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/CTRXplorer/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Godmode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD/NAND file manager for arm9.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ORGANIZ3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A simple file browser written in LUA.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-organiz3d-filebrowser-for-3ds.377783/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Math===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| 3DS Binary --&amp;gt; Decimal Converter&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Converts an entered binary number to its decimal equivalent&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]] et al.&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-rev-15-3ds-binary-decimal-converter.374356/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Binary_Decimal_Converter Git]&lt;br /&gt;
|-&lt;br /&gt;
| 3DSInteger to Hex and Binary Converter &lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DSConvert Integer to Hex and Binary &lt;br /&gt;
| [[User:darkxex|darkxex]]&lt;br /&gt;
| [https://gbatemp.net/threads/my-first-homebrew-integer-to-hex-and-binary-sorry-my-bad-english.430764/ Thread]&lt;br /&gt;
| [https://github.com/darkxex/InttoHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| GraphCalc 3DS&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical calculator.&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-graphing-calculator.399078/ Thread]&lt;br /&gt;
| [https://github.com/flarn2006/GraphCalc3DS Git]&lt;br /&gt;
|-&lt;br /&gt;
| Super Simple Calculator&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Calculator for simple math operations&lt;br /&gt;
| [[User:CKlidify|CKlidify]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-super-simple-calculator.399475/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Simple Calc&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Another calculator for simple math operations.&lt;br /&gt;
| [[User:GalladeGuy|GalladeGuy]]&lt;br /&gt;
| [http://gbatemp.net/threads/simple-calc.401144/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Media players===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DAmnesic]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Video player (&amp;lt;abbr title=&amp;quot;Proof of concept&amp;quot;&amp;gt;POC&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
| [[User:Lectem|Lectem]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3damnesic-a-poc-video-player.396184/ Thread]&lt;br /&gt;
| [https://github.com/Lectem/3Damnesic Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSurfer]]&lt;br /&gt;
| &lt;br /&gt;
| Wav player, written with LPP.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsurfer-wav-audioplayer-for-3ds.377647/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[3ds-vgmstream]]&lt;br /&gt;
|&lt;br /&gt;
| A port of vgmstream for the 3ds with a simple text based player&lt;br /&gt;
| [[User:TricksterGuy|TricksterGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-3ds-vgmstream-new-audio-player-port-of-vgmstream.413755/ Thread]&lt;br /&gt;
| [https://github.com/TricksterGuy/3ds-vgmstream Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CTR Streaming Server]]&lt;br /&gt;
| &lt;br /&gt;
| A 3DS homebrew audio/video playback server. &lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/yellows8/ctr-streaming-server Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrmus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A music player supporting wav, aiff, flac, opus and mp3.&lt;br /&gt;
| [[User:MaK11-12|MaK11-12]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ctrmus-another-3ds-music-player.454745/ Thread]&lt;br /&gt;
| [https://github.com/deltabeard/ctrmus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[RipEX 3DS]]&lt;br /&gt;
|&lt;br /&gt;
| Anime viewer&lt;br /&gt;
| [[User:darkxex|darkxex]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/darkxex/ripex3ds/ Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Save Managers and Editors===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Agbsave9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump GBA VC savefiles to SD card&lt;br /&gt;
| [[User:alex34567|alex34567]]&lt;br /&gt;
| [http://gbatemp.net/threads/pre-release-agbsave9-tool-to-extract-agb_firm-saves.410684/ Thread]&lt;br /&gt;
| [https://github.com/alex34567/Agbsave9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PKSM]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon NDS/3DS save editor/injector&lt;br /&gt;
| [[User:EventAssistant|EventAssistant]]&lt;br /&gt;
| [https://gbatemp.net/threads/pksm-aio-gen7-alternative-to-pchex-with-integrated-bank.451896/ Thread]&lt;br /&gt;
| [https://github.com/BernardoGiordano/PKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSM|JK&#039;s SaveManager]] (JKSM)&lt;br /&gt;
| &lt;br /&gt;
| User friendly save manger for quick and easy save swaping.&lt;br /&gt;
| [[User:JK_|JK_]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ Thread]&lt;br /&gt;
| [https://github.com/J-D-K/JKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSMK]]&lt;br /&gt;
| &lt;br /&gt;
| Modified version of JKSM to be more &amp;quot;Noob-friendly&amp;quot;&lt;br /&gt;
| [[User:ShinyMK|ShinyMK]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jksmk-quick-compact-save-manager.433204/ Thread]&lt;br /&gt;
| [https://github.com/ShinyMK/JKSMK Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PKHex (Pokémon save editor) in homebrew form&lt;br /&gt;
| [[User:Stracker|Stracker]]&lt;br /&gt;
| [https://gbatemp.net/threads/pchex-homebrew-pkhex.397565/ Thread]&lt;br /&gt;
| [https://github.com/Strackeror/PCHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex++]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PCHex rewritten in C++ and with a GUI&lt;br /&gt;
| [[User:Slashcash|Slashcash]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-pchex-pchex-with-its-own-gui.405302/ Thread]&lt;br /&gt;
| [https://github.com/Slashcash/PCHex-plusplus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[save_manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
| [https://gbatemp.net/threads/save-data-manager-and-editor-for-firmware-up-to-9-9.396245/ Thread]&lt;br /&gt;
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Savvy Manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A save editor for the Girls Mode/Style Savvy/Style Boutique games.&lt;br /&gt;
| [[User:Bobesh8|RocketRobz]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-savvy-manager-girls-mode-style-savvy-style-boutique-save-editor.553576/ Thread]&lt;br /&gt;
| [https://github.com/RocketRobz/SavvyManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[svdt]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:meladroit|meladroit]]&lt;br /&gt;
| [https://gbatemp.net/threads/svdt-save-data-explorer-manager.396562/ Thread]&lt;br /&gt;
| [https://github.com/meladroit/svdt/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TerraInveditThreedee]]&lt;br /&gt;
|&lt;br /&gt;
| A save editor for Terraria 3ds&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/terrainveditthreedee-terraria3ds-inventory-editor.409112/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/TerraInveditThreedee Git]&lt;br /&gt;
|-	&lt;br /&gt;
| [[Mk7se]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Edit your mk7 savefiles right from your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-mk7se-mario-kart-7-save-editor-as-a-homebrew.449785/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Mk7se Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLSaveTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage saves from NDS cartridges.&lt;br /&gt;
| [[User:TuxSH|TuxSH]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-twlsavetool-v1-0.412887/ Thread]&lt;br /&gt;
| [https://github.com/TuxSH/TWLSaveTool Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shells===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Sunshell]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Multifunction shell written in LUA. Contains a variety of useful tools including an SD file manager, extdata dump/restore tool, and media players.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-sunshell-a-powerfull-shell-for-3ds.382483/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Sunshell Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cyanogen3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An alternative custom GUI for Nintendo 3DS. This project is in no way affiliated, it only replicates the Android GUI and adds its own features.&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/cyanogen3ds-an-alternative-gui-menu-for-the-3ds.385401/ Thread]&lt;br /&gt;
| [https://github.com/joel16/Cyanogen3DS/ Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System Tools===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Hardware Test]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Test the hardware buttons of your system&lt;br /&gt;
| [[User:ifrit05|ifrit05]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-hardware-test.438267/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homemenu ExtdataTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Nintendo 3DS homebrew application for accessing SD extdata used by Home Menu. &lt;br /&gt;
| [[User:Yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenu_extdatatool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Ram Dumper]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Palantine|Palantine]] &lt;br /&gt;
| &lt;br /&gt;
| [https://bitbucket.org/palantine/3ds-ram-dumper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[arc13&#039;s freeShop]]&lt;br /&gt;
| &lt;br /&gt;
| Download 3DS software from the eShop, if their title is present on the system&lt;br /&gt;
| [[User:arc13]] &lt;br /&gt;
| [https://gbatemp.net/threads/release-arc13s-freeshop-fork-open-source-eshop-alternative.468436/ Thread]&lt;br /&gt;
| [https://notabug.org/arc13/freeShop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[AutoLoader]]&lt;br /&gt;
| &lt;br /&gt;
| Download CIA from URL and install&lt;br /&gt;
| [[User:ksanislo|ksanislo]] &lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/ksanislo/AutoLoader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Big Red Menu]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Used to manage installed cia files on NAND. &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/big-red-menu-legal-cia-installer-uninstaller.379061/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Big_Red_Menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[braindump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump decrypted contents (both ExeFS and RomFS) of any 3DS game.&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| [https://gbatemp.net/threads/braindump-prerelease-dump-game-contents-on-any-system-version.400920/ Thread]&lt;br /&gt;
| [https://github.com/neobrain/braindump/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik/Skeith CFW Updater]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater.429930/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik CFW Updater: RE]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW. Replacement and rewrite of Corbenik/Skeith CFW Updater.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater-re.440297/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater-re Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cthulhu]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage play time history, step history and cached icon data&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cthulhu-app-for-managing-play-time-step-history-and-cached-icon-data.439485/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/CacheTool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Custom Home Menu Manager]] 2 (CHMM2)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows viewing and changing of custom Home menu themes.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/chmm-custom-homemenu-manager.379349/ 1.0] [https://gbatemp.net/threads/release-chmm2-custom-home-menu-manager-2.397543/ 2.0]&lt;br /&gt;
| [https://github.com/Rinnegatamante/CHMM2 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Decrypt9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Decryption and dumping tools (XORpad) 9.2 and below, backup/restore SysNAND/EmuNAND&lt;br /&gt;
| [[User:Archshift|Archshift]], [[User:d0k3|d0k3]], [[User:Shadowtrance|Shadowtrance]]&lt;br /&gt;
| [https://gbatemp.net/threads/download-decrypt9-wip-3dsx-launcher-dat.388831/ Thread]&lt;br /&gt;
| [https://github.com/archshift/Decrypt9 Git] [https://github.com/d0k3/Decrypt9 Git] [https://github.com/Shadowtrance/Decrypt9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Diagnos3]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Check the functionailty of your 3DS.&lt;br /&gt;
| [[User:Technicmaster0|Tcm0]] (FUK-Team)&lt;br /&gt;
| [https://gbatemp.net/threads/release-diagnos3.389435/ Thread]&lt;br /&gt;
| [http://filetrip.net/dl?wZJdhF8wWt Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[EmuNAND9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| EmuNAND SD formatter &amp;amp; manager&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-emunand9tool-open-source-emunand-formatter-manager.405921/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/EmuNAND9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[eShop Music Changer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Change the Nintendo eShop background music&lt;br /&gt;
| [[User:Ptrk25|Ptrk25]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eshop-music-changer.404945/ Thread]&lt;br /&gt;
| [https://github.com/Ptrk25/eshopMusicChanger Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Extdata dump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump, edit and restore Extra Data stored on SD Card. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-extdata-dump-and-restore-tool-extra-data-editing.378492/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/extdata_dump Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FBI]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| CIA/NAND manager.&lt;br /&gt;
| [[User:Steveice10|Steveice10]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fbi-open-source-cia-installer.386433/ Thread]&lt;br /&gt;
| [https://github.com/Steveice10/FBI Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FCRamDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Kane49|Kane49]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[freeShop]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Downloads games from the eShop, as long as you have their title key on your system.&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-freeshop-open-source-eshop-clone.426573/ Thread]&lt;br /&gt;
| [https://github.com/Cruel/freeShop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gimme 300 coins]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| The fastest way you will get 300 coins ever&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-gimme-300-coins-the-fastest-way-you-will-get-300-coins-ever.421461/ Thread]&lt;br /&gt;
| [http://www84.zippyshare.com/v/LySsD1Ao/file.html Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[GYTB]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Add custom badges to your 3DS&lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gytb-custom-badges-made-really-really-simple.404355/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/GYTB Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[GodMode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| SD &amp;amp; NAND file explorer&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[HexDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Display RAM dump on screen as hex value&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Hourglass9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Stripped down/noob friendly version of Decrypt9 that only includes basic sys/emuNAND dumping/restoring and H&amp;amp;S dumping/injection.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-hourglass9-noob-friendly-safe-nand-dumper-restorer.428045/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/Hourglass9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ironhax installer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install the ironhax exploit. No longer works with the latest version of Ironfall.&lt;br /&gt;
| [[User:smealum|smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ironhax/tree/master/installer Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[menuhax manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install or update menuhax.&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenuhax/tree/master/menuhax_manager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NASA]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Universal Legit CIA manager for firmware 4.1 - 10.7&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-6.409806/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NVRAM Flash Manager]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Wifi NVRAM/SPI Flash dumper/restorer &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-nvram-flash-manager.383838/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[OTPHelper]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Small tool designed for helping with the downgrade and OTP dumping&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-otphelper-otp-dumping-downgrade-helper.416996/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/OTPHelper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Playcoin]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows modifying the 3DS Play Coin counter. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/MrCheeze/playcoin Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[QR Web Installer]]&lt;br /&gt;
| &lt;br /&gt;
| Scans a QR code and installs the CIA from the URL it represents&lt;br /&gt;
| [[User:ksanislo|ksanislo]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-qr-web-installer-cia-installer.416243/ Thread]&lt;br /&gt;
| [https://github.com/ksanislo/QRWebLoader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[RAM Dumping]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file.&lt;br /&gt;
| [[User:fierce waffle|fierce waffle]]&lt;br /&gt;
| [https://gbatemp.net/threads/merry-christmas-have-some-ram-dumping.359697/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeA9LHInstaller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install arm9loaderhax.&lt;br /&gt;
| [[User:Aurora Wright|Aurora Wright]]&lt;br /&gt;
| [http://gbatemp.net/threads/safea9lhinstaller.419577/ Thread]&lt;br /&gt;
| [https://github.com/AuroraWright/SafeA9LHInstaller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeSysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A fork of sysUpdater that checks all files before updating/downgrading&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-safesysupdater.409392/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/SafeSysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SDMounty]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Unmount the SD card.&lt;br /&gt;
| [[User:zoogie|zoogie]]&lt;br /&gt;
| [https://gbatemp.net/threads/unmount-microsd-card-through-cia.424650/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!]] (Super cOOl iNstaller!)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/soon-super-cool-installer-a-new-cool-legal-open-source-cia-installer.387268/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!2]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| New version of the very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-soon-2-super-cool-installer-2-a-new-super-cool-cia-installer.416076/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[sysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Tool for updating/downgrading system firmware&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/profi200/sysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TIKdevil]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of CIAngel.&lt;br /&gt;
| [[User:Kyraminol|Kyraminol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikdevil-reboot-batch-make-and-install-tickets.424699/ Thread]&lt;br /&gt;
| [https://github.com/Kyraminol/TIKdevil Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikShop]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of TIKdevil.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikshop-install-tickets-and-launch-the-eshop.437238/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikShop/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikSweep]]&lt;br /&gt;
| &lt;br /&gt;
| Remove tickets from your system that are not used.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tiksweep-remove-unused-tickets.437438/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikSweep/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyFormat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Quickly formats system memory without wiping out SD card contents.&lt;br /&gt;
| [[User:javimadgit|javimadgit]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/javimadgit/TinyFormat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[UpdateSupresser]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Removes update nag&lt;br /&gt;
| [[User:Giantblargg|Giantblargg]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-updatesuppressor.404416/ Thread]&lt;br /&gt;
| [https://github.com/GiantBlargg/UpdateSuppressor Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Utilities===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DeMore]]&lt;br /&gt;
| &lt;br /&gt;
| Reset the usage count for demos.&lt;br /&gt;
| [[User:Kyraminol|Kyraminol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3demore-reset-3ds-demo-use-counter.458135/ Thread]&lt;br /&gt;
| [https://github.com/Kyraminol/3DeMore​ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3dsfetch]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Show some information about your system. Similar to Screenfetch on Linux.&lt;br /&gt;
| [[User:VideahGams|VideahGams]]&lt;br /&gt;
| [https://gbatemp.net/threads/videahs-various-stuff.397562/ Thread]&lt;br /&gt;
| [https://github.com/VideahGams/3dsfetch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS eBook Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| eBook Reader for 3DS&lt;br /&gt;
| [[User:__singularity|__singularity]], [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ebook-reader-read-ebooks-on-your-3ds-alpha-1.434453/ Thread]&lt;br /&gt;
| [https://github.com/reworks/3DS_eBook_Reader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSController]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS console as Windows controller (sends data to keyboard, joypad and mouse).&lt;br /&gt;
| [[User:CTurt|CTurt]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-controller.375443/ Thread]&lt;br /&gt;
| [https://github.com/CTurt/3DSController Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSident]]&lt;br /&gt;
| &lt;br /&gt;
| Shows various info about your 3DS system&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsident.435755/ Thread]&lt;br /&gt;
| [https://github.com/joel16/3DSident Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homebrew Browser]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:cromo|cromo]] and [[User:Zeta0134|Zeta0134]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/zeta0134/3ds-homebrew-browser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Motion]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Paint with added Stop-Motion animation support&lt;br /&gt;
| [[User:norips|norips]]&lt;br /&gt;
| [https://gbatemp.net/threads/beta-release-3ds_motion.403358/ Thread]&lt;br /&gt;
| [https://github.com/norips/3DS_Motion/releases Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Multi Decryptor]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Decrypts and creates XORPads for game&#039;s ROM files and SD card files. (Previously named 3DS CTR Decryptor)&lt;br /&gt;
| Team VOiD ([[User:sbJFn5r|sbJFn5r]], [[User:relys|relys]], [[User:xerpi|xerpi]])&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Relys/3DS_Multi_Decryptor Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Paint]]&lt;br /&gt;
| &lt;br /&gt;
| Drawing program&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-3ds-paint.374473/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Paint Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Remote Desktop]]&lt;br /&gt;
| &lt;br /&gt;
| Stream Windows computer&#039;s screen to 3DS and send 3DS input to Windows. &lt;br /&gt;
| [[User:Retrozelda|Retrozelda]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-remote-desktop.381646/ Thread]&lt;br /&gt;
| [https://bitbucket.org/RetroZelda/3ds-remote-desktop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Quick Shutdown]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shut down your 3DS&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-quick-shutdown.399981/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Quick_Shutdown Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Wifi Toggle]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Turn Wifi on or off&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-wifi-toggle.400018/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Wifi_Toggle Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DText]]&lt;br /&gt;
| &lt;br /&gt;
| Simple text file viewer.&lt;br /&gt;
| [[User:DarkFlare69|DarkFlare69]]&lt;br /&gt;
| [https://gbatemp.net/threads/3dtext-text-viewer-for-3ds.377963/ Thread]&lt;br /&gt;
| [https://github.com/DarkFlare69/3DText Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Alarm Clock]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A basic alarm clock&lt;br /&gt;
| [[User:730|730]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-alarm-clock.397624/ Thread]&lt;br /&gt;
| Included&lt;br /&gt;
|-&lt;br /&gt;
| [[BiPoLAR-3ds]]&lt;br /&gt;
| &lt;br /&gt;
| Enable/Disable the power LED&lt;br /&gt;
| [[User:Spaqin|Spaqin]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/Spaqin/bipolar-3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BMP Loader]]&lt;br /&gt;
| &lt;br /&gt;
| Load a specific converted BMP format.&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-38#post-4923633 Post]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BrewMan]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew repository downloader, supports github and screenshots&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-brewman-homebrew-installer-and-manager.415165/ Thread]&lt;br /&gt;
| [https://github.com/Repo3DS/BrewMan Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIAngel]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads good CIA files right on your 3DS.&lt;br /&gt;
| [[User:cearp|cearp]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ciangel-download-good-cias-right-on-your-3ds.423326/ Thread]&lt;br /&gt;
| [https://github.com/llakssz/CIAngel Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Checkmii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Checks what buttons are pressed&lt;br /&gt;
| [[User:Darkrevol|Darkrevol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-checkmii.395575/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctroller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS as a gamepad for your GNU/Linux PC&lt;br /&gt;
| [[User:phijor|phijor]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/phijor/ctroller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DownloadMii]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dicontinued. Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:filfat|filfat]]&lt;br /&gt;
| [https://gbatemp.net/threads/released-downloadmii-a-homebrew-online-marketplace.374759/ Thread]&lt;br /&gt;
| [https://github.com/DownloadMii/DownloadMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[edpJoy3DS]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| edpJoy client for 3DS &lt;br /&gt;
| [[User:edicpop|edicpop]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-edpjoy3ds.392968/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fb43ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Facebook&#039;s chat Client.&lt;br /&gt;
| Lino Maglione ([[User:jocopoco|jocopoco]])&lt;br /&gt;
| [https://gbatemp.net/threads/fb43ds-facebooks-client-for-nintendo-3ds.377030/ Thread]&lt;br /&gt;
| [https://github.com/linoma/fb43ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FileKong]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP client&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-filekong-ftp-client-for-3ds.429071/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Font Viewer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| View fonts from your SD card&lt;br /&gt;
| [[User:Jwiz33|Jwiz33]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-font-viewer-tester.396145/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[For Anyone Who Walks A Lot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Awards play coins for steps beyond 1000&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-for-anyone-who-walks-a-lot.395152/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/for-anyone-who-walks-a-lot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftbrony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP Server (My Little Pony themed)&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
| [https://gbatemp.net/threads/ftp-server-ftbrony-by-mtheall.375254/ Thread]&lt;br /&gt;
| [https://github.com/mtheall/ftbrony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Fork of ftbrony that is Nintendo themed&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-3ds.395195/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/FTP-3DS/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-GMX]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Custom FTP Server for 3DS&lt;br /&gt;
| [[User:FloatingStar|FloatingStar]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-gmx-customize-your-ftbrony.410506/ Thread]&lt;br /&gt;
| [https://github.com/FloatingStar/FTP-GMX Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpd]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/mtheall/ftpd Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ftpony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gamecard Dumper]]&lt;br /&gt;
| &lt;br /&gt;
| Dump 3DS and DSi game cartridges&lt;br /&gt;
| [[User:TheGreek Boy|TheGreek Boy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gamecard-dumper.438154/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[HackChat]]&lt;br /&gt;
| &lt;br /&gt;
| Chat application&lt;br /&gt;
| [[User:omikes|omikes]]&lt;br /&gt;
| [https://gbatemp.net/threads/hackchat.412163/ Thread]&lt;br /&gt;
| [https://github.com/GitGarage/HackChat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebr3w]]&lt;br /&gt;
| &lt;br /&gt;
| Browse and downlad Homebrew&lt;br /&gt;
| [[User:Wolvan|Wolvan]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebr3w-simple-homebrew-browser-and-installer.434105/ Thread]&lt;br /&gt;
| [https://github.com/Wolvan/Homebr3w Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Imgurup-3ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Basic Imgur Upload Client for 3ds&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-imgurup-3ds-imgur-upload-client-for-3ds.461721/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/imgurup-3ds Git]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[InstallMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical homebrew repository downloader&lt;br /&gt;
| [[User:simonepsp|simonepsp]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-installmii-graphical-repository-downloader.406097/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[MapleIRC]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| IRC Client&lt;br /&gt;
| [[User:titegtnodI|titegtnodI]]&lt;br /&gt;
| [https://gbatemp.net/threads/mapleirc-homebrew.376649/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Multidownload]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads files straight to your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-multidownload-all-type-file-downloader-for-3ds.437631/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Multidownload Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NinjaCam]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Camera without shutter sound&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ninjacam.405181/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NotifyMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew notification manager&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-notifymii-homebrew-notification-manager.423334/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/NotifyMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBank]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon Homebrew Bank&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-phbank-pok%C3%A9mon-homebrew-bank.398718/ Thread]&lt;br /&gt;
| [https://github.com/gocario/PHBank Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBankGB]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Pokémon Homebrew Bank for the Pokémon RBY VC release&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-phbankgb-pok%C3%A9mon-homebrew-bank-gb-r-b-y.418440/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Purgification]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Purging tool for notifications&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-purgification-purging-tool-for-notifications.411235/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Purgification Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Payload Switcher]]&lt;br /&gt;
| &lt;br /&gt;
| Switches two A9LH payloads (by renaming them)&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quick-payload-switcher.432358/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/quickswitch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[QuickPowerOff]] (A9LH payload)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shuts down the 3DS. Useful to shut the system down when a reboot is forced (eg. after leaving system settings)&lt;br /&gt;
| [[User:Asia81|Asia81]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quickpoweroff-a9lh-payload.432398/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Reboot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Reboots the Nintendo 3DS console.&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-quick-reboot-cfw-gateway-ninjhax.379101/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Quick_Reboot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[REDThreeUp]]&lt;br /&gt;
| &lt;br /&gt;
| Apply IPS patches to ROM files&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/redthreeup-ips-patcher.435803/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/REDThreeUp Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[screenshot-merge]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Merges screenshots taken with ninjhax 2.5 or NTR CFW&lt;br /&gt;
| [[User:ihaveamac|ihaveamac]]&lt;br /&gt;
| [https://gbatemp.net/threads/screenshot-merge-merge-split-screenshots-right-on-the-3ds.405412/ Thread]&lt;br /&gt;
| [https://github.com/ihaveamac/screenshot-merge Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[scrup]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Upload screenshots to imgur&lt;br /&gt;
| [[User:JerwuQu|JerwuQu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-scrup-screenshot-uploader.401792/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SmashBrosDummy]]&lt;br /&gt;
| &lt;br /&gt;
| A dummy application that simply exits as soon as it can. Used to exit increased memory mode from games like Super Smash Bros. and Monster Hunter.&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-smash-bros-monster-hunter-4-rebooter.379394/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3ds-smash-dummy Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS.&lt;br /&gt;
| [[User:astronautlevel|astronautlevel]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-starupdater-a-luma3ds-updater.427999/ Thread]&lt;br /&gt;
| [https://github.com/astronautlevel2/StarUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater-UN]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS. Usually more updated than the original StarUpdater, though the fork does send pull requests to the original StarUpdater when a feature is added.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]/[[User:astronautlevel|astronautlevel]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/gnmmarechal/StarUpdater-UN Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Themely]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Theme manager for 3DS&lt;br /&gt;
| [[User:erman1337|erman1337]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-themely-a-beautiful-theme-manager.468707/ Thread]&lt;br /&gt;
| [https://github.com/ErmanSayin/Themely​ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[uncart]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump decrypted 3DS games cartridges&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/citra-emu/uncart Git]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Other applications===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Linux loader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boots Linux&lt;br /&gt;
| [[User:xerpi|xerpi]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-linux-for-the-3ds.407187/ Thread]&lt;br /&gt;
| [https://github.com/xerpi/3DS-Linux-Loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Nyan Cat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Nyan Cat using LIBSF2D. &lt;br /&gt;
| [[User:markwinap|markwinap]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-non-stop-nyan-cat-smile-please.387427/ Thread]&lt;br /&gt;
| [https://github.com/markwinap/3DS_Nyan_Cat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[A9NC]]&lt;br /&gt;
| &lt;br /&gt;
| Receives ARM9 payloads over network and runs them&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-a9nc-arm9-netload-companion.424900/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/A9NC Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bird Whisperer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Notification center, built with Lua&lt;br /&gt;
| [[User:ElyosOfTheAbyss|ElyosOfTheAbyss]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-bird-whisperer-a-notification-creater.404669/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BLEND3R]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3D Model Viewer&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Crimson Scripter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Sound novel interpreter, made using lpp3ds.&lt;br /&gt;
| [[User:phalk|phalk]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-crimson-scripter.415152/ Thread]&lt;br /&gt;
| [https://github.com/Phalk/crimsonscripter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrµLua]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, part of [http://microlua.xooit.fr/index.php µLua]&lt;br /&gt;
| [[User:Firew0lf|Firew0lf]], [[User:Reuh|Reuh]], [[User:Negi|Negi]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/Firew0lf/ctruLua Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cubes]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a simple cube pattern on the screen&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cubes.436476/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctrrpc]]&lt;br /&gt;
| &lt;br /&gt;
| RPC client and server&lt;br /&gt;
| [[User:plutoo|plutoo]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/plutooo/ctrrpc Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DDexter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokedex application for 3DS&lt;br /&gt;
| [[User:ddraco|ddraco]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ddexter-the-pokedex-without-the-poke-but-with-an-extra-d.399740/ Thread]&lt;br /&gt;
| [https://github.com/ddraco/DDexter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Roll some dice&lt;br /&gt;
| [[User:keanutah|keanutah]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-dice-3ds-roll-some-dice-pretty-straightforward.400086/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Drider]]&lt;br /&gt;
| &lt;br /&gt;
| ePub reader&lt;br /&gt;
| [[User:ingolemo|ingolemo]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/ingolemo/drider Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DSi Homebrew Menu]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.nds DSi homebrew from the SD card&lt;br /&gt;
| [[User:ahezard|ahezard]]&lt;br /&gt;
| [https://gbatemp.net/threads/dsi-homebrew-menu-directly-on-your-home-menu.416791/ Thread]&lt;br /&gt;
| [https://github.com/ahezard/nds-hb-menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Fake Brick]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fake-brick.380080/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[FakeBrick9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:A_Random_Guy|A_Random_Guy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fakebrick9.418837/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[forecast3ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A simple weather homebrew app built with lpp-3ds.&lt;br /&gt;
| [[User:sereneblue|sereneblue]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/sereneblue/forecast3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[imgr3ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A basic Imgur client for the 3DS&lt;br /&gt;
| [[User:sereneblue|sereneblue]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/sereneblue/imgr3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Koopa Cruiser]] (WIP)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Web Browser&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/koopacruiser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[krypto]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A cryptocurrency ticker homebrew app for the 3DS&lt;br /&gt;
| [[User:sereneblue|sereneblue]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/sereneblue/krypto Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[LiveScore 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Realtime football score board&lt;br /&gt;
| [[User:NichyXD|NichyXD]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-livescore-3ds.414693/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Lua Player Plus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, port from PSP Lua Player Plus.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]] &amp;amp; [[User:_Nanni|_Nanni]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-lua-player-plus-first-lua-interpreter-for-3ds.374770/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/lpp-3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Manga Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manga/Comics Reader for 3DS&lt;br /&gt;
| [[User:MyLegGuy|MyLegGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-manga-reader.399276/ Thread]&lt;br /&gt;
| [https://github.com/MyLegGuy/MangaReader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Matrix]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a Matrix effect from the movie &#039;&#039;The Matrix&#039;&#039; on the top screen.&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-matrix.436352/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Orchestrina]]&lt;br /&gt;
| &lt;br /&gt;
| Play the ocarina from &#039;&#039;Ocarina of Time&#039;&#039;&lt;br /&gt;
| [[User:LeifEricson|LeifEricson]]&lt;br /&gt;
| [https://gbatemp.net/threads/coming-soon-ocarina-useless-app-to-play-ocarina-tunes.433474/ Thread]&lt;br /&gt;
| [https://github.com/EBLeifEricson/orchestrina Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Pictochat3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pictochat clone for 3DS&lt;br /&gt;
| [[User:Tjessx|Tjessx]]&lt;br /&gt;
| [https://gbatemp.net/threads/offical-release-thread-pictochat3d.396398/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyTot]]&lt;br /&gt;
| &lt;br /&gt;
| 2 Factor Authentication token one-time password generator&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-tinytot-totp-2fa-otp-generator-like-google-authenticator.433842/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/tinytot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWL Slot-1 Launcher]] (Custom DSiWare CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Boots blocked DS flashcards on any 3DS model&lt;br /&gt;
| [[User:Apache Thunder|Apache Thunder]]&lt;br /&gt;
| [https://gbatemp.net/threads/twl-slot-1-launcher-first-custom-dsiware-app.414501/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VN3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Visual Novel Interpreter&lt;br /&gt;
| [[User:dfsa3fdvc1|dfsa3fdvc1]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=User:Bobesh8&amp;diff=65622</id>
		<title>User:Bobesh8</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=User:Bobesh8&amp;diff=65622"/>
		<updated>2017-02-15T22:22:33Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: Created page with &amp;quot;#REDIRECT [https://gbatemp.net/members/robz8.263852/]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [https://gbatemp.net/members/robz8.263852/]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65621</id>
		<title>List of 3DS homebrew applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65621"/>
		<updated>2017-02-15T22:19:44Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{3DSNav}}__NOTOC__{{Newpagepreload|Template:P/3DS Homebrew}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH2&#039;&#039;&#039; = Works with Ninjhax 2 / Tubehax / Ironhax / OotHax / SmashbrosHax / etc.hax&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
==Applications==&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bluenav&amp;quot;&amp;gt;&lt;br /&gt;
* [[#Homebrew Loaders|Homebrew Loaders]]&lt;br /&gt;
* [[#Title Launchers|Title Launchers]]&lt;br /&gt;
* [[#File Browsers|File Browsers]]&lt;br /&gt;
* [[#Math|Math]]&lt;br /&gt;
* [[#Media players|Media players]]&lt;br /&gt;
* [[#Save Managers and Editors|Save Managers and Editors]]&lt;br /&gt;
* [[#Shells|Shells]]&lt;br /&gt;
* [[#System Tools|System Tools]]&lt;br /&gt;
* [[#Utilities|Utilities]]&lt;br /&gt;
* [[#Other applications|Other applications]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Homebrew Loaders===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSX Launcher Loader]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Creates CIA forwarders to 3DSX homebrew apps&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsx-launcher-loader-cia-forwarder-for-3dsx-homebrews.432526/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/3dsxlauncher_loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootAnim9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 payload that loads a random animation from your SD card, plays it back and then loads (&#039;chainloads&#039;) another payload.&lt;br /&gt;
| [[User:Wolfvak|Wolfvak]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-release-bootanim9-custom-boot-animations.420202/ Thread]&lt;br /&gt;
| [https://github.com/Wolfvak/BootAnim9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, assign buttons to choose between homebrew to launch, delayed autoboot. For use with menuhax.&lt;br /&gt;
| [[User:m45t3r|m45t3r]]&lt;br /&gt;
| [https://gbatemp.net/threads/re-release-bootctr-a-simple-boot-manager-for-3ds.401630/ Thread]&lt;br /&gt;
| [https://github.com/m45t3r/BootCtr Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of BootCtr. For use with arm9loaderhax.&lt;br /&gt;
| [[User:hartmannaf|hartmannaf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-the-bootctr9-release-thread.435347/ Thread]&lt;br /&gt;
| [https://github.com/hartmannaf/BootCtr9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, GUI to choose between homebrew, delay autoboot. For use with menuhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of CtrBootManager. For use with arm9loaderhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrbootmanager9.417159/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Emergency Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Emergency launcher to be used if no other launchers work&lt;br /&gt;
| [[User:mashers|mashers]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebrew-emergency-launcher.399394/ Thread] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Launcher Loader]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.3dsx from the SD card&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-yellows8s-homebrew-launcher-loader-for-cfw-users-cia-hbl-launcher.404151/ Thread]&lt;br /&gt;
| [https://github.com/yellows8/hblauncher_loader/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Spider3DSTools]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| A collection of tools that exploited the o3ds&#039;s browser on &amp;lt;9.3 firmware. Used for RAM dumping, game cheats, etc.&lt;br /&gt;
| [[User:Yifan Lu|Yifan Lu]]&lt;br /&gt;
| [https://gbatemp.net/threads/custom-launcher-spider3dstools-released.379427/ Thread]&lt;br /&gt;
| [https://github.com/yifanlu/Spider3DSTools Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[The Homebrew Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Official Ninjhax Homebrew Launcher.&lt;br /&gt;
* [https://gbatemp.net/threads/homebrew-launcher-with-sorting-and-folder-support.396793/ Mod with sorting and folder support] by [[User:suloku|suloku]]&lt;br /&gt;
* [https://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mod with grid layout] by [[User:mashers|mashers]]&lt;br /&gt;
| [[User:Smealum|Smealum]], [[User:GEMISIS|GEMISIS]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/3ds_hb_menu Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Title Launchers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[HANS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Loads games with patches to allow for region free, ROM hacks and screenshots.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/smealum/HANS Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionFOUR]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS/new3DS on firmware versions 9.0-10.1.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/regionfour-released-by-smealum.388115/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionFOUR Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionthree]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS on firmware versions 4.0-9.5.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-regionthree-region-free-loader-for-3ds-2ds-xl-from-9-0-9-4-sky3ds-users-regionfree.378975/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionthree Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLoader]]&lt;br /&gt;
| partial&lt;br /&gt;
| A frontend for the nds rom loader called nds-bootstrap. Has DSi-Menu, R4, and Wood themes.&lt;br /&gt;
| [[User:Bobesh8|Robz8]]&lt;br /&gt;
| [https://gbatemp.net/threads/twloader-ctr-mode-nds-app.448375/ Thread]&lt;br /&gt;
| [https://github.com/Robz8/TWLoader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Y.A.R.U.]] (Yet Another Regionfree Utility)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for Palantine CFW/Emunand &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-y-a-r-u-regionfree-and-gw-mode-launcher.379675/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===File Browsers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS File Explorer]]&lt;br /&gt;
| &lt;br /&gt;
| Mount SD card and list files&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-83#post-5045023 Post]&lt;br /&gt;
| [https://mega.co.nz/#!tR1XhZwL!FHVm6TPD_Y39CM5epoAWEb0kXc_TrxPUuqHxnooVO0k Mega]&lt;br /&gt;
|-&lt;br /&gt;
| [[CTRXplorer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD file manager.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrxplorer-open-source-sd-file-manager.390353/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/CTRXplorer/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Godmode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD/NAND file manager for arm9.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ORGANIZ3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A simple file browser written in LUA.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-organiz3d-filebrowser-for-3ds.377783/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Math===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| 3DS Binary --&amp;gt; Decimal Converter&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Converts an entered binary number to its decimal equivalent&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]] et al.&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-rev-15-3ds-binary-decimal-converter.374356/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Binary_Decimal_Converter Git]&lt;br /&gt;
|-&lt;br /&gt;
| 3DSInteger to Hex and Binary Converter &lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DSConvert Integer to Hex and Binary &lt;br /&gt;
| [[User:darkxex|darkxex]]&lt;br /&gt;
| [https://gbatemp.net/threads/my-first-homebrew-integer-to-hex-and-binary-sorry-my-bad-english.430764/ Thread]&lt;br /&gt;
| [https://github.com/darkxex/InttoHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| GraphCalc 3DS&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical calculator.&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-graphing-calculator.399078/ Thread]&lt;br /&gt;
| [https://github.com/flarn2006/GraphCalc3DS Git]&lt;br /&gt;
|-&lt;br /&gt;
| Super Simple Calculator&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Calculator for simple math operations&lt;br /&gt;
| [[User:CKlidify|CKlidify]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-super-simple-calculator.399475/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Simple Calc&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Another calculator for simple math operations.&lt;br /&gt;
| [[User:GalladeGuy|GalladeGuy]]&lt;br /&gt;
| [http://gbatemp.net/threads/simple-calc.401144/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Media players===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DAmnesic]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Video player (&amp;lt;abbr title=&amp;quot;Proof of concept&amp;quot;&amp;gt;POC&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
| [[User:Lectem|Lectem]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3damnesic-a-poc-video-player.396184/ Thread]&lt;br /&gt;
| [https://github.com/Lectem/3Damnesic Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSurfer]]&lt;br /&gt;
| &lt;br /&gt;
| Wav player, written with LPP.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsurfer-wav-audioplayer-for-3ds.377647/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CTR Streaming Server]]&lt;br /&gt;
| &lt;br /&gt;
| A 3DS homebrew audio/video playback server. &lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/yellows8/ctr-streaming-server Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrmus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A music player supporting wav, aiff, flac, opus and mp3.&lt;br /&gt;
| [[User:MaK11-12|MaK11-12]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ctrmus-another-3ds-music-player.454745/ Thread]&lt;br /&gt;
| [https://github.com/deltabeard/ctrmus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3ds-vgmstream]]&lt;br /&gt;
|&lt;br /&gt;
| A port of vgmstream for the 3ds with a simple text based player&lt;br /&gt;
| [[User:TricksterGuy|TricksterGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-3ds-vgmstream-new-audio-player-port-of-vgmstream.413755/ Thread]&lt;br /&gt;
| [https://github.com/TricksterGuy/3ds-vgmstream Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Save Managers and Editors===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Agbsave9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump GBA VC savefiles to SD card&lt;br /&gt;
| [[User:alex34567|alex34567]]&lt;br /&gt;
| [http://gbatemp.net/threads/pre-release-agbsave9-tool-to-extract-agb_firm-saves.410684/ Thread]&lt;br /&gt;
| [https://github.com/alex34567/Agbsave9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[EventAssistant]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon NDS/3DS save editor/injector&lt;br /&gt;
| [[User:EventAssistant|EventAssistant]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eventassistant-an-all-in-one-wc6-oras-injecter.435014/ Thread]&lt;br /&gt;
| [https://github.com/BernardoGiordano/PKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSM|JK&#039;s SaveManager]] (JKSM)&lt;br /&gt;
| &lt;br /&gt;
| User friendly save manger for quick and easy save swaping.&lt;br /&gt;
| [[User:JK_|JK_]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ Thread]&lt;br /&gt;
| [https://github.com/J-D-K/JKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSMK]]&lt;br /&gt;
| &lt;br /&gt;
| Modified version of JKSM to be more &amp;quot;Noob-friendly&amp;quot;&lt;br /&gt;
| [[User:ShinyMK|ShinyMK]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jksmk-quick-compact-save-manager.433204/ Thread]&lt;br /&gt;
| [https://github.com/ShinyMK/JKSMK Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PKHex (Pokémon save editor) in homebrew form&lt;br /&gt;
| [[User:Stracker|Stracker]]&lt;br /&gt;
| [https://gbatemp.net/threads/pchex-homebrew-pkhex.397565/ Thread]&lt;br /&gt;
| [https://github.com/Strackeror/PCHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex++]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PCHex rewritten in C++ and with a GUI&lt;br /&gt;
| [[User:Slashcash|Slashcash]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-pchex-pchex-with-its-own-gui.405302/ Thread]&lt;br /&gt;
| [https://github.com/Slashcash/PCHex-plusplus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[save_manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
| [https://gbatemp.net/threads/save-data-manager-and-editor-for-firmware-up-to-9-9.396245/ Thread]&lt;br /&gt;
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[svdt]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:meladroit|meladroit]]&lt;br /&gt;
| [https://gbatemp.net/threads/svdt-save-data-explorer-manager.396562/ Thread]&lt;br /&gt;
| [https://github.com/meladroit/svdt/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TerraInveditThreedee]]&lt;br /&gt;
|&lt;br /&gt;
| A save editor for Terraria 3ds&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/terrainveditthreedee-terraria3ds-inventory-editor.409112/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/TerraInveditThreedee Git]&lt;br /&gt;
|-	&lt;br /&gt;
| [[Mk7se]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Edit your mk7 savefiles right from your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-mk7se-mario-kart-7-save-editor-as-a-homebrew.449785/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Mk7se Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLSaveTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage saves from NDS cartridges.&lt;br /&gt;
| [[User:TuxSH|TuxSH]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-twlsavetool-v1-0.412887/ Thread]&lt;br /&gt;
| [https://github.com/TuxSH/TWLSaveTool Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shells===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Sunshell]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Multifunction shell written in LUA. Contains a variety of useful tools including an SD file manager, extdata dump/restore tool, and media players.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-sunshell-a-powerfull-shell-for-3ds.382483/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Sunshell Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cyanogen3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An alternative custom GUI for Nintendo 3DS. This project is in no way affiliated, it only replicates the Android GUI and adds its own features.&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/cyanogen3ds-an-alternative-gui-menu-for-the-3ds.385401/ Thread]&lt;br /&gt;
| [https://github.com/joel16/Cyanogen3DS/ Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System Tools===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Hardware Test]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Test the hardware buttons of your system&lt;br /&gt;
| [[User:ifrit05|ifrit05]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-hardware-test.438267/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homemenu ExtdataTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Nintendo 3DS homebrew application for accessing SD extdata used by Home Menu. &lt;br /&gt;
| [[User:Yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenu_extdatatool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Ram Dumper]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Palantine|Palantine]] &lt;br /&gt;
| &lt;br /&gt;
| [https://bitbucket.org/palantine/3ds-ram-dumper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Big Red Menu]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Used to manage installed cia files on NAND. &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/big-red-menu-legal-cia-installer-uninstaller.379061/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Big_Red_Menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[braindump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump decrypted contents (both ExeFS and RomFS) of any 3DS game.&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| [https://gbatemp.net/threads/braindump-prerelease-dump-game-contents-on-any-system-version.400920/ Thread]&lt;br /&gt;
| [https://github.com/neobrain/braindump/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik/Skeith CFW Updater]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater.429930/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik CFW Updater: RE]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW. Replacement and rewrite of Corbenik/Skeith CFW Updater.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater-re.440297/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater-re Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cthulhu]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage play time history, step history and cached icon data&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cthulhu-app-for-managing-play-time-step-history-and-cached-icon-data.439485/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/CacheTool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Custom Home Menu Manager]] 2 (CHMM2)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows viewing and changing of custom Home menu themes.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/chmm-custom-homemenu-manager.379349/ 1.0] [https://gbatemp.net/threads/release-chmm2-custom-home-menu-manager-2.397543/ 2.0]&lt;br /&gt;
| [https://github.com/Rinnegatamante/CHMM2 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Decrypt9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Decryption and dumping tools (XORpad) 9.2 and below, backup/restore SysNAND/EmuNAND&lt;br /&gt;
| [[User:Archshift|Archshift]], [[User:d0k3|d0k3]], [[User:Shadowtrance|Shadowtrance]]&lt;br /&gt;
| [https://gbatemp.net/threads/download-decrypt9-wip-3dsx-launcher-dat.388831/ Thread]&lt;br /&gt;
| [https://github.com/archshift/Decrypt9 Git] [https://github.com/d0k3/Decrypt9 Git] [https://github.com/Shadowtrance/Decrypt9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Diagnos3]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Check the functionailty of your 3DS.&lt;br /&gt;
| [[User:Technicmaster0|Tcm0]] (FUK-Team)&lt;br /&gt;
| [https://gbatemp.net/threads/release-diagnos3.389435/ Thread]&lt;br /&gt;
| [http://filetrip.net/dl?wZJdhF8wWt Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[EmuNAND9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| EmuNAND SD formatter &amp;amp; manager&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-emunand9tool-open-source-emunand-formatter-manager.405921/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/EmuNAND9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[eShop Music Changer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Change the Nintendo eShop background music&lt;br /&gt;
| [[User:Ptrk25|Ptrk25]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eshop-music-changer.404945/ Thread]&lt;br /&gt;
| [https://github.com/Ptrk25/eshopMusicChanger Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Extdata dump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump, edit and restore Extra Data stored on SD Card. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-extdata-dump-and-restore-tool-extra-data-editing.378492/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/extdata_dump Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FBI]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| CIA/NAND manager.&lt;br /&gt;
| [[User:Steveice10|Steveice10]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fbi-open-source-cia-installer.386433/ Thread]&lt;br /&gt;
| [https://github.com/Steveice10/FBI Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FCRamDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Kane49|Kane49]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[freeShop]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Downloads games from the eShop, as long as you have their title key on your system.&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-freeshop-open-source-eshop-clone.426573/ Thread]&lt;br /&gt;
| [https://github.com/Cruel/freeShop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gimme 300 coins]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| The fastest way you will get 300 coins ever&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-gimme-300-coins-the-fastest-way-you-will-get-300-coins-ever.421461/ Thread]&lt;br /&gt;
| [http://www84.zippyshare.com/v/LySsD1Ao/file.html Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[GYTB]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Add custom badges to your 3DS&lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gytb-custom-badges-made-really-really-simple.404355/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/GYTB Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[GodMode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| SD &amp;amp; NAND file explorer&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[HexDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Display RAM dump on screen as hex value&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Hourglass9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Stripped down/noob friendly version of Decrypt9 that only includes basic sys/emuNAND dumping/restoring and H&amp;amp;S dumping/injection.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-hourglass9-noob-friendly-safe-nand-dumper-restorer.428045/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/Hourglass9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ironhax installer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install the ironhax exploit. No longer works with the latest version of Ironfall.&lt;br /&gt;
| [[User:smealum|smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ironhax/tree/master/installer Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[menuhax manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install or update menuhax.&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenuhax/tree/master/menuhax_manager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NASA]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Universal Legit CIA manager for firmware 4.1 - 10.7&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-6.409806/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NVRAM Flash Manager]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Wifi NVRAM/SPI Flash dumper/restorer &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-nvram-flash-manager.383838/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[OTPHelper]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Small tool designed for helping with the downgrade and OTP dumping&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-otphelper-otp-dumping-downgrade-helper.416996/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/OTPHelper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Playcoin]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows modifying the 3DS Play Coin counter. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/MrCheeze/playcoin Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[RAM Dumping]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file.&lt;br /&gt;
| [[User:fierce waffle|fierce waffle]]&lt;br /&gt;
| [https://gbatemp.net/threads/merry-christmas-have-some-ram-dumping.359697/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeA9LHInstaller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install arm9loaderhax.&lt;br /&gt;
| [[User:Aurora Wright|Aurora Wright]]&lt;br /&gt;
| [http://gbatemp.net/threads/safea9lhinstaller.419577/ Thread]&lt;br /&gt;
| [https://github.com/AuroraWright/SafeA9LHInstaller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeSysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A fork of sysUpdater that checks all files before updating/downgrading&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-safesysupdater.409392/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/SafeSysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SDMounty]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Unmount the SD card.&lt;br /&gt;
| [[User:zoogie|zoogie]]&lt;br /&gt;
| [https://gbatemp.net/threads/unmount-microsd-card-through-cia.424650/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!]] (Super cOOl iNstaller!)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/soon-super-cool-installer-a-new-cool-legal-open-source-cia-installer.387268/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!2]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| New version of the very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-soon-2-super-cool-installer-2-a-new-super-cool-cia-installer.416076/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[sysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Tool for updating/downgrading system firmware&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/profi200/sysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TIKdevil]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of CIAngel.&lt;br /&gt;
| [[User:Kyraminol|Kyraminol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikdevil-reboot-batch-make-and-install-tickets.424699/ Thread]&lt;br /&gt;
| [https://github.com/Kyraminol/TIKdevil Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikShop]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of TIKdevil.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikshop-install-tickets-and-launch-the-eshop.437238/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikShop/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikSweep]]&lt;br /&gt;
| &lt;br /&gt;
| Remove tickets from your system that are not used.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tiksweep-remove-unused-tickets.437438/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikSweep/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyFormat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Quickly formats system memory without wiping out SD card contents.&lt;br /&gt;
| [[User:javimadgit|javimadgit]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/javimadgit/TinyFormat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[UpdateSupresser]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Removes update nag&lt;br /&gt;
| [[User:Giantblargg|Giantblargg]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-updatesuppressor.404416/ Thread]&lt;br /&gt;
| [https://github.com/GiantBlargg/UpdateSuppressor Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Utilities===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3dsfetch]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Show some information about your system. Similar to Screenfetch on Linux.&lt;br /&gt;
| [[User:VideahGams|VideahGams]]&lt;br /&gt;
| [https://gbatemp.net/threads/videahs-various-stuff.397562/ Thread]&lt;br /&gt;
| [https://github.com/VideahGams/3dsfetch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS eBook Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| eBook Reader for 3DS&lt;br /&gt;
| [[User:__singularity|__singularity]], [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ebook-reader-read-ebooks-on-your-3ds-alpha-1.434453/ Thread]&lt;br /&gt;
| [https://github.com/reworks/3DS_eBook_Reader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSController]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS console as Windows controller (sends data to keyboard, joypad and mouse).&lt;br /&gt;
| [[User:CTurt|CTurt]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-controller.375443/ Thread]&lt;br /&gt;
| [https://github.com/CTurt/3DSController Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSident]]&lt;br /&gt;
| &lt;br /&gt;
| Shows various info about your 3DS system&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsident.435755/ Thread]&lt;br /&gt;
| [https://github.com/joel16/3DSident Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homebrew Browser]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:cromo|cromo]] and [[User:Zeta0134|Zeta0134]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/zeta0134/3ds-homebrew-browser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Motion]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Paint with added Stop-Motion animation support&lt;br /&gt;
| [[User:norips|norips]]&lt;br /&gt;
| [https://gbatemp.net/threads/beta-release-3ds_motion.403358/ Thread]&lt;br /&gt;
| [https://github.com/norips/3DS_Motion/releases Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Multi Decryptor]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Decrypts and creates XORPads for game&#039;s ROM files and SD card files. (Previously named 3DS CTR Decryptor)&lt;br /&gt;
| Team VOiD ([[User:sbJFn5r|sbJFn5r]], [[User:relys|relys]], [[User:xerpi|xerpi]])&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Relys/3DS_Multi_Decryptor Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Paint]]&lt;br /&gt;
| &lt;br /&gt;
| Drawing program&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-3ds-paint.374473/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Paint Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Remote Desktop]]&lt;br /&gt;
| &lt;br /&gt;
| Stream Windows computer&#039;s screen to 3DS and send 3DS input to Windows. &lt;br /&gt;
| [[User:Retrozelda|Retrozelda]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-remote-desktop.381646/ Thread]&lt;br /&gt;
| [https://bitbucket.org/RetroZelda/3ds-remote-desktop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Quick Shutdown]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shut down your 3DS&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-quick-shutdown.399981/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Quick_Shutdown Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Wifi Toggle]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Turn Wifi on or off&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-wifi-toggle.400018/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Wifi_Toggle Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DText]]&lt;br /&gt;
| &lt;br /&gt;
| Simple text file viewer.&lt;br /&gt;
| [[User:DarkFlare69|DarkFlare69]]&lt;br /&gt;
| [https://gbatemp.net/threads/3dtext-text-viewer-for-3ds.377963/ Thread]&lt;br /&gt;
| [https://github.com/DarkFlare69/3DText Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Alarm Clock]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A basic alarm clock&lt;br /&gt;
| [[User:730|730]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-alarm-clock.397624/ Thread]&lt;br /&gt;
| Included&lt;br /&gt;
|-&lt;br /&gt;
| [[BMP Loader]]&lt;br /&gt;
| &lt;br /&gt;
| Load a specific converted BMP format.&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-38#post-4923633 Post]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BrewMan]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew repository downloader, supports github and screenshots&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-brewman-homebrew-installer-and-manager.415165/ Thread]&lt;br /&gt;
| [https://github.com/Repo3DS/BrewMan Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIAngel]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads good CIA files right on your 3DS.&lt;br /&gt;
| [[User:cearp|cearp]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ciangel-download-good-cias-right-on-your-3ds.423326/ Thread]&lt;br /&gt;
| [https://github.com/llakssz/CIAngel Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Checkmii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Checks what buttons are pressed&lt;br /&gt;
| [[User:Darkrevol|Darkrevol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-checkmii.395575/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctroller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS as a gamepad for your GNU/Linux PC&lt;br /&gt;
| [[User:phijor|phijor]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/phijor/ctroller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DownloadMii]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dicontinued. Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:filfat|filfat]]&lt;br /&gt;
| [https://gbatemp.net/threads/released-downloadmii-a-homebrew-online-marketplace.374759/ Thread]&lt;br /&gt;
| [https://github.com/DownloadMii/DownloadMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[edpJoy3DS]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| edpJoy client for 3DS &lt;br /&gt;
| [[User:edicpop|edicpop]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-edpjoy3ds.392968/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fb43ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Facebook&#039;s chat Client.&lt;br /&gt;
| Lino Maglione ([[User:jocopoco|jocopoco]])&lt;br /&gt;
| [https://gbatemp.net/threads/fb43ds-facebooks-client-for-nintendo-3ds.377030/ Thread]&lt;br /&gt;
| [https://github.com/linoma/fb43ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FileKong]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP client&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-filekong-ftp-client-for-3ds.429071/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Font Viewer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| View fonts from your SD card&lt;br /&gt;
| [[User:Jwiz33|Jwiz33]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-font-viewer-tester.396145/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[For Anyone Who Walks A Lot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Awards play coins for steps beyond 1000&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-for-anyone-who-walks-a-lot.395152/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/for-anyone-who-walks-a-lot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftbrony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP Server (My Little Pony themed)&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
| [https://gbatemp.net/threads/ftp-server-ftbrony-by-mtheall.375254/ Thread]&lt;br /&gt;
| [https://github.com/mtheall/ftbrony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Fork of ftbrony that is Nintendo themed&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-3ds.395195/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/FTP-3DS/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-GMX]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Custom FTP Server for 3DS&lt;br /&gt;
| [[User:FloatingStar|FloatingStar]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-gmx-customize-your-ftbrony.410506/ Thread]&lt;br /&gt;
| [https://github.com/FloatingStar/FTP-GMX Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpd]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/mtheall/ftpd Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ftpony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gamecard Dumper]]&lt;br /&gt;
| &lt;br /&gt;
| Dump 3DS and DSi game cartridges&lt;br /&gt;
| [[User:TheGreek Boy|TheGreek Boy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gamecard-dumper.438154/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[HackChat]]&lt;br /&gt;
| &lt;br /&gt;
| Chat application&lt;br /&gt;
| [[User:omikes|omikes]]&lt;br /&gt;
| [https://gbatemp.net/threads/hackchat.412163/ Thread]&lt;br /&gt;
| [https://github.com/GitGarage/HackChat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebr3w]]&lt;br /&gt;
| &lt;br /&gt;
| Browse and downlad Homebrew&lt;br /&gt;
| [[User:Wolvan|Wolvan]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebr3w-simple-homebrew-browser-and-installer.434105/ Thread]&lt;br /&gt;
| [https://github.com/Wolvan/Homebr3w Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[InstallMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical homebrew repository downloader&lt;br /&gt;
| [[User:simonepsp|simonepsp]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-installmii-graphical-repository-downloader.406097/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[MapleIRC]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| IRC Client&lt;br /&gt;
| [[User:titegtnodI|titegtnodI]]&lt;br /&gt;
| [https://gbatemp.net/threads/mapleirc-homebrew.376649/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Multidownload]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads files straight to your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-multidownload-all-type-file-downloader-for-3ds.437631/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Multidownload Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NinjaCam]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Camera without shutter sound&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ninjacam.405181/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NotifyMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew notification manager&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-notifymii-homebrew-notification-manager.423334/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/NotifyMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBank]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon Homebrew Bank&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-phbank-pok%C3%A9mon-homebrew-bank.398718/ Thread]&lt;br /&gt;
| [https://github.com/gocario/PHBank Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBankGB]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Pokémon Homebrew Bank for the Pokémon RBY VC release&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-phbankgb-pok%C3%A9mon-homebrew-bank-gb-r-b-y.418440/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Purgification]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Purging tool for notifications&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-purgification-purging-tool-for-notifications.411235/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Purgification Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Payload Switcher]]&lt;br /&gt;
| &lt;br /&gt;
| Switches two A9LH payloads (by renaming them)&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quick-payload-switcher.432358/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/quickswitch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[QuickPowerOff]] (A9LH payload)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shuts down the 3DS. Useful to shut the system down when a reboot is forced (eg. after leaving system settings)&lt;br /&gt;
| [[User:Asia81|Asia81]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quickpoweroff-a9lh-payload.432398/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Reboot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Reboots the Nintendo 3DS console.&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-quick-reboot-cfw-gateway-ninjhax.379101/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Quick_Reboot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[REDThreeUp]]&lt;br /&gt;
| &lt;br /&gt;
| Apply IPS patches to ROM files&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/redthreeup-ips-patcher.435803/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/REDThreeUp Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[screenshot-merge]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Merges screenshots taken with ninjhax 2.5 or NTR CFW&lt;br /&gt;
| [[User:ihaveamac|ihaveamac]]&lt;br /&gt;
| [https://gbatemp.net/threads/screenshot-merge-merge-split-screenshots-right-on-the-3ds.405412/ Thread]&lt;br /&gt;
| [https://github.com/ihaveamac/screenshot-merge Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[scrup]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Upload screenshots to imgur&lt;br /&gt;
| [[User:JerwuQu|JerwuQu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-scrup-screenshot-uploader.401792/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SmashBrosDummy]]&lt;br /&gt;
| &lt;br /&gt;
| A dummy application that simply exits as soon as it can. Used to exit increased memory mode from games like Super Smash Bros. and Monster Hunter.&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-smash-bros-monster-hunter-4-rebooter.379394/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3ds-smash-dummy Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS.&lt;br /&gt;
| [[User:astronautlevel|astronautlevel]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-starupdater-a-luma3ds-updater.427999/ Thread]&lt;br /&gt;
| [https://github.com/astronautlevel2/StarUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater-UN]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS. Usually more updated than the original StarUpdater, though the fork does send pull requests to the original StarUpdater when a feature is added.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]/[[User:astronautlevel|astronautlevel]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/gnmmarechal/StarUpdater-UN Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[uncart]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump decrypted 3DS games cartridges&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/citra-emu/uncart Git]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Other applications===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Linux loader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boots Linux&lt;br /&gt;
| [[User:xerpi|xerpi]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-linux-for-the-3ds.407187/ Thread]&lt;br /&gt;
| [https://github.com/xerpi/3DS-Linux-Loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Nyan Cat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Nyan Cat using LIBSF2D. &lt;br /&gt;
| [[User:markwinap|markwinap]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-non-stop-nyan-cat-smile-please.387427/ Thread]&lt;br /&gt;
| [https://github.com/markwinap/3DS_Nyan_Cat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bird Whisperer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Notification center, built with Lua&lt;br /&gt;
| [[User:ElyosOfTheAbyss|ElyosOfTheAbyss]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-bird-whisperer-a-notification-creater.404669/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BLEND3R]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3D Model Viewer&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Crimson Scripter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Sound novel interpreter, made using lpp3ds.&lt;br /&gt;
| [[User:phalk|phalk]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-crimson-scripter.415152/ Thread]&lt;br /&gt;
| [https://github.com/Phalk/crimsonscripter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrµLua]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, part of [http://microlua.xooit.fr/index.php µLua]&lt;br /&gt;
| [[User:Firew0lf|Firew0lf]], [[User:Reuh|Reuh]], [[User:Negi|Negi]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/Firew0lf/ctruLua Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cubes]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a simple cube pattern on the screen&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cubes.436476/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctrrpc]]&lt;br /&gt;
| &lt;br /&gt;
| RPC client and server&lt;br /&gt;
| [[User:plutoo|plutoo]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/plutooo/ctrrpc Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DDexter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokedex application for 3DS&lt;br /&gt;
| [[User:ddraco|ddraco]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ddexter-the-pokedex-without-the-poke-but-with-an-extra-d.399740/ Thread]&lt;br /&gt;
| [https://github.com/ddraco/DDexter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Roll some dice&lt;br /&gt;
| [[User:keanutah|keanutah]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-dice-3ds-roll-some-dice-pretty-straightforward.400086/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[DSi Homebrew Menu]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.nds DSi homebrew from the SD card&lt;br /&gt;
| [[User:ahezard|ahezard]]&lt;br /&gt;
| [https://gbatemp.net/threads/dsi-homebrew-menu-directly-on-your-home-menu.416791/ Thread]&lt;br /&gt;
| [https://github.com/ahezard/nds-hb-menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Fake Brick]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fake-brick.380080/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[FakeBrick9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:A_Random_Guy|A_Random_Guy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fakebrick9.418837/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Koopa Cruiser]] (WIP)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Web Browser&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/koopacruiser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[LiveScore 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Realtime football score board&lt;br /&gt;
| [[User:NichyXD|NichyXD]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-livescore-3ds.414693/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Lua Player Plus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, port from PSP Lua Player Plus.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]] &amp;amp; [[User:_Nanni|_Nanni]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-lua-player-plus-first-lua-interpreter-for-3ds.374770/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/lpp-3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Manga Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manga/Comics Reader for 3DS&lt;br /&gt;
| [[User:MyLegGuy|MyLegGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-manga-reader.399276/ Thread]&lt;br /&gt;
| [https://github.com/MyLegGuy/MangaReader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Matrix]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a Matrix effect from the movie &#039;&#039;The Matrix&#039;&#039; on the top screen.&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-matrix.436352/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Orchestrina]]&lt;br /&gt;
| &lt;br /&gt;
| Play the ocarina from &#039;&#039;Ocarina of Time&#039;&#039;&lt;br /&gt;
| [[User:LeifEricson|LeifEricson]]&lt;br /&gt;
| [https://gbatemp.net/threads/coming-soon-ocarina-useless-app-to-play-ocarina-tunes.433474/ Thread]&lt;br /&gt;
| [https://github.com/EBLeifEricson/orchestrina Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Pictochat3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pictochat clone for 3DS&lt;br /&gt;
| [[User:Tjessx|Tjessx]]&lt;br /&gt;
| [https://gbatemp.net/threads/offical-release-thread-pictochat3d.396398/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyTot]]&lt;br /&gt;
| &lt;br /&gt;
| 2 Factor Authentication token one-time password generator&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-tinytot-totp-2fa-otp-generator-like-google-authenticator.433842/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/tinytot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWL Slot-1 Launcher]] (Custom DSiWare CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Boots blocked DS flashcards on any 3DS model&lt;br /&gt;
| [[User:Apache Thunder|Apache Thunder]]&lt;br /&gt;
| [https://gbatemp.net/threads/twl-slot-1-launcher-first-custom-dsiware-app.414501/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VN3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Visual Novel Interpreter&lt;br /&gt;
| [[User:dfsa3fdvc1|dfsa3fdvc1]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65619</id>
		<title>List of 3DS homebrew applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65619"/>
		<updated>2017-02-15T22:11:17Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{3DSNav}}__NOTOC__{{Newpagepreload|Template:P/3DS Homebrew}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH2&#039;&#039;&#039; = Works with Ninjhax 2 / Tubehax / Ironhax / OotHax / SmashbrosHax / etc.hax&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
==Applications==&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bluenav&amp;quot;&amp;gt;&lt;br /&gt;
* [[#Homebrew Loaders|Homebrew Loaders]]&lt;br /&gt;
* [[#Title Launchers|Title Launchers]]&lt;br /&gt;
* [[#File Browsers|File Browsers]]&lt;br /&gt;
* [[#Math|Math]]&lt;br /&gt;
* [[#Media players|Media players]]&lt;br /&gt;
* [[#Save Managers and Editors|Save Managers and Editors]]&lt;br /&gt;
* [[#Shells|Shells]]&lt;br /&gt;
* [[#System Tools|System Tools]]&lt;br /&gt;
* [[#Utilities|Utilities]]&lt;br /&gt;
* [[#Other applications|Other applications]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Homebrew Loaders===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSX Launcher Loader]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Creates CIA forwarders to 3DSX homebrew apps&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsx-launcher-loader-cia-forwarder-for-3dsx-homebrews.432526/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/3dsxlauncher_loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootAnim9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 payload that loads a random animation from your SD card, plays it back and then loads (&#039;chainloads&#039;) another payload.&lt;br /&gt;
| [[User:Wolfvak|Wolfvak]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-release-bootanim9-custom-boot-animations.420202/ Thread]&lt;br /&gt;
| [https://github.com/Wolfvak/BootAnim9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, assign buttons to choose between homebrew to launch, delayed autoboot. For use with menuhax.&lt;br /&gt;
| [[User:m45t3r|m45t3r]]&lt;br /&gt;
| [https://gbatemp.net/threads/re-release-bootctr-a-simple-boot-manager-for-3ds.401630/ Thread]&lt;br /&gt;
| [https://github.com/m45t3r/BootCtr Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of BootCtr. For use with arm9loaderhax.&lt;br /&gt;
| [[User:hartmannaf|hartmannaf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-the-bootctr9-release-thread.435347/ Thread]&lt;br /&gt;
| [https://github.com/hartmannaf/BootCtr9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, GUI to choose between homebrew, delay autoboot. For use with menuhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of CtrBootManager. For use with arm9loaderhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrbootmanager9.417159/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Emergency Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Emergency launcher to be used if no other launchers work&lt;br /&gt;
| [[User:mashers|mashers]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebrew-emergency-launcher.399394/ Thread] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Launcher Loader]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.3dsx from the SD card&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-yellows8s-homebrew-launcher-loader-for-cfw-users-cia-hbl-launcher.404151/ Thread]&lt;br /&gt;
| [https://github.com/yellows8/hblauncher_loader/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Spider3DSTools]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| A collection of tools that exploited the o3ds&#039;s browser on &amp;lt;9.3 firmware. Used for RAM dumping, game cheats, etc.&lt;br /&gt;
| [[User:Yifan Lu|Yifan Lu]]&lt;br /&gt;
| [https://gbatemp.net/threads/custom-launcher-spider3dstools-released.379427/ Thread]&lt;br /&gt;
| [https://github.com/yifanlu/Spider3DSTools Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[The Homebrew Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Official Ninjhax Homebrew Launcher.&lt;br /&gt;
* [https://gbatemp.net/threads/homebrew-launcher-with-sorting-and-folder-support.396793/ Mod with sorting and folder support] by [[User:suloku|suloku]]&lt;br /&gt;
* [https://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mod with grid layout] by [[User:mashers|mashers]]&lt;br /&gt;
| [[User:Smealum|Smealum]], [[User:GEMISIS|GEMISIS]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/3ds_hb_menu Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Title Launchers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[HANS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Loads games with patches to allow for region free, ROM hacks and screenshots.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/smealum/HANS Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionFOUR]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS/new3DS on firmware versions 9.0-10.1.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/regionfour-released-by-smealum.388115/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionFOUR Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionthree]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS on firmware versions 4.0-9.5.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-regionthree-region-free-loader-for-3ds-2ds-xl-from-9-0-9-4-sky3ds-users-regionfree.378975/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionthree Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLoader]]&lt;br /&gt;
| partial&lt;br /&gt;
| A frontend for the nds rom loader called nds-bootstrap. Has DSi-Menu, R4, and Wood themes.&lt;br /&gt;
| [[User:Robz8|Robz8]]&lt;br /&gt;
| [https://gbatemp.net/threads/twloader-ctr-mode-nds-app.448375/ Thread]&lt;br /&gt;
| [https://github.com/Robz8/TWLoader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Y.A.R.U.]] (Yet Another Regionfree Utility)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for Palantine CFW/Emunand &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-y-a-r-u-regionfree-and-gw-mode-launcher.379675/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===File Browsers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS File Explorer]]&lt;br /&gt;
| &lt;br /&gt;
| Mount SD card and list files&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-83#post-5045023 Post]&lt;br /&gt;
| [https://mega.co.nz/#!tR1XhZwL!FHVm6TPD_Y39CM5epoAWEb0kXc_TrxPUuqHxnooVO0k Mega]&lt;br /&gt;
|-&lt;br /&gt;
| [[CTRXplorer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD file manager.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrxplorer-open-source-sd-file-manager.390353/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/CTRXplorer/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Godmode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD/NAND file manager for arm9.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ORGANIZ3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A simple file browser written in LUA.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-organiz3d-filebrowser-for-3ds.377783/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Math===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| 3DS Binary --&amp;gt; Decimal Converter&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Converts an entered binary number to its decimal equivalent&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]] et al.&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-rev-15-3ds-binary-decimal-converter.374356/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Binary_Decimal_Converter Git]&lt;br /&gt;
|-&lt;br /&gt;
| 3DSInteger to Hex and Binary Converter &lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DSConvert Integer to Hex and Binary &lt;br /&gt;
| [[User:darkxex|darkxex]]&lt;br /&gt;
| [https://gbatemp.net/threads/my-first-homebrew-integer-to-hex-and-binary-sorry-my-bad-english.430764/ Thread]&lt;br /&gt;
| [https://github.com/darkxex/InttoHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| GraphCalc 3DS&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical calculator.&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-graphing-calculator.399078/ Thread]&lt;br /&gt;
| [https://github.com/flarn2006/GraphCalc3DS Git]&lt;br /&gt;
|-&lt;br /&gt;
| Super Simple Calculator&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Calculator for simple math operations&lt;br /&gt;
| [[User:CKlidify|CKlidify]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-super-simple-calculator.399475/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Simple Calc&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Another calculator for simple math operations.&lt;br /&gt;
| [[User:GalladeGuy|GalladeGuy]]&lt;br /&gt;
| [http://gbatemp.net/threads/simple-calc.401144/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Media players===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DAmnesic]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Video player (&amp;lt;abbr title=&amp;quot;Proof of concept&amp;quot;&amp;gt;POC&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
| [[User:Lectem|Lectem]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3damnesic-a-poc-video-player.396184/ Thread]&lt;br /&gt;
| [https://github.com/Lectem/3Damnesic Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSurfer]]&lt;br /&gt;
| &lt;br /&gt;
| Wav player, written with LPP.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsurfer-wav-audioplayer-for-3ds.377647/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CTR Streaming Server]]&lt;br /&gt;
| &lt;br /&gt;
| A 3DS homebrew audio/video playback server. &lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/yellows8/ctr-streaming-server Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrmus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A music player supporting wav, aiff, flac, opus and mp3.&lt;br /&gt;
| [[User:MaK11-12|MaK11-12]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ctrmus-another-3ds-music-player.454745/ Thread]&lt;br /&gt;
| [https://github.com/deltabeard/ctrmus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3ds-vgmstream]]&lt;br /&gt;
|&lt;br /&gt;
| A port of vgmstream for the 3ds with a simple text based player&lt;br /&gt;
| [[User:TricksterGuy|TricksterGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-3ds-vgmstream-new-audio-player-port-of-vgmstream.413755/ Thread]&lt;br /&gt;
| [https://github.com/TricksterGuy/3ds-vgmstream Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Save Managers and Editors===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Agbsave9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump GBA VC savefiles to SD card&lt;br /&gt;
| [[User:alex34567|alex34567]]&lt;br /&gt;
| [http://gbatemp.net/threads/pre-release-agbsave9-tool-to-extract-agb_firm-saves.410684/ Thread]&lt;br /&gt;
| [https://github.com/alex34567/Agbsave9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[EventAssistant]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon NDS/3DS save editor/injector&lt;br /&gt;
| [[User:EventAssistant|EventAssistant]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eventassistant-an-all-in-one-wc6-oras-injecter.435014/ Thread]&lt;br /&gt;
| [https://github.com/BernardoGiordano/PKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSM|JK&#039;s SaveManager]] (JKSM)&lt;br /&gt;
| &lt;br /&gt;
| User friendly save manger for quick and easy save swaping.&lt;br /&gt;
| [[User:JK_|JK_]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ Thread]&lt;br /&gt;
| [https://github.com/J-D-K/JKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSMK]]&lt;br /&gt;
| &lt;br /&gt;
| Modified version of JKSM to be more &amp;quot;Noob-friendly&amp;quot;&lt;br /&gt;
| [[User:ShinyMK|ShinyMK]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jksmk-quick-compact-save-manager.433204/ Thread]&lt;br /&gt;
| [https://github.com/ShinyMK/JKSMK Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PKHex (Pokémon save editor) in homebrew form&lt;br /&gt;
| [[User:Stracker|Stracker]]&lt;br /&gt;
| [https://gbatemp.net/threads/pchex-homebrew-pkhex.397565/ Thread]&lt;br /&gt;
| [https://github.com/Strackeror/PCHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex++]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PCHex rewritten in C++ and with a GUI&lt;br /&gt;
| [[User:Slashcash|Slashcash]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-pchex-pchex-with-its-own-gui.405302/ Thread]&lt;br /&gt;
| [https://github.com/Slashcash/PCHex-plusplus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[save_manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
| [https://gbatemp.net/threads/save-data-manager-and-editor-for-firmware-up-to-9-9.396245/ Thread]&lt;br /&gt;
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[svdt]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:meladroit|meladroit]]&lt;br /&gt;
| [https://gbatemp.net/threads/svdt-save-data-explorer-manager.396562/ Thread]&lt;br /&gt;
| [https://github.com/meladroit/svdt/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TerraInveditThreedee]]&lt;br /&gt;
|&lt;br /&gt;
| A save editor for Terraria 3ds&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/terrainveditthreedee-terraria3ds-inventory-editor.409112/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/TerraInveditThreedee Git]&lt;br /&gt;
|-	&lt;br /&gt;
| [[Mk7se]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Edit your mk7 savefiles right from your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-mk7se-mario-kart-7-save-editor-as-a-homebrew.449785/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Mk7se Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLSaveTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage saves from NDS cartridges.&lt;br /&gt;
| [[User:TuxSH|TuxSH]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-twlsavetool-v1-0.412887/ Thread]&lt;br /&gt;
| [https://github.com/TuxSH/TWLSaveTool Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shells===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Sunshell]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Multifunction shell written in LUA. Contains a variety of useful tools including an SD file manager, extdata dump/restore tool, and media players.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-sunshell-a-powerfull-shell-for-3ds.382483/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Sunshell Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cyanogen3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An alternative custom GUI for Nintendo 3DS. This project is in no way affiliated, it only replicates the Android GUI and adds its own features.&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/cyanogen3ds-an-alternative-gui-menu-for-the-3ds.385401/ Thread]&lt;br /&gt;
| [https://github.com/joel16/Cyanogen3DS/ Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System Tools===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Hardware Test]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Test the hardware buttons of your system&lt;br /&gt;
| [[User:ifrit05|ifrit05]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-hardware-test.438267/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homemenu ExtdataTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Nintendo 3DS homebrew application for accessing SD extdata used by Home Menu. &lt;br /&gt;
| [[User:Yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenu_extdatatool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Ram Dumper]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Palantine|Palantine]] &lt;br /&gt;
| &lt;br /&gt;
| [https://bitbucket.org/palantine/3ds-ram-dumper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Big Red Menu]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Used to manage installed cia files on NAND. &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/big-red-menu-legal-cia-installer-uninstaller.379061/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Big_Red_Menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[braindump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump decrypted contents (both ExeFS and RomFS) of any 3DS game.&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| [https://gbatemp.net/threads/braindump-prerelease-dump-game-contents-on-any-system-version.400920/ Thread]&lt;br /&gt;
| [https://github.com/neobrain/braindump/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik/Skeith CFW Updater]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater.429930/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik CFW Updater: RE]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW. Replacement and rewrite of Corbenik/Skeith CFW Updater.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater-re.440297/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater-re Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cthulhu]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage play time history, step history and cached icon data&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cthulhu-app-for-managing-play-time-step-history-and-cached-icon-data.439485/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/CacheTool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Custom Home Menu Manager]] 2 (CHMM2)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows viewing and changing of custom Home menu themes.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/chmm-custom-homemenu-manager.379349/ 1.0] [https://gbatemp.net/threads/release-chmm2-custom-home-menu-manager-2.397543/ 2.0]&lt;br /&gt;
| [https://github.com/Rinnegatamante/CHMM2 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Decrypt9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Decryption and dumping tools (XORpad) 9.2 and below, backup/restore SysNAND/EmuNAND&lt;br /&gt;
| [[User:Archshift|Archshift]], [[User:d0k3|d0k3]], [[User:Shadowtrance|Shadowtrance]]&lt;br /&gt;
| [https://gbatemp.net/threads/download-decrypt9-wip-3dsx-launcher-dat.388831/ Thread]&lt;br /&gt;
| [https://github.com/archshift/Decrypt9 Git] [https://github.com/d0k3/Decrypt9 Git] [https://github.com/Shadowtrance/Decrypt9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Diagnos3]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Check the functionailty of your 3DS.&lt;br /&gt;
| [[User:Technicmaster0|Tcm0]] (FUK-Team)&lt;br /&gt;
| [https://gbatemp.net/threads/release-diagnos3.389435/ Thread]&lt;br /&gt;
| [http://filetrip.net/dl?wZJdhF8wWt Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[EmuNAND9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| EmuNAND SD formatter &amp;amp; manager&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-emunand9tool-open-source-emunand-formatter-manager.405921/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/EmuNAND9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[eShop Music Changer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Change the Nintendo eShop background music&lt;br /&gt;
| [[User:Ptrk25|Ptrk25]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eshop-music-changer.404945/ Thread]&lt;br /&gt;
| [https://github.com/Ptrk25/eshopMusicChanger Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Extdata dump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump, edit and restore Extra Data stored on SD Card. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-extdata-dump-and-restore-tool-extra-data-editing.378492/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/extdata_dump Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FBI]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| CIA/NAND manager.&lt;br /&gt;
| [[User:Steveice10|Steveice10]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fbi-open-source-cia-installer.386433/ Thread]&lt;br /&gt;
| [https://github.com/Steveice10/FBI Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FCRamDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Kane49|Kane49]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[freeShop]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Downloads games from the eShop, as long as you have their title key on your system.&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-freeshop-open-source-eshop-clone.426573/ Thread]&lt;br /&gt;
| [https://github.com/Cruel/freeShop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gimme 300 coins]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| The fastest way you will get 300 coins ever&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-gimme-300-coins-the-fastest-way-you-will-get-300-coins-ever.421461/ Thread]&lt;br /&gt;
| [http://www84.zippyshare.com/v/LySsD1Ao/file.html Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[GYTB]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Add custom badges to your 3DS&lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gytb-custom-badges-made-really-really-simple.404355/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/GYTB Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[GodMode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| SD &amp;amp; NAND file explorer&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[HexDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Display RAM dump on screen as hex value&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Hourglass9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Stripped down/noob friendly version of Decrypt9 that only includes basic sys/emuNAND dumping/restoring and H&amp;amp;S dumping/injection.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-hourglass9-noob-friendly-safe-nand-dumper-restorer.428045/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/Hourglass9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ironhax installer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install the ironhax exploit. No longer works with the latest version of Ironfall.&lt;br /&gt;
| [[User:smealum|smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ironhax/tree/master/installer Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[menuhax manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install or update menuhax.&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenuhax/tree/master/menuhax_manager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NASA]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Universal Legit CIA manager for firmware 4.1 - 10.7&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-6.409806/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NVRAM Flash Manager]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Wifi NVRAM/SPI Flash dumper/restorer &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-nvram-flash-manager.383838/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[OTPHelper]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Small tool designed for helping with the downgrade and OTP dumping&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-otphelper-otp-dumping-downgrade-helper.416996/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/OTPHelper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Playcoin]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows modifying the 3DS Play Coin counter. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/MrCheeze/playcoin Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[RAM Dumping]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file.&lt;br /&gt;
| [[User:fierce waffle|fierce waffle]]&lt;br /&gt;
| [https://gbatemp.net/threads/merry-christmas-have-some-ram-dumping.359697/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeA9LHInstaller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install arm9loaderhax.&lt;br /&gt;
| [[User:Aurora Wright|Aurora Wright]]&lt;br /&gt;
| [http://gbatemp.net/threads/safea9lhinstaller.419577/ Thread]&lt;br /&gt;
| [https://github.com/AuroraWright/SafeA9LHInstaller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeSysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A fork of sysUpdater that checks all files before updating/downgrading&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-safesysupdater.409392/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/SafeSysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SDMounty]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Unmount the SD card.&lt;br /&gt;
| [[User:zoogie|zoogie]]&lt;br /&gt;
| [https://gbatemp.net/threads/unmount-microsd-card-through-cia.424650/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!]] (Super cOOl iNstaller!)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/soon-super-cool-installer-a-new-cool-legal-open-source-cia-installer.387268/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!2]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| New version of the very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-soon-2-super-cool-installer-2-a-new-super-cool-cia-installer.416076/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[sysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Tool for updating/downgrading system firmware&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/profi200/sysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TIKdevil]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of CIAngel.&lt;br /&gt;
| [[User:Kyraminol|Kyraminol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikdevil-reboot-batch-make-and-install-tickets.424699/ Thread]&lt;br /&gt;
| [https://github.com/Kyraminol/TIKdevil Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikShop]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of TIKdevil.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikshop-install-tickets-and-launch-the-eshop.437238/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikShop/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikSweep]]&lt;br /&gt;
| &lt;br /&gt;
| Remove tickets from your system that are not used.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tiksweep-remove-unused-tickets.437438/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikSweep/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyFormat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Quickly formats system memory without wiping out SD card contents.&lt;br /&gt;
| [[User:javimadgit|javimadgit]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/javimadgit/TinyFormat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[UpdateSupresser]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Removes update nag&lt;br /&gt;
| [[User:Giantblargg|Giantblargg]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-updatesuppressor.404416/ Thread]&lt;br /&gt;
| [https://github.com/GiantBlargg/UpdateSuppressor Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Utilities===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3dsfetch]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Show some information about your system. Similar to Screenfetch on Linux.&lt;br /&gt;
| [[User:VideahGams|VideahGams]]&lt;br /&gt;
| [https://gbatemp.net/threads/videahs-various-stuff.397562/ Thread]&lt;br /&gt;
| [https://github.com/VideahGams/3dsfetch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS eBook Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| eBook Reader for 3DS&lt;br /&gt;
| [[User:__singularity|__singularity]], [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ebook-reader-read-ebooks-on-your-3ds-alpha-1.434453/ Thread]&lt;br /&gt;
| [https://github.com/reworks/3DS_eBook_Reader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSController]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS console as Windows controller (sends data to keyboard, joypad and mouse).&lt;br /&gt;
| [[User:CTurt|CTurt]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-controller.375443/ Thread]&lt;br /&gt;
| [https://github.com/CTurt/3DSController Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSident]]&lt;br /&gt;
| &lt;br /&gt;
| Shows various info about your 3DS system&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsident.435755/ Thread]&lt;br /&gt;
| [https://github.com/joel16/3DSident Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homebrew Browser]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:cromo|cromo]] and [[User:Zeta0134|Zeta0134]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/zeta0134/3ds-homebrew-browser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Motion]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Paint with added Stop-Motion animation support&lt;br /&gt;
| [[User:norips|norips]]&lt;br /&gt;
| [https://gbatemp.net/threads/beta-release-3ds_motion.403358/ Thread]&lt;br /&gt;
| [https://github.com/norips/3DS_Motion/releases Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Multi Decryptor]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Decrypts and creates XORPads for game&#039;s ROM files and SD card files. (Previously named 3DS CTR Decryptor)&lt;br /&gt;
| Team VOiD ([[User:sbJFn5r|sbJFn5r]], [[User:relys|relys]], [[User:xerpi|xerpi]])&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Relys/3DS_Multi_Decryptor Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Paint]]&lt;br /&gt;
| &lt;br /&gt;
| Drawing program&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-3ds-paint.374473/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Paint Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Remote Desktop]]&lt;br /&gt;
| &lt;br /&gt;
| Stream Windows computer&#039;s screen to 3DS and send 3DS input to Windows. &lt;br /&gt;
| [[User:Retrozelda|Retrozelda]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-remote-desktop.381646/ Thread]&lt;br /&gt;
| [https://bitbucket.org/RetroZelda/3ds-remote-desktop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Quick Shutdown]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shut down your 3DS&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-quick-shutdown.399981/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Quick_Shutdown Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Wifi Toggle]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Turn Wifi on or off&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-wifi-toggle.400018/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Wifi_Toggle Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DText]]&lt;br /&gt;
| &lt;br /&gt;
| Simple text file viewer.&lt;br /&gt;
| [[User:DarkFlare69|DarkFlare69]]&lt;br /&gt;
| [https://gbatemp.net/threads/3dtext-text-viewer-for-3ds.377963/ Thread]&lt;br /&gt;
| [https://github.com/DarkFlare69/3DText Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Alarm Clock]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A basic alarm clock&lt;br /&gt;
| [[User:730|730]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-alarm-clock.397624/ Thread]&lt;br /&gt;
| Included&lt;br /&gt;
|-&lt;br /&gt;
| [[BMP Loader]]&lt;br /&gt;
| &lt;br /&gt;
| Load a specific converted BMP format.&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-38#post-4923633 Post]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BrewMan]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew repository downloader, supports github and screenshots&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-brewman-homebrew-installer-and-manager.415165/ Thread]&lt;br /&gt;
| [https://github.com/Repo3DS/BrewMan Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIAngel]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads good CIA files right on your 3DS.&lt;br /&gt;
| [[User:cearp|cearp]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ciangel-download-good-cias-right-on-your-3ds.423326/ Thread]&lt;br /&gt;
| [https://github.com/llakssz/CIAngel Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Checkmii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Checks what buttons are pressed&lt;br /&gt;
| [[User:Darkrevol|Darkrevol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-checkmii.395575/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctroller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS as a gamepad for your GNU/Linux PC&lt;br /&gt;
| [[User:phijor|phijor]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/phijor/ctroller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DownloadMii]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dicontinued. Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:filfat|filfat]]&lt;br /&gt;
| [https://gbatemp.net/threads/released-downloadmii-a-homebrew-online-marketplace.374759/ Thread]&lt;br /&gt;
| [https://github.com/DownloadMii/DownloadMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[edpJoy3DS]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| edpJoy client for 3DS &lt;br /&gt;
| [[User:edicpop|edicpop]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-edpjoy3ds.392968/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fb43ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Facebook&#039;s chat Client.&lt;br /&gt;
| Lino Maglione ([[User:jocopoco|jocopoco]])&lt;br /&gt;
| [https://gbatemp.net/threads/fb43ds-facebooks-client-for-nintendo-3ds.377030/ Thread]&lt;br /&gt;
| [https://github.com/linoma/fb43ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FileKong]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP client&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-filekong-ftp-client-for-3ds.429071/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Font Viewer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| View fonts from your SD card&lt;br /&gt;
| [[User:Jwiz33|Jwiz33]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-font-viewer-tester.396145/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[For Anyone Who Walks A Lot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Awards play coins for steps beyond 1000&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-for-anyone-who-walks-a-lot.395152/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/for-anyone-who-walks-a-lot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftbrony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP Server (My Little Pony themed)&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
| [https://gbatemp.net/threads/ftp-server-ftbrony-by-mtheall.375254/ Thread]&lt;br /&gt;
| [https://github.com/mtheall/ftbrony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Fork of ftbrony that is Nintendo themed&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-3ds.395195/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/FTP-3DS/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-GMX]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Custom FTP Server for 3DS&lt;br /&gt;
| [[User:FloatingStar|FloatingStar]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-gmx-customize-your-ftbrony.410506/ Thread]&lt;br /&gt;
| [https://github.com/FloatingStar/FTP-GMX Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpd]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/mtheall/ftpd Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ftpony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gamecard Dumper]]&lt;br /&gt;
| &lt;br /&gt;
| Dump 3DS and DSi game cartridges&lt;br /&gt;
| [[User:TheGreek Boy|TheGreek Boy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gamecard-dumper.438154/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[HackChat]]&lt;br /&gt;
| &lt;br /&gt;
| Chat application&lt;br /&gt;
| [[User:omikes|omikes]]&lt;br /&gt;
| [https://gbatemp.net/threads/hackchat.412163/ Thread]&lt;br /&gt;
| [https://github.com/GitGarage/HackChat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebr3w]]&lt;br /&gt;
| &lt;br /&gt;
| Browse and downlad Homebrew&lt;br /&gt;
| [[User:Wolvan|Wolvan]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebr3w-simple-homebrew-browser-and-installer.434105/ Thread]&lt;br /&gt;
| [https://github.com/Wolvan/Homebr3w Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[InstallMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical homebrew repository downloader&lt;br /&gt;
| [[User:simonepsp|simonepsp]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-installmii-graphical-repository-downloader.406097/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[MapleIRC]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| IRC Client&lt;br /&gt;
| [[User:titegtnodI|titegtnodI]]&lt;br /&gt;
| [https://gbatemp.net/threads/mapleirc-homebrew.376649/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Multidownload]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads files straight to your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-multidownload-all-type-file-downloader-for-3ds.437631/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Multidownload Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NinjaCam]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Camera without shutter sound&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ninjacam.405181/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NotifyMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew notification manager&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-notifymii-homebrew-notification-manager.423334/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/NotifyMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBank]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon Homebrew Bank&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-phbank-pok%C3%A9mon-homebrew-bank.398718/ Thread]&lt;br /&gt;
| [https://github.com/gocario/PHBank Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBankGB]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Pokémon Homebrew Bank for the Pokémon RBY VC release&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-phbankgb-pok%C3%A9mon-homebrew-bank-gb-r-b-y.418440/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Purgification]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Purging tool for notifications&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-purgification-purging-tool-for-notifications.411235/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Purgification Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Payload Switcher]]&lt;br /&gt;
| &lt;br /&gt;
| Switches two A9LH payloads (by renaming them)&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quick-payload-switcher.432358/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/quickswitch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[QuickPowerOff]] (A9LH payload)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shuts down the 3DS. Useful to shut the system down when a reboot is forced (eg. after leaving system settings)&lt;br /&gt;
| [[User:Asia81|Asia81]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quickpoweroff-a9lh-payload.432398/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Reboot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Reboots the Nintendo 3DS console.&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-quick-reboot-cfw-gateway-ninjhax.379101/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Quick_Reboot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[REDThreeUp]]&lt;br /&gt;
| &lt;br /&gt;
| Apply IPS patches to ROM files&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/redthreeup-ips-patcher.435803/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/REDThreeUp Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[screenshot-merge]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Merges screenshots taken with ninjhax 2.5 or NTR CFW&lt;br /&gt;
| [[User:ihaveamac|ihaveamac]]&lt;br /&gt;
| [https://gbatemp.net/threads/screenshot-merge-merge-split-screenshots-right-on-the-3ds.405412/ Thread]&lt;br /&gt;
| [https://github.com/ihaveamac/screenshot-merge Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[scrup]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Upload screenshots to imgur&lt;br /&gt;
| [[User:JerwuQu|JerwuQu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-scrup-screenshot-uploader.401792/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SmashBrosDummy]]&lt;br /&gt;
| &lt;br /&gt;
| A dummy application that simply exits as soon as it can. Used to exit increased memory mode from games like Super Smash Bros. and Monster Hunter.&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-smash-bros-monster-hunter-4-rebooter.379394/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3ds-smash-dummy Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS.&lt;br /&gt;
| [[User:astronautlevel|astronautlevel]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-starupdater-a-luma3ds-updater.427999/ Thread]&lt;br /&gt;
| [https://github.com/astronautlevel2/StarUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater-UN]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS. Usually more updated than the original StarUpdater, though the fork does send pull requests to the original StarUpdater when a feature is added.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]/[[User:astronautlevel|astronautlevel]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/gnmmarechal/StarUpdater-UN Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[uncart]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump decrypted 3DS games cartridges&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/citra-emu/uncart Git]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Other applications===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Linux loader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boots Linux&lt;br /&gt;
| [[User:xerpi|xerpi]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-linux-for-the-3ds.407187/ Thread]&lt;br /&gt;
| [https://github.com/xerpi/3DS-Linux-Loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Nyan Cat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Nyan Cat using LIBSF2D. &lt;br /&gt;
| [[User:markwinap|markwinap]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-non-stop-nyan-cat-smile-please.387427/ Thread]&lt;br /&gt;
| [https://github.com/markwinap/3DS_Nyan_Cat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bird Whisperer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Notification center, built with Lua&lt;br /&gt;
| [[User:ElyosOfTheAbyss|ElyosOfTheAbyss]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-bird-whisperer-a-notification-creater.404669/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BLEND3R]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3D Model Viewer&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Crimson Scripter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Sound novel interpreter, made using lpp3ds.&lt;br /&gt;
| [[User:phalk|phalk]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-crimson-scripter.415152/ Thread]&lt;br /&gt;
| [https://github.com/Phalk/crimsonscripter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrµLua]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, part of [http://microlua.xooit.fr/index.php µLua]&lt;br /&gt;
| [[User:Firew0lf|Firew0lf]], [[User:Reuh|Reuh]], [[User:Negi|Negi]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/Firew0lf/ctruLua Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cubes]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a simple cube pattern on the screen&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cubes.436476/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctrrpc]]&lt;br /&gt;
| &lt;br /&gt;
| RPC client and server&lt;br /&gt;
| [[User:plutoo|plutoo]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/plutooo/ctrrpc Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DDexter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokedex application for 3DS&lt;br /&gt;
| [[User:ddraco|ddraco]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ddexter-the-pokedex-without-the-poke-but-with-an-extra-d.399740/ Thread]&lt;br /&gt;
| [https://github.com/ddraco/DDexter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Roll some dice&lt;br /&gt;
| [[User:keanutah|keanutah]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-dice-3ds-roll-some-dice-pretty-straightforward.400086/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[DSi Homebrew Menu]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.nds DSi homebrew from the SD card&lt;br /&gt;
| [[User:ahezard|ahezard]]&lt;br /&gt;
| [https://gbatemp.net/threads/dsi-homebrew-menu-directly-on-your-home-menu.416791/ Thread]&lt;br /&gt;
| [https://github.com/ahezard/nds-hb-menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Fake Brick]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fake-brick.380080/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[FakeBrick9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:A_Random_Guy|A_Random_Guy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fakebrick9.418837/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Koopa Cruiser]] (WIP)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Web Browser&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/koopacruiser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[LiveScore 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Realtime football score board&lt;br /&gt;
| [[User:NichyXD|NichyXD]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-livescore-3ds.414693/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Lua Player Plus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, port from PSP Lua Player Plus.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]] &amp;amp; [[User:_Nanni|_Nanni]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-lua-player-plus-first-lua-interpreter-for-3ds.374770/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/lpp-3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Manga Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manga/Comics Reader for 3DS&lt;br /&gt;
| [[User:MyLegGuy|MyLegGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-manga-reader.399276/ Thread]&lt;br /&gt;
| [https://github.com/MyLegGuy/MangaReader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Matrix]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a Matrix effect from the movie &#039;&#039;The Matrix&#039;&#039; on the top screen.&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-matrix.436352/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Orchestrina]]&lt;br /&gt;
| &lt;br /&gt;
| Play the ocarina from &#039;&#039;Ocarina of Time&#039;&#039;&lt;br /&gt;
| [[User:LeifEricson|LeifEricson]]&lt;br /&gt;
| [https://gbatemp.net/threads/coming-soon-ocarina-useless-app-to-play-ocarina-tunes.433474/ Thread]&lt;br /&gt;
| [https://github.com/EBLeifEricson/orchestrina Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Pictochat3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pictochat clone for 3DS&lt;br /&gt;
| [[User:Tjessx|Tjessx]]&lt;br /&gt;
| [https://gbatemp.net/threads/offical-release-thread-pictochat3d.396398/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyTot]]&lt;br /&gt;
| &lt;br /&gt;
| 2 Factor Authentication token one-time password generator&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-tinytot-totp-2fa-otp-generator-like-google-authenticator.433842/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/tinytot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWL Slot-1 Launcher]] (Custom DSiWare CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Boots blocked DS flashcards on any 3DS model&lt;br /&gt;
| [[User:Apache Thunder|Apache Thunder]]&lt;br /&gt;
| [https://gbatemp.net/threads/twl-slot-1-launcher-first-custom-dsiware-app.414501/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VN3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Visual Novel Interpreter&lt;br /&gt;
| [[User:dfsa3fdvc1|dfsa3fdvc1]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65618</id>
		<title>List of 3DS homebrew applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65618"/>
		<updated>2017-02-15T22:09:21Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Title Launchers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{3DSNav}}__NOTOC__{{Newpagepreload|Template:P/3DS Homebrew}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH2&#039;&#039;&#039; = Works with Ninjhax 2 / Tubehax / Ironhax / OotHax / SmashbrosHax&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
==Applications==&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bluenav&amp;quot;&amp;gt;&lt;br /&gt;
* [[#Homebrew Loaders|Homebrew Loaders]]&lt;br /&gt;
* [[#Title Launchers|Title Launchers]]&lt;br /&gt;
* [[#File Browsers|File Browsers]]&lt;br /&gt;
* [[#Math|Math]]&lt;br /&gt;
* [[#Media players|Media players]]&lt;br /&gt;
* [[#Save Managers and Editors|Save Managers and Editors]]&lt;br /&gt;
* [[#Shells|Shells]]&lt;br /&gt;
* [[#System Tools|System Tools]]&lt;br /&gt;
* [[#Utilities|Utilities]]&lt;br /&gt;
* [[#Other applications|Other applications]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Homebrew Loaders===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSX Launcher Loader]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Creates CIA forwarders to 3DSX homebrew apps&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsx-launcher-loader-cia-forwarder-for-3dsx-homebrews.432526/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/3dsxlauncher_loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootAnim9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 payload that loads a random animation from your SD card, plays it back and then loads (&#039;chainloads&#039;) another payload.&lt;br /&gt;
| [[User:Wolfvak|Wolfvak]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-release-bootanim9-custom-boot-animations.420202/ Thread]&lt;br /&gt;
| [https://github.com/Wolfvak/BootAnim9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, assign buttons to choose between homebrew to launch, delayed autoboot. For use with menuhax.&lt;br /&gt;
| [[User:m45t3r|m45t3r]]&lt;br /&gt;
| [https://gbatemp.net/threads/re-release-bootctr-a-simple-boot-manager-for-3ds.401630/ Thread]&lt;br /&gt;
| [https://github.com/m45t3r/BootCtr Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of BootCtr. For use with arm9loaderhax.&lt;br /&gt;
| [[User:hartmannaf|hartmannaf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-the-bootctr9-release-thread.435347/ Thread]&lt;br /&gt;
| [https://github.com/hartmannaf/BootCtr9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, GUI to choose between homebrew, delay autoboot. For use with menuhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of CtrBootManager. For use with arm9loaderhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrbootmanager9.417159/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Emergency Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Emergency launcher to be used if no other launchers work&lt;br /&gt;
| [[User:mashers|mashers]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebrew-emergency-launcher.399394/ Thread] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Launcher Loader]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.3dsx from the SD card&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-yellows8s-homebrew-launcher-loader-for-cfw-users-cia-hbl-launcher.404151/ Thread]&lt;br /&gt;
| [https://github.com/yellows8/hblauncher_loader/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Spider3DSTools]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| A collection of tools that exploited the o3ds&#039;s browser on &amp;lt;9.3 firmware. Used for RAM dumping, game cheats, etc.&lt;br /&gt;
| [[User:Yifan Lu|Yifan Lu]]&lt;br /&gt;
| [https://gbatemp.net/threads/custom-launcher-spider3dstools-released.379427/ Thread]&lt;br /&gt;
| [https://github.com/yifanlu/Spider3DSTools Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[The Homebrew Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Official Ninjhax Homebrew Launcher.&lt;br /&gt;
* [https://gbatemp.net/threads/homebrew-launcher-with-sorting-and-folder-support.396793/ Mod with sorting and folder support] by [[User:suloku|suloku]]&lt;br /&gt;
* [https://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mod with grid layout] by [[User:mashers|mashers]]&lt;br /&gt;
| [[User:Smealum|Smealum]], [[User:GEMISIS|GEMISIS]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/3ds_hb_menu Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Title Launchers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[HANS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Loads games with patches to allow for region free, ROM hacks and screenshots.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/smealum/HANS Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionFOUR]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS/new3DS on firmware versions 9.0-10.1.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/regionfour-released-by-smealum.388115/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionFOUR Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionthree]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS on firmware versions 4.0-9.5.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-regionthree-region-free-loader-for-3ds-2ds-xl-from-9-0-9-4-sky3ds-users-regionfree.378975/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionthree Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLoader]]&lt;br /&gt;
| partial&lt;br /&gt;
| A frontend for the nds rom loader called nds-bootstrap. Has DSi-Menu, R4, and Wood themes.&lt;br /&gt;
| [[User:Robz8|Robz8]]&lt;br /&gt;
| [https://gbatemp.net/threads/twloader-ctr-mode-nds-app.448375/ Thread]&lt;br /&gt;
| [https://github.com/Robz8/TWLoader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Y.A.R.U.]] (Yet Another Regionfree Utility)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for Palantine CFW/Emunand &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-y-a-r-u-regionfree-and-gw-mode-launcher.379675/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===File Browsers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS File Explorer]]&lt;br /&gt;
| &lt;br /&gt;
| Mount SD card and list files&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-83#post-5045023 Post]&lt;br /&gt;
| [https://mega.co.nz/#!tR1XhZwL!FHVm6TPD_Y39CM5epoAWEb0kXc_TrxPUuqHxnooVO0k Mega]&lt;br /&gt;
|-&lt;br /&gt;
| [[CTRXplorer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD file manager.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrxplorer-open-source-sd-file-manager.390353/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/CTRXplorer/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Godmode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD/NAND file manager for arm9.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ORGANIZ3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A simple file browser written in LUA.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-organiz3d-filebrowser-for-3ds.377783/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Math===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| 3DS Binary --&amp;gt; Decimal Converter&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Converts an entered binary number to its decimal equivalent&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]] et al.&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-rev-15-3ds-binary-decimal-converter.374356/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Binary_Decimal_Converter Git]&lt;br /&gt;
|-&lt;br /&gt;
| 3DSInteger to Hex and Binary Converter &lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DSConvert Integer to Hex and Binary &lt;br /&gt;
| [[User:darkxex|darkxex]]&lt;br /&gt;
| [https://gbatemp.net/threads/my-first-homebrew-integer-to-hex-and-binary-sorry-my-bad-english.430764/ Thread]&lt;br /&gt;
| [https://github.com/darkxex/InttoHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| GraphCalc 3DS&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical calculator.&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-graphing-calculator.399078/ Thread]&lt;br /&gt;
| [https://github.com/flarn2006/GraphCalc3DS Git]&lt;br /&gt;
|-&lt;br /&gt;
| Super Simple Calculator&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Calculator for simple math operations&lt;br /&gt;
| [[User:CKlidify|CKlidify]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-super-simple-calculator.399475/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Simple Calc&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Another calculator for simple math operations.&lt;br /&gt;
| [[User:GalladeGuy|GalladeGuy]]&lt;br /&gt;
| [http://gbatemp.net/threads/simple-calc.401144/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Media players===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DAmnesic]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Video player (&amp;lt;abbr title=&amp;quot;Proof of concept&amp;quot;&amp;gt;POC&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
| [[User:Lectem|Lectem]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3damnesic-a-poc-video-player.396184/ Thread]&lt;br /&gt;
| [https://github.com/Lectem/3Damnesic Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSurfer]]&lt;br /&gt;
| &lt;br /&gt;
| Wav player, written with LPP.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsurfer-wav-audioplayer-for-3ds.377647/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CTR Streaming Server]]&lt;br /&gt;
| &lt;br /&gt;
| A 3DS homebrew audio/video playback server. &lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/yellows8/ctr-streaming-server Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrmus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A music player supporting wav, aiff, flac, opus and mp3.&lt;br /&gt;
| [[User:MaK11-12|MaK11-12]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ctrmus-another-3ds-music-player.454745/ Thread]&lt;br /&gt;
| [https://github.com/deltabeard/ctrmus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3ds-vgmstream]]&lt;br /&gt;
|&lt;br /&gt;
| A port of vgmstream for the 3ds with a simple text based player&lt;br /&gt;
| [[User:TricksterGuy|TricksterGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-3ds-vgmstream-new-audio-player-port-of-vgmstream.413755/ Thread]&lt;br /&gt;
| [https://github.com/TricksterGuy/3ds-vgmstream Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Save Managers and Editors===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Agbsave9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump GBA VC savefiles to SD card&lt;br /&gt;
| [[User:alex34567|alex34567]]&lt;br /&gt;
| [http://gbatemp.net/threads/pre-release-agbsave9-tool-to-extract-agb_firm-saves.410684/ Thread]&lt;br /&gt;
| [https://github.com/alex34567/Agbsave9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[EventAssistant]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon NDS/3DS save editor/injector&lt;br /&gt;
| [[User:EventAssistant|EventAssistant]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eventassistant-an-all-in-one-wc6-oras-injecter.435014/ Thread]&lt;br /&gt;
| [https://github.com/BernardoGiordano/PKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSM|JK&#039;s SaveManager]] (JKSM)&lt;br /&gt;
| &lt;br /&gt;
| User friendly save manger for quick and easy save swaping.&lt;br /&gt;
| [[User:JK_|JK_]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ Thread]&lt;br /&gt;
| [https://github.com/J-D-K/JKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSMK]]&lt;br /&gt;
| &lt;br /&gt;
| Modified version of JKSM to be more &amp;quot;Noob-friendly&amp;quot;&lt;br /&gt;
| [[User:ShinyMK|ShinyMK]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jksmk-quick-compact-save-manager.433204/ Thread]&lt;br /&gt;
| [https://github.com/ShinyMK/JKSMK Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PKHex (Pokémon save editor) in homebrew form&lt;br /&gt;
| [[User:Stracker|Stracker]]&lt;br /&gt;
| [https://gbatemp.net/threads/pchex-homebrew-pkhex.397565/ Thread]&lt;br /&gt;
| [https://github.com/Strackeror/PCHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex++]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PCHex rewritten in C++ and with a GUI&lt;br /&gt;
| [[User:Slashcash|Slashcash]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-pchex-pchex-with-its-own-gui.405302/ Thread]&lt;br /&gt;
| [https://github.com/Slashcash/PCHex-plusplus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[save_manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
| [https://gbatemp.net/threads/save-data-manager-and-editor-for-firmware-up-to-9-9.396245/ Thread]&lt;br /&gt;
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[svdt]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:meladroit|meladroit]]&lt;br /&gt;
| [https://gbatemp.net/threads/svdt-save-data-explorer-manager.396562/ Thread]&lt;br /&gt;
| [https://github.com/meladroit/svdt/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TerraInveditThreedee]]&lt;br /&gt;
|&lt;br /&gt;
| A save editor for Terraria 3ds&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/terrainveditthreedee-terraria3ds-inventory-editor.409112/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/TerraInveditThreedee Git]&lt;br /&gt;
|-	&lt;br /&gt;
| [[Mk7se]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Edit your mk7 savefiles right from your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-mk7se-mario-kart-7-save-editor-as-a-homebrew.449785/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Mk7se Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLSaveTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage saves from NDS cartridges.&lt;br /&gt;
| [[User:TuxSH|TuxSH]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-twlsavetool-v1-0.412887/ Thread]&lt;br /&gt;
| [https://github.com/TuxSH/TWLSaveTool Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shells===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Sunshell]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Multifunction shell written in LUA. Contains a variety of useful tools including an SD file manager, extdata dump/restore tool, and media players.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-sunshell-a-powerfull-shell-for-3ds.382483/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Sunshell Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cyanogen3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An alternative custom GUI for Nintendo 3DS. This project is in no way affiliated, it only replicates the Android GUI and adds its own features.&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/cyanogen3ds-an-alternative-gui-menu-for-the-3ds.385401/ Thread]&lt;br /&gt;
| [https://github.com/joel16/Cyanogen3DS/ Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System Tools===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Hardware Test]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Test the hardware buttons of your system&lt;br /&gt;
| [[User:ifrit05|ifrit05]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-hardware-test.438267/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homemenu ExtdataTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Nintendo 3DS homebrew application for accessing SD extdata used by Home Menu. &lt;br /&gt;
| [[User:Yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenu_extdatatool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Ram Dumper]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Palantine|Palantine]] &lt;br /&gt;
| &lt;br /&gt;
| [https://bitbucket.org/palantine/3ds-ram-dumper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Big Red Menu]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Used to manage installed cia files on NAND. &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/big-red-menu-legal-cia-installer-uninstaller.379061/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Big_Red_Menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[braindump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump decrypted contents (both ExeFS and RomFS) of any 3DS game.&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| [https://gbatemp.net/threads/braindump-prerelease-dump-game-contents-on-any-system-version.400920/ Thread]&lt;br /&gt;
| [https://github.com/neobrain/braindump/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik/Skeith CFW Updater]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater.429930/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik CFW Updater: RE]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW. Replacement and rewrite of Corbenik/Skeith CFW Updater.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater-re.440297/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater-re Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cthulhu]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage play time history, step history and cached icon data&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cthulhu-app-for-managing-play-time-step-history-and-cached-icon-data.439485/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/CacheTool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Custom Home Menu Manager]] 2 (CHMM2)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows viewing and changing of custom Home menu themes.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/chmm-custom-homemenu-manager.379349/ 1.0] [https://gbatemp.net/threads/release-chmm2-custom-home-menu-manager-2.397543/ 2.0]&lt;br /&gt;
| [https://github.com/Rinnegatamante/CHMM2 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Decrypt9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Decryption and dumping tools (XORpad) 9.2 and below, backup/restore SysNAND/EmuNAND&lt;br /&gt;
| [[User:Archshift|Archshift]], [[User:d0k3|d0k3]], [[User:Shadowtrance|Shadowtrance]]&lt;br /&gt;
| [https://gbatemp.net/threads/download-decrypt9-wip-3dsx-launcher-dat.388831/ Thread]&lt;br /&gt;
| [https://github.com/archshift/Decrypt9 Git] [https://github.com/d0k3/Decrypt9 Git] [https://github.com/Shadowtrance/Decrypt9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Diagnos3]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Check the functionailty of your 3DS.&lt;br /&gt;
| [[User:Technicmaster0|Tcm0]] (FUK-Team)&lt;br /&gt;
| [https://gbatemp.net/threads/release-diagnos3.389435/ Thread]&lt;br /&gt;
| [http://filetrip.net/dl?wZJdhF8wWt Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[EmuNAND9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| EmuNAND SD formatter &amp;amp; manager&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-emunand9tool-open-source-emunand-formatter-manager.405921/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/EmuNAND9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[eShop Music Changer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Change the Nintendo eShop background music&lt;br /&gt;
| [[User:Ptrk25|Ptrk25]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eshop-music-changer.404945/ Thread]&lt;br /&gt;
| [https://github.com/Ptrk25/eshopMusicChanger Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Extdata dump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump, edit and restore Extra Data stored on SD Card. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-extdata-dump-and-restore-tool-extra-data-editing.378492/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/extdata_dump Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FBI]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| CIA/NAND manager.&lt;br /&gt;
| [[User:Steveice10|Steveice10]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fbi-open-source-cia-installer.386433/ Thread]&lt;br /&gt;
| [https://github.com/Steveice10/FBI Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FCRamDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Kane49|Kane49]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[freeShop]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Downloads games from the eShop, as long as you have their title key on your system.&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-freeshop-open-source-eshop-clone.426573/ Thread]&lt;br /&gt;
| [https://github.com/Cruel/freeShop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gimme 300 coins]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| The fastest way you will get 300 coins ever&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-gimme-300-coins-the-fastest-way-you-will-get-300-coins-ever.421461/ Thread]&lt;br /&gt;
| [http://www84.zippyshare.com/v/LySsD1Ao/file.html Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[GYTB]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Add custom badges to your 3DS&lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gytb-custom-badges-made-really-really-simple.404355/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/GYTB Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[GodMode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| SD &amp;amp; NAND file explorer&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[HexDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Display RAM dump on screen as hex value&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Hourglass9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Stripped down/noob friendly version of Decrypt9 that only includes basic sys/emuNAND dumping/restoring and H&amp;amp;S dumping/injection.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-hourglass9-noob-friendly-safe-nand-dumper-restorer.428045/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/Hourglass9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ironhax installer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install the ironhax exploit. No longer works with the latest version of Ironfall.&lt;br /&gt;
| [[User:smealum|smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ironhax/tree/master/installer Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[menuhax manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install or update menuhax.&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenuhax/tree/master/menuhax_manager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NASA]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Universal Legit CIA manager for firmware 4.1 - 10.7&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-6.409806/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NVRAM Flash Manager]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Wifi NVRAM/SPI Flash dumper/restorer &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-nvram-flash-manager.383838/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[OTPHelper]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Small tool designed for helping with the downgrade and OTP dumping&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-otphelper-otp-dumping-downgrade-helper.416996/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/OTPHelper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Playcoin]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows modifying the 3DS Play Coin counter. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/MrCheeze/playcoin Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[RAM Dumping]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file.&lt;br /&gt;
| [[User:fierce waffle|fierce waffle]]&lt;br /&gt;
| [https://gbatemp.net/threads/merry-christmas-have-some-ram-dumping.359697/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeA9LHInstaller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install arm9loaderhax.&lt;br /&gt;
| [[User:Aurora Wright|Aurora Wright]]&lt;br /&gt;
| [http://gbatemp.net/threads/safea9lhinstaller.419577/ Thread]&lt;br /&gt;
| [https://github.com/AuroraWright/SafeA9LHInstaller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeSysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A fork of sysUpdater that checks all files before updating/downgrading&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-safesysupdater.409392/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/SafeSysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SDMounty]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Unmount the SD card.&lt;br /&gt;
| [[User:zoogie|zoogie]]&lt;br /&gt;
| [https://gbatemp.net/threads/unmount-microsd-card-through-cia.424650/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!]] (Super cOOl iNstaller!)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/soon-super-cool-installer-a-new-cool-legal-open-source-cia-installer.387268/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!2]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| New version of the very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-soon-2-super-cool-installer-2-a-new-super-cool-cia-installer.416076/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[sysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Tool for updating/downgrading system firmware&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/profi200/sysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TIKdevil]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of CIAngel.&lt;br /&gt;
| [[User:Kyraminol|Kyraminol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikdevil-reboot-batch-make-and-install-tickets.424699/ Thread]&lt;br /&gt;
| [https://github.com/Kyraminol/TIKdevil Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikShop]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of TIKdevil.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikshop-install-tickets-and-launch-the-eshop.437238/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikShop/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikSweep]]&lt;br /&gt;
| &lt;br /&gt;
| Remove tickets from your system that are not used.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tiksweep-remove-unused-tickets.437438/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikSweep/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyFormat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Quickly formats system memory without wiping out SD card contents.&lt;br /&gt;
| [[User:javimadgit|javimadgit]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/javimadgit/TinyFormat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[UpdateSupresser]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Removes update nag&lt;br /&gt;
| [[User:Giantblargg|Giantblargg]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-updatesuppressor.404416/ Thread]&lt;br /&gt;
| [https://github.com/GiantBlargg/UpdateSuppressor Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Utilities===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3dsfetch]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Show some information about your system. Similar to Screenfetch on Linux.&lt;br /&gt;
| [[User:VideahGams|VideahGams]]&lt;br /&gt;
| [https://gbatemp.net/threads/videahs-various-stuff.397562/ Thread]&lt;br /&gt;
| [https://github.com/VideahGams/3dsfetch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS eBook Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| eBook Reader for 3DS&lt;br /&gt;
| [[User:__singularity|__singularity]], [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ebook-reader-read-ebooks-on-your-3ds-alpha-1.434453/ Thread]&lt;br /&gt;
| [https://github.com/reworks/3DS_eBook_Reader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSController]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS console as Windows controller (sends data to keyboard, joypad and mouse).&lt;br /&gt;
| [[User:CTurt|CTurt]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-controller.375443/ Thread]&lt;br /&gt;
| [https://github.com/CTurt/3DSController Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSident]]&lt;br /&gt;
| &lt;br /&gt;
| Shows various info about your 3DS system&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsident.435755/ Thread]&lt;br /&gt;
| [https://github.com/joel16/3DSident Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homebrew Browser]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:cromo|cromo]] and [[User:Zeta0134|Zeta0134]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/zeta0134/3ds-homebrew-browser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Motion]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Paint with added Stop-Motion animation support&lt;br /&gt;
| [[User:norips|norips]]&lt;br /&gt;
| [https://gbatemp.net/threads/beta-release-3ds_motion.403358/ Thread]&lt;br /&gt;
| [https://github.com/norips/3DS_Motion/releases Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Multi Decryptor]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Decrypts and creates XORPads for game&#039;s ROM files and SD card files. (Previously named 3DS CTR Decryptor)&lt;br /&gt;
| Team VOiD ([[User:sbJFn5r|sbJFn5r]], [[User:relys|relys]], [[User:xerpi|xerpi]])&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Relys/3DS_Multi_Decryptor Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Paint]]&lt;br /&gt;
| &lt;br /&gt;
| Drawing program&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-3ds-paint.374473/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Paint Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Remote Desktop]]&lt;br /&gt;
| &lt;br /&gt;
| Stream Windows computer&#039;s screen to 3DS and send 3DS input to Windows. &lt;br /&gt;
| [[User:Retrozelda|Retrozelda]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-remote-desktop.381646/ Thread]&lt;br /&gt;
| [https://bitbucket.org/RetroZelda/3ds-remote-desktop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Quick Shutdown]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shut down your 3DS&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-quick-shutdown.399981/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Quick_Shutdown Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Wifi Toggle]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Turn Wifi on or off&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-wifi-toggle.400018/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Wifi_Toggle Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DText]]&lt;br /&gt;
| &lt;br /&gt;
| Simple text file viewer.&lt;br /&gt;
| [[User:DarkFlare69|DarkFlare69]]&lt;br /&gt;
| [https://gbatemp.net/threads/3dtext-text-viewer-for-3ds.377963/ Thread]&lt;br /&gt;
| [https://github.com/DarkFlare69/3DText Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Alarm Clock]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A basic alarm clock&lt;br /&gt;
| [[User:730|730]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-alarm-clock.397624/ Thread]&lt;br /&gt;
| Included&lt;br /&gt;
|-&lt;br /&gt;
| [[BMP Loader]]&lt;br /&gt;
| &lt;br /&gt;
| Load a specific converted BMP format.&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-38#post-4923633 Post]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BrewMan]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew repository downloader, supports github and screenshots&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-brewman-homebrew-installer-and-manager.415165/ Thread]&lt;br /&gt;
| [https://github.com/Repo3DS/BrewMan Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIAngel]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads good CIA files right on your 3DS.&lt;br /&gt;
| [[User:cearp|cearp]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ciangel-download-good-cias-right-on-your-3ds.423326/ Thread]&lt;br /&gt;
| [https://github.com/llakssz/CIAngel Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Checkmii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Checks what buttons are pressed&lt;br /&gt;
| [[User:Darkrevol|Darkrevol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-checkmii.395575/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctroller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS as a gamepad for your GNU/Linux PC&lt;br /&gt;
| [[User:phijor|phijor]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/phijor/ctroller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DownloadMii]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dicontinued. Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:filfat|filfat]]&lt;br /&gt;
| [https://gbatemp.net/threads/released-downloadmii-a-homebrew-online-marketplace.374759/ Thread]&lt;br /&gt;
| [https://github.com/DownloadMii/DownloadMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[edpJoy3DS]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| edpJoy client for 3DS &lt;br /&gt;
| [[User:edicpop|edicpop]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-edpjoy3ds.392968/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fb43ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Facebook&#039;s chat Client.&lt;br /&gt;
| Lino Maglione ([[User:jocopoco|jocopoco]])&lt;br /&gt;
| [https://gbatemp.net/threads/fb43ds-facebooks-client-for-nintendo-3ds.377030/ Thread]&lt;br /&gt;
| [https://github.com/linoma/fb43ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FileKong]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP client&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-filekong-ftp-client-for-3ds.429071/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Font Viewer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| View fonts from your SD card&lt;br /&gt;
| [[User:Jwiz33|Jwiz33]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-font-viewer-tester.396145/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[For Anyone Who Walks A Lot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Awards play coins for steps beyond 1000&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-for-anyone-who-walks-a-lot.395152/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/for-anyone-who-walks-a-lot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftbrony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP Server (My Little Pony themed)&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
| [https://gbatemp.net/threads/ftp-server-ftbrony-by-mtheall.375254/ Thread]&lt;br /&gt;
| [https://github.com/mtheall/ftbrony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Fork of ftbrony that is Nintendo themed&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-3ds.395195/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/FTP-3DS/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-GMX]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Custom FTP Server for 3DS&lt;br /&gt;
| [[User:FloatingStar|FloatingStar]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-gmx-customize-your-ftbrony.410506/ Thread]&lt;br /&gt;
| [https://github.com/FloatingStar/FTP-GMX Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpd]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/mtheall/ftpd Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ftpony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gamecard Dumper]]&lt;br /&gt;
| &lt;br /&gt;
| Dump 3DS and DSi game cartridges&lt;br /&gt;
| [[User:TheGreek Boy|TheGreek Boy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gamecard-dumper.438154/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[HackChat]]&lt;br /&gt;
| &lt;br /&gt;
| Chat application&lt;br /&gt;
| [[User:omikes|omikes]]&lt;br /&gt;
| [https://gbatemp.net/threads/hackchat.412163/ Thread]&lt;br /&gt;
| [https://github.com/GitGarage/HackChat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebr3w]]&lt;br /&gt;
| &lt;br /&gt;
| Browse and downlad Homebrew&lt;br /&gt;
| [[User:Wolvan|Wolvan]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebr3w-simple-homebrew-browser-and-installer.434105/ Thread]&lt;br /&gt;
| [https://github.com/Wolvan/Homebr3w Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[InstallMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical homebrew repository downloader&lt;br /&gt;
| [[User:simonepsp|simonepsp]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-installmii-graphical-repository-downloader.406097/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[MapleIRC]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| IRC Client&lt;br /&gt;
| [[User:titegtnodI|titegtnodI]]&lt;br /&gt;
| [https://gbatemp.net/threads/mapleirc-homebrew.376649/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Multidownload]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads files straight to your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-multidownload-all-type-file-downloader-for-3ds.437631/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Multidownload Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NinjaCam]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Camera without shutter sound&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ninjacam.405181/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NotifyMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew notification manager&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-notifymii-homebrew-notification-manager.423334/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/NotifyMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBank]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon Homebrew Bank&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-phbank-pok%C3%A9mon-homebrew-bank.398718/ Thread]&lt;br /&gt;
| [https://github.com/gocario/PHBank Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBankGB]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Pokémon Homebrew Bank for the Pokémon RBY VC release&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-phbankgb-pok%C3%A9mon-homebrew-bank-gb-r-b-y.418440/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Purgification]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Purging tool for notifications&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-purgification-purging-tool-for-notifications.411235/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Purgification Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Payload Switcher]]&lt;br /&gt;
| &lt;br /&gt;
| Switches two A9LH payloads (by renaming them)&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quick-payload-switcher.432358/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/quickswitch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[QuickPowerOff]] (A9LH payload)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shuts down the 3DS. Useful to shut the system down when a reboot is forced (eg. after leaving system settings)&lt;br /&gt;
| [[User:Asia81|Asia81]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quickpoweroff-a9lh-payload.432398/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Reboot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Reboots the Nintendo 3DS console.&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-quick-reboot-cfw-gateway-ninjhax.379101/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Quick_Reboot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[REDThreeUp]]&lt;br /&gt;
| &lt;br /&gt;
| Apply IPS patches to ROM files&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/redthreeup-ips-patcher.435803/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/REDThreeUp Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[screenshot-merge]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Merges screenshots taken with ninjhax 2.5 or NTR CFW&lt;br /&gt;
| [[User:ihaveamac|ihaveamac]]&lt;br /&gt;
| [https://gbatemp.net/threads/screenshot-merge-merge-split-screenshots-right-on-the-3ds.405412/ Thread]&lt;br /&gt;
| [https://github.com/ihaveamac/screenshot-merge Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[scrup]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Upload screenshots to imgur&lt;br /&gt;
| [[User:JerwuQu|JerwuQu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-scrup-screenshot-uploader.401792/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SmashBrosDummy]]&lt;br /&gt;
| &lt;br /&gt;
| A dummy application that simply exits as soon as it can. Used to exit increased memory mode from games like Super Smash Bros. and Monster Hunter.&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-smash-bros-monster-hunter-4-rebooter.379394/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3ds-smash-dummy Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS.&lt;br /&gt;
| [[User:astronautlevel|astronautlevel]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-starupdater-a-luma3ds-updater.427999/ Thread]&lt;br /&gt;
| [https://github.com/astronautlevel2/StarUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater-UN]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS. Usually more updated than the original StarUpdater, though the fork does send pull requests to the original StarUpdater when a feature is added.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]/[[User:astronautlevel|astronautlevel]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/gnmmarechal/StarUpdater-UN Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[uncart]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump decrypted 3DS games cartridges&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/citra-emu/uncart Git]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Other applications===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Linux loader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boots Linux&lt;br /&gt;
| [[User:xerpi|xerpi]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-linux-for-the-3ds.407187/ Thread]&lt;br /&gt;
| [https://github.com/xerpi/3DS-Linux-Loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Nyan Cat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Nyan Cat using LIBSF2D. &lt;br /&gt;
| [[User:markwinap|markwinap]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-non-stop-nyan-cat-smile-please.387427/ Thread]&lt;br /&gt;
| [https://github.com/markwinap/3DS_Nyan_Cat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bird Whisperer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Notification center, built with Lua&lt;br /&gt;
| [[User:ElyosOfTheAbyss|ElyosOfTheAbyss]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-bird-whisperer-a-notification-creater.404669/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BLEND3R]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3D Model Viewer&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Crimson Scripter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Sound novel interpreter, made using lpp3ds.&lt;br /&gt;
| [[User:phalk|phalk]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-crimson-scripter.415152/ Thread]&lt;br /&gt;
| [https://github.com/Phalk/crimsonscripter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrµLua]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, part of [http://microlua.xooit.fr/index.php µLua]&lt;br /&gt;
| [[User:Firew0lf|Firew0lf]], [[User:Reuh|Reuh]], [[User:Negi|Negi]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/Firew0lf/ctruLua Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cubes]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a simple cube pattern on the screen&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cubes.436476/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctrrpc]]&lt;br /&gt;
| &lt;br /&gt;
| RPC client and server&lt;br /&gt;
| [[User:plutoo|plutoo]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/plutooo/ctrrpc Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DDexter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokedex application for 3DS&lt;br /&gt;
| [[User:ddraco|ddraco]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ddexter-the-pokedex-without-the-poke-but-with-an-extra-d.399740/ Thread]&lt;br /&gt;
| [https://github.com/ddraco/DDexter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Roll some dice&lt;br /&gt;
| [[User:keanutah|keanutah]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-dice-3ds-roll-some-dice-pretty-straightforward.400086/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[DSi Homebrew Menu]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.nds DSi homebrew from the SD card&lt;br /&gt;
| [[User:ahezard|ahezard]]&lt;br /&gt;
| [https://gbatemp.net/threads/dsi-homebrew-menu-directly-on-your-home-menu.416791/ Thread]&lt;br /&gt;
| [https://github.com/ahezard/nds-hb-menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Fake Brick]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fake-brick.380080/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[FakeBrick9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:A_Random_Guy|A_Random_Guy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fakebrick9.418837/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Koopa Cruiser]] (WIP)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Web Browser&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/koopacruiser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[LiveScore 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Realtime football score board&lt;br /&gt;
| [[User:NichyXD|NichyXD]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-livescore-3ds.414693/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Lua Player Plus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, port from PSP Lua Player Plus.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]] &amp;amp; [[User:_Nanni|_Nanni]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-lua-player-plus-first-lua-interpreter-for-3ds.374770/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/lpp-3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Manga Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manga/Comics Reader for 3DS&lt;br /&gt;
| [[User:MyLegGuy|MyLegGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-manga-reader.399276/ Thread]&lt;br /&gt;
| [https://github.com/MyLegGuy/MangaReader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Matrix]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a Matrix effect from the movie &#039;&#039;The Matrix&#039;&#039; on the top screen.&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-matrix.436352/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Orchestrina]]&lt;br /&gt;
| &lt;br /&gt;
| Play the ocarina from &#039;&#039;Ocarina of Time&#039;&#039;&lt;br /&gt;
| [[User:LeifEricson|LeifEricson]]&lt;br /&gt;
| [https://gbatemp.net/threads/coming-soon-ocarina-useless-app-to-play-ocarina-tunes.433474/ Thread]&lt;br /&gt;
| [https://github.com/EBLeifEricson/orchestrina Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Pictochat3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pictochat clone for 3DS&lt;br /&gt;
| [[User:Tjessx|Tjessx]]&lt;br /&gt;
| [https://gbatemp.net/threads/offical-release-thread-pictochat3d.396398/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyTot]]&lt;br /&gt;
| &lt;br /&gt;
| 2 Factor Authentication token one-time password generator&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-tinytot-totp-2fa-otp-generator-like-google-authenticator.433842/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/tinytot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWL Slot-1 Launcher]] (Custom DSiWare CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Boots blocked DS flashcards on any 3DS model&lt;br /&gt;
| [[User:Apache Thunder|Apache Thunder]]&lt;br /&gt;
| [https://gbatemp.net/threads/twl-slot-1-launcher-first-custom-dsiware-app.414501/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VN3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Visual Novel Interpreter&lt;br /&gt;
| [[User:dfsa3fdvc1|dfsa3fdvc1]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65617</id>
		<title>List of 3DS homebrew applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_applications&amp;diff=65617"/>
		<updated>2017-02-15T22:08:55Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Title Launchers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{3DSNav}}__NOTOC__{{Newpagepreload|Template:P/3DS Homebrew}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH2&#039;&#039;&#039; = Works with Ninjhax 2 / Tubehax / Ironhax / OotHax / SmashbrosHax&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
==Applications==&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bluenav&amp;quot;&amp;gt;&lt;br /&gt;
* [[#Homebrew Loaders|Homebrew Loaders]]&lt;br /&gt;
* [[#Title Launchers|Title Launchers]]&lt;br /&gt;
* [[#File Browsers|File Browsers]]&lt;br /&gt;
* [[#Math|Math]]&lt;br /&gt;
* [[#Media players|Media players]]&lt;br /&gt;
* [[#Save Managers and Editors|Save Managers and Editors]]&lt;br /&gt;
* [[#Shells|Shells]]&lt;br /&gt;
* [[#System Tools|System Tools]]&lt;br /&gt;
* [[#Utilities|Utilities]]&lt;br /&gt;
* [[#Other applications|Other applications]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Homebrew Loaders===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSX Launcher Loader]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Creates CIA forwarders to 3DSX homebrew apps&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsx-launcher-loader-cia-forwarder-for-3dsx-homebrews.432526/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/3dsxlauncher_loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootAnim9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 payload that loads a random animation from your SD card, plays it back and then loads (&#039;chainloads&#039;) another payload.&lt;br /&gt;
| [[User:Wolfvak|Wolfvak]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-release-bootanim9-custom-boot-animations.420202/ Thread]&lt;br /&gt;
| [https://github.com/Wolfvak/BootAnim9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, assign buttons to choose between homebrew to launch, delayed autoboot. For use with menuhax.&lt;br /&gt;
| [[User:m45t3r|m45t3r]]&lt;br /&gt;
| [https://gbatemp.net/threads/re-release-bootctr-a-simple-boot-manager-for-3ds.401630/ Thread]&lt;br /&gt;
| [https://github.com/m45t3r/BootCtr Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[BootCtr9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of BootCtr. For use with arm9loaderhax.&lt;br /&gt;
| [[User:hartmannaf|hartmannaf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-the-bootctr9-release-thread.435347/ Thread]&lt;br /&gt;
| [https://github.com/hartmannaf/BootCtr9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boot manager, GUI to choose between homebrew, delay autoboot. For use with menuhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/ctrbootmanager-3ds-boot-manager-loader-homemenuhax.398383/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CtrBootManager9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| ARM9 version of CtrBootManager. For use with arm9loaderhax.&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrbootmanager9.417159/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/CtrBootManager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Emergency Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Emergency launcher to be used if no other launchers work&lt;br /&gt;
| [[User:mashers|mashers]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebrew-emergency-launcher.399394/ Thread] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebrew Launcher Loader]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.3dsx from the SD card&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-yellows8s-homebrew-launcher-loader-for-cfw-users-cia-hbl-launcher.404151/ Thread]&lt;br /&gt;
| [https://github.com/yellows8/hblauncher_loader/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Spider3DSTools]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| A collection of tools that exploited the o3ds&#039;s browser on &amp;lt;9.3 firmware. Used for RAM dumping, game cheats, etc.&lt;br /&gt;
| [[User:Yifan Lu|Yifan Lu]]&lt;br /&gt;
| [https://gbatemp.net/threads/custom-launcher-spider3dstools-released.379427/ Thread]&lt;br /&gt;
| [https://github.com/yifanlu/Spider3DSTools Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[The Homebrew Launcher]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Official Ninjhax Homebrew Launcher.&lt;br /&gt;
* [https://gbatemp.net/threads/homebrew-launcher-with-sorting-and-folder-support.396793/ Mod with sorting and folder support] by [[User:suloku|suloku]]&lt;br /&gt;
* [https://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mod with grid layout] by [[User:mashers|mashers]]&lt;br /&gt;
| [[User:Smealum|Smealum]], [[User:GEMISIS|GEMISIS]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/3ds_hb_menu Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Title Launchers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[HANS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Loads games with patches to allow for region free, ROM hacks and screenshots.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/smealum/HANS Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionFOUR]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS/new3DS on firmware versions 9.0-10.1.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/regionfour-released-by-smealum.388115/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionFOUR Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[regionthree]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for 3DS/3DSXL/2DS on firmware versions 4.0-9.5.&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-regionthree-region-free-loader-for-3ds-2ds-xl-from-9-0-9-4-sky3ds-users-regionfree.378975/ Thread]&lt;br /&gt;
| [https://github.com/smealum/regionthree Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLoader]]&lt;br /&gt;
| {{p}}&lt;br /&gt;
| A frontend for the nds rom loader called nds-bootstrap. Has DSi-Menu, R4, and Wood themes.&lt;br /&gt;
| [[User:Robz8|Robz8]]&lt;br /&gt;
| [https://gbatemp.net/threads/twloader-ctr-mode-nds-app.448375/ Thread]&lt;br /&gt;
| [https://github.com/Robz8/TWLoader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Y.A.R.U.]] (Yet Another Regionfree Utility)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Region free cartridge loader for Palantine CFW/Emunand &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-y-a-r-u-regionfree-and-gw-mode-launcher.379675/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===File Browsers===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS File Explorer]]&lt;br /&gt;
| &lt;br /&gt;
| Mount SD card and list files&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-83#post-5045023 Post]&lt;br /&gt;
| [https://mega.co.nz/#!tR1XhZwL!FHVm6TPD_Y39CM5epoAWEb0kXc_TrxPUuqHxnooVO0k Mega]&lt;br /&gt;
|-&lt;br /&gt;
| [[CTRXplorer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD file manager.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ctrxplorer-open-source-sd-file-manager.390353/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/CTRXplorer/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Godmode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An open source SD/NAND file manager for arm9.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ORGANIZ3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A simple file browser written in LUA.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-organiz3d-filebrowser-for-3ds.377783/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Math===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| 3DS Binary --&amp;gt; Decimal Converter&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Converts an entered binary number to its decimal equivalent&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]] et al.&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-rev-15-3ds-binary-decimal-converter.374356/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Binary_Decimal_Converter Git]&lt;br /&gt;
|-&lt;br /&gt;
| 3DSInteger to Hex and Binary Converter &lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DSConvert Integer to Hex and Binary &lt;br /&gt;
| [[User:darkxex|darkxex]]&lt;br /&gt;
| [https://gbatemp.net/threads/my-first-homebrew-integer-to-hex-and-binary-sorry-my-bad-english.430764/ Thread]&lt;br /&gt;
| [https://github.com/darkxex/InttoHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| GraphCalc 3DS&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical calculator.&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-graphing-calculator.399078/ Thread]&lt;br /&gt;
| [https://github.com/flarn2006/GraphCalc3DS Git]&lt;br /&gt;
|-&lt;br /&gt;
| Super Simple Calculator&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Calculator for simple math operations&lt;br /&gt;
| [[User:CKlidify|CKlidify]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-super-simple-calculator.399475/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Simple Calc&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Another calculator for simple math operations.&lt;br /&gt;
| [[User:GalladeGuy|GalladeGuy]]&lt;br /&gt;
| [http://gbatemp.net/threads/simple-calc.401144/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Media players===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DAmnesic]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Video player (&amp;lt;abbr title=&amp;quot;Proof of concept&amp;quot;&amp;gt;POC&amp;lt;/abbr&amp;gt;)&lt;br /&gt;
| [[User:Lectem|Lectem]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3damnesic-a-poc-video-player.396184/ Thread]&lt;br /&gt;
| [https://github.com/Lectem/3Damnesic Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSurfer]]&lt;br /&gt;
| &lt;br /&gt;
| Wav player, written with LPP.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsurfer-wav-audioplayer-for-3ds.377647/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[CTR Streaming Server]]&lt;br /&gt;
| &lt;br /&gt;
| A 3DS homebrew audio/video playback server. &lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/yellows8/ctr-streaming-server Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrmus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A music player supporting wav, aiff, flac, opus and mp3.&lt;br /&gt;
| [[User:MaK11-12|MaK11-12]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ctrmus-another-3ds-music-player.454745/ Thread]&lt;br /&gt;
| [https://github.com/deltabeard/ctrmus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3ds-vgmstream]]&lt;br /&gt;
|&lt;br /&gt;
| A port of vgmstream for the 3ds with a simple text based player&lt;br /&gt;
| [[User:TricksterGuy|TricksterGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-3ds-vgmstream-new-audio-player-port-of-vgmstream.413755/ Thread]&lt;br /&gt;
| [https://github.com/TricksterGuy/3ds-vgmstream Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Save Managers and Editors===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Agbsave9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump GBA VC savefiles to SD card&lt;br /&gt;
| [[User:alex34567|alex34567]]&lt;br /&gt;
| [http://gbatemp.net/threads/pre-release-agbsave9-tool-to-extract-agb_firm-saves.410684/ Thread]&lt;br /&gt;
| [https://github.com/alex34567/Agbsave9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[EventAssistant]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon NDS/3DS save editor/injector&lt;br /&gt;
| [[User:EventAssistant|EventAssistant]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eventassistant-an-all-in-one-wc6-oras-injecter.435014/ Thread]&lt;br /&gt;
| [https://github.com/BernardoGiordano/PKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSM|JK&#039;s SaveManager]] (JKSM)&lt;br /&gt;
| &lt;br /&gt;
| User friendly save manger for quick and easy save swaping.&lt;br /&gt;
| [[User:JK_|JK_]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ Thread]&lt;br /&gt;
| [https://github.com/J-D-K/JKSM Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[JKSMK]]&lt;br /&gt;
| &lt;br /&gt;
| Modified version of JKSM to be more &amp;quot;Noob-friendly&amp;quot;&lt;br /&gt;
| [[User:ShinyMK|ShinyMK]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-jksmk-quick-compact-save-manager.433204/ Thread]&lt;br /&gt;
| [https://github.com/ShinyMK/JKSMK Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PKHex (Pokémon save editor) in homebrew form&lt;br /&gt;
| [[User:Stracker|Stracker]]&lt;br /&gt;
| [https://gbatemp.net/threads/pchex-homebrew-pkhex.397565/ Thread]&lt;br /&gt;
| [https://github.com/Strackeror/PCHex Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PCHex++]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PCHex rewritten in C++ and with a GUI&lt;br /&gt;
| [[User:Slashcash|Slashcash]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-pchex-pchex-with-its-own-gui.405302/ Thread]&lt;br /&gt;
| [https://github.com/Slashcash/PCHex-plusplus Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[save_manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
| [https://gbatemp.net/threads/save-data-manager-and-editor-for-firmware-up-to-9-9.396245/ Thread]&lt;br /&gt;
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[svdt]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage save files.&lt;br /&gt;
| [[User:meladroit|meladroit]]&lt;br /&gt;
| [https://gbatemp.net/threads/svdt-save-data-explorer-manager.396562/ Thread]&lt;br /&gt;
| [https://github.com/meladroit/svdt/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TerraInveditThreedee]]&lt;br /&gt;
|&lt;br /&gt;
| A save editor for Terraria 3ds&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/terrainveditthreedee-terraria3ds-inventory-editor.409112/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/TerraInveditThreedee Git]&lt;br /&gt;
|-	&lt;br /&gt;
| [[Mk7se]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Edit your mk7 savefiles right from your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-mk7se-mario-kart-7-save-editor-as-a-homebrew.449785/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Mk7se Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWLSaveTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage saves from NDS cartridges.&lt;br /&gt;
| [[User:TuxSH|TuxSH]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-twlsavetool-v1-0.412887/ Thread]&lt;br /&gt;
| [https://github.com/TuxSH/TWLSaveTool Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Shells===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Sunshell]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Multifunction shell written in LUA. Contains a variety of useful tools including an SD file manager, extdata dump/restore tool, and media players.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-sunshell-a-powerfull-shell-for-3ds.382483/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Sunshell Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cyanogen3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| An alternative custom GUI for Nintendo 3DS. This project is in no way affiliated, it only replicates the Android GUI and adds its own features.&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/cyanogen3ds-an-alternative-gui-menu-for-the-3ds.385401/ Thread]&lt;br /&gt;
| [https://github.com/joel16/Cyanogen3DS/ Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===System Tools===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Hardware Test]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Test the hardware buttons of your system&lt;br /&gt;
| [[User:ifrit05|ifrit05]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-hardware-test.438267/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homemenu ExtdataTool]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Nintendo 3DS homebrew application for accessing SD extdata used by Home Menu. &lt;br /&gt;
| [[User:Yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenu_extdatatool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Ram Dumper]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Palantine|Palantine]] &lt;br /&gt;
| &lt;br /&gt;
| [https://bitbucket.org/palantine/3ds-ram-dumper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Big Red Menu]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Used to manage installed cia files on NAND. &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/big-red-menu-legal-cia-installer-uninstaller.379061/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Big_Red_Menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[braindump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump decrypted contents (both ExeFS and RomFS) of any 3DS game.&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| [https://gbatemp.net/threads/braindump-prerelease-dump-game-contents-on-any-system-version.400920/ Thread]&lt;br /&gt;
| [https://github.com/neobrain/braindump/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik/Skeith CFW Updater]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater.429930/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Corbenik CFW Updater: RE]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Update Corbenik CFW or Skeith CFW. Replacement and rewrite of Corbenik/Skeith CFW Updater.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-corbenik-cfw-updater-re.440297/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/corbenik-updater-re Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cthulhu]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manage play time history, step history and cached icon data&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cthulhu-app-for-managing-play-time-step-history-and-cached-icon-data.439485/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/CacheTool Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Custom Home Menu Manager]] 2 (CHMM2)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows viewing and changing of custom Home menu themes.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/chmm-custom-homemenu-manager.379349/ 1.0] [https://gbatemp.net/threads/release-chmm2-custom-home-menu-manager-2.397543/ 2.0]&lt;br /&gt;
| [https://github.com/Rinnegatamante/CHMM2 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Decrypt9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Decryption and dumping tools (XORpad) 9.2 and below, backup/restore SysNAND/EmuNAND&lt;br /&gt;
| [[User:Archshift|Archshift]], [[User:d0k3|d0k3]], [[User:Shadowtrance|Shadowtrance]]&lt;br /&gt;
| [https://gbatemp.net/threads/download-decrypt9-wip-3dsx-launcher-dat.388831/ Thread]&lt;br /&gt;
| [https://github.com/archshift/Decrypt9 Git] [https://github.com/d0k3/Decrypt9 Git] [https://github.com/Shadowtrance/Decrypt9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Diagnos3]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Check the functionailty of your 3DS.&lt;br /&gt;
| [[User:Technicmaster0|Tcm0]] (FUK-Team)&lt;br /&gt;
| [https://gbatemp.net/threads/release-diagnos3.389435/ Thread]&lt;br /&gt;
| [http://filetrip.net/dl?wZJdhF8wWt Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[EmuNAND9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| EmuNAND SD formatter &amp;amp; manager&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-emunand9tool-open-source-emunand-formatter-manager.405921/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/EmuNAND9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[eShop Music Changer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Change the Nintendo eShop background music&lt;br /&gt;
| [[User:Ptrk25|Ptrk25]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-eshop-music-changer.404945/ Thread]&lt;br /&gt;
| [https://github.com/Ptrk25/eshopMusicChanger Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Extdata dump]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Dump, edit and restore Extra Data stored on SD Card. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-extdata-dump-and-restore-tool-extra-data-editing.378492/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/extdata_dump Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FBI]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| CIA/NAND manager.&lt;br /&gt;
| [[User:Steveice10|Steveice10]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fbi-open-source-cia-installer.386433/ Thread]&lt;br /&gt;
| [https://github.com/Steveice10/FBI Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FCRamDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file&lt;br /&gt;
| [[User:Kane49|Kane49]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[freeShop]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Downloads games from the eShop, as long as you have their title key on your system.&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-freeshop-open-source-eshop-clone.426573/ Thread]&lt;br /&gt;
| [https://github.com/Cruel/freeShop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gimme 300 coins]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| The fastest way you will get 300 coins ever&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-gimme-300-coins-the-fastest-way-you-will-get-300-coins-ever.421461/ Thread]&lt;br /&gt;
| [http://www84.zippyshare.com/v/LySsD1Ao/file.html Source]&lt;br /&gt;
|-&lt;br /&gt;
| [[GYTB]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Add custom badges to your 3DS&lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gytb-custom-badges-made-really-really-simple.404355/ Thread]&lt;br /&gt;
| [https://github.com/MrCheeze/GYTB Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[GodMode9]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| SD &amp;amp; NAND file explorer&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-godmode9-all-access-file-browser-for-the-3ds.420027/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/GodMode9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[HexDump]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Display RAM dump on screen as hex value&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Hourglass9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Stripped down/noob friendly version of Decrypt9 that only includes basic sys/emuNAND dumping/restoring and H&amp;amp;S dumping/injection.&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-hourglass9-noob-friendly-safe-nand-dumper-restorer.428045/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/Hourglass9 Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ironhax installer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install the ironhax exploit. No longer works with the latest version of Ironfall.&lt;br /&gt;
| [[User:smealum|smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ironhax/tree/master/installer Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[menuhax manager]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install or update menuhax.&lt;br /&gt;
| [[User:yellows8|yellows8]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/yellows8/3ds_homemenuhax/tree/master/menuhax_manager Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NASA]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Universal Legit CIA manager for firmware 4.1 - 10.7&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-6.409806/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NVRAM Flash Manager]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Wifi NVRAM/SPI Flash dumper/restorer &lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-nvram-flash-manager.383838/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[OTPHelper]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Small tool designed for helping with the downgrade and OTP dumping&lt;br /&gt;
| [[User:d0k3|d0k3]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-otphelper-otp-dumping-downgrade-helper.416996/ Thread]&lt;br /&gt;
| [https://github.com/d0k3/OTPHelper Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Playcoin]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Allows modifying the 3DS Play Coin counter. &lt;br /&gt;
| [[User:MrCheeze|MrCheeze]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/MrCheeze/playcoin Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[RAM Dumping]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump RAM to file.&lt;br /&gt;
| [[User:fierce waffle|fierce waffle]]&lt;br /&gt;
| [https://gbatemp.net/threads/merry-christmas-have-some-ram-dumping.359697/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeA9LHInstaller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Install arm9loaderhax.&lt;br /&gt;
| [[User:Aurora Wright|Aurora Wright]]&lt;br /&gt;
| [http://gbatemp.net/threads/safea9lhinstaller.419577/ Thread]&lt;br /&gt;
| [https://github.com/AuroraWright/SafeA9LHInstaller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SafeSysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A fork of sysUpdater that checks all files before updating/downgrading&lt;br /&gt;
| [[User:cpasjuste|cpasjuste]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-safesysupdater.409392/ Thread]&lt;br /&gt;
| [https://github.com/Cpasjuste/SafeSysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[SDMounty]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Unmount the SD card.&lt;br /&gt;
| [[User:zoogie|zoogie]]&lt;br /&gt;
| [https://gbatemp.net/threads/unmount-microsd-card-through-cia.424650/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!]] (Super cOOl iNstaller!)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/soon-super-cool-installer-a-new-cool-legal-open-source-cia-installer.387268/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[SOON!2]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| New version of the very good-looking and easy to use CIA installer with cover art&lt;br /&gt;
| [[User:Chelsea_Fantasy|Chelsea_Fantasy]], [[User:Howling Wolf|Howling Wolf]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-soon-2-super-cool-installer-2-a-new-super-cool-cia-installer.416076/ Thread]&lt;br /&gt;
| [http://www.soon.esy.es/ Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[sysUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Tool for updating/downgrading system firmware&lt;br /&gt;
| [[User:profi200|profi200]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/profi200/sysUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TIKdevil]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of CIAngel.&lt;br /&gt;
| [[User:Kyraminol|Kyraminol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikdevil-reboot-batch-make-and-install-tickets.424699/ Thread]&lt;br /&gt;
| [https://github.com/Kyraminol/TIKdevil Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikShop]]&lt;br /&gt;
| &lt;br /&gt;
| Batch ticket installer. Fork of TIKdevil.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tikshop-install-tickets-and-launch-the-eshop.437238/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikShop/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[tikSweep]]&lt;br /&gt;
| &lt;br /&gt;
| Remove tickets from your system that are not used.&lt;br /&gt;
| [[User:DanTheMan827|DanTheMan827]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-tiksweep-remove-unused-tickets.437438/ Thread]&lt;br /&gt;
| [https://www.github.com/DanTheMan827/tikSweep/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyFormat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Quickly formats system memory without wiping out SD card contents.&lt;br /&gt;
| [[User:javimadgit|javimadgit]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/javimadgit/TinyFormat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[UpdateSupresser]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Removes update nag&lt;br /&gt;
| [[User:Giantblargg|Giantblargg]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-updatesuppressor.404416/ Thread]&lt;br /&gt;
| [https://github.com/GiantBlargg/UpdateSuppressor Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Utilities===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3dsfetch]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Show some information about your system. Similar to Screenfetch on Linux.&lt;br /&gt;
| [[User:VideahGams|VideahGams]]&lt;br /&gt;
| [https://gbatemp.net/threads/videahs-various-stuff.397562/ Thread]&lt;br /&gt;
| [https://github.com/VideahGams/3dsfetch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS eBook Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| eBook Reader for 3DS&lt;br /&gt;
| [[User:__singularity|__singularity]], [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-ebook-reader-read-ebooks-on-your-3ds-alpha-1.434453/ Thread]&lt;br /&gt;
| [https://github.com/reworks/3DS_eBook_Reader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSController]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS console as Windows controller (sends data to keyboard, joypad and mouse).&lt;br /&gt;
| [[User:CTurt|CTurt]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-controller.375443/ Thread]&lt;br /&gt;
| [https://github.com/CTurt/3DSController Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSident]]&lt;br /&gt;
| &lt;br /&gt;
| Shows various info about your 3DS system&lt;br /&gt;
| [[User:Joel16|Joel16]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3dsident.435755/ Thread]&lt;br /&gt;
| [https://github.com/joel16/3DSident Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Homebrew Browser]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:cromo|cromo]] and [[User:Zeta0134|Zeta0134]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/zeta0134/3ds-homebrew-browser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Motion]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Paint with added Stop-Motion animation support&lt;br /&gt;
| [[User:norips|norips]]&lt;br /&gt;
| [https://gbatemp.net/threads/beta-release-3ds_motion.403358/ Thread]&lt;br /&gt;
| [https://github.com/norips/3DS_Motion/releases Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Multi Decryptor]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Decrypts and creates XORPads for game&#039;s ROM files and SD card files. (Previously named 3DS CTR Decryptor)&lt;br /&gt;
| Team VOiD ([[User:sbJFn5r|sbJFn5r]], [[User:relys|relys]], [[User:xerpi|xerpi]])&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/Relys/3DS_Multi_Decryptor Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Paint]]&lt;br /&gt;
| &lt;br /&gt;
| Drawing program&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-3ds-paint.374473/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Paint Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Remote Desktop]]&lt;br /&gt;
| &lt;br /&gt;
| Stream Windows computer&#039;s screen to 3DS and send 3DS input to Windows. &lt;br /&gt;
| [[User:Retrozelda|Retrozelda]]&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-remote-desktop.381646/ Thread]&lt;br /&gt;
| [https://bitbucket.org/RetroZelda/3ds-remote-desktop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Quick Shutdown]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shut down your 3DS&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-3ds-quick-shutdown.399981/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Quick_Shutdown Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Wifi Toggle]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Turn Wifi on or off&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-wifi-toggle.400018/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3DS_Wifi_Toggle Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DText]]&lt;br /&gt;
| &lt;br /&gt;
| Simple text file viewer.&lt;br /&gt;
| [[User:DarkFlare69|DarkFlare69]]&lt;br /&gt;
| [https://gbatemp.net/threads/3dtext-text-viewer-for-3ds.377963/ Thread]&lt;br /&gt;
| [https://github.com/DarkFlare69/3DText Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Alarm Clock]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| A basic alarm clock&lt;br /&gt;
| [[User:730|730]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-alarm-clock.397624/ Thread]&lt;br /&gt;
| Included&lt;br /&gt;
|-&lt;br /&gt;
| [[BMP Loader]]&lt;br /&gt;
| &lt;br /&gt;
| Load a specific converted BMP format.&lt;br /&gt;
| [[User:Ernilos|Ernilos]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-development.360646/page-38#post-4923633 Post]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BrewMan]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew repository downloader, supports github and screenshots&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-brewman-homebrew-installer-and-manager.415165/ Thread]&lt;br /&gt;
| [https://github.com/Repo3DS/BrewMan Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CIAngel]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads good CIA files right on your 3DS.&lt;br /&gt;
| [[User:cearp|cearp]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ciangel-download-good-cias-right-on-your-3ds.423326/ Thread]&lt;br /&gt;
| [https://github.com/llakssz/CIAngel Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Checkmii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Checks what buttons are pressed&lt;br /&gt;
| [[User:Darkrevol|Darkrevol]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-checkmii.395575/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctroller]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Use your 3DS as a gamepad for your GNU/Linux PC&lt;br /&gt;
| [[User:phijor|phijor]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/phijor/ctroller Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DownloadMii]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dicontinued. Browse and install homebrew directly from your 3DS.&lt;br /&gt;
| [[User:filfat|filfat]]&lt;br /&gt;
| [https://gbatemp.net/threads/released-downloadmii-a-homebrew-online-marketplace.374759/ Thread]&lt;br /&gt;
| [https://github.com/DownloadMii/DownloadMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[edpJoy3DS]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| edpJoy client for 3DS &lt;br /&gt;
| [[User:edicpop|edicpop]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-edpjoy3ds.392968/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[fb43ds]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Facebook&#039;s chat Client.&lt;br /&gt;
| Lino Maglione ([[User:jocopoco|jocopoco]])&lt;br /&gt;
| [https://gbatemp.net/threads/fb43ds-facebooks-client-for-nintendo-3ds.377030/ Thread]&lt;br /&gt;
| [https://github.com/linoma/fb43ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FileKong]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP client&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-filekong-ftp-client-for-3ds.429071/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Font Viewer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| View fonts from your SD card&lt;br /&gt;
| [[User:Jwiz33|Jwiz33]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-font-viewer-tester.396145/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[For Anyone Who Walks A Lot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Awards play coins for steps beyond 1000&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-for-anyone-who-walks-a-lot.395152/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/for-anyone-who-walks-a-lot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftbrony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP Server (My Little Pony themed)&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
| [https://gbatemp.net/threads/ftp-server-ftbrony-by-mtheall.375254/ Thread]&lt;br /&gt;
| [https://github.com/mtheall/ftbrony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Fork of ftbrony that is Nintendo themed&lt;br /&gt;
| [[User:iamevn|iamevn]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-3ds.395195/ Thread]&lt;br /&gt;
| [https://github.com/iamevn/FTP-3DS/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FTP-GMX]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Custom FTP Server for 3DS&lt;br /&gt;
| [[User:FloatingStar|FloatingStar]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ftp-gmx-customize-your-ftbrony.410506/ Thread]&lt;br /&gt;
| [https://github.com/FloatingStar/FTP-GMX Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpd]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:mtheall|mtheall]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/mtheall/ftpd Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ftpony]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| FTP server&lt;br /&gt;
| [[User:Smealum|Smealum]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/smealum/ftpony Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Gamecard Dumper]]&lt;br /&gt;
| &lt;br /&gt;
| Dump 3DS and DSi game cartridges&lt;br /&gt;
| [[User:TheGreek Boy|TheGreek Boy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-gamecard-dumper.438154/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[HackChat]]&lt;br /&gt;
| &lt;br /&gt;
| Chat application&lt;br /&gt;
| [[User:omikes|omikes]]&lt;br /&gt;
| [https://gbatemp.net/threads/hackchat.412163/ Thread]&lt;br /&gt;
| [https://github.com/GitGarage/HackChat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Homebr3w]]&lt;br /&gt;
| &lt;br /&gt;
| Browse and downlad Homebrew&lt;br /&gt;
| [[User:Wolvan|Wolvan]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-homebr3w-simple-homebrew-browser-and-installer.434105/ Thread]&lt;br /&gt;
| [https://github.com/Wolvan/Homebr3w Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[InstallMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Graphical homebrew repository downloader&lt;br /&gt;
| [[User:simonepsp|simonepsp]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-installmii-graphical-repository-downloader.406097/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[MapleIRC]]&lt;br /&gt;
| {{y}} &lt;br /&gt;
| IRC Client&lt;br /&gt;
| [[User:titegtnodI|titegtnodI]]&lt;br /&gt;
| [https://gbatemp.net/threads/mapleirc-homebrew.376649/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Multidownload]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Downloads files straight to your 3ds!&lt;br /&gt;
| [[User:Kartik|Kartik]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-multidownload-all-type-file-downloader-for-3ds.437631/ Thread]&lt;br /&gt;
| [https://github.com/Pirater12/Multidownload Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[NinjaCam]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Camera without shutter sound&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ninjacam.405181/ Thread]&lt;br /&gt;
| [http://rinnegatamante.it/site/3ds_hbs.html Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[NotifyMii]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Homebrew notification manager&lt;br /&gt;
| [[User:Ryuzaki_MrL|Ryuzaki_MrL]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-notifymii-homebrew-notification-manager.423334/ Thread]&lt;br /&gt;
| [https://github.com/Ryuzaki-MrL/NotifyMii Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBank]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon Homebrew Bank&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-phbank-pok%C3%A9mon-homebrew-bank.398718/ Thread]&lt;br /&gt;
| [https://github.com/gocario/PHBank Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[PHBankGB]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Pokémon Homebrew Bank for the Pokémon RBY VC release&lt;br /&gt;
| [[User:Gocario|Gocario]]&lt;br /&gt;
| [http://gbatemp.net/threads/wip-phbankgb-pok%C3%A9mon-homebrew-bank-gb-r-b-y.418440/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Purgification]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Purging tool for notifications&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-purgification-purging-tool-for-notifications.411235/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/Purgification Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Payload Switcher]]&lt;br /&gt;
| &lt;br /&gt;
| Switches two A9LH payloads (by renaming them)&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quick-payload-switcher.432358/ Thread]&lt;br /&gt;
| [https://github.com/gnmmarechal/quickswitch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[QuickPowerOff]] (A9LH payload)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shuts down the 3DS. Useful to shut the system down when a reboot is forced (eg. after leaving system settings)&lt;br /&gt;
| [[User:Asia81|Asia81]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-quickpoweroff-a9lh-payload.432398/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Quick Reboot]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Reboots the Nintendo 3DS console.&lt;br /&gt;
| [[User:AlbertoSONIC|AlbertoSONIC]]&lt;br /&gt;
| [https://gbatemp.net/threads/homebrew-quick-reboot-cfw-gateway-ninjhax.379101/ Thread]&lt;br /&gt;
| [https://github.com/AlbertoSONIC/3DS_Quick_Reboot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[REDThreeUp]]&lt;br /&gt;
| &lt;br /&gt;
| Apply IPS patches to ROM files&lt;br /&gt;
| [[User:MarcusD|MarcusD]]&lt;br /&gt;
| [https://gbatemp.net/threads/redthreeup-ips-patcher.435803/ Thread]&lt;br /&gt;
| [https://github.com/MarcuzD/REDThreeUp Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[screenshot-merge]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Merges screenshots taken with ninjhax 2.5 or NTR CFW&lt;br /&gt;
| [[User:ihaveamac|ihaveamac]]&lt;br /&gt;
| [https://gbatemp.net/threads/screenshot-merge-merge-split-screenshots-right-on-the-3ds.405412/ Thread]&lt;br /&gt;
| [https://github.com/ihaveamac/screenshot-merge Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[scrup]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Upload screenshots to imgur&lt;br /&gt;
| [[User:JerwuQu|JerwuQu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-scrup-screenshot-uploader.401792/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[SmashBrosDummy]]&lt;br /&gt;
| &lt;br /&gt;
| A dummy application that simply exits as soon as it can. Used to exit increased memory mode from games like Super Smash Bros. and Monster Hunter.&lt;br /&gt;
| [[User:daxtsu|daxtsu]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-smash-bros-monster-hunter-4-rebooter.379394/ Thread]&lt;br /&gt;
| [https://github.com/thedax/3ds-smash-dummy Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS.&lt;br /&gt;
| [[User:astronautlevel|astronautlevel]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-starupdater-a-luma3ds-updater.427999/ Thread]&lt;br /&gt;
| [https://github.com/astronautlevel2/StarUpdater Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[StarUpdater-UN]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Updater for AuReiNAND/Luma3DS. Usually more updated than the original StarUpdater, though the fork does send pull requests to the original StarUpdater when a feature is added.&lt;br /&gt;
| [[User:gnmmarechal|gnmmarechal]]/[[User:astronautlevel|astronautlevel]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/gnmmarechal/StarUpdater-UN Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[uncart]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Dump decrypted 3DS games cartridges&lt;br /&gt;
| [[User:neobrain|neobrain]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/citra-emu/uncart Git]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Other applications===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Linux loader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Boots Linux&lt;br /&gt;
| [[User:xerpi|xerpi]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-linux-for-the-3ds.407187/ Thread]&lt;br /&gt;
| [https://github.com/xerpi/3DS-Linux-Loader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS Nyan Cat]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3DS Nyan Cat using LIBSF2D. &lt;br /&gt;
| [[User:markwinap|markwinap]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-non-stop-nyan-cat-smile-please.387427/ Thread]&lt;br /&gt;
| [https://github.com/markwinap/3DS_Nyan_Cat Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bird Whisperer]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Notification center, built with Lua&lt;br /&gt;
| [[User:ElyosOfTheAbyss|ElyosOfTheAbyss]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-bird-whisperer-a-notification-creater.404669/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[BLEND3R]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| 3D Model Viewer&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-blend3r-opensource-3d-model-viewer.416875/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Crimson Scripter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Sound novel interpreter, made using lpp3ds.&lt;br /&gt;
| [[User:phalk|phalk]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-crimson-scripter.415152/ Thread]&lt;br /&gt;
| [https://github.com/Phalk/crimsonscripter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ctrµLua]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, part of [http://microlua.xooit.fr/index.php µLua]&lt;br /&gt;
| [[User:Firew0lf|Firew0lf]], [[User:Reuh|Reuh]], [[User:Negi|Negi]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/Firew0lf/ctruLua Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Cubes]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a simple cube pattern on the screen&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-cubes.436476/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[ctrrpc]]&lt;br /&gt;
| &lt;br /&gt;
| RPC client and server&lt;br /&gt;
| [[User:plutoo|plutoo]]&lt;br /&gt;
| &lt;br /&gt;
| [https://github.com/plutooo/ctrrpc Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[DDexter]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokedex application for 3DS&lt;br /&gt;
| [[User:ddraco|ddraco]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-ddexter-the-pokedex-without-the-poke-but-with-an-extra-d.399740/ Thread]&lt;br /&gt;
| [https://github.com/ddraco/DDexter Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Dice 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Roll some dice&lt;br /&gt;
| [[User:keanutah|keanutah]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-dice-3ds-roll-some-dice-pretty-straightforward.400086/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[DSi Homebrew Menu]] (CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| CIA that launches boot.nds DSi homebrew from the SD card&lt;br /&gt;
| [[User:ahezard|ahezard]]&lt;br /&gt;
| [https://gbatemp.net/threads/dsi-homebrew-menu-directly-on-your-home-menu.416791/ Thread]&lt;br /&gt;
| [https://github.com/ahezard/nds-hb-menu Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Fake Brick]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:flarn2006|flarn2006]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fake-brick.380080/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[FakeBrick9]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Shows a fake brick screen&lt;br /&gt;
| [[User:A_Random_Guy|A_Random_Guy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fakebrick9.418837/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Koopa Cruiser]] (WIP)&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Web Browser&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-koopa-cruiser-a-basic-homebrew-web-browser.403811/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/koopacruiser Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[LiveScore 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Realtime football score board&lt;br /&gt;
| [[User:NichyXD|NichyXD]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-livescore-3ds.414693/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Lua Player Plus]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Lua interpreter for 3DS, port from PSP Lua Player Plus.&lt;br /&gt;
| [[User:Rinnegatamante|Rinnegatamante]] &amp;amp; [[User:_Nanni|_Nanni]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-lua-player-plus-first-lua-interpreter-for-3ds.374770/ Thread]&lt;br /&gt;
| [https://github.com/Rinnegatamante/lpp-3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Manga Reader]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Manga/Comics Reader for 3DS&lt;br /&gt;
| [[User:MyLegGuy|MyLegGuy]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-manga-reader.399276/ Thread]&lt;br /&gt;
| [https://github.com/MyLegGuy/MangaReader Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Matrix]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Shows a Matrix effect from the movie &#039;&#039;The Matrix&#039;&#039; on the top screen.&lt;br /&gt;
| [[User:MagicInventor|MagicInventor]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-matrix.436352/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Orchestrina]]&lt;br /&gt;
| &lt;br /&gt;
| Play the ocarina from &#039;&#039;Ocarina of Time&#039;&#039;&lt;br /&gt;
| [[User:LeifEricson|LeifEricson]]&lt;br /&gt;
| [https://gbatemp.net/threads/coming-soon-ocarina-useless-app-to-play-ocarina-tunes.433474/ Thread]&lt;br /&gt;
| [https://github.com/EBLeifEricson/orchestrina Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Pictochat3D]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pictochat clone for 3DS&lt;br /&gt;
| [[User:Tjessx|Tjessx]]&lt;br /&gt;
| [https://gbatemp.net/threads/offical-release-thread-pictochat3d.396398/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[TinyTot]]&lt;br /&gt;
| &lt;br /&gt;
| 2 Factor Authentication token one-time password generator&lt;br /&gt;
| [[User:jsa|jsa]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-tinytot-totp-2fa-otp-generator-like-google-authenticator.433842/ Thread]&lt;br /&gt;
| [https://github.com/thejsa/tinytot Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[TWL Slot-1 Launcher]] (Custom DSiWare CIA)&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Boots blocked DS flashcards on any 3DS model&lt;br /&gt;
| [[User:Apache Thunder|Apache Thunder]]&lt;br /&gt;
| [https://gbatemp.net/threads/twl-slot-1-launcher-first-custom-dsiware-app.414501/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[VN3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Visual Novel Interpreter&lt;br /&gt;
| [[User:dfsa3fdvc1|dfsa3fdvc1]]&lt;br /&gt;
| [https://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_emulators&amp;diff=62988</id>
		<title>List of 3DS homebrew emulators</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=List_of_3DS_homebrew_emulators&amp;diff=62988"/>
		<updated>2016-07-30T06:16:31Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Handheld */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{3DSNav}}__NOTOC__{{Newpagepreload|Template:P/3DS Homebrew}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NH2&#039;&#039;&#039; = Works with Ninjhax 2 / Tubehax / Ironhax / OotHax / SmashbrosHax&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; This page is about emulators running on the Nintendo 3DS. For Emulators that emulate the 3DS itself, see [[List of 3DS PC utilities#3DS Emulators|PC utilities]]&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
==Emulators==&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;secondarynav&amp;quot;&lt;br /&gt;
| [[#Console|Console]] 	&lt;br /&gt;
| [[#Handheld |Handheld]]&lt;br /&gt;
| [[#Arcade|Arcade]]&lt;br /&gt;
| [[#Computer|Computer]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Console===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DNES]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Nintendo Entertainment System&lt;br /&gt;
| [[User:st4rk|st4rk]]&lt;br /&gt;
| [https://gbatemp.net/threads/3dnes-nes-emulator.369236/ Thread]&lt;br /&gt;
| [https://github.com/St4rk/3DNES Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[blargSnes]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Super Nintendo&lt;br /&gt;
| [[User:StapleButter|StapleButter]]&lt;br /&gt;
| [https://gbatemp.net/threads/blargsnes-snes-emulator-for-the-3ds-wip.369900/ Thread]&lt;br /&gt;
| [https://github.com/StapleButter/blargSnes Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CTRX]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| PlayStation 1. Does not yet play games.&lt;br /&gt;
| [[User:machinamentum|machinamentum]]&lt;br /&gt;
| [https://gbatemp.net/threads/ctrx-ps1-emulator.397121/ Thread]&lt;br /&gt;
| [https://github.com/machinamentum/CTRX Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[FCEUMM3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Nintendo Entertainment System; port of FCEUMM &lt;br /&gt;
| [[User:Steveice10|Steveice10]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-fceumm3ds.388305/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Vex3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Vectrex emulator&lt;br /&gt;
| [[User:nop90|nop90]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-vex3ds-vectrex-emulator.420721/ Thread]&lt;br /&gt;
| [https://github.com/nop90/Vex3DS Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Z26 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Atari 2600&lt;br /&gt;
| [[User:nop90|nop90]]&lt;br /&gt;
| [https://gbatemp.net/threads/preview-z26-3ds-atari-2600-emulator.397827/ Thread]&lt;br /&gt;
| [https://github.com/nop90/z26-3ds Git]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Handheld ===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DeSmume]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| DS.  Port of Desmume.&lt;br /&gt;
| [[User:shutterbug2000|shutterbug2000]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-3desmume-ds-emulator-for-3ds.430223/ Thread]&lt;br /&gt;
| [https://github.com/shutterbug2000/DeSmume Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DGB]]&lt;br /&gt;
| &lt;br /&gt;
| Gameboy / Gameboy Color&lt;br /&gt;
| [[User:st4rk|st4rk]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[3DSGBemu]]&lt;br /&gt;
| &lt;br /&gt;
| Gameboy / Gameboy Color&lt;br /&gt;
| [[User:seagal112|seagal112]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Cinoop]]&lt;br /&gt;
| &lt;br /&gt;
| Gameboy. &lt;br /&gt;
| [[User:CTurt|CTurt]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/CTurt/Cinoop Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CitrAGB]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Gameboy Advance. Port of GPSP, Game Boy Advance emulator created by Exophase for the PSP. &lt;br /&gt;
| [[User:shinyquagsire23|shinyquagsire23]]&lt;br /&gt;
| [https://gbatemp.net/threads/citragb-3ds-gba-emulator-wip.376438/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[GameYob 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Gameboy / Gameboy Color&lt;br /&gt;
| [[User:Drenn|Drenn]], [[User:Steveice10|Steveice10]]&lt;br /&gt;
| [https://gbatemp.net/threads/gameyob-3ds-gb-c-emu.372523/ Thread]&lt;br /&gt;
| [https://github.com/Steveice10/GameYob/ Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Handy 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Atari Lynx&lt;br /&gt;
| [[User:nop90|nop90]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-handy-3ds-atari-lynx-emulator.394329/ Thread]&lt;br /&gt;
| [https://github.com/munchluxe63/handy3ds Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[mGBA]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| GameBoy Advance&lt;br /&gt;
| [[User:endrift|endrift]] (Jeffrey Pfau)&lt;br /&gt;
| [https://gbatemp.net/threads/3ds-mgba-alpha-1v-released.396224/ Thread]&lt;br /&gt;
| [https://github.com/mgba-emu/mgba/tree/master Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Neopop]]&lt;br /&gt;
| &lt;br /&gt;
| Neogeo pocket. Port of Neopop Emulator &lt;br /&gt;
| [[User:seagal112|seagal112]]&lt;br /&gt;
| [https://gbatemp.net/threads/neopop-port-neo-geo-pocket-emu.376830/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[PokeMini 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Pokémon Mini&lt;br /&gt;
| [[User:nop90|nop90]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-pokemini-3ds-pokemon-mini-emulator.396450/ Thread]&lt;br /&gt;
| [https://github.com/nop90/Pokemini Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[r3Ddragon]]&lt;br /&gt;
| &lt;br /&gt;
| Virtual Boy. &lt;br /&gt;
| [[User:mrdanielps|mrdanielps]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/mrdanielps/r3Ddragon Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[Sim800]]&lt;br /&gt;
| &lt;br /&gt;
| CC800 pocket dictionary&lt;br /&gt;
| [[User:banxian|banxian]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-sim800-an-cc800-emulator.386027/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Arcade ===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[Phoenix Arcade Emulator]]&lt;br /&gt;
| &lt;br /&gt;
| Phoenix Arcade Emulator &lt;br /&gt;
| [[User:seagal112|seagal112]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-phoenix-arcade-emulator.383123/ Thread]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Space invaders&lt;br /&gt;
| &lt;br /&gt;
| Space invaders&lt;br /&gt;
| [[User:seagal112|seagal112]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Computer ===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[3DOS]]&lt;br /&gt;
| &lt;br /&gt;
| 8086(DOS) &lt;br /&gt;
| [[User:shutterbug2000|shutterbug2000]]&lt;br /&gt;
| [https://gbatemp.net/threads/wip-demo-3dos-8086-dos-emulator-for-the-3ds.394455/ Thread]&lt;br /&gt;
| [https://github.com/shutterbug2000/3DOS Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[3DS-Chip8]]&lt;br /&gt;
| {{n}}&lt;br /&gt;
| Chip-8 (in ARM9)&lt;br /&gt;
| [[User:st4rk|st4rk]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://asie.pl/homebrew atari800-3DS]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Atari 8-bit home computer emulator&lt;br /&gt;
| asie&lt;br /&gt;
|&lt;br /&gt;
| [http://asie.pl/homebrew Website]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bread Box]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Commodore 64&lt;br /&gt;
| [[User:spinal_cord|spinal_cord]]&lt;br /&gt;
| [https://gbatemp.net/threads/release-bread-box-c64-emulator.397602/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[CHIP-3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Chip-8&lt;br /&gt;
| [[User:xerpi|xerpi]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Chip8-ARM11&lt;br /&gt;
| &lt;br /&gt;
| Chip-8&lt;br /&gt;
| [[User:st4rk|st4rk]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/St4rk/Chip8-ARM11 Git]&lt;br /&gt;
|-&lt;br /&gt;
| Chip8-CTRU&lt;br /&gt;
| &lt;br /&gt;
| Yeah, another Chip8 emulator! &lt;br /&gt;
| [[User:YourNerdyJoe|YourNerdyJoe]]&lt;br /&gt;
|&lt;br /&gt;
| [https://github.com/YourNerdyJoe/Chip8-CTRU Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[CHIP8 3DS]]&lt;br /&gt;
| &lt;br /&gt;
| Chip-8&lt;br /&gt;
| [[User:snailface|snailface]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[ZX Spectrum EMU]]&lt;br /&gt;
| &lt;br /&gt;
| ZX Spectrum&lt;br /&gt;
| [[User:seagal112|seagal112]]&lt;br /&gt;
| [https://gbatemp.net/threads/testing-zx-spectrum-emu.385292/ Thread]&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Others===&lt;br /&gt;
{| class=&amp;quot;prettytable sortable&amp;quot; style=&amp;quot;width:100%&amp;quot;&lt;br /&gt;
! style=&amp;quot;width:25%&amp;quot; | Title&lt;br /&gt;
! style=&amp;quot;width:1%&amp;quot; | NH2&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:20%&amp;quot; | Author&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Thread&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot; style=&amp;quot;width:8%&amp;quot; | Source&lt;br /&gt;
|-&lt;br /&gt;
| [[RetroArch]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| Emulation of various gaming systems by using libretro cores&lt;br /&gt;
| libRetro team&lt;br /&gt;
| [http://gbatemp.net/threads/retroarch-emulation-thread-nightly-builds-included.400913/ Thread]&lt;br /&gt;
| [https://github.com/libretro/RetroArch Git]&lt;br /&gt;
|-&lt;br /&gt;
| [[ScummVM 3DS]]&lt;br /&gt;
| {{y}}&lt;br /&gt;
| SCUMM game engine virtual machine&lt;br /&gt;
| [[User:TheCruel|TheCruel]]&lt;br /&gt;
| [http://gbatemp.net/threads/release-scummvm-3ds.422051/ Thread]&lt;br /&gt;
| [https://github.com/Cruel/scummvm/tree/3ds Git]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60311</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60311"/>
		<updated>2015-11-07T21:18:16Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
&#039;&#039;&#039;each row is a test, do not create more than one row for the same conditions&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
use the &amp;quot;Headings&amp;quot; section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Headings==&lt;br /&gt;
Console = The console this test was performed on, and the system version as displayed in System Settings.&lt;br /&gt;
Type = The system it comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;. Note: DLC = digital games. Not necessarily add-on content or eShop apps.&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;(xx,xx,xx,xx,xx,xx)&amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax - Which hax, with specific version.&amp;lt;br&amp;gt;&lt;br /&gt;
HANS = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Options = Which options used?&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu? (Y/N/?)&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly? This includes slowdown, crashes, but not sound. (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Is the sound normal? (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to hbmenu when using L+R+B+dpad-down (Y/N/?/NA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Console !! Type !! App !! Hax !! HANS !! Options !! Start !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| [THIS ROW IS AN EXAMPLE] 3DS - 9.5.0-22E || 3DS || Blarg (World) || dogehax - r16 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Altered Beast (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Gunstar Heroes (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || Off || N || N/A || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ninjhax 2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Sonic the Hedgehog (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Sonic the Hedgehog 2 (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || N || N/A || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Space Harrier (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Streets of Rage 2 (USA) (eShop) || ninjhax 2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Azure Striker Gunvolt (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.1.0-27E || 3DS (DLC) || Citizens of Earth (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Crosswords Plus (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS || Cubic Ninja (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - ? || 3DS || Cubic Ninja (Europe) || ninjhax - ? || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Download Play || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Fate/kaleid liner PRISMA ILLYA (Japan) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Flipnote Studio 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Gyakuten Saiban 123 Naruhodou Selection (Japan) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || (The) Legend of Zelda: Ocarina of Time 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Very slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || (The) Legend of Zelda: Ocarina of Time 3D (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Maple Story: Unmei no Shoujo (Japan) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || MicroSD Management (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Mighty Gunvolt (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || New Super Mario Bros. 2 (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || New Super Mario Bros. 2 (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Nintendo Zone (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || Pilotwings Resort (Europe)&amp;lt;!--(Rev 0)--&amp;gt; || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Resident Evil - Revelations (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shin Megami Tensei IV (USA) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shinobi (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS || Star Fox 64 3D (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Star Fox 64 3D (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Style Savvy Trendsetters (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || 268mhz and 804mhz || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Teenage Mutant Ninja Turtles (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Yo-Kai Watch (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || None || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || No || N/A || N/A || N/A&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60310</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60310"/>
		<updated>2015-11-07T20:19:14Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
&#039;&#039;&#039;each row is a test, do not create more than one row for the same conditions&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
use the &amp;quot;Headings&amp;quot; section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Headings==&lt;br /&gt;
Console = The console this test was performed on, and the system version as displayed in System Settings.&lt;br /&gt;
Type = The system it comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;. Note: DLC = digital games. Not necessarily add-on content or eShop apps.&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;(xx,xx,xx,xx,xx,xx)&amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax - Which hax, with specific version.&amp;lt;br&amp;gt;&lt;br /&gt;
HANS = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Options = Which options used?&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu? (Y/N/?)&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly? This includes slowdown, crashes, but not sound. (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Is the sound normal? (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to hbmenu when using L+R+B+dpad-down (Y/N/?/NA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Console !! Type !! App !! Hax !! HANS !! Options !! Start !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| [THIS ROW IS AN EXAMPLE] 3DS - 9.5.0-22E || 3DS || Blarg (World) || dogehax - r16 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Altered Beast (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Gunstar Heroes (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || Off || N || N/A || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ninjhax 2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Sonic the Hedgehog (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || 3D Space Harrier (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Azure Striker Gunvolt (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.1.0-27E || 3DS (DLC) || Citizens of Earth (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Crosswords Plus (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS || Cubic Ninja (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - ? || 3DS || Cubic Ninja (Europe) || ninjhax - ? || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Download Play || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  New 3DS - 10.2.0-28U || 3DS (DLC) || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Fate/kaleid liner PRISMA ILLYA (Japan) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Flipnote Studio 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Gyakuten Saiban 123 Naruhodou Selection (Japan) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || (The) Legend of Zelda: Ocarina of Time 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Very slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || (The) Legend of Zelda: Ocarina of Time 3D (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Maple Story: Unmei no Shoujo (Japan) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || MicroSD Management (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Mighty Gunvolt (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || New Super Mario Bros. 2 (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || New Super Mario Bros. 2 (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Nintendo Zone (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || Pilotwings Resort (Europe)&amp;lt;!--(Rev 0)--&amp;gt; || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Resident Evil - Revelations (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shin Megami Tensei IV (USA) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shinobi (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS || Star Fox 64 3D (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Star Fox 64 3D (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Style Savvy Trendsetters (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || 268mhz and 804mhz || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Teenage Mutant Ninja Turtles (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  New3DS - 10.2.0-28U || 3DS (DLC) || Yo-Kai Watch (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || None || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || No || N/A || N/A || N/A&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60298</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60298"/>
		<updated>2015-11-07T01:40:22Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
&#039;&#039;&#039;each row is a test, do not create more than one row for the same conditions&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
use the &amp;quot;Headings&amp;quot; section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Headings==&lt;br /&gt;
Console = The console this test was performed on, and the system version as displayed in System Settings.&lt;br /&gt;
Type = The system it comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;. Note: DLC = digital games. Not necessarily add-on content or eShop apps.&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;(xx,xx,xx,xx,xx,xx)&amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax - Which hax, with specific version.&amp;lt;br&amp;gt;&lt;br /&gt;
HANS = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Options = Which options used?&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu? (Y/N/?)&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly? This includes slowdown, crashes, but not sound. (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Is the sound normal? (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to hbmenu when using L+R+B+dpad-down (Y/N/?/NA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Console !! Type !! App !! Hax !! HANS !! Options !! Start !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| [THIS ROW IS AN EXAMPLE] 3DS - 9.5.0-22E || 3DS || Blarg (World) || dogehax - r16 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Altered Beast (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Gunstar Heroes (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || Off || N || N/A || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ninjhax 2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Sonic the Hedgehog (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Space Harrier (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Azure Striker Gunvolt (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.1.0-27E || 3DS (DLC) || Citizens of Earth (EUR) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Crosswords Plus (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS || Cubic Ninja (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - ? || 3DS || Cubic Ninja (Europe) || ninjhax - ? || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  ? - 9.5.0-22E || 3DS (DLC) || Download Play || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Flipnote Studio 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || (The) Legend of Zelda: Ocarina of Time 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Very slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || (The) Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Maple Story: Unmei no Shoujo (JAP) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || MicroSD Management (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Mighty Gunvolt (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || New Super Mario Bros. 2 (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || New Super Mario Bros. 2 (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Nintendo Zone (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || Pilotwings Resort (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Resident Evil - Revelations (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shin Megami Tensei IV (USA) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shinobi (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS || Star Fox 64 3D (USA) (Cart) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Star Fox 64 3D (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Style Savvy Trendsetters (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || 268mhz and 804mhz || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Teenage Mutant Ninja Turtles (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Yo-Kai Watch (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || None || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || No || N/A || N/A || N/A&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60297</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60297"/>
		<updated>2015-11-07T01:38:56Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
&#039;&#039;&#039;each row is a test, do not create more than one row for the same conditions&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
use the &amp;quot;Headings&amp;quot; section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Headings==&lt;br /&gt;
Console = The console this test was performed on, and the system version as displayed in System Settings.&lt;br /&gt;
Type = The system it comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;. Note: DLC = digital games. Not necessarily add-on content or eShop apps.&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;(xx,xx,xx,xx,xx,xx)&amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax - Which hax, with specific version.&amp;lt;br&amp;gt;&lt;br /&gt;
HANS = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Options = Which options used?&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu? (Y/N/?)&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly? This includes slowdown, crashes, but not sound. (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Is the sound normal? (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to hbmenu when using L+R+B+dpad-down (Y/N/?/NA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Console !! Type !! App !! Hax !! HANS !! Options !! Start !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| [THIS ROW IS AN EXAMPLE] 3DS - 9.5.0-22E || 3DS || Blarg (World) || dogehax - r16 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Altered Beast (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Gunstar Heroes (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || Off || N || N/A || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ninjhax 2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Sonic the Hedgehog (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Space Harrier (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Azure Striker Gunvolt (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.1.0-27E || 3DS (DLC) || Citizens of Earth (EUR) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Crosswords Plus (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS || Cubic Ninja (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - ? || 3DS || Cubic Ninja (Europe) || ninjhax - ? || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  ? - 9.5.0-22E || 3DS (DLC) || Download Play || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Flipnote Studio 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || (The) Legend of Zelda: Ocarina of Time 3D (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Very slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || (The) Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Maple Story: Unmei no Shoujo (JAP) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || MicroSD Management (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Mighty Gunvolt (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || New Super Mario Bros. 2 (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || New Super Mario Bros. 2 (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Nintendo Zone (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || Pilotwings Resort (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Resident Evil - Revelations (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shin Megami Tensei IV (USA) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Shinobi (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS || Star Fox 64 3D (USA) (Cart) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Slow and laggy || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Star Fox 64 3D (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || N || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Style Savvy Trendsetters (USA) (eShop) || ninjhax - v2.5 and oot3Dhax - v2.5 || 4/11/15 starter pack ver || 268mhz and 804mhz || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  2DS - ? || 3DS || Teenage Mutant Ninja Turtles (EUR) (Cart) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Yo-Kai Watch (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || None || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || No || N/A || N/A || N/A&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60291</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60291"/>
		<updated>2015-11-06T01:28:42Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* Port old table to new table&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Rules==&lt;br /&gt;
&#039;&#039;&#039;each row is a test, do not create more than one row for the same conditions&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
use the &amp;quot;Headings&amp;quot; section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Headings==&lt;br /&gt;
Console = The console this test was performed on, and the system version as displayed in System Settings.&lt;br /&gt;
Type = The system it comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;. Note: DLC = digital games. Not necessarily add-on content or eShop apps.&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;(xx,xx,xx,xx,xx,xx)&amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax - Which hax, with specific version.&amp;lt;br&amp;gt;&lt;br /&gt;
HANS = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Options = Which options used?&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu? (Y/N/?)&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly? This includes slowdown, crashes, but not sound. (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Is the sound normal? (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to hbmenu when using L+R+B+dpad-down (Y/N/?/NA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Console !! Type !! App !! Hax !! HANS !! Options !! Start !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| [THIS ROW IS AN EXAMPLE] 3DS - 9.5.0-22E || 3DS || Blarg (World) || dogehax - r16 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Altered Beast (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Gunstar Heroes (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || N || N/A || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ninjhax 2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Sonic the Hedgehog (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Space Harrier (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Azure Striker Gunvolt (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  ? - ? || 3DS (DLC) || Citizens of Earth (EUR) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || N || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Crosswords Plus (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS || Cubic Ninja (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - ? || 3DS || Cubic Ninja (Europe) || ninjhax - ? || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  ? - 9.5.0-22E || 3DS (DLC) || Download Play || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || New Super Mario Bros. 2 (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || New Super Mario Bros. 2 (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Nintendo Zone (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off  || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || Pilotwings Resort (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Resident Evil - Revelations (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || No || N/A || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Old Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Version !! App !! Start !! Play !! Sound !! Exit !! Options !! Type !! ninjhax !! oot3Dhax !! Menuhax&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || N || N || N/A || N/A || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Maple Story: Unmei no Shoujo (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || MicroSD Management (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Pilotwings Resort (Europe) [which?] || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shin Megami Tensei IV (USA) (Cart) || Y || Y || Y || Y || None || 2DS ||  ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shinobi (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (USA) (Cart) || Y || Y || Slow and laggy || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || Y || Y || Y || Y || 268mhz and/or 804mhz || 3DS (DLC) || Y || Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Teenage Mutant Ninja Turtles (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (USA) (eShop) || Y || Y || Very slow and laggy || Y || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || ? || ? || N&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60290</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60290"/>
		<updated>2015-11-06T01:15:11Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
* Port old table to new table&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Rules==&lt;br /&gt;
&#039;&#039;&#039;each row is a test, do not create more than one row for the same conditions&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
use the &amp;quot;Headings&amp;quot; section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Headings==&lt;br /&gt;
Console = The console this test was performed on, and the system version as displayed in System Settings.&lt;br /&gt;
Type = The system it comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;. Note: DLC = digital games. Not necessarily add-on content or eShop apps.&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;(xx,xx,xx,xx,xx,xx)&amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax - Which hax, with specific version.&amp;lt;br&amp;gt;&lt;br /&gt;
HANS = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Options = Which options used?&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu? (Y/N/?)&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly? This includes slowdown, crashes, but not sound. (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Is the sound normal? (Y/N/?/NA + details)&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to hbmenu when using L+R+B+dpad-down (Y/N/?/NA)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Console !! Type !! App !! Hax !! HANS !! Options !! Start !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| [THIS ROW IS AN EXAMPLE] 3DS - 9.5.0-22E || 3DS || Blarg (World) || dogehax - r16 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Altered Beast (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Gunstar Heroes (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || N || N/A || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ninjhax 2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Sonic the Hedgehog (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || N || N/A || N/A&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || 3D Space Harrier (USA) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS (DLC) || Azure Striker Gunvolt (USA) (Demo) (eShop) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  N3DS - 10.2.0-28U || 3DS || Cubic Ninja (USA) || ninjhax - v2.5 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - ? || 3DS || Cubic Ninja (Europe) || ninjhax - ? || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || New Super Mario Bros. 2 (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS || Pilotwings Resort (Europe) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Resident Evil - Revelations (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || Y || Y || Y || Y&lt;br /&gt;
|-&lt;br /&gt;
|  3DS - 9.5.0-22E || 3DS (DLC) || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || menuhax - v2.0 || 4/11/15 starter pack ver || Off || No || N/A || N/A || N/A&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Old Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Version !! App !! Start !! Play !! Sound !! Exit !! Options !! Type !! ninjhax !! oot3Dhax !! Menuhax&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Citizens of Earth (EUR) (Demo) (eShop) || N || N || N || N || None || 3DS (DLC) || N || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ? || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || N || N || N/A || N/A || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Maple Story: Unmei no Shoujo (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || MicroSD Management (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Nintendo Zone (USA) [which system version was it on?] || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Pilotwings Resort (Europe) [which?] || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shin Megami Tensei IV (USA) (Cart) || Y || Y || Y || Y || None || 2DS ||  ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shinobi (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (USA) (Cart) || Y || Y || Slow and laggy || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || Y || Y || Y || Y || 268mhz and/or 804mhz || 3DS (DLC) || Y || Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Teenage Mutant Ninja Turtles (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (USA) (eShop) || Y || Y || Very slow and laggy || Y || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || ? || ? || N&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60258</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60258"/>
		<updated>2015-11-05T18:35:09Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&lt;br /&gt;
* Fix this beautiful freaking mess - Check?&lt;br /&gt;
* Need a better way to sort out Version and hax. We can only name one version of HANS, but 3 versions of hax. Nothing says that all three were checked with the same HANS version.&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Version = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
*Region = (JAP), (USA), (EUR), (AUS), (CHN), (KOR)&amp;lt;br&amp;gt;&lt;br /&gt;
*Medium = eShop or Cart&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to HBL&amp;lt;br&amp;gt;&lt;br /&gt;
Options = HANS extra settings used or not&amp;lt;br&amp;gt;&lt;br /&gt;
Type = The system in comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Type of hax = Check the one you used&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Y=Yes | N=No | ?=Unknown&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Version !! App !! Start !! Play !! Sound !! Exit !! Options !! Type !! ninjhax !! oot3Dhax !! Menuhax&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Altered Beast (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) !! || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Gunstar Heroes (USA) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Sonic the Hedgehog (USA) (eShop) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Space Harrier (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Azure Striker Gunvolt (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Citizens of Earth (EUR) (Demo) (eShop) || N || N || N || N || None || 3DS (DLC) || N || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Cubic Ninja (USA) (Cart) || Y || Y || Y || Y || None || 3DS || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ? || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || N || N || N/A || N/A || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Maple Story: Unmei no Shoujo (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || MicroSD Management (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (Europe) || Y || Y || Y || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Nintendo Zone (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Pilotwings Resort (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ? || Y || Y || Y || ? || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shin Megami Tensei IV (USA) (Cart) || Y || Y || Y || Y || None || 2DS ||  ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shinobi (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (USA) (Cart) || Y || Y || Slow and laggy || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || Y || Y || Y || Y || 268mhz and/or 804mhz || 3DS (DLC) || Y || Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Teenage Mutant Ninja Turtles (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (USA) (eShop) || Y || Y || Very slow and laggy || Y || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || ? || ? || N&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60257</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60257"/>
		<updated>2015-11-05T18:34:21Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&lt;br /&gt;
* Fix this beautiful freaking mess - Check?&lt;br /&gt;
* Need a better way to sort out Version and hax. We can only name one version of HANS, but 3 versions of hax. Nothing says that all three were checked with the same HANS version.&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Version = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
*Region = (JAP), (USA), (EUR), (AUS), (CHN), (KOR)&amp;lt;br&amp;gt;&lt;br /&gt;
*Medium = eShop or Cart&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to HBL&amp;lt;br&amp;gt;&lt;br /&gt;
Options = HANS extra settings used or not&amp;lt;br&amp;gt;&lt;br /&gt;
Type = The system in comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Type of hax = Check the one you used&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Y=Yes | N=No | ?=Unknown&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Version !! App !! Start !! Play !! Sound !! Exit !! Options !! Type !! ninjhax !! oot3Dhax !! Menuhax&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Altered Beast (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) !! || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Gunstar Heroes (USA) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Sonic the Hedgehog (USA) (eShop) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Space Harrier (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Azure Striker Gunvolt (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Citizens of Earth (EUR) (Demo) (eShop) || N || N || N || N || None || 3DS (DLC) || N || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Cubic Ninja (USA) (Cart) || Y || Y || Y || Y || None || 3DS || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ? || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || N || N || N/A || N/A || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Maple Story: Unmei no Shoujo (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || MicroSD Management (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (Europe) || Y || Y || Y || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Nintendo Zone (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Pilotwings Resort (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ? || Y || Y || Y || ? || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shin Megami Tensei IV (USA) (Cart) || Y || Y || Y || Y || None || 2DS ||  ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shinobi (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (USA) (Cart) || Y || Y || Slow and laggy || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || Y || Y || Y || Y || 268mhz and/or 804mhz || 3DS (DLC) || Y || Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Teenage Mutant Ninja Turtles (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (USA) (Cart) || Y || Y || Very slow and laggy || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || ? || ? || N&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60255</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60255"/>
		<updated>2015-11-05T18:21:57Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&lt;br /&gt;
* Fix this beautiful freaking mess - Check?&lt;br /&gt;
* Need a better way to sort out Version and hax. We can only name one version of HANS, but 3 versions of hax. Nothing says that all three were checked with the same HANS version.&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Version = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
*Region = (JAP), (USA), (EUR), (AUS), (CHN), (KOR)&amp;lt;br&amp;gt;&lt;br /&gt;
*Medium = eShop or Cart&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to HBL&amp;lt;br&amp;gt;&lt;br /&gt;
Options = HANS extra settings used or not&amp;lt;br&amp;gt;&lt;br /&gt;
Type = The system in comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Type of hax = Check the one you used&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Y=Yes | N=No | ?=Unknown&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Version !! App !! Start !! Play !! Sound !! Exit !! Options !! Type !! ninjhax !! oot3Dhax !! Menuhax&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Altered Beast (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) !! || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Gunstar Heroes (USA) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Sonic the Hedgehog (USA) (eShop) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Space Harrier (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Azure Striker Gunvolt (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Citizens of Earth (EUR) (Demo) (eShop) || N || N || N || N || None || 3DS (DLC) || N || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Cubic Ninja (USA) (Cart) || Y || Y || Y || Y || None || 3DS || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ? || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || N || N || N/A || N/A || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Maple Story: Unmei no Shoujo (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || MicroSD Management (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (Europe) || Y || Y || Y || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Nintendo Zone (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Pilotwings Resort (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ? || Y || Y || Y || ? || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shin Megami Tensei IV (USA) (Cart) || Y || Y || Y || Y || None || 2DS ||  ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shinobi (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || Y || Y || Y || Y || 248mhz and/or 804mhz || 3DS (DLC) || Y || Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Teenage Mutant Ninja Turtles (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || ? || ? || N&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60254</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60254"/>
		<updated>2015-11-05T18:21:07Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&lt;br /&gt;
* Fix this beautiful freaking mess - Check?&lt;br /&gt;
* Need a better way to sort out Version and hax. We can only name one version of HANS, but 3 versions of hax. Nothing says that all three were checked with the same HANS version.&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Version = Version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = The app we are talking about. Use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
*Region = (JAP), (USA), (EUR), (AUS), (CHN), (KOR)&amp;lt;br&amp;gt;&lt;br /&gt;
*Medium = eShop or Cart&amp;lt;br&amp;gt;&lt;br /&gt;
Start = Can it get to the HANS options menu&amp;lt;br&amp;gt;&lt;br /&gt;
Play = Does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = Does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = Does it exit to HBL&amp;lt;br&amp;gt;&lt;br /&gt;
Options = HANS extra settings used or not&amp;lt;br&amp;gt;&lt;br /&gt;
Type = The system in comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Type of hax = Check the one you used&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Y=Yes | N=No | ?=Unknown&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Version !! App !! Start !! Play !! Sound !! Exit !! Options !! Type !! ninjhax !! oot3Dhax !! Menuhax&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Altered Beast (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) !! || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Gunstar Heroes (USA) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || N || N || N&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Sonic the Hedgehog (USA) (eShop) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || 3D Space Harrier (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Azure Striker Gunvolt (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Citizens of Earth (EUR) (Demo) (eShop) || N || N || N || N || None || 3DS (DLC) || N || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Cubic Ninja (USA) (Cart) || Y || Y || Y || Y || None || 3DS || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || Y || N. pressing DS Download Play goes to black screen || 3DS part = Y || ? || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Fate/kaleid liner PRISMA ILLYA (JAP) (Cart) || N || N || N/A || N/A || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Gyakuten Saiban 123 Naruhodou Selection (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Maple Story: Unmei no Shoujo (JAP) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || MicroSD Management (USA) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || New Super Mario Bros. 2 (Europe) || Y || Y || Y || Y || None || 3DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Nintendo Zone (USA) || Y || Y || Y || Y || ? || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Pilotwings Resort (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ? || Y || Y || Y || ? || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shin Megami Tensei IV (USA) (Cart) || Y || Y || Y || Y || None || 2DS ||  ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Shinobi (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || Y || N || N/A || N/A || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Star Fox 64 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
| starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || Y || Y || Y || Y || 248mhz and/or 804mhz || 3DS (DLC) || Y || Y || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || Y || Y || Y || Y || None || 3DS (DLC) || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Teenage Mutant Ninja Turtles (EUR) (Cart) || Y || Y || Y || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || The Legend of Zelda: Ocarina of Time 3D (EUR) (Cart) || Y || Y || N || Y || None || 2DS || ? || ? || Y&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || Y || Y || Y || Y || None || 3DS (DLC) || Y || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
|  starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N || N/A || N/A || N/A || None || 3DS (DLC) || ? || ? || N&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60224</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60224"/>
		<updated>2015-11-04T23:48:13Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&lt;br /&gt;
* put columns in order they are here&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Type = the system in comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Start = can you even get to the HANS options menu&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
y = works (use to be a check mark, but some browsers don&#039;t fully support unicode)&lt;br /&gt;
n = doesn&#039;t work (use to be a cross mark, but some browsers don&#039;t fully support unicode)&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit !! Start !! Options !! Type&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Altered Beast (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5/oot3Dhax 2.5 || starter pack 4/11/15 || 3D Gunstar Heroes (USA) (eShop) || N/A || N/A || N/A || ✗ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Sonic the Hedgehog (USA) (eShop) || ✗ || N/A || N/A || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Space Harrier (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Azure Striker Gunvolt (USA) (Demo) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Cubic Ninja (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS&lt;br /&gt;
|-&lt;br /&gt;
| themehax downloaded from github releases 4/11/15 || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ? || y || Off || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ✗ || N/A || N/A || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || MicroSD Management (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || New Super Mario Bros. 2 (Europe) || y || y || y || y || None || 3DS&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Nintendo Zone (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓ || ? || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || ✗ || N/A || N/A || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5/oot3Dhax 2.5 || starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || y || y || y || y || None || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N/A || N/A || N/A || n || None || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60223</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60223"/>
		<updated>2015-11-04T22:21:59Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&lt;br /&gt;
* put columns in order they are here&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Type = the system in comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Start = can you even get to the HANS options menu&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
y = works (use to be a check mark, but some browsers don&#039;t fully support unicode)&lt;br /&gt;
n = doesn&#039;t work (use to be a cross mark, but some browsers don&#039;t fully support unicode)&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit !! Start !! Options !! Type&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Altered Beast (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5/oothax 2.5 || starter pack 4/11/15 || 3D Gunstar Heroes (USA) (eShop) || N/A || N/A || N/A || ✗ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Sonic the Hedgehog (USA) (eShop) || ✗ || N/A || N/A || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Space Harrier (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Azure Striker Gunvolt (USA) (Demo) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Cubic Ninja (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS&lt;br /&gt;
|-&lt;br /&gt;
| themehax downloaded from github releases 4/11/15 || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ? || y || Off || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ✗ || N/A || N/A || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || MicroSD Management (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || New Super Mario Bros. 2 (Europe) || y || y || y || y || None || 3DS&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Nintendo Zone (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓ || ? || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || ✗ || N/A || N/A || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || y || y || y || y || None || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N/A || N/A || N/A || n || None || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60222</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60222"/>
		<updated>2015-11-04T22:17:59Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t submit if the app in question has been modified by something other than HANS. make sure it is a genuine, or identical to genuine, app.&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;todo:&#039;&#039;&#039;&lt;br /&gt;
* put columns in order they are here&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
Type = the system in comes under in no-intro, without &amp;quot;Nintendo - Nintendo &amp;quot;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Start = can you even get to the HANS options menu&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
y = works (use to be a check mark, but some browsers don&#039;t fully support unicode)&lt;br /&gt;
n = doesn&#039;t work (use to be a cross mark, but some browsers don&#039;t fully support unicode)&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit !! Start !! Options !! Type&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Altered Beast (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Sonic the Hedgehog (USA) (eShop) || ✗ || ? || ? || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || 3D Space Harrier (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Azure Striker Gunvolt (USA) (Demo) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Crosswords Plus (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Cubic Ninja (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS&lt;br /&gt;
|-&lt;br /&gt;
| themehax downloaded from github releases 4/11/15 || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ? || y || Off || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (USA) (Game Gear) (Virtual Console) || ✗ || ? || ? || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Flipnote Studio 3D (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || MicroSD Management (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Mighty Gunvolt (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || New Super Mario Bros. 2 (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || New Super Mario Bros. 2 (Europe) || y || y || y || y || None || 3DS&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Nintendo Zone (USA) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓ || ? || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Sonic the Hedgehog (USA) (Game Gear) (Virtual Console) || ✗ || ? || ? || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (USA) (Game Gear) (Virtual Console) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Style Savvy Trendsetters (USA) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || Super Mario Bros. Deluxe (Europe) (GBC) (Virtual Console) || y || y || y || y || None || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax 2.5 || starter pack 4/11/15 || Yo-Kai Watch (USA) (Demo) (eShop) || ✓ || ✓ || ✓ || ✓ || ? || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| themehax v2.0 || starter pack 4/11/15 || Zero Escape - Virtue&#039;s Last Reward (Europe) (Demo) (eShop) || N/A || N/A || N/A || n || None || 3DS (DLC)&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60212</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60212"/>
		<updated>2015-11-04T20:44:12Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
✓ = works&lt;br /&gt;
✗ = doesn&#039;t work&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || 3D Altered Beast (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || 3D Shinobi III - Return of the Ninja Master (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || 3D Sonic the Hedgehog (US) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || 3D Space Harrier (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Azure Striker Gunvolt (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Crosswords Plus (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Cubic Ninja (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (US) (Game Gear) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Flipnote Studio 3D (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || MicroSD Management (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Mighty Gunvolt (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || New Super Mario Bros. 2 (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Nintendo Zone (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog (US) (Game Gear) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (US) (Game Gear) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Style Savvy Trendsetters (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Yo-Kai Watch (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60211</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60211"/>
		<updated>2015-11-04T20:36:48Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
✓ = works&lt;br /&gt;
✗ = doesn&#039;t work&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Altered Beast (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Shinobi III - Return of the Ninja Master (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || 3D Sonic the Hedgehog (US) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Space Harrier (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Azure Striker Gunvolt (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Crosswords Plus (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Cubic Ninja (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (US) (Game Gear) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Flipnote Studio 3D (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || MicroSD Management (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Mighty Gunvolt (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || New Super Mario Bros. 2 (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Nintendo Zone (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog (US) (Game Gear) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (US) (Game Gear) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Style Savvy Trendsetters (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Yo-Kai Watch (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60210</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60210"/>
		<updated>2015-11-04T20:34:43Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
✓ = works&lt;br /&gt;
✗ = doesn&#039;t work&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Altered Beast (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Shinobi III - Return of the Ninja Master (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || 3D Sonic the Hedgehog (US) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Space Harrier (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Azure Striker Gunvolt (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Crosswords Plus (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Cubic Ninja (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (US) (Game Gear) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Flipnote Studio 3D (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || MicroSD Management (US) || ✓ || ✓ || ✗&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Mighty Gunvolt (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || New Super Mario Bros. 2 (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Nintendo Zone (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog (US) (Game Gear) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (US) (Game Gear) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Style Savvy Trendsetters (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Yo-Kai Watch (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60209</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60209"/>
		<updated>2015-11-04T20:28:46Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
✓ = works&lt;br /&gt;
✗ = doesn&#039;t work&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Altered Beast (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Shinobi III - Return of the Ninja Master (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || 3D Sonic the Hedgehog (US) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Azure Striker Gunvolt (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Crosswords Plus (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Dr. Robotnik&#039;s Mean Bean Machine (US) (Game Gear) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Flipnote Studio 3D (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Mighty Gunvolt (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || New Super Mario Bros. 2 (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Nintendo Zone (US) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog (US) (Game Gear) (eShop) || ✗ || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Sonic the Hedgehog - Triple Trouble (US) (Game Gear) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || starter pack 4/11/15 || Style Savvy Trendsetters (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Yo-Kai Watch (US) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60208</id>
		<title>HANS Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=HANS_Compatibility_List&amp;diff=60208"/>
		<updated>2015-11-04T20:19:18Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Rules==&lt;br /&gt;
use the Meanings section below&amp;lt;br&amp;gt;&lt;br /&gt;
use DD/MM/YY&amp;lt;br&amp;gt;&lt;br /&gt;
do have more than one cell per game (for different set-ups)&amp;lt;br&amp;gt;&lt;br /&gt;
order it alphabetically by game&amp;lt;br&amp;gt;&lt;br /&gt;
don&#039;t add it if you don&#039;t know the version of stuff&amp;lt;br&amp;gt;&lt;br /&gt;
use &#039;&#039;&#039;-&amp;quot;-&#039;&#039;&#039; rather than repeating the app name&lt;br /&gt;
&lt;br /&gt;
==Meanings==&lt;br /&gt;
&#039;&#039;&#039;Headings&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
Hax = hack used to load hbmenu&amp;lt;br&amp;gt;&lt;br /&gt;
Ver = which version of HANS&amp;lt;br&amp;gt;&lt;br /&gt;
App = the app we are talking about. use the no-intro naming convention without &amp;quot;xxx - &amp;quot;, &amp;quot;.xxx&amp;quot; or &amp;quot;, Cia&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Play = does it play properly&amp;lt;br&amp;gt;&lt;br /&gt;
Sound = does it sound right&amp;lt;br&amp;gt;&lt;br /&gt;
Exit = does it exit to hb menu right&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Content&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
✓ = works&lt;br /&gt;
✗ = doesn&#039;t work&lt;br /&gt;
? = don&#039;t know&lt;br /&gt;
&lt;br /&gt;
==Table==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Hax !! Ver !! App !! Play !! Sound !! Exit&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Resident Evil - Revelations (Europe) (Demo) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| themehax || starter pack 4/11/15 || Download Play (version that comes with 9.5.0-22E) || ✗. pressing DS Download Play goes to black screen || 3DS part = ✓ || ?&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Altered Beast (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || 3D Shinobi III - Return of the Ninja Master (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Crosswords Plus (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Sonic the Hedgehog - Triple Trouble (US) (Game Gear) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| ninjhax || any version || Style Savvy Trendsetters (US) (eShop) || ✓ || ✓ || ✓&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| Example || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=BlargSnes&amp;diff=54905</id>
		<title>BlargSnes</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=BlargSnes&amp;diff=54905"/>
		<updated>2014-11-27T21:52:40Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: Fixed 3DNES to BlargSnes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BlargSnes is a Super Nintendo emulator for 3DS.&lt;br /&gt;
&lt;br /&gt;
{{Infobox 3DS Homebrew&lt;br /&gt;
| title         = BlargSNES&lt;br /&gt;
| image      = Image:3dshb_BlargSnes.png&lt;br /&gt;
| type         = console emulator&lt;br /&gt;
| author      = [[StapleButter]]&lt;br /&gt;
| version     = 1.1&lt;br /&gt;
| licence      = &lt;br /&gt;
| download  = http://kuribo64.net/get.php?id=ccoTzGtwgVkh42b4&lt;br /&gt;
| source      = https://github.com/StapleButter/blargSnes&lt;br /&gt;
| discussion = https://gbatemp.net/threads/blargsnes-snes-emulator-for-the-3ds-wip.369900/&lt;br /&gt;
| hbb          = No&lt;br /&gt;
| 3dsx        = Yes&lt;br /&gt;
| 3ds          = Yes&lt;br /&gt;
| cia           = No&lt;br /&gt;
| dat          = No&lt;br /&gt;
| bin          = Yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* 3dsx version : Use Ninjhax to launch BlargSnes from /3DS/BlargSnes/BlargSnes.3dsx&lt;br /&gt;
* 3ds version : Use Gateway flashcart to launch BlargSnes.3ds from your MicroSD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Compatibility list ==&lt;br /&gt;
None yet. Please report issue in the discussion thread.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
&lt;br /&gt;
= Features =&lt;br /&gt;
==Supported features==&lt;br /&gt;
&lt;br /&gt;
* PPU modes 0, 1, 2, 3, 4, 7&lt;br /&gt;
* BGs with 8x8 and 16x16 tiles, sprites&lt;br /&gt;
* color math (blending), brightness, windows&lt;br /&gt;
* DMA (with faster paths for VRAM/CGRAM/OAM), HDMA&lt;br /&gt;
* SPC700&lt;br /&gt;
* SRAM with auto-saving&lt;br /&gt;
* Joypad for player 1 (circle pad also works)&lt;br /&gt;
* Catgirls&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Future features==&lt;br /&gt;
&lt;br /&gt;
* Sound, we hope. The issue is to get the 3DS to play sound.&lt;br /&gt;
* Expansion chips. Star Fox in 3D, anyone?&lt;br /&gt;
* Maybe further hardware acceleration in the PPU department&lt;br /&gt;
* Fancy scaling options&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Changelog =&lt;br /&gt;
&lt;br /&gt;
==v1.1==&lt;br /&gt;
* No more garbled/blank screens or freezes when pressing Home or closing/reopening the 3DS or playing with the 3D slider&lt;br /&gt;
* Ability to run a new game without restarting blargSnes&lt;br /&gt;
* Screenshot function&lt;br /&gt;
* Support for external borders&lt;br /&gt;
* Support for backgrounds with 16x16 tiles. Super Bomberman games are finally playable.&lt;br /&gt;
* Brightness, color math (blending) and windows added. Many games look nicer this way.&lt;br /&gt;
* Several PPU speedups&lt;br /&gt;
* Speedhacking disabled (it was error-prone, not that efficient, and broke HDMA)&lt;br /&gt;
* Replaced forced 1/2 frameskip with automatic frameskipper (isn&#039;t perfect, though)&lt;br /&gt;
* More stable display (although tearing still occurs when frameskipping), VSync&lt;br /&gt;
* More things I forgot about. Surprise!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==v1.0==&lt;br /&gt;
* initial release&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Credits=&lt;br /&gt;
&lt;br /&gt;
* 3dbrew and all the people who made 3DS homebrew possible&lt;br /&gt;
* anyone who helped make lolSnes work&lt;br /&gt;
* Bond697 and Normmatt for how to use the 3DS syscore&lt;br /&gt;
* smealum for ctrulib and for paving the way to the PICA200&lt;br /&gt;
* if you feel I forgot your name here, let me know&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Picture =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:3DS Homebrew]]&lt;br /&gt;
[[Category:3DS Homebrew console emulators]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50058</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50058"/>
		<updated>2014-05-09T18:31:44Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* D */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball GT: Transformation (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball GT Volume 1 - Gameboy Advance Video (U)|not working|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Chip Challenge (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rayman 3 - Hoodlum Havoc (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic X Volume 1 - Gameboy Advance Video (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Winnie the Pooh&#039;s Rumbly Tumbly Adventure (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50051</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50051"/>
		<updated>2014-05-09T18:12:11Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* D */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball GT: Transformation (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball GT Volume 1 - Gameboy Advance Video (U)|not working|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Chip Challenge (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rayman 3 - Hoodlum Havoc (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic X Volume 1 - Gameboy Advance Video (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Winnie the Pooh&#039;s Rumbly Tumbly Adventure (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50050</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50050"/>
		<updated>2014-05-09T18:11:01Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* D */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball GT: Transformation (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Chip Challenge (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rayman 3 - Hoodlum Havoc (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic X Volume 1 - Gameboy Advance Video (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Winnie the Pooh&#039;s Rumbly Tumbly Adventure (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50049</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50049"/>
		<updated>2014-05-09T18:08:32Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* S */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Chip Challenge (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rayman 3 - Hoodlum Havoc (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Sonic X Volume 1 - Gameboy Advance Video (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Winnie the Pooh&#039;s Rumbly Tumbly Adventure (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50045</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50045"/>
		<updated>2014-05-09T18:05:39Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* R */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Chip Challenge (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rayman 3 - Hoodlum Havoc (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|0|20 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|0|60 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Winnie the Pooh&#039;s Rumbly Tumbly Adventure (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50043</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50043"/>
		<updated>2014-05-09T18:01:20Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* M */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Chip Challenge (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|0|20 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|0|60 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Winnie the Pooh&#039;s Rumbly Tumbly Adventure (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50042</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50042"/>
		<updated>2014-05-09T18:00:07Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* W */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|0|20 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|0|60 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Winnie the Pooh&#039;s Rumbly Tumbly Adventure (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50041</id>
		<title>TempGBA Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=TempGBA_Compatibility&amp;diff=50041"/>
		<updated>2014-05-09T17:58:47Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* D */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==TempGBA Compatibility List==&lt;br /&gt;
This wiki page is used for noting the speed and compatibility of games when using the [http://gbatemp.net/threads/tempgba-ndsgba-revival.343210/ TempGBA] emulator for the [[SuperCard_DSTWO|DSTwo]].  This emulator will not run on normal flash carts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Name Of Game (Region)|works|Minimum frameskip to get 59 or 60 &#039;&#039;emulated&#039;&#039; FPS.|What the frameskip number does to the &#039;&#039;displayed&#039;&#039; FPS.|Version name here.|If a game needs workarounds or specific settings (outside of frameskip) to play to completion, or has anything else of note.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note For Testers:&#039;&#039;&#039; Make sure that the CPU level is set to 5 before testing a new game.  In the video settings, set &#039;FPS Counter&#039; to on.  This will show some numbers at the bottom of the top screen.  Set the &#039;Frame Skipping&#039; value in the video settings to 0, then test the game and see if it stays at either 59/60 or 60/60 &#039;emulated&#039; frames during gameplay.  If it does not (or it crashes), increase the frameskip value by 1 and try again.  Once you have found the lowest frameskip value that allows the majority of the game to run at 59 or 60 emulated FPS (this means gameplay, not just sitting at the title screen!) write it down in the column.&lt;br /&gt;
&lt;br /&gt;
{{Key|Works|Partially works/Glitchy|Doesn&#039;t work}}&lt;br /&gt;
{{Compact TOC}}&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|007 Everything Or Nothing (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Ace Combat Advance (U)|works|0|50-60 FPS|beta 12|Average slowdowns, still playable |}}&lt;br /&gt;
{{SC_TMP|Activision Anthology (U)|works|0|45-60 FPS|beta 12|Just kinda slow when ingame|}}&lt;br /&gt;
{{SC_TMP|Advance Guardian Heroes (U)|works|0|40-60 FPS|beta 12|Mostly 60 FPS, only slows down when there&#039;s lots of action|}}&lt;br /&gt;
{{SC_TMP|Advance Rally (U)|issues|0|45-60 FPS|beta 12|The ground, and sky are garbled|}}&lt;br /&gt;
{{SC_TMP|Advance Wars (U)|issues|1|30 FPS|1.45|Slow, playable at -, or 1 Frameskip, Missing Text|}}&lt;br /&gt;
{{SC_TMP|Advance Wars 2 - Black Hole Rising (U)|issues|0|60 FPS|1.45|Missing Text|}}&lt;br /&gt;
{{SC_TMP| Aggressive Inline (U)|works|0|60 FPS|beta 12|BGM Crackles|}}&lt;br /&gt;
{{SC_TMP|Aladdin (U)|works|0|60 FPS|1.45|Tested first 3 levels. Plays stable between 58-60 FPS|}}&lt;br /&gt;
{{SC_TMP|Alien Hominid (U)|works|0|60 FPS|beta 12|Perfect|}}&lt;br /&gt;
{{SC_TMP|Archer Maclean&#039;s 3D Pool (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Army Men Advance 2 - Turf Wars (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Astro Boy: Omega Factor (U)|works|0|50-60 FPS|beta 14|Slowdowns when lots of stuff going on. But those were in the original game as well.|}}&lt;br /&gt;
{{SC_TMP|Atari Anniversary Advance (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Atomic Betty (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Baldur&#039;s Gate - Dark Alliance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Banjo Pilot (U)|works|1|60 FPS|beta 13|Now working on b13|}}&lt;br /&gt;
{{SC_TMP|Banjo-Kazooie: Grunty&#039;s Revenge (U)|not working|0|60 FPS|1.44|Immediately after exiting Banjo&#039;s house at the beginning, the game resets on the first attempt and crashes with &amp;quot;Jump to unmapped address FFFFFB60 at address 08062AB4 (080038AC with saved state)&amp;quot; on the second attempt.}}&lt;br /&gt;
{{SC_TMP|Batman - Rise of Sin Tzu (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Batman - Vengeance (U)|works|0|50-60 FPS|beta 12|Mostly 50 FPS while playing|}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman - Fire Spirits! (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Battle B-Daman (U)|works|0|55-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|bit Generations - Dial Hex (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|BlackThorn (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Blades of Thunder (U)|issues|0|60 FPS|beta 12|Seems like input is always pressing down, can&#039;t start game|}}&lt;br /&gt;
{{SC_TMP|BMX Trick Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bomberman Max 2 Blue (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Bomberman Tournament (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Breath of Fire (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Breath of Fire II (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Broken Sword - The Shadows of the Templars (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bubble Pop (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Bust A Move (U)|works|0|60 FPS|beta 12|Might slowdown in more complex levels|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Capcom Classics - Mini Mix (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Carrera Power Slide (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cars Mater National (U)|works|2|20 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Castlevania: Aria Of Sorrow (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Circle Of The Moon (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Castlevania: Harmony of Dissonance (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Catz (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Classic NES Series: Zelda II: The Adventure of Link (U)|not working|||beta 12|&amp;quot;Jump to unmapped address 06000080 at address 03007484&amp;quot; immediately after starting}}&lt;br /&gt;
{{SC_TMP|Cocoto Kart Racer (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cocoto Platform Jumper (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Colin McRae Rally 2.0 (U)|works|2|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Columns Crown (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Comix Zone (U)|works|0|55-60 FPS|beta 12|Plays better on FS 0 rather then 1|}}&lt;br /&gt;
{{SC_TMP|Contra Advance - The Alien Wars EX (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Corvette 50th Anniversary (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot - The Huge Adventure (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot 2 -N- Tranced (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Bandicoot Purple - Ripto&#039;s Rampage (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash Nitro Kart (U)|works|1|57-60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crash of the Titans (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Chase (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Frog Racer (E)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crazy Taxi - Catch a Ride (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Crouching Tiger, Hidden Dragon (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cruis&#039;n Velocity (U)|works|1|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|CT Special Forces 2 - Back in the Trenches (U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Cubix Robots For Everyone - Clash &#039;N Bash(U)|works|0|60 FPS|beta 12||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|DK: King of Swing (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Donkey Kong Country (U)|works|1|30 FPS|1.4.5|Tested first three overworlds}}&lt;br /&gt;
{{SC_TMP|Doom (U)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Doom II (E)|issues|-|10-20 FPS|1.45|Playable but very lag}}&lt;br /&gt;
{{SC_TMP|Dr. Mario &amp;amp; Puzzle League (U)|works|0|42-60 FPS|1.4.4|In Dr. Mario the music selection screen in vs. CPU and Flash modes is 42 FPS, the rest is 58-60 FPS. In Puzzle League there is a very slight audio glitch upon completing a level.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: Buu&#039;s Fury (U)|works|1|30 FPS|beta 12|The only time it slows down on 0 frameskip is when changing certain screens/areas.}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku (U)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Dragon Ball Z: The Legacy Of Goku 2 (U)|works|1|30 FPS|1.44|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (U)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit (E)|works|0|60 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (U)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Battle Spirit 2 (E)|Not working|0|60 FPS|1.4.5|White Screen when you boot the game}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (E)|not working|0|60 FPS|1.4.5|Game stops at Griptonite Logo while the sound still goes on}}&lt;br /&gt;
{{SC_TMP|Digimon Racing (U)|issues|0|36-50 FPS|1.4.5|Sound stuttering}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Earthworm Jim 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever (U)|works|0|50-60 FPS|beta 12|Slows down in higher poly areas|}}&lt;br /&gt;
{{SC_TMP|Ecks Vs. Sever 2 (U)|works|1|25-30 FPS|beta 12||}}&lt;br /&gt;
{{SC_TMP|Ed, Edd n Eddy - The Mis-Edventures (U)|works|0|60 FPS|beta 12|Graphical problems everywhere, game&#039;s still playable|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Final Fantasy I &amp;amp; II - Dawn of Souls (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy IV Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy V Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy VI Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Final Fantasy Tactics Advance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|Fire Emblem (U)|issues|1|25-60 FPS|beta 12|FPS changes drastically in game}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - Fuin no Tsurugi (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Fire Emblem - The Sacred Stones (E)|issues|1|30 FPS|beta 12|Frequent freezing during battle.}}&lt;br /&gt;
{{SC_TMP|F-Zero (E)|works|1-2|30 FPS|beta 12|Map Graphic Missing (Not the game map!) but game plays fine.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Game &amp;amp; Watch Gallery 4 (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|Golden Sun: The Lost Age (U)|works|-|30 FPS|1.45|Some sounds are missing during battles (i.e. when you hurt an enemy). Only hardcore fans will notice.}}&lt;br /&gt;
{{SC_TMP|GT Advance 3: Pro Concept Racing (E)|issues|1|30 FPS|1.45|The upper half of the screen is glitchy during races but it is still playable. Speedometer dial is absent.}}&lt;br /&gt;
{{SC_TMP|Gunstar Super Heroes (U)|works|1|30 FPS|beta 12|Most of the game runs at 60FPS, but frameskip 1 is needed for some screens that use special effects, like the X-ray screen in the first level.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Hamtaro - Ham-Ham Heartbreak (U)|Doesn&#039;t work|0|60 FPS|TempGBA 1.41|right before the cutscene with spat the game freezes.|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: Friends Of Mineral Town (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Harvest Moon: More Friends Of Mineral Town (U)|works|-|30 FPS|1.45||}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Jet Grind Radio (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Jurassic Park III: Park Builder (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Kingdom Hearts: Chain Of Memories (U)|issues|0|60 FPS|beta 14|The full motion video introduction will pixelate and then freeze shortly after starting. Save state and load that saved state to continue the game when it happens (pixelation continues throughout full motion video introduction regardless).}}&lt;br /&gt;
{{SC_TMP|Kirby &amp;amp; The Amazing Mirror (U)|works|0|60 FPS|1.4.4|}}&lt;br /&gt;
{{SC_TMP|Kirby Nightmare in Dream Land (U)|works|0|30 FPS|1.4.5|}}&lt;br /&gt;
{{SC_TMP|Klonoa (U)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Kuru Kuru Kururin|works|1-2|30 FPS|TempGBA 1.42|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: The Minish Cap (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Legend Of Zelda: A Link To The Past &amp;amp; Four Swords (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lost Vikings (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Lufia: The Ruins of Lore (U)|working|0|60 FPS|beta 14|Sound no longer crackling and &amp;quot;Native code block size reached (8192) at addresses 00000000 .. 00008000&amp;quot; no longer occurring after loading when talking to a priest.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
&lt;br /&gt;
{{SC_TMP|Marble Madness &amp;amp; Klax (E)|works|0|60 FPS|1.45||}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario and Luigi: Superstar Saga (E)|works|-|45-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Golf: Advance Tour (U)|issues|-|30 FPS|1.45|Playable, Slight lag when on the course)}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Kart Super Circuit (E)|not working|-|50-60 FPS|1.45|Emulator crashes after you&#039;re in race for about 30 seconds}}&lt;br /&gt;
{{SC_TMP|Mario Party Advance (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Tennis: Power Tour (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mario Power Tennis (E)|Not working|-|50-60 FPS|1.45|Game restarts when you press A at &amp;quot;Choose the character to play.&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Mario Vs Donkey Kong (U)|works|-|30 FPS|1.45| }}&lt;br /&gt;
{{SC_TMP|MazezaM|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Battle Network 6 - Cybeast Falzar (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mega Man Zero (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metal Slug Advance (U)|not working|-|30 FPS|1.45|Freezes shortly after &amp;quot;Mission One Start&amp;quot; screen}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (E)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Fusion (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Metroid Zero Mission (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mortal Kombat: Deadly Alliance (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 1+2 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Mother 3 (J)|works|-|30 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Naruto Ninja Council 2 (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Ninja Five-0 (U)|works|-|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Penny Racers (E)|issues|2|19 FPS|1.45|Sky is glitchy during races but works otherwise}}&lt;br /&gt;
{{SC_TMP|Pokémon Emerald (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon LeafGreen (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon FireRed (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Mystery Dungeon: Red Rescue Team (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (E)|works|0|58-60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Pinball: Ruby &amp;amp; Sapphire (U)|not working|-|30 FPS|1.45|Locks up with white screen at startup}}&lt;br /&gt;
{{SC_TMP|Pokémon Ruby (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Sapphire (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Pokémon Volume 1 - Gameboy Advance Video (U)|works|1|30 FPS|1.4.4|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Q==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Rhythm Tengoku (J)|works|0|58-60 FPS|1.45|Minigame selection menu will lag a bit unless frameskip 1 is selected.}}&lt;br /&gt;
{{SC_TMP|Robopon Cross (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Robopon Ring (U)|works|0|58-60 FPS|1.43.1|}}&lt;br /&gt;
{{SC_TMP|Rock n&#039; Roll Racing (both E and U)|not working|0|60 FPS|1.45|Black screen past the credits, though the sound and controls still work correctly.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei (J)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei II (J)|works|1|30 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Dark Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Shin Megami Tensei: Demikids - Light Version (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
{{SC_TMP|Sonic Advance (U)|works|0|20 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (U)|works|0|60 FPS|beta 12|Reset the GBA emulator (A, B, Start, Select) when rectangles appear.}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 2 (E)|issues|0|45-60 FPS|1.45|Slowdown in input(Not sure if the game plays like that or it really is)}}&lt;br /&gt;
{{SC_TMP|Sonic Advance 3 (U)|works|0|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 2(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 3(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Mario Advance 4(E)|issues|-|60 FPS|1.45|Input Lag}}&lt;br /&gt;
{{SC_TMP|Super Mario Ball (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Super Monkey Ball Jr.(U)|not working|0|N/A|1.4.4|Immediately crashes when loading.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Taxi 3 (French)|works|1|30 FPS|1.45|Cutscenes are scrambled.}}&lt;br /&gt;
{{SC_TMP|Tales Of Phantasia (U)|works|1|30 FPS|beta 12|Some gradient effects (like on the world map) may not display.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (E)|works|1|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Wario Land 4 (U)|works|1|30 FPS|beta 14|}}&lt;br /&gt;
{{SC_TMP|WarioWare, Inc.: Minigame Mania (E)|works|0|60 FPS|1.45|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: The Eternal Duelist Soul (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu-Gi-Oh: GX Duel Academy (U)|works|-|30 FPS|1.45|}}&lt;br /&gt;
{{SC_TMP|Yu Yu Hakusho - Tournament Tactics (U)|works|0|60 FPS|beta 12|}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
{{:TempGBA/Table Header}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Nav/Supercard}}&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=49133</id>
		<title>Gbaemu4ds Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=49133"/>
		<updated>2014-04-22T01:40:34Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* No Sound Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==gbaemu4ds==&lt;br /&gt;
This is the Compatibility List for gbaemu4ds also for homebrew developed by ichichfly( ichfly) .&lt;br /&gt;
It was initially made for the gbatemp hombrew bounty where this emu won the 5th place.&lt;br /&gt;
&lt;br /&gt;
== Posting Guidelines: PLEASE READ BEFORE EDITING ==&lt;br /&gt;
#If a game is &#039;&#039;working&#039;&#039; it doesn&#039;t always make it &#039;&#039;green&#039;&#039;, as titles marked &#039;&#039;green&#039;&#039; should be/are 99.9-100% compatible. See color chart below.&lt;br /&gt;
#The Notes section is only for quirks regarding the way the game plays with the loader. Notes like &#039;Works Great&#039; are not needed and simply add clutter.&lt;br /&gt;
#Regarding regions, please don&#039;t take an existing entry and completely change the region - start a new entry, or add it ALONG with the existing region.&lt;br /&gt;
#Extended Information to be placed at the bottom of the page, only for games that are marked as not working for most people, but working for some. only people who have it working should post info.&lt;br /&gt;
#Make seperated entrys for hyperspeedup and hwspeedup Version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;background:#F0F0F0;border: 1px #222222 solid;text-align:center;&amp;quot; width=480px align=&amp;quot;center&amp;quot; &amp;quot;border: 1px solid #000; margin-top: 2em;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#E9E9E9;&amp;quot; |Compatibility Legend&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working Cell Style}}|Games that work 100% or just have slight audio/video stutter or anything else that doesn&#039;t affect gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working with crashes Cell Style}}|Playable games that have crashes/missing tiles or layers.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Issues Cell Style}}|Games that start but have more serious bugs, or lockups.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Not Working Cell Style}}|Games that do not load.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
==No Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|2 in 1 - Dragon Ball Z: Buu&#039;s Fury and Dragon Ball GT: Transformation (Dragon Ball Z: Buu&#039;s Fury)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 2 fix 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, but works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Action Man: Robot Attack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. Missing layer.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Half of text box is not visible.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Half of text box is not visible.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Aero the Acro-Bat - Rascal Rival Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Aladin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Alien Hominid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ant Bully&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Around the World in 80 Days&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Astro Boy: Omega Factor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Background problem in tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: Burring the Earth&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: The Last Airbender&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Kazooie: Grunty&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Pilot&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Planes visible. Tracks not visible. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Barnyard&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Batman Begins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Batman Vengeance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blender Bros.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bomberman Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works. Some graphical problems (map screen).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Breath of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Breath of Fire II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Camp Lazlo Leaky Lake Games&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Castlevania: Aria of Sorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Castlevania: Circle of Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow in menu then black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Castlevania: Harmony of Dissonance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlie&#039;s Chocolate Factory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlote&#039;s Web&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Chicken Little&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Classic NES Series&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Game Pack Error.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Cocoto Platform Jumper&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Miss layer. Press X after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Comix Zone&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot 2: N-Tranced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Very slow. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot Purple - Ripto&#039;s Rampage&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Nitro Kart&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems. Track is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crazy Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CT Special Forces&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|CT Special Forces: Bioterror &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: The Ultimate Enemy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: Urban Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Densetsu no Stafy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dexter&#039;s Laboratory: Deesaster Strikes!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dodgeball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dokapon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Donald Duck&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 forceHblanc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Double Dragon Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dr. Seuss&#039; Cat in the Hat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dr. Sudoku&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball GT: Transformation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: Buu&#039;s Fury&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Super Sonic Warriors&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Taiketsu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems. Save flash128.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: The Legacy of Goku II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon&#039;s Rock&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Positioning problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Drake&amp;amp;Josh&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX&amp;amp;text problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Driven&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problem on race.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ed, Edd n&#039; Eddy: Jawbreakers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed sprites and logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Extreme Ghostbusters: Code-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero GP Legend&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Track is paralel to screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero Maximum Velocity&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Track is paralel to screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 1 + 2: Dawn of Souls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen after Square Enix logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 4 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during intro FMV.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 5 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after New Game, interesting save bug if &amp;quot;Flash 128KB&amp;quot; savetype is used.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 6 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Intense lag during opening sequence.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy: Tactics Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Background layer &amp;amp; snowballs are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Fire Emblem&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Fire Emblem: The Sacred Stones&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Frogger Advance - The Great Quest&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Full Metal Alchemist&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after the menu.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Game &amp;amp; Watch Gallery 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Garfield and his Nine Lives&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield: Search for Pooky&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gekido Advance: Kintaro&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Golden Sun&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gremlins: Stripe vs. Gizmo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|GTA Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Street is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Hamtaro: Ham-Ham Heartbreak&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works with SaveTypeEepromSensor, a few glitchy sprites and it crashes when Hamtaro goes downstairs at the start.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hardcore Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Harry Potter and the Chamber of Secrets&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Cinematics and menus not working(background but no options).Almost perfect in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Harry Potter: Goblet of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Harvest Moon - Friends of Mineral Town&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Heidi: The Game&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hey Arnold! The Movie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Home on Range&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hugo: Bukkazoom&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ice Age&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r25&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites,problem with layers&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredible Hulk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r32 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing sprites.Crashes when starting level. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles: Rise of Underminer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after 1st logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Inspector Gadget&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|International Karate Plus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|James Bond 007: Nightfire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3D environment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron: Boy Genius&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron Boy Genius Attack of Twonkies&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron vs Jimmy Negatron&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing 3D environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Kao Kangaroo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King Kong: The Official Game of the Movie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King of Fighters EX: Neoblood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King of Fighters EX2: Howling Blood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites&amp;amp;layer order problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kingdom Hearts: Chains of Memories&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 0. Still sprites problems. Some GFX flickering in battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Kirby &amp;amp; the Amazing Mirror&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby: Nightmare in Dream Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa: Empire of Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems. VBA save is needed.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kurukuru Kururin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Land Before Time&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time: Into the Mysterious Beyond&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Spyro: New Beggining&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Zelda: Minish Cap&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX&amp;amp;Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lost Vikings&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lucky Luke: Wanted!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Magical Quest 1 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Magical Quest 2 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 3 Starting Mickey&amp;amp; Donald&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Manic Miner&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Full screen of crashed tiles in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Golf: Advance Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Missing 3D Environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Kart: Super Circuit&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Karts are visible; tacks - no. GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Pinball Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis: Power Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Vsycline 140. Missing GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario vs. Donkey Kong&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (J)(U)(E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (Kiosk Demo)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Max Payne&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Maya the Bee: Sweet Gold&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes on map.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Maya the Bee: The Great Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|50%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Working; GFX&amp;amp;Layer problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 3 White&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 4 Blue Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 6  Cybeast Gregar&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Megaman Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Megaman Zero 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;layer problem &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman &amp;amp; Bass&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Men in Black&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metroid: Zero Mission&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Metroid Fusion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mission Impossible&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mobile Suit Gundam Seed: Battle Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Monster House&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mortal Kombat Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mother 1+2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1 - Crash; 2 - Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mother 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mr. Driller 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mummy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Battle for Volcano Island&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Freeze Frame Frenzy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Attack of Toybots&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoone: Unite&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Ogre Tactics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Open Season&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Over the Hedge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Peter Pan - Return to Neverland&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX flickering.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pitfall: Mayan Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Emerald (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon FireRed (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon FireRed (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon LeafGreen (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon LeafGreen (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works but some graphical glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Ruby (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Nothing works&amp;gt; but can use (US) save with (E) (id-2006)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Sapphire (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon: Mystery Dungeon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Polar Express&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Powerpuff Girls: Him and Seek&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prehistorik Man&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prince of Persia&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Princess Natasha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Fever&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Pop&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Rayman: Raving Rabbids&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after level intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Rayman 3: Hoodlum Havok&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rayman Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rescue Heroes: Billy Blazes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Riviera: The Promised Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Very slight GFX glitches&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Cross Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Ring Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Samurai Jack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprite problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Santa Clause 3: Escape Clause&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Santa Claus Jr.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039; screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Mystery Mayhem&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Unmasked&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Scorpin King&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Soaring Hawk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Sprinting Wolf&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Master of Spirits&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Master of Spirits II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sheep&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Flickering GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Force - Resurrection of the Dark Dragon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Flickering GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shoen Jump&#039;s: One Piece&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shrek: Hassle at the Castle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Reekin&#039; Havoc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sitting Ducks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Soccer Kid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Level map with crashed tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: force/new&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems. Save flash64.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Water in SEGA &amp;amp; Sonic Team logo are garbled up tiles, garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX problem; Crashes after inputing name.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Grass &amp;amp; Sky in Intro are garbled up tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Pinball Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pinball gameplay stuff onscreen does not move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man, Ultimate&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Splinter Cell 2: Pandora Tomorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob SquarePants: Creature from Crusty Crab&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Menu GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Lights, Camera, Pants!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts great; In level, player and background aren&#039;t seen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Super Sponge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problem in menu.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spy Kids: Challenger&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spyro: Season of Ice &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites&amp;amp;GFX problems&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro 2: Season of Flame&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro: Attack of Rhynocs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Jedi Power Battles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Episode III Revenge of Sith&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars Trilogy: Apprentice of Force&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Steel Empire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Stuart Little 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze before battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Bust-A-Move&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Ghouls&#039;n Ghosts&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Mario Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Super Mario Advance 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|SMB3 - Black screen after selecting Mario; SMB - works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Street Fighter II: Turbo Revival&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tales of Phantasia&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after title screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tarzan: Return to Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Txt&amp;amp;sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tekken Advanced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tetris Worlds&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tim Burton&#039;s Nightmare Before Christmas&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Tones: Waky Stackers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Toones: Scary Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tiny Chao Garden (MB2GBA converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Undefined ARM instruction&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry: Magic Ring&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry Tale&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Turbo Turtle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Veggie Tales&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White logos&amp;amp;menus.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Wario Land 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Wario Ware Inc.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Ware: Twisted&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites&amp;amp;GFX problems.Freeze on &#039;Shave&#039; minigame.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Championship Poker&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Poker Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Worms: Blast&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Worms: World Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Layer problems. Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|X-Men: Reign of Apocalypse&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some menu GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Yu-Gi-Oh Dungeon Dice Monsters&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Battle animations crash; turn them off before engaging in combat&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Yu-Gi-Oh!GX: Duel Academy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Yu-Gi-Oh World Championship Tournament 2004&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Yggdra Union : we will never fight alone&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|crush&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Game freeze in title screen&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zelda: Link to Past &amp;amp; 4 Swords&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Link to Past: Works. 4 Swords: Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zooo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Golden Sun-2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Algunos graficos se quedan fijos y se arrastran, tambien muchos bugs en una escena de batalla.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good, but not perfect; may crash.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good Sound;Cyclic beat sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crappy sound &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Bomberman Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 2 fix4: &#039;&#039;&#039;sound&#039;&#039;&#039; (advirqsound)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|choppy music&amp;amp;sound(melody recognizable) and same problems as the no sound version.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039; (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Drill Dozer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|85%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(Almost)Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Golden Sun-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|perfect--&amp;gt;except While battling, some crashed tiles &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Golden Sun-2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Todos los sonidos totalmente alterados, no se puede reconocer ninguna melodía.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Hamtaro: Ham-Ham Heartbreak&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 2 fix4: &#039;&#039;&#039;sound&#039;&#039;&#039; (advirqsound)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|choppy music&amp;amp;sound and same problem as the no sound version.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Kingdom Hearts: Chain of Memories (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|FMV are crappy, sound is a bit choppy but game is fully playable and at full speed.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some problems in menu, but good.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems. No sound, some soft-screeching sounds..&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound; limited sounds can be played at once.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|error rec 00400003 00008401&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost perfect sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Firered Version (E)(f1)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rescue Heroes: Billy Blazes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2. Working Sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Battle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound. Some minor problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Low-pitched sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (8-bit sound channel doesn&#039;t work).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Lagging sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Yu-Gi-Oh Dungeon Dice Monsters&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha2 fix4: &#039;&#039;&#039;sound&#039;&#039;&#039;: advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. Battle animations crash; turn them off before engaging in combat &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Test Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|pending&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Homebrews==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1 Bit Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-1-bit-ball-wall-v10f-f3784.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys) sometimes auto win&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|15 Puzzle[http://filetrip.net/gba-downloads/homebrew/download-15-puzzle-v1-f4945.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|15 Tiles[http://filetrip.net/gba-downloads/homebrew/download-15-tiles-a-k-a-dragon-tiles-f3623.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Press Start&amp;quot;.(need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1942 Advance[http://filetrip.net/gba-downloads/homebrew/download-1942-advance-f3758.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. dsd wait (30s)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|1945[http://filetrip.net/gba-downloads/homebrew/download-1945-f3794.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Start Game&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|2 Bits Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-2-bits-ball-wall-f3785.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|5NAKE[http://filetrip.net/gba-downloads/homebrew/download-5nake-f6191.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after selecting in game save mode.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|8-Bit Theater[http://filetrip.net/gba-downloads/homebrew/download-8-bit-theater-comics-f3791.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Absolute Zed[http://filetrip.net/gba-downloads/homebrew/download-absolute-zed-f3798.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ace[http://filetrip.net/gba-downloads/homebrew/download-ace-v11-beta-f4946.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agoria[http://filetrip.net/gba-downloads/homebrew/download-agoria-ode-to-fate-source-f4948.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some crashed tiles. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Air Wing Assault[http://filetrip.net/gba-downloads/homebrew/download-air-wing-assault-demo-f3812.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Alien[http://filetrip.net/gba-downloads/homebrew/download-alien-demo-f3813.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Alphawing[http://filetrip.net/gba-downloads/homebrew/download-alphawing-f3625.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Anguna[http://filetrip.net/gba-downloads/homebrew/download-anguna-v095-f2439.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|works till talk to &amp;quot;Green Toady&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Another World[http://filetrip.net/gba-downloads/homebrew/download-another-world-final-f3716.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Even save can be loaded.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Arkanoid Advance[http://filetrip.net/gba-downloads/homebrew/download-arkanoid-advance-f3626.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Arkanoid[http://filetrip.net/gba-downloads/homebrew/download-anarkoid-v10-f3815.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slw&#039;n menu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Asteroids[http://filetrip.net/gba-downloads/homebrew/download-asteroids-gba-f3819.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Atomix[http://filetrip.net/gba-downloads/homebrew/download-atomix-f3627.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|B-Type[http://filetrip.net/gba-downloads/homebrew/download-b-type-f3894.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bad Bad Beez[http://filetrip.net/gba-downloads/homebrew/download-bad-bad-beez-f3875.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph problems&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Bauble Break[http://filetrip.net/gba-downloads/homebrew/download-bauble-break-f1420.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing some tiles and layers.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beer Belly Bill[http://filetrip.net/gba-downloads/homebrew/download-beer-belly-bill-f4959.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blast Arena Advance[http://filetrip.net/gba-downloads/homebrew/download-blast-arena-advance-f3760.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr40 force_irq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Boubou Snake[http://filetrip.net/gba-downloads/homebrew/download-boubou-snake-demo-f3891.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some tile problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Broken Link[http://filetrip.net/gba-downloads/homebrew/download-broken-link-f3633.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bubble Bobble[http://filetrip.net/gba-downloads/homebrew/download-bubble-bobble-gba-f3988.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Card Fighters Clash[http://filetrip.net/gba-downloads/homebrew/download-card-fighters-clash-advance-f3636.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after &amp;quot;Press Start&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CCCP[http://filetrip.net/gba-downloads/homebrew/download-crystal-clear-clone-for-portables-f1685.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after first logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chaos[http://filetrip.net/gba-downloads/homebrew/download-chaos-the-battle-of-wizards-v082-f4990.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Chips Advance[http://filetrip.net/gba-downloads/homebrew/download-chips-advance-f3761.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chopper[http://filetrip.net/gba-downloads/homebrew/download-chopper-f3637.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after game start.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Christmas Turkey[http://filetrip.net/gba-downloads/homebrew/download-the-christmas-turkey-f1419.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Clac Q[http://filetrip.net/gba-downloads/homebrew/download-clac-q-f3909.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dangerous Xmas[http://filetrip.net/gba-downloads/homebrew/download-dangerous-xmas-f3646.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|DragonBall TR[http://filetrip.net/gba-downloads/homebrew/download-dragonball-f3926.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lot of crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Factory Bots[http://filetrip.net/gba-downloads/homebrew/download-factory-bots-f5645.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after selecting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy[http://filetrip.net/gba-downloads/homebrew/download-final-fantasy-gba-f3648.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some layers don&#039;t move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Fires of Krisable[http://filetrip.net/gba-downloads/homebrew/download-the-fires-of-krisable-pre-alpha-demo-f3768.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pink maps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|GEMini[http://filetrip.net/gba-downloads/homebrew/download-gemini-v10-f5029.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ghost&#039;n Goblins[http://filetrip.net/gba-downloads/homebrew/download-ghostsn-goblins-advance-beta-1-f5030.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|GoldenEye Advance[http://filetrip.net/gba-downloads/homebrew/download-goldeneye-advance-r10-f29341.html ]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100% &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hakuzi[http://filetrip.net/gba-downloads/homebrew/download-hazuki-project-hazuki-v011-f5033.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ice Man Advance[http://filetrip.net/gba-downloads/homebrew/download-ice-man-advance-100-f13199.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|J.A.I.G[http://filetrip.net/gba-downloads/homebrew/download-just-another-invaders-game-f5045.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|JetPack 2[http://filetrip.net/gba-downloads/homebrew/download-jetpack-2-f3657.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kunoichi Yami[http://filetrip.net/gba-downloads/homebrew/download-kunoichi-yami-f3744.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Le Defi de Noel[http://filetrip.net/gba-downloads/homebrew/download-defi-de-no-f1314.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|LOCKJAW[http://filetrip.net/gba-downloads/homebrew/download-lockjaw-the-overdose-milestone-4-f5072.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Metal Gear 2[http://filetrip.net/gba-downloads/homebrew/download-metal-gear-solid-2-sensible-demo-f3707.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Kinda.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Milo&#039;s Quest [http://filetrip.net/gba-downloads/homebrew/download-milos-quest-f3769.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Negative Space[http://filetrip.net/gba-downloads/homebrew/download-negative-space-mias-gba-port-f3967.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Operation Snow[http://filetrip.net/gba-downloads/homebrew/download-operation-snow-f5114.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Orn[http://filetrip.net/gba-downloads/homebrew/download-orn-f5115.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Start but crashes after logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pak-Man[http://filetrip.net/gba-downloads/homebrew/download-pak-man-v091-f5124.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing Background.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pong Fighter[http://filetrip.net/gba-downloads/homebrew/download-pong-fighter-v12-f5136.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Roader [http://filetrip.net/gba-downloads/homebrew/download-gba-roader-f4031.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Serp-&amp;gt;[http://filetrip.net/gba-downloads/homebrew/download-serp-f3723.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sonic Gba[http://filetrip.net/gba-downloads/homebrew/download-sonic-gba-final-release-10-f9728.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Laggy and minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Gem Smash[http://filetrip.net/gba-downloads/homebrew/download-super-gem-smash-advance-f3730.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Snow Fight[http://filetrip.net/gba-downloads/homebrew/download-super-snowfight-f3726.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some Graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Wings[http://filetrip.net/gba-downloads/homebrew/download-superwings-f1848.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sushi the Cat[http://filetrip.net/gba-downloads/homebrew/download-sushi-the-cat-f5206.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Time Walker[http://filetrip.net/gba-downloads/homebrew/download-time-walker-v04-f4312.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Vulkanon[http://filetrip.net/gba-downloads/homebrew/download-vulkanon-v21-f1316.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|WinS DEMO[http://filetrip.net/gba-downloads/homebrew/download-wins-demo-6-f3742.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperspeedup v40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zoop Zone[http://filetrip.net/gba-downloads/homebrew/download-zoop-zone-zoopem-up-2-f3745.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo DS]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45301</id>
		<title>Gbaemu4ds Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45301"/>
		<updated>2012-10-08T00:22:33Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==gbaemu4ds==&lt;br /&gt;
This is the Compatibility List for gbaemu4ds also for homebrew developed by ichichfly( ichfly) .&lt;br /&gt;
It was initially made for the gbatemp hombrew bounty where this emu won the 5th place.&lt;br /&gt;
&lt;br /&gt;
== Posting Guidelines: PLEASE READ BEFORE EDITING ==&lt;br /&gt;
#If a game is &#039;&#039;working&#039;&#039; it doesn&#039;t always make it &#039;&#039;green&#039;&#039;, as titles marked &#039;&#039;green&#039;&#039; should be/are 99.9-100% compatible. See color chart below.&lt;br /&gt;
#The Notes section is only for quirks regarding the way the game plays with the loader. Notes like &#039;Works Great&#039; are not needed and simply add clutter.&lt;br /&gt;
#Regarding regions, please don&#039;t take an existing entry and completely change the region - start a new entry, or add it ALONG with the existing region.&lt;br /&gt;
#Extended Information to be placed at the bottom of the page, only for games that are marked as not working for most people, but working for some. only people who have it working should post info.&lt;br /&gt;
#Make seperated entrys for hyperspeedup and hwspeedup Version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;background:#F0F0F0;border: 1px #222222 solid;text-align:center;&amp;quot; width=480px align=&amp;quot;center&amp;quot; &amp;quot;border: 1px solid #000; margin-top: 2em;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#E9E9E9;&amp;quot; |Compatibility Legend&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working Cell Style}}|Games that work 100% or just have slight audio/video stutter or anything else that doesn&#039;t effect gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working with crashes Cell Style}}|Playable games that have crashes/missing tiles or layers.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Issues Cell Style}}|Games that start but have more serious bugs, or lockups.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Not Working Cell Style}}|Games that do not load.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
==No Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Action Man: Robot Attack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. Missing layer.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Half of text box is not visible.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Half of text box is not visible.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Aladin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Alien Hominid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ant Bully&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Around the World in 80 Days&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Astro Boy: Omega Factor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Background problem in tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: Burring the Earth&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: The Last Airbender&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Kazooie: Grunty&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Pilot&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Planes visible. Tracks not visible. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Barnyard&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Batman Begins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Batman Vengeance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blender Bros.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bomberman Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Breath of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Camp Lazlo Leaky Lake Games&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Castlevania: Aria of Sorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Castlevania: Circle of Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow in menu then black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Castlevania: Harmony of Dissonance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlie&#039;s Chocolate Factory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlote&#039;s Web&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Classic NES Series&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Game Pack Error.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Cocoto Platform Jumper&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Miss layer. Press X after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Comix Zone&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot 2: N-Tranced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Very slow. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot Purple - Ripto&#039;s Rampage&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Nitro Kart&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems. Track is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crazy Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CT Special Forces&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|CT Special Forces: Bioterror &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: The Ultimate Enemy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: Urban Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Densetsu no Stafy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts but buttons don&#039;t Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dexter&#039;s Laboratory: Deesaster Strikes!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dodgeball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dokapon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Donald Duck&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 forceHblanc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Double Dragon Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dr. Seuss&#039; Cat in the Hat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dr. Sudoku&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball GT: Transformation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: Buu&#039;s Fury&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Super Sonic Warriors&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Taiketsu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems. Save flash128.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: The Legacy of Goku II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon&#039;s Rock&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Positioning problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Drake&amp;amp;Josh&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX&amp;amp;text problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Driven&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problem on race.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ed, Edd n&#039; Eddy: Jawbreakers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed sprites and logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Extreme Ghostbusters: Code-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero GP Legend&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Track is paralel to screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero Maximum Velocity&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Track is paralel to screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 1 + 2: Dawn of Souls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen after Square Enix logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 4 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during intro FMV.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 5 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after New Game, interesting save bug if &amp;quot;Flash 128KB&amp;quot; savetype is used.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 6 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Intense lag during opening sequence.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy: Tactics Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Background layer &amp;amp; snowballs are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Fire Emblem: The Sacred Stones&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Game &amp;amp; Watch Gallery 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Garfield and his Nine Lives&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield: Search for Pooky&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gekido Advance: Kintaro&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Golden Sun&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gremlins: Stripe vs. Gizmo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|GTA Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Street is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hardcore Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Harry Potter: Goblet of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Heidi: The Game&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Home on Range&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hugo: Bukkazoom&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ice Age&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r25&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites,problem with layers&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredible Hulk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r32 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing sprites.Crashes when starting level. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles: Rise of Underminer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after 1st logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Inspector Gadget&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|International Karate Plus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|James Bond 007: Nightfire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3D environment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron: Boy Genius&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron Boy Genius Attack of Twonkies&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron vs Jimmy Negatron&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing 3D environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Kao Kangaroo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King Kong: The Official Game of the Movie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King of Fighters EX: Neoblood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King of Fighters EX2: Howling Blood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites&amp;amp;layer order problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kingdom Hearts: Chains of Memories&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 0. Still sprites problems. Some GFX flickering in battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Kirby &amp;amp; the Amazing Mirror&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby: Nightmare in Dream Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Klonoa: Empire of Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after Namaco logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems. VBA save is needed.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kurukuru Kururin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Land Before Time&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time: Into the Mysterious Beyond&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Spyro: New Beggining&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Zelda: Minish Cap&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX&amp;amp;Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lost Vikings&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lucky Luke: Wanted!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Magical Quest 1 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Magical Quest 2 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 3 Starting Mickey&amp;amp; Donald&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Manic Miner&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Full screen of crashed tiles in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Golf: Advance Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Missing 3D Environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Kart: Super Circuit&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Karts are visible; tacks - no. GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Pinball Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis: Power Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Vsycline 140. Missing GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario vs. Donkey Kong&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (J)(U)(E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (Kiosk Demo)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Max Payne&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing layers; freezes after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Maya the Bee: Sweet Gold&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes on map.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Maya the Bee: The Great Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|50%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Working; GFX&amp;amp;Layer problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 3 White&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 4 Blue Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 6  Cybeast Gregar&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Megaman Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Megaman Zero 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;layer problem &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman &amp;amp; Bass&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Men in Black&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metroid: Zero Mission&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Metroid Fusion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mission Impossible&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mobile Suit Gundam Seed: Battle Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Monster House&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mortal Kombat Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mother 1+2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1 - Crash; 2 - Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mother 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mr. Driller 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mummy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Battle for Volcano Island&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Freeze Frame Frenzy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Attack of Toybots&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoone: Unite&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Open Season&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Over the Hedge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pitfall: Mayan Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Emerald (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon FireRed (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon FireRed (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon LeafGreen (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon LeafGreen (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works but some graphical glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Ruby (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Nothing works&amp;gt; but can use (US) save with (E) (id-2006)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Sapphire (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon: Mystery Dungeon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Polar Express&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Powerpuff Girls: Him and Seek&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prehistorik Man&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prince of Persia&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Princess Natasha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Fever&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Pop&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Rayman: Raving Rabbids&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after level intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Rayman 3: Hoodlum Havok&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rayman Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rescue Heroes: Billy Blazes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Crashes on &#039;New Game&#039;. L+R+START+UP on &#039;WAYFORWARD&#039; to select levels.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Cross Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Ring Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Samurai Jack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprite problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Santa Clause 3: Escape Clause&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Santa Claus Jr.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039; screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Mystery Mayhem&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Unmasked&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Scorpin King&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Soaring Hawk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Sprinting Wolf&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Master of Spirits&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Master of Spirits II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sheep&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Flickering GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shoen Jump&#039;s: One Piece&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shrek: Hassle at the Castle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Reekin&#039; Havoc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sitting Ducks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Soccer Kid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Level map with crashed tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: force/new&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems. Save flash64.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Water in SEGA &amp;amp; Sonic Team logo are garbled up tiles, garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX problem; Crashes after inputing name.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Grass &amp;amp; Sky in Intro are garbled up tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Pinball Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pinball gameplay stuff onscreen does not move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man, Ultimate&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Splinter Cell 2: Pandora Tomorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob SquarePants: Creature from Crusty Crab&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Menu GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Lights, Camera, Pants!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts great; In level, player and background aren&#039;t seen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Super Sponge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problem in menu.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spy Kids: Challenger&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro 2: Season of Flame&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro: Attack of Rhynocs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Jedi Power Battles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Episode III Revenge of Sith&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars Trilogy: Apprentice of Force&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Steel Empire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Stuart Little 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze before battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Bust-A-Move&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Ghouls&#039;n Ghosts&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Mario Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Super Mario Advance 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|SMB3 - Black screen after selecting Mario; SMB - works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Street Fighter II: Turbo Revival&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tarzan: Return to Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Txt&amp;amp;sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tekken Advanced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tetris Worlds&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tim Burton&#039;s Nightmare Before Christmas&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Tones: Waky Stackers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Toones: Scary Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tiny Chao Garden (MB2GBA converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Undefined ARM instruction&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry: Magic Ring&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry Tale&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Turbo Turtle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Veggie Tales&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White logos&amp;amp;menus.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Land 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen+freeze.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Wario Ware Inc.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Ware: Twisted&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites&amp;amp;GFX problems.Freeze on &#039;Shave&#039; minigame.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Championship Poker&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Poker Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Worms: Blast&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Worms: World Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Layer problems. Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|X-Men: Reign of Apocalypse&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some menu GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Yu-Gi-Oh World Championship Tournament 2004&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zelda: Link to Past &amp;amp; 4 Swords&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Link to Past: Works. 4 Swords: Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zooo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good, but not perfect; may crash.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good Sound;Cyclic beat sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crappy sound &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039; (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Drill Dozer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|85%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(Almost)Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Golden Sun-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|perfect--&amp;gt;except While battling, some crashed tiles &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some problems in menu, but good.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems. No sound, some soft-screeching sounds..&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound; limited sounds can be played at once.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|error rec 00400003 00008401&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost perfect sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Firered Version (E)(f1)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2. Working Sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound. Some minor problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Low-pitched sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (8-bit sound channel doesn&#039;t work).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Lagging sound.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Test Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|pending&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Homebrews==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1 Bit Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-1-bit-ball-wall-v10f-f3784.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys) sometimes auto win&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|15 Puzzle[http://filetrip.net/gba-downloads/homebrew/download-15-puzzle-v1-f4945.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|15 Tiles[http://filetrip.net/gba-downloads/homebrew/download-15-tiles-a-k-a-dragon-tiles-f3623.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Press Start&amp;quot;.(need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1942 Advance[http://filetrip.net/gba-downloads/homebrew/download-1942-advance-f3758.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. dsd wait (30s)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|1945[http://filetrip.net/gba-downloads/homebrew/download-1945-f3794.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Start Game&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|2 Bits Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-2-bits-ball-wall-f3785.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|5NAKE[http://filetrip.net/gba-downloads/homebrew/download-5nake-f6191.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after selecting in game save mode.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|8-Bit Theater[http://filetrip.net/gba-downloads/homebrew/download-8-bit-theater-comics-f3791.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Absolute Zed[http://filetrip.net/gba-downloads/homebrew/download-absolute-zed-f3798.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ace[http://filetrip.net/gba-downloads/homebrew/download-ace-v11-beta-f4946.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agoria[http://filetrip.net/gba-downloads/homebrew/download-agoria-ode-to-fate-source-f4948.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some crashed tiles. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Air Wing Assault[http://filetrip.net/gba-downloads/homebrew/download-air-wing-assault-demo-f3812.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Alien[http://filetrip.net/gba-downloads/homebrew/download-alien-demo-f3813.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Alphawing[http://filetrip.net/gba-downloads/homebrew/download-alphawing-f3625.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Anguna[http://filetrip.net/gba-downloads/homebrew/download-anguna-v095-f2439.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|works till talk to &amp;quot;Green Toady&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Another World[http://filetrip.net/gba-downloads/homebrew/download-another-world-final-f3716.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Even save can be loaded.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Arkanoid Advance[http://filetrip.net/gba-downloads/homebrew/download-arkanoid-advance-f3626.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Arkanoid[http://filetrip.net/gba-downloads/homebrew/download-anarkoid-v10-f3815.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slw&#039;n menu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Asteroids[http://filetrip.net/gba-downloads/homebrew/download-asteroids-gba-f3819.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Atomix[http://filetrip.net/gba-downloads/homebrew/download-atomix-f3627.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|B-Type[http://filetrip.net/gba-downloads/homebrew/download-b-type-f3894.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bad Bad Beez[http://filetrip.net/gba-downloads/homebrew/download-bad-bad-beez-f3875.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph problems&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Bauble Break[http://filetrip.net/gba-downloads/homebrew/download-bauble-break-f1420.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing some tiles and layers.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beer Belly Bill[http://filetrip.net/gba-downloads/homebrew/download-beer-belly-bill-f4959.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blast Arena Advance[http://filetrip.net/gba-downloads/homebrew/download-blast-arena-advance-f3760.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr40 force_irq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Boubou Snake[http://filetrip.net/gba-downloads/homebrew/download-boubou-snake-demo-f3891.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some tile problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Broken Link[http://filetrip.net/gba-downloads/homebrew/download-broken-link-f3633.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bubble Bobble[http://filetrip.net/gba-downloads/homebrew/download-bubble-bobble-gba-f3988.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Card Fighters Clash[http://filetrip.net/gba-downloads/homebrew/download-card-fighters-clash-advance-f3636.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after &amp;quot;Press Start&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CCCP[http://filetrip.net/gba-downloads/homebrew/download-crystal-clear-clone-for-portables-f1685.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after first logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chaos[http://filetrip.net/gba-downloads/homebrew/download-chaos-the-battle-of-wizards-v082-f4990.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Chips Advance[http://filetrip.net/gba-downloads/homebrew/download-chips-advance-f3761.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chopper[http://filetrip.net/gba-downloads/homebrew/download-chopper-f3637.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after game start.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Christmas Turkey[http://filetrip.net/gba-downloads/homebrew/download-the-christmas-turkey-f1419.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Clac Q[http://filetrip.net/gba-downloads/homebrew/download-clac-q-f3909.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dangerous Xmas[http://filetrip.net/gba-downloads/homebrew/download-dangerous-xmas-f3646.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|DragonBall TR[http://filetrip.net/gba-downloads/homebrew/download-dragonball-f3926.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lot of crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Factory Bots[http://filetrip.net/gba-downloads/homebrew/download-factory-bots-f5645.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after selecting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy[http://filetrip.net/gba-downloads/homebrew/download-final-fantasy-gba-f3648.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some layers don&#039;t move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Fires of Krisable[http://filetrip.net/gba-downloads/homebrew/download-the-fires-of-krisable-pre-alpha-demo-f3768.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pink maps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|GEMini[http://filetrip.net/gba-downloads/homebrew/download-gemini-v10-f5029.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ghost&#039;n Goblins[http://filetrip.net/gba-downloads/homebrew/download-ghostsn-goblins-advance-beta-1-f5030.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|GoldenEye Advance[http://filetrip.net/gba-downloads/homebrew/download-goldeneye-advance-r10-f29341.html ]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100% &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hakuzi[http://filetrip.net/gba-downloads/homebrew/download-hazuki-project-hazuki-v011-f5033.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ice Man Advance[http://filetrip.net/gba-downloads/homebrew/download-ice-man-advance-100-f13199.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|J.A.I.G[http://filetrip.net/gba-downloads/homebrew/download-just-another-invaders-game-f5045.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|JetPack 2[http://filetrip.net/gba-downloads/homebrew/download-jetpack-2-f3657.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kunoichi Yami[http://filetrip.net/gba-downloads/homebrew/download-kunoichi-yami-f3744.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Le Defi de Noel[http://filetrip.net/gba-downloads/homebrew/download-defi-de-no-f1314.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|LOCKJAW[http://filetrip.net/gba-downloads/homebrew/download-lockjaw-the-overdose-milestone-4-f5072.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Metal Gear 2[http://filetrip.net/gba-downloads/homebrew/download-metal-gear-solid-2-sensible-demo-f3707.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Kinda.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Milo&#039;s Quest [http://filetrip.net/gba-downloads/homebrew/download-milos-quest-f3769.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Negative Space[http://filetrip.net/gba-downloads/homebrew/download-negative-space-mias-gba-port-f3967.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Operation Snow[http://filetrip.net/gba-downloads/homebrew/download-operation-snow-f5114.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Orn[http://filetrip.net/gba-downloads/homebrew/download-orn-f5115.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Start but crashes after logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pak-Man[http://filetrip.net/gba-downloads/homebrew/download-pak-man-v091-f5124.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing Background.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pong Fighter[http://filetrip.net/gba-downloads/homebrew/download-pong-fighter-v12-f5136.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Roader [http://filetrip.net/gba-downloads/homebrew/download-gba-roader-f4031.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Serp-&amp;gt;[http://filetrip.net/gba-downloads/homebrew/download-serp-f3723.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sonic Gba[http://filetrip.net/gba-downloads/homebrew/download-sonic-gba-final-release-10-f9728.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Laggy and minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Gem Smash[http://filetrip.net/gba-downloads/homebrew/download-super-gem-smash-advance-f3730.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Snow Fight[http://filetrip.net/gba-downloads/homebrew/download-super-snowfight-f3726.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some Graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Wings[http://filetrip.net/gba-downloads/homebrew/download-superwings-f1848.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sushi the Cat[http://filetrip.net/gba-downloads/homebrew/download-sushi-the-cat-f5206.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Time Walker[http://filetrip.net/gba-downloads/homebrew/download-time-walker-v04-f4312.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Vulkanon[http://filetrip.net/gba-downloads/homebrew/download-vulkanon-v21-f1316.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|WinS DEMO[http://filetrip.net/gba-downloads/homebrew/download-wins-demo-6-f3742.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperspeedup v40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zoop Zone[http://filetrip.net/gba-downloads/homebrew/download-zoop-zone-zoopem-up-2-f3745.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo DS]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45300</id>
		<title>Gbaemu4ds Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45300"/>
		<updated>2012-10-08T00:21:21Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==gbaemu4ds==&lt;br /&gt;
This is the Compatibility List for gbaemu4ds also for homebrew developed by ichichfly( ichfly) .&lt;br /&gt;
It was initially made for the gbatemp hombrew bounty where this emu won the 5th place.&lt;br /&gt;
&lt;br /&gt;
== Posting Guidelines: PLEASE READ BEFORE EDITING ==&lt;br /&gt;
#If a game is &#039;&#039;working&#039;&#039; it doesn&#039;t always make it &#039;&#039;green&#039;&#039;, as titles marked &#039;&#039;green&#039;&#039; should be/are 99.9-100% compatible. See color chart below.&lt;br /&gt;
#The Notes section is only for quirks regarding the way the game plays with the loader. Notes like &#039;Works Great&#039; are not needed and simply add clutter.&lt;br /&gt;
#Regarding regions, please don&#039;t take an existing entry and completely change the region - start a new entry, or add it ALONG with the existing region.&lt;br /&gt;
#Extended Information to be placed at the bottom of the page, only for games that are marked as not working for most people, but working for some. only people who have it working should post info.&lt;br /&gt;
#Make seperated entrys for hyperspeedup and hwspeedup Version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;background:#F0F0F0;border: 1px #222222 solid;text-align:center;&amp;quot; width=480px align=&amp;quot;center&amp;quot; &amp;quot;border: 1px solid #000; margin-top: 2em;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#E9E9E9;&amp;quot; |Compatibility Legend&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working Cell Style}}|Games that work 100% or just have slight audio/video stutter or anything else that doesn&#039;t effect gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working with crashes Cell Style}}|Playable games that have crashes/missing tiles or layers.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Issues Cell Style}}|Games that start but have more serious bugs, or lockups.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Not Working Cell Style}}|Games that do not load.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
==No Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Action Man: Robot Attack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. Missing layer.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Half of text box is not visible.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Half of text box is not visible.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Aladin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Alien Hominid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ant Bully&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Around the World in 80 Days&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Astro Boy: Omega Factor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Background problem in tutorial.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: Burring the Earth&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: The Last Airbender&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Kazooie: Grunty&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Pilot&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Planes visible. Tracks not visible. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Barnyard&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Batman Begins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Batman Vengeance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blender Bros.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bomberman Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Breath of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Camp Lazlo Leaky Lake Games&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Castlevania: Aria of Sorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Castlevania: Circle of Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow in menu then black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Castlevania: Harmony of Dissonance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlie&#039;s Chocolate Factory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlote&#039;s Web&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Classic NES Series&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Game Pack Error.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Cocoto Platform Jumper&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Miss layer. Press X after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Comix Zone&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot 2: N-Tranced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Very slow. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot Purple - Ripto&#039;s Rampage&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Nitro Kart&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems. Track is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crazy Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CT Special Forces&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|CT Special Forces: Bioterror &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: The Ultimate Enemy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: Urban Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Densetsu no Stafy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts but buttons don&#039;t Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dexter&#039;s Laboratory: Deesaster Strikes!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dodgeball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dokapon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Donald Duck&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 forceHblanc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Double Dragon Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dr. Seuss&#039; Cat in the Hat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dr. Sudoku&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball GT: Transformation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: Buu&#039;s Fury&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Super Sonic Warriors&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Taiketsu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems. Save flash128.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: The Legacy of Goku II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon&#039;s Rock&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Positioning problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Drake&amp;amp;Josh&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX&amp;amp;text problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Driven&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problem on race.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ed, Edd n&#039; Eddy: Jawbreakers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed sprites and logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Extreme Ghostbusters: Code-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero GP Legend&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Track is paralel to screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero Maximum Velocity&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Track is paralel to screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 1 + 2: Dawn of Souls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen after Square Enix logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 4 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during intro FMV.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 5 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after New Game, interesting save bug if &amp;quot;Flash 128KB&amp;quot; savetype is used.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 6 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Intense lag during opening sequence.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy: Tactics Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Background layer &amp;amp; snowballs are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Fire Emblem: The Sacred Stones&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Game &amp;amp; Watch Gallery 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Garfield and his Nine Lives&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield: Search for Pooky&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gekido Advance: Kintaro&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Golden Sun&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gremlins: Stripe vs. Gizmo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|GTA Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Street is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hardcore Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Harry Potter: Goblet of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Heidi: The Game&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Home on Range&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hugo: Bukkazoom&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ice Age&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r25&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites,problem with layers&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredible Hulk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r32 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing sprites.Crashes when starting level. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles: Rise of Underminer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after 1st logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Inspector Gadget&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|International Karate Plus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|James Bond 007: Nightfire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3D environment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron: Boy Genius&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron Boy Genius Attack of Twonkies&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron vs Jimmy Negatron&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing 3D environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Kao Kangaroo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King Kong: The Official Game of the Movie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King of Fighters EX: Neoblood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King of Fighters EX2: Howling Blood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites&amp;amp;layer order problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kingdom Hearts: Chains of Memories&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 0. Still sprites problems. Some GFX flickering in battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Kirby &amp;amp; the Amazing Mirror&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby: Nightmare in Dream Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Klonoa: Empire of Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after Namaco logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems. VBA save is needed.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kurukuru Kururin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Land Before Time&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time: Into the Mysterious Beyond&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Spyro: New Beggining&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Zelda: Minish Cap&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX&amp;amp;Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lost Vikings&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lucky Luke: Wanted!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Magical Quest 1 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Magical Quest 2 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 3 Starting Mickey&amp;amp; Donald&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Manic Miner&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Full screen of crashed tiles in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Golf: Advance Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Missing 3D Environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Kart: Super Circuit&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Karts are visible; tacks - no. GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Pinball Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis: Power Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Vsycline 140. Missing GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario vs. Donkey Kong&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (J)(U)(E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (Kiosk Demo)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Max Payne&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing layers; freezes after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Maya the Bee: Sweet Gold&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes on map.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Maya the Bee: The Great Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|50%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Working; GFX&amp;amp;Layer problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 3 White&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 4 Blue Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 6  Cybeast Gregar&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Megaman Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Megaman Zero 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;layer problem &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman &amp;amp; Bass&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Men in Black&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metroid: Zero Mission&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Metroid Fusion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mission Impossible&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mobile Suit Gundam Seed: Battle Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Monster House&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mortal Kombat Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mother 1+2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1 - Crash; 2 - Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mother 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mr. Driller 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mummy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Battle for Volcano Island&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Freeze Frame Frenzy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Attack of Toybots&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoone: Unite&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Open Season&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Over the Hedge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pitfall: Mayan Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Emerald (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon FireRed (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon FireRed (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon LeafGreen (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon LeafGreen (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works but some graphical glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Ruby (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Nothing works&amp;gt; but can use (US) save with (E) (id-2006)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokemon Sapphire (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokemon: Mystery Dungeon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Polar Express&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Powerpuff Girls: Him and Seek&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prehistorik Man&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prince of Persia&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Princess Natasha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Fever&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Pop&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Rayman: Raving Rabbids&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after level intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Rayman 3: Hoodlum Havok&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rayman Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rescue Heroes: Billy Blazes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Crashes on &#039;New Game&#039;. L+R+START+UP on &#039;WAYFORWARD&#039; to select levels.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Cross Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Ring Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Samurai Jack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprite problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Santa Clause 3: Escape Clause&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Santa Claus Jr.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039; screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Mystery Mayhem&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Unmasked&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Scorpin King&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Soaring Hawk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Sprinting Wolf&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Master of Spirits&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Master of Spirits II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sheep&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Flickering GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shoen Jump&#039;s: One Piece&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shrek: Hassle at the Castle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Reekin&#039; Havoc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sitting Ducks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Soccer Kid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Level map with crashed tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: force/new&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some sprites problems. Save flash64.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Water in SEGA &amp;amp; Sonic Team logo are garbled up tiles, garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. GFX problem; Crashes after inputing name.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Grass &amp;amp; Sky in Intro are garbled up tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Pinball Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pinball gameplay stuff onscreen does not move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man, Ultimate&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Splinter Cell 2: Pandora Tomorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob SquarePants: Creature from Crusty Crab&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Menu GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Lights, Camera, Pants!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts great; In level, player and background aren&#039;t seen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Super Sponge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problem in menu.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spy Kids: Challenger&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro 2: Season of Flame&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro: Attack of Rhynocs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Still sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Jedi Power Battles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Episode III Revenge of Sith&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars Trilogy: Apprentice of Force&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Steel Empire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Stuart Little 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze before battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Bust-A-Move&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Ghouls&#039;n Ghosts&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Mario Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Super Mario Advance 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|SMB3 - Black screen after selecting Mario; SMB - works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Street Fighter II: Turbo Revival&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tarzan: Return to Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Txt&amp;amp;sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tekken Advanced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tetris Worlds&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tim Burton&#039;s Nightmare Before Christmas&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Tones: Waky Stackers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Toones: Scary Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tiny Chao Garden (MB2GBA converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Undefined ARM instruction&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry: Magic Ring&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry Tale&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Turbo Turtle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites&amp;amp;GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Veggie Tales&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White logos&amp;amp;menus.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Land 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen+freeze.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Wario Ware Inc.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Ware: Twisted&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites&amp;amp;GFX problems.Freeze on &#039;Shave&#039; minigame.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Championship Poker&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Poker Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Worms: Blast&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Worms: World Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Layer problems. Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|X-Men: Reign of Apocalypse&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Vsycline 39. Some menu GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Yu-Gi-Oh World Championship Tournament 2004&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zelda: Link to Past &amp;amp; 4 Swords&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Link to Past: Works. 4 Swords: Still sprites problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zooo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1 advirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha1 fix1: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good, but not perfect; may crash.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good Sound;Cyclic beat sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crappy sound &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039; (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Drill Dozer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|85%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(Almost)Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Golden Sun-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|perfect--&amp;gt;except While battling, some crashed tiles &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some problems in menu, but good.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;| Mario Tennis  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems. No sound, some soft-screeching sounds..&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound; limited sounds can be played at once.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|error rec 00400003 00008401&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost perfect sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Firered Version (E)(f1)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2. Working Sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Good sound. Some minor problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Almost good sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Low-pitched sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (8-bit sound channel doesn&#039;t work).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Lagging sound.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Test Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|pending&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
==Homebrews==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1 Bit Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-1-bit-ball-wall-v10f-f3784.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys) sometimes auto win&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|15 Puzzle[http://filetrip.net/gba-downloads/homebrew/download-15-puzzle-v1-f4945.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|15 Tiles[http://filetrip.net/gba-downloads/homebrew/download-15-tiles-a-k-a-dragon-tiles-f3623.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Press Start&amp;quot;.(need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1942 Advance[http://filetrip.net/gba-downloads/homebrew/download-1942-advance-f3758.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. dsd wait (30s)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|1945[http://filetrip.net/gba-downloads/homebrew/download-1945-f3794.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Start Game&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|2 Bits Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-2-bits-ball-wall-f3785.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|5NAKE[http://filetrip.net/gba-downloads/homebrew/download-5nake-f6191.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after selecting in game save mode.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|8-Bit Theater[http://filetrip.net/gba-downloads/homebrew/download-8-bit-theater-comics-f3791.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Absolute Zed[http://filetrip.net/gba-downloads/homebrew/download-absolute-zed-f3798.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ace[http://filetrip.net/gba-downloads/homebrew/download-ace-v11-beta-f4946.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agoria[http://filetrip.net/gba-downloads/homebrew/download-agoria-ode-to-fate-source-f4948.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some crashed tiles. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Air Wing Assault[http://filetrip.net/gba-downloads/homebrew/download-air-wing-assault-demo-f3812.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Alien[http://filetrip.net/gba-downloads/homebrew/download-alien-demo-f3813.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Alphawing[http://filetrip.net/gba-downloads/homebrew/download-alphawing-f3625.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Anguna[http://filetrip.net/gba-downloads/homebrew/download-anguna-v095-f2439.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|works till talk to &amp;quot;Green Toady&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Another World[http://filetrip.net/gba-downloads/homebrew/download-another-world-final-f3716.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Even save can be loaded.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Arkanoid Advance[http://filetrip.net/gba-downloads/homebrew/download-arkanoid-advance-f3626.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Arkanoid[http://filetrip.net/gba-downloads/homebrew/download-anarkoid-v10-f3815.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slw&#039;n menu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Asteroids[http://filetrip.net/gba-downloads/homebrew/download-asteroids-gba-f3819.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Atomix[http://filetrip.net/gba-downloads/homebrew/download-atomix-f3627.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|B-Type[http://filetrip.net/gba-downloads/homebrew/download-b-type-f3894.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bad Bad Beez[http://filetrip.net/gba-downloads/homebrew/download-bad-bad-beez-f3875.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph problems&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Bauble Break[http://filetrip.net/gba-downloads/homebrew/download-bauble-break-f1420.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing some tiles and layers.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beer Belly Bill[http://filetrip.net/gba-downloads/homebrew/download-beer-belly-bill-f4959.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blast Arena Advance[http://filetrip.net/gba-downloads/homebrew/download-blast-arena-advance-f3760.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr40 force_irq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Boubou Snake[http://filetrip.net/gba-downloads/homebrew/download-boubou-snake-demo-f3891.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some tile problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Broken Link[http://filetrip.net/gba-downloads/homebrew/download-broken-link-f3633.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bubble Bobble[http://filetrip.net/gba-downloads/homebrew/download-bubble-bobble-gba-f3988.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Card Fighters Clash[http://filetrip.net/gba-downloads/homebrew/download-card-fighters-clash-advance-f3636.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after &amp;quot;Press Start&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CCCP[http://filetrip.net/gba-downloads/homebrew/download-crystal-clear-clone-for-portables-f1685.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after first logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chaos[http://filetrip.net/gba-downloads/homebrew/download-chaos-the-battle-of-wizards-v082-f4990.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Chips Advance[http://filetrip.net/gba-downloads/homebrew/download-chips-advance-f3761.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chopper[http://filetrip.net/gba-downloads/homebrew/download-chopper-f3637.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after game start.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Christmas Turkey[http://filetrip.net/gba-downloads/homebrew/download-the-christmas-turkey-f1419.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Clac Q[http://filetrip.net/gba-downloads/homebrew/download-clac-q-f3909.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dangerous Xmas[http://filetrip.net/gba-downloads/homebrew/download-dangerous-xmas-f3646.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|DragonBall TR[http://filetrip.net/gba-downloads/homebrew/download-dragonball-f3926.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lot of crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Factory Bots[http://filetrip.net/gba-downloads/homebrew/download-factory-bots-f5645.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after selecting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy[http://filetrip.net/gba-downloads/homebrew/download-final-fantasy-gba-f3648.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some layers don&#039;t move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Fires of Krisable[http://filetrip.net/gba-downloads/homebrew/download-the-fires-of-krisable-pre-alpha-demo-f3768.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pink maps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|GEMini[http://filetrip.net/gba-downloads/homebrew/download-gemini-v10-f5029.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ghost&#039;n Goblins[http://filetrip.net/gba-downloads/homebrew/download-ghostsn-goblins-advance-beta-1-f5030.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|GoldenEye Advance[http://filetrip.net/gba-downloads/homebrew/download-goldeneye-advance-r10-f29341.html ]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100% &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hakuzi[http://filetrip.net/gba-downloads/homebrew/download-hazuki-project-hazuki-v011-f5033.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ice Man Advance[http://filetrip.net/gba-downloads/homebrew/download-ice-man-advance-100-f13199.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|J.A.I.G[http://filetrip.net/gba-downloads/homebrew/download-just-another-invaders-game-f5045.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|JetPack 2[http://filetrip.net/gba-downloads/homebrew/download-jetpack-2-f3657.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kunoichi Yami[http://filetrip.net/gba-downloads/homebrew/download-kunoichi-yami-f3744.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Le Defi de Noel[http://filetrip.net/gba-downloads/homebrew/download-defi-de-no-f1314.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|LOCKJAW[http://filetrip.net/gba-downloads/homebrew/download-lockjaw-the-overdose-milestone-4-f5072.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Metal Gear 2[http://filetrip.net/gba-downloads/homebrew/download-metal-gear-solid-2-sensible-demo-f3707.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Kinda.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Milo&#039;s Quest [http://filetrip.net/gba-downloads/homebrew/download-milos-quest-f3769.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Negative Space[http://filetrip.net/gba-downloads/homebrew/download-negative-space-mias-gba-port-f3967.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Operation Snow[http://filetrip.net/gba-downloads/homebrew/download-operation-snow-f5114.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Orn[http://filetrip.net/gba-downloads/homebrew/download-orn-f5115.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Start but crashes after logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pak-Man[http://filetrip.net/gba-downloads/homebrew/download-pak-man-v091-f5124.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing Background.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pong Fighter[http://filetrip.net/gba-downloads/homebrew/download-pong-fighter-v12-f5136.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Roader [http://filetrip.net/gba-downloads/homebrew/download-gba-roader-f4031.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Serp-&amp;gt;[http://filetrip.net/gba-downloads/homebrew/download-serp-f3723.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sonic Gba[http://filetrip.net/gba-downloads/homebrew/download-sonic-gba-final-release-10-f9728.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Laggy and minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Gem Smash[http://filetrip.net/gba-downloads/homebrew/download-super-gem-smash-advance-f3730.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Snow Fight[http://filetrip.net/gba-downloads/homebrew/download-super-snowfight-f3726.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some Graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Wings[http://filetrip.net/gba-downloads/homebrew/download-superwings-f1848.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sushi the Cat[http://filetrip.net/gba-downloads/homebrew/download-sushi-the-cat-f5206.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Time Walker[http://filetrip.net/gba-downloads/homebrew/download-time-walker-v04-f4312.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Vulkanon[http://filetrip.net/gba-downloads/homebrew/download-vulkanon-v21-f1316.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|WinS DEMO[http://filetrip.net/gba-downloads/homebrew/download-wins-demo-6-f3742.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperspeedup v40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zoop Zone[http://filetrip.net/gba-downloads/homebrew/download-zoop-zone-zoopem-up-2-f3745.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo DS]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45231</id>
		<title>Gbaemu4ds Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45231"/>
		<updated>2012-10-02T18:45:35Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: /* Sound Version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==gbaemu4ds==&lt;br /&gt;
This is the Compatibility List for gbaemu4ds also for homebrew developed by ichichfly( ichfly) .&lt;br /&gt;
It was initially made for the gbatemp hombrew bounty where this emu won the 5th place.&lt;br /&gt;
&lt;br /&gt;
== Posting Guidelines: PLEASE READ BEFORE EDITING ==&lt;br /&gt;
#If a game is &#039;&#039;working&#039;&#039; it doesn&#039;t always make it &#039;&#039;green&#039;&#039;, as titles marked &#039;&#039;green&#039;&#039; should be/are 99.9-100% compatible. See color chart below.&lt;br /&gt;
#The Notes section is only for quirks regarding the way the game plays with the loader. Notes like &#039;Works Great&#039; are not needed and simply add clutter.&lt;br /&gt;
#Regarding regions, please don&#039;t take an existing entry and completely change the region - start a new entry, or add it ALONG with the existing region.&lt;br /&gt;
#Extended Information to be placed at the bottom of the page, only for games that are marked as not working for most people, but working for some. only people who have it working should post info.&lt;br /&gt;
#Make seperated entrys for hyperspeedup and hwspeedup Version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;background:#F0F0F0;border: 1px #222222 solid;text-align:center;&amp;quot; width=480px align=&amp;quot;center&amp;quot; &amp;quot;border: 1px solid #000; margin-top: 2em;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#E9E9E9;&amp;quot; |Compatibility Legend&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working Cell Style}}|Games that work 100% or just have slight audio/video stutter or anything else that doesn&#039;t effect gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working with crashes Cell Style}}|Playable games that have crashes/missing tiles or layers.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Issues Cell Style}}|Games that start but have more serious bugs, or lockups.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Not Working Cell Style}}|Games that do not load.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
==No Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps . Text box still not visible&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Action Man: Robot Attack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem. Missing layer.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Aladin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Alien Hominid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ant Bully&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Astro Boy: Omega Factor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Around the World in 80 Days&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: Burring the Earth&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: The Last Airbender&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Kazooie: Grunty&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo Pilot&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Planes visible. Tracks not visible. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Barnyard&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Batman Begins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after Main Menu.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Batman Vengeance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works but for only 2 min. then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blender Bros.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bomberman Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Breath of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr 38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem when enemies die in battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Camp Lazlo Leaky Lake Games&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Castlevania: Aria of Sorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Castlevania: Circle of Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow in menu then black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Castlevania: Harmony of Dissonance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlie&#039;s Chocolate Factory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlote&#039;s Web&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Classic NES Series&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Game Pack Error.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Cocoto Platform Jumper&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Miss layer. Press X after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Comix Zone&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot 2: N-Tranced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Very slow. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot Purple - Ripto&#039;s Rampage&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Nitro Kart&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX Problem. Track is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crazy Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CT Special Forces&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|CT Special Forces: Bioterror &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: The Ultimate Enemy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: Urban Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Densetsu no Stafy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts but buttons don&#039;t work. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dexter&#039;s Laboratory: Deesaster Strikes!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dodgeball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. May lag.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dokapon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Donald Duck&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Double Dragon Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dr. Seuss&#039; Cat in the Hat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dr. Sudoku&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball GT: Transformation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Super Sonic Warriors&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Taiketsu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some sprites problem. Save flash128.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: The Legacy of Goku II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: Buu&#039;s Fury&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon&#039;s Rock&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Positioning problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Drake&amp;amp;Josh&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX&amp;amp;text problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Driven&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX problem on race.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ed, Edd n&#039; Eddy: Jawbreakers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed sprites and logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Extreme Ghostbusters: Code-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero GP Legend&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Track is perpendicular to sceen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero Maximum Velocity&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Track is perpendicular to sceen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 1 + 2: Dawn of Souls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen after Square Enix logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 4 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during intro FMV.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 5 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after New Game, interesting save bug if &amp;quot;Flash 128KB&amp;quot; savetype is used.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 6 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Intense lag during opening sequence.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy: Tactics Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Background layer &amp;amp; snowballs are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Fire Emblem: The Sacred Stones&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Gekido Advance: Kintaro&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Game &amp;amp; Watch Gallery 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield and his Nine Lives&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield: Search for Pooky&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Golden Sun&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gremlins: Stripe vs. Gizmo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|GTA Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Street is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hardcore Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Harry Potter: Goblet of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Heidi: The Game&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Home on Range&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hugo: Bukkazoom&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ice Age&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r25&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites,problem with layers&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredible Hulk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r32 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing sprites.Crashes when starting level. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles: Rise of Underminer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after 1st logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Inspector Gadget&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|International Karate Plus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|James Bond 007: Nightfire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3D environment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron: Boy Genius&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron Boy Genius Attack of Twonkies&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron vs Jimmy Negatron&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Missing 3D environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kao Kangaroo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King Kong: The Official Game of the Movie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King of Fighters EX: Neoblood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King of Fighters EX2: Howling Blood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Sprites&amp;amp;layer order problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kingdom Hearts: Chains of Memories&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 0. Still sprites problem. Some GFX flickering in battle. Crashes after intro FMV in hyper r40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby &amp;amp; the Amazing Mirror&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby: Nightmare in Dream Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Klonoa: Empire of Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after Namaco logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem. VBA save is needed.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kurukuru Kururin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time: Into the Mysterious Beyond&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Spyro: New Beggining&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Zelda: Minish Cap&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX&amp;amp;Sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lost Vikings&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lucky Luke: Wanted!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 1 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 2 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 3 Starting Mickey&amp;amp; Donald&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Manic Miner&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Full screen of crashed tiles in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Golf: Advance Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Working sound. Missing 3D Environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Kart: Super Circuit&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Karts are visible; tacks - no. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. Screen moves back and forth a little glichy.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Pinball Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis: Power Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 140. game start plot GFX problem&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario vs. Donkey Kong&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (J)(U)(E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (Kiosk Demo)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Max Payne&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing layers; freezes after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Maya the Bee: Sweet Gold&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes on map.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Maya the Bee: The Great Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|50%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Working; GFX&amp;amp;Layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 3 White&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 4 Blue Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 6  Cybeast Gregar&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some soft-screeching sounds.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX&amp;amp;layer problem &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman &amp;amp; Bass&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Incorrect-working sound. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Men in Black&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metroid: Zero Mission&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Screeching sound. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Metroid Fusion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Screeching sound. Crash after intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mission Impossible&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX&amp;amp;sprites&amp;amp;layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mobile Suit Gundam Seed: Battle Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Monster House&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mortal Kombat Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mother 1+2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. 1 - Crash; 2 - Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mother 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mr. Driller 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mummy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Nicktoones: Battle for Volcano Island&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Freeze Frame Frenzy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Attack of Toybots&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoone: Unite&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Open Season&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Over the Hedge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pitfall: Mayan Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Emerald (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon FireRed (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon FireRed (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon LeafGreen (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon LeafGreen (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works but some graphical glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Ruby (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Nothing works&amp;gt; but can use (US) save with (E) (id-2006)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Sapphire (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon: Mystery Dungeon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Polar Express&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Powerpuff Girls: Him and Seek&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prehistorik Man&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prince of Persia&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Princess Natasha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Fever&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Pop&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Rayman: Raving Rabbids&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after level intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Rayman 3: Hoodlum Havok&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rayman Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rescue Heroes: Billy Blazes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Crashes on &#039;New Game&#039;. L+R+START+UP on &#039;WAYFORWARD&#039; to select levels.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Cross Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Ring Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Samurai Jack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprite problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Santa Clause 3: Escape Clause&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Santa Claus Jr.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039; screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Mystery Mayhem&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scorpin King&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Soaring Hawk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Sprinting Wolf&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shaman King: Master of Spirits&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shaman King: Master of Spirits II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sheep&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Flickering GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shoen Jump&#039;s: One Piece&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Hassle at the Castle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Reekin&#039; Havoc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sitting Ducks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Soccer Kid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Level map with crashed tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: force/new&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound. Some sprites problem. Save flash64.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Water in SEGA &amp;amp; Sonic Team logo are garbled up tiles, garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problem; Crashes after inputing name.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Grass &amp;amp; Sky in Intro are garbled up tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Working sound. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Pinball Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound. Pinball gameplay stuff onscreen does not move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man, Ultimate&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Splinter Cell 2: Pandora Tomorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spy Kids: Challenger&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob SquarePants: Creature from Crusty Crab&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Lights, Camera, Pants!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts great; In level, player and background aren&#039;t seen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Super Sponge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Freeze after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro 2: Season of Flame&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro: Attack of Rhynocs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Jedi Power Battles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Episode III Revenge of Sith&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars Trilogy: Apprentice of Force&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Steel Empire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Stuart Little 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Freeze before battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Bust-A-Move&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Ghouls&#039;n Ghosts&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Super Mario Advance 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|SMB3 - Black screen after selecting Mario; SMB - works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Street Fighter II: Turbo Revival&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tarzan: Return to Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem. Press X on black screen after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tekken Advanced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tetris Worlds&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tim Burton&#039;s Nightmare Before Christmas&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Tones: Waky Stackers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tiny Toones: Scary Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tiny Chao Garden (MB2GBA converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Undefined ARM instruction&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tom &amp;amp; Jerry: Magic Ring&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry Tale&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Turbo Turtle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Veggie Tales&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. White logos&amp;amp;menus.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Land 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen+freeze.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Wario Ware Inc.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Ware: Twisted&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX problem.Freeze on &#039;Shave&#039; minigame.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Championship Poker&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Poker Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Worms: Blast&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor graph problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Worms: World Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Layer problem. Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|X-Men: Reign of Apocalypse&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Yu-Gi-Oh World Championship Tournament 2004&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zelda: Link to Past &amp;amp; 4 Swords&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Link to Past: work. 4 Swords: Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zooo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crappy sound &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039; (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Drill Dozer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|85%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(Almost)Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Golden Sun-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|perfect--&amp;gt;except While battling, some crashed tiles &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;| Mario Tennis  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|  Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems. No sound, some soft-screeching sounds..&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|error rec 00400003 00008401&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Firered Version (E)(f1)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2. Working Sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Low-pitched sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound (8-bit sound channel doesn&#039;t work).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Lagging sound.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Homebrews==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1 Bit Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-1-bit-ball-wall-v10f-f3784.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys) sometimes auto win&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|15 Puzzle[http://filetrip.net/gba-downloads/homebrew/download-15-puzzle-v1-f4945.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|15 Tiles[http://filetrip.net/gba-downloads/homebrew/download-15-tiles-a-k-a-dragon-tiles-f3623.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Press Start&amp;quot;.(need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1942 Advance[http://filetrip.net/gba-downloads/homebrew/download-1942-advance-f3758.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. dsd wait (30s)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|1945[http://filetrip.net/gba-downloads/homebrew/download-1945-f3794.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Start Game&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|2 Bits Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-2-bits-ball-wall-f3785.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|5NAKE[http://filetrip.net/gba-downloads/homebrew/download-5nake-f6191.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after selecting in game save mode.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|8-Bit Theater[http://filetrip.net/gba-downloads/homebrew/download-8-bit-theater-comics-f3791.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Absolute Zed[http://filetrip.net/gba-downloads/homebrew/download-absolute-zed-f3798.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ace[http://filetrip.net/gba-downloads/homebrew/download-ace-v11-beta-f4946.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agoria[http://filetrip.net/gba-downloads/homebrew/download-agoria-ode-to-fate-source-f4948.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some crashed tiles. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Air Wing Assault[http://filetrip.net/gba-downloads/homebrew/download-air-wing-assault-demo-f3812.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Alien[http://filetrip.net/gba-downloads/homebrew/download-alien-demo-f3813.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Alphawing[http://filetrip.net/gba-downloads/homebrew/download-alphawing-f3625.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Anguna[http://filetrip.net/gba-downloads/homebrew/download-anguna-v095-f2439.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|works till talk to &amp;quot;Green Toady&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Another World[http://filetrip.net/gba-downloads/homebrew/download-another-world-final-f3716.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Even save can be loaded.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Arkanoid Advance[http://filetrip.net/gba-downloads/homebrew/download-arkanoid-advance-f3626.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Arkanoid[http://filetrip.net/gba-downloads/homebrew/download-anarkoid-v10-f3815.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slw&#039;n menu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Asteroids[http://filetrip.net/gba-downloads/homebrew/download-asteroids-gba-f3819.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Atomix[http://filetrip.net/gba-downloads/homebrew/download-atomix-f3627.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|B-Type[http://filetrip.net/gba-downloads/homebrew/download-b-type-f3894.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bad Bad Beez[http://filetrip.net/gba-downloads/homebrew/download-bad-bad-beez-f3875.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph problems&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Bauble Break[http://filetrip.net/gba-downloads/homebrew/download-bauble-break-f1420.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing some tiles and layers.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beer Belly Bill[http://filetrip.net/gba-downloads/homebrew/download-beer-belly-bill-f4959.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blast Arena Advance[http://filetrip.net/gba-downloads/homebrew/download-blast-arena-advance-f3760.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr40 force_irq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Boubou Snake[http://filetrip.net/gba-downloads/homebrew/download-boubou-snake-demo-f3891.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some tile problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Broken Link[http://filetrip.net/gba-downloads/homebrew/download-broken-link-f3633.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bubble Bobble[http://filetrip.net/gba-downloads/homebrew/download-bubble-bobble-gba-f3988.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Card Fighters Clash[http://filetrip.net/gba-downloads/homebrew/download-card-fighters-clash-advance-f3636.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after &amp;quot;Press Start&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CCCP[http://filetrip.net/gba-downloads/homebrew/download-crystal-clear-clone-for-portables-f1685.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after first logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chaos[http://filetrip.net/gba-downloads/homebrew/download-chaos-the-battle-of-wizards-v082-f4990.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Chips Advance[http://filetrip.net/gba-downloads/homebrew/download-chips-advance-f3761.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chopper[http://filetrip.net/gba-downloads/homebrew/download-chopper-f3637.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after game start.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Christmas Turkey[http://filetrip.net/gba-downloads/homebrew/download-the-christmas-turkey-f1419.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Clac Q[http://filetrip.net/gba-downloads/homebrew/download-clac-q-f3909.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dangerous Xmas[http://filetrip.net/gba-downloads/homebrew/download-dangerous-xmas-f3646.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|DragonBall TR[http://filetrip.net/gba-downloads/homebrew/download-dragonball-f3926.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lot of crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Factory Bots[http://filetrip.net/gba-downloads/homebrew/download-factory-bots-f5645.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after selecting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy[http://filetrip.net/gba-downloads/homebrew/download-final-fantasy-gba-f3648.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some layers don&#039;t move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Fires of Krisable[http://filetrip.net/gba-downloads/homebrew/download-the-fires-of-krisable-pre-alpha-demo-f3768.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pink maps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|GEMini[http://filetrip.net/gba-downloads/homebrew/download-gemini-v10-f5029.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ghost&#039;n Goblins[http://filetrip.net/gba-downloads/homebrew/download-ghostsn-goblins-advance-beta-1-f5030.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|GoldenEye Advance[http://filetrip.net/gba-downloads/homebrew/download-goldeneye-advance-r10-f29341.html ]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100% &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hakuzi[http://filetrip.net/gba-downloads/homebrew/download-hazuki-project-hazuki-v011-f5033.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ice Man Advance[http://filetrip.net/gba-downloads/homebrew/download-ice-man-advance-100-f13199.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|J.A.I.G[http://filetrip.net/gba-downloads/homebrew/download-just-another-invaders-game-f5045.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|JetPack 2[http://filetrip.net/gba-downloads/homebrew/download-jetpack-2-f3657.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kunoichi Yami[http://filetrip.net/gba-downloads/homebrew/download-kunoichi-yami-f3744.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Le Defi de Noel[http://filetrip.net/gba-downloads/homebrew/download-defi-de-no-f1314.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|LOCKJAW[http://filetrip.net/gba-downloads/homebrew/download-lockjaw-the-overdose-milestone-4-f5072.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Metal Gear 2[http://filetrip.net/gba-downloads/homebrew/download-metal-gear-solid-2-sensible-demo-f3707.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Kinda.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Milo&#039;s Quest [http://filetrip.net/gba-downloads/homebrew/download-milos-quest-f3769.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Negative Space[http://filetrip.net/gba-downloads/homebrew/download-negative-space-mias-gba-port-f3967.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Operation Snow[http://filetrip.net/gba-downloads/homebrew/download-operation-snow-f5114.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Orn[http://filetrip.net/gba-downloads/homebrew/download-orn-f5115.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Start but crashes after logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pak-Man[http://filetrip.net/gba-downloads/homebrew/download-pak-man-v091-f5124.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing Background.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pong Fighter[http://filetrip.net/gba-downloads/homebrew/download-pong-fighter-v12-f5136.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Roader [http://filetrip.net/gba-downloads/homebrew/download-gba-roader-f4031.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Serp-&amp;gt;[http://filetrip.net/gba-downloads/homebrew/download-serp-f3723.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sonic Gba[http://filetrip.net/gba-downloads/homebrew/download-sonic-gba-final-release-10-f9728.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Laggy and minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Gem Smash[http://filetrip.net/gba-downloads/homebrew/download-super-gem-smash-advance-f3730.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Snow Fight[http://filetrip.net/gba-downloads/homebrew/download-super-snowfight-f3726.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some Graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Wings[http://filetrip.net/gba-downloads/homebrew/download-superwings-f1848.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sushi the Cat[http://filetrip.net/gba-downloads/homebrew/download-sushi-the-cat-f5206.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Time Walker[http://filetrip.net/gba-downloads/homebrew/download-time-walker-v04-f4312.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Vulkanon[http://filetrip.net/gba-downloads/homebrew/download-vulkanon-v21-f1316.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|WinS DEMO[http://filetrip.net/gba-downloads/homebrew/download-wins-demo-6-f3742.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperspeedup v40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zoop Zone[http://filetrip.net/gba-downloads/homebrew/download-zoop-zone-zoopem-up-2-f3745.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo DS]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45230</id>
		<title>Gbaemu4ds Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45230"/>
		<updated>2012-10-02T18:44:49Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==gbaemu4ds==&lt;br /&gt;
This is the Compatibility List for gbaemu4ds also for homebrew developed by ichichfly( ichfly) .&lt;br /&gt;
It was initially made for the gbatemp hombrew bounty where this emu won the 5th place.&lt;br /&gt;
&lt;br /&gt;
== Posting Guidelines: PLEASE READ BEFORE EDITING ==&lt;br /&gt;
#If a game is &#039;&#039;working&#039;&#039; it doesn&#039;t always make it &#039;&#039;green&#039;&#039;, as titles marked &#039;&#039;green&#039;&#039; should be/are 99.9-100% compatible. See color chart below.&lt;br /&gt;
#The Notes section is only for quirks regarding the way the game plays with the loader. Notes like &#039;Works Great&#039; are not needed and simply add clutter.&lt;br /&gt;
#Regarding regions, please don&#039;t take an existing entry and completely change the region - start a new entry, or add it ALONG with the existing region.&lt;br /&gt;
#Extended Information to be placed at the bottom of the page, only for games that are marked as not working for most people, but working for some. only people who have it working should post info.&lt;br /&gt;
#Make seperated entrys for hyperspeedup and hwspeedup Version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;background:#F0F0F0;border: 1px #222222 solid;text-align:center;&amp;quot; width=480px align=&amp;quot;center&amp;quot; &amp;quot;border: 1px solid #000; margin-top: 2em;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#E9E9E9;&amp;quot; |Compatibility Legend&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working Cell Style}}|Games that work 100% or just have slight audio/video stutter or anything else that doesn&#039;t effect gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working with crashes Cell Style}}|Playable games that have crashes/missing tiles or layers.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Issues Cell Style}}|Games that start but have more serious bugs, or lockups.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Not Working Cell Style}}|Games that do not load.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
==No Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps . Text box still not visible&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Action Man: Robot Attack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem. Missing layer.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Aladin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Alien Hominid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ant Bully&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Astro Boy: Omega Factor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Around the World in 80 Days&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: Burring the Earth&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: The Last Airbender&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Kazooie: Grunty&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo Pilot&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Planes visible. Tracks not visible. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Barnyard&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Batman Begins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after Main Menu.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Batman Vengeance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works but for only 2 min. then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blender Bros.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bomberman Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Breath of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr 38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem when enemies die in battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Camp Lazlo Leaky Lake Games&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Castlevania: Aria of Sorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Castlevania: Circle of Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow in menu then black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Castlevania: Harmony of Dissonance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlie&#039;s Chocolate Factory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlote&#039;s Web&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Classic NES Series&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Game Pack Error.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Cocoto Platform Jumper&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Miss layer. Press X after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Comix Zone&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot 2: N-Tranced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Very slow. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot Purple - Ripto&#039;s Rampage&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Nitro Kart&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX Problem. Track is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crazy Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CT Special Forces&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|CT Special Forces: Bioterror &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: The Ultimate Enemy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: Urban Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Densetsu no Stafy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts but buttons don&#039;t work. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dexter&#039;s Laboratory: Deesaster Strikes!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dodgeball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. May lag.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dokapon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Donald Duck&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Double Dragon Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dr. Seuss&#039; Cat in the Hat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dr. Sudoku&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball GT: Transformation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Super Sonic Warriors&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Taiketsu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some sprites problem. Save flash128.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: The Legacy of Goku II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: Buu&#039;s Fury&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon&#039;s Rock&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Positioning problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Drake&amp;amp;Josh&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX&amp;amp;text problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Driven&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX problem on race.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ed, Edd n&#039; Eddy: Jawbreakers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed sprites and logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Extreme Ghostbusters: Code-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero GP Legend&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Track is perpendicular to sceen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero Maximum Velocity&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Track is perpendicular to sceen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 1 + 2: Dawn of Souls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen after Square Enix logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 4 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during intro FMV.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 5 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after New Game, interesting save bug if &amp;quot;Flash 128KB&amp;quot; savetype is used.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 6 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Intense lag during opening sequence.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy: Tactics Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Background layer &amp;amp; snowballs are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Fire Emblem: The Sacred Stones&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Gekido Advance: Kintaro&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Game &amp;amp; Watch Gallery 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield and his Nine Lives&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield: Search for Pooky&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Golden Sun&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gremlins: Stripe vs. Gizmo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|GTA Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Street is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hardcore Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Harry Potter: Goblet of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Heidi: The Game&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Home on Range&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hugo: Bukkazoom&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ice Age&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r25&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites,problem with layers&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredible Hulk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r32 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing sprites.Crashes when starting level. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles: Rise of Underminer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after 1st logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Inspector Gadget&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|International Karate Plus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|James Bond 007: Nightfire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3D environment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron: Boy Genius&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron Boy Genius Attack of Twonkies&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron vs Jimmy Negatron&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Missing 3D environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kao Kangaroo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King Kong: The Official Game of the Movie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King of Fighters EX: Neoblood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King of Fighters EX2: Howling Blood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Sprites&amp;amp;layer order problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kingdom Hearts: Chains of Memories&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 0. Still sprites problem. Some GFX flickering in battle. Crashes after intro FMV in hyper r40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby &amp;amp; the Amazing Mirror&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby: Nightmare in Dream Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Klonoa: Empire of Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after Namaco logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem. VBA save is needed.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kurukuru Kururin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time: Into the Mysterious Beyond&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Spyro: New Beggining&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Zelda: Minish Cap&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX&amp;amp;Sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lost Vikings&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lucky Luke: Wanted!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 1 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 2 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 3 Starting Mickey&amp;amp; Donald&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Manic Miner&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Full screen of crashed tiles in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Golf: Advance Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Working sound. Missing 3D Environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Kart: Super Circuit&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Karts are visible; tacks - no. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. Screen moves back and forth a little glichy.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Pinball Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis: Power Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 140. game start plot GFX problem&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario vs. Donkey Kong&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (J)(U)(E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (Kiosk Demo)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Max Payne&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing layers; freezes after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Maya the Bee: Sweet Gold&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes on map.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Maya the Bee: The Great Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|50%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Working; GFX&amp;amp;Layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 3 White&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 4 Blue Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 6  Cybeast Gregar&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some soft-screeching sounds.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX&amp;amp;layer problem &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman &amp;amp; Bass&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Incorrect-working sound. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Men in Black&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metroid: Zero Mission&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Screeching sound. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Metroid Fusion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Screeching sound. Crash after intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mission Impossible&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX&amp;amp;sprites&amp;amp;layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mobile Suit Gundam Seed: Battle Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Monster House&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mortal Kombat Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mother 1+2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. 1 - Crash; 2 - Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mother 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mr. Driller 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mummy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Nicktoones: Battle for Volcano Island&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Freeze Frame Frenzy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Attack of Toybots&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoone: Unite&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Open Season&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Over the Hedge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pitfall: Mayan Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Emerald (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon FireRed (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon FireRed (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon LeafGreen (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon LeafGreen (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works but some graphical glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Ruby (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Nothing works&amp;gt; but can use (US) save with (E) (id-2006)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Sapphire (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon: Mystery Dungeon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Polar Express&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Powerpuff Girls: Him and Seek&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prehistorik Man&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prince of Persia&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Princess Natasha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Fever&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Pop&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Rayman: Raving Rabbids&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after level intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Rayman 3: Hoodlum Havok&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rayman Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rescue Heroes: Billy Blazes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Crashes on &#039;New Game&#039;. L+R+START+UP on &#039;WAYFORWARD&#039; to select levels.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Cross Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Ring Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Samurai Jack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprite problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Santa Clause 3: Escape Clause&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Santa Claus Jr.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039; screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Mystery Mayhem&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scorpin King&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Soaring Hawk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Sprinting Wolf&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shaman King: Master of Spirits&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shaman King: Master of Spirits II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sheep&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Flickering GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shoen Jump&#039;s: One Piece&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Hassle at the Castle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Reekin&#039; Havoc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sitting Ducks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Soccer Kid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Level map with crashed tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: force/new&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound. Some sprites problem. Save flash64.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Water in SEGA &amp;amp; Sonic Team logo are garbled up tiles, garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problem; Crashes after inputing name.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Grass &amp;amp; Sky in Intro are garbled up tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Working sound. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Pinball Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound. Pinball gameplay stuff onscreen does not move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man, Ultimate&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Splinter Cell 2: Pandora Tomorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spy Kids: Challenger&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob SquarePants: Creature from Crusty Crab&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Lights, Camera, Pants!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts great; In level, player and background aren&#039;t seen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Super Sponge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Freeze after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro 2: Season of Flame&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro: Attack of Rhynocs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Jedi Power Battles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Episode III Revenge of Sith&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars Trilogy: Apprentice of Force&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Steel Empire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Stuart Little 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Freeze before battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Bust-A-Move&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Ghouls&#039;n Ghosts&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Super Mario Advance 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|SMB3 - Black screen after selecting Mario; SMB - works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Street Fighter II: Turbo Revival&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tarzan: Return to Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem. Press X on black screen after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tekken Advanced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tetris Worlds&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tim Burton&#039;s Nightmare Before Christmas&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Tones: Waky Stackers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tiny Toones: Scary Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tiny Chao Garden (MB2GBA converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Undefined ARM instruction&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tom &amp;amp; Jerry: Magic Ring&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry Tale&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Turbo Turtle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Veggie Tales&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. White logos&amp;amp;menus.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Land 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen+freeze.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Wario Ware Inc.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Ware: Twisted&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX problem.Freeze on &#039;Shave&#039; minigame.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Championship Poker&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Poker Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Worms: Blast&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor graph problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Worms: World Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Layer problem. Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|X-Men: Reign of Apocalypse&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Yu-Gi-Oh World Championship Tournament 2004&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zelda: Link to Past &amp;amp; 4 Swords&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Link to Past: work. 4 Swords: Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zooo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crappy sound &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039; (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Drill Dozer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|85%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|(Almost)Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Golden Sun-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|perfect--&amp;gt;except While battling, some crashed tiles &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;| Mario Tennis  &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039; &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|  Perfect Sound&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems. No sound, some soft-screeching sounds..&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|error rec 00400003 00008401&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon Firered Version (E)(f1)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Perfect&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2. Working Sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Low-pitched sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound (8-bit sound channel doesn&#039;t work).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Lagging sound.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Homebrews==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1 Bit Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-1-bit-ball-wall-v10f-f3784.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys) sometimes auto win&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|15 Puzzle[http://filetrip.net/gba-downloads/homebrew/download-15-puzzle-v1-f4945.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|15 Tiles[http://filetrip.net/gba-downloads/homebrew/download-15-tiles-a-k-a-dragon-tiles-f3623.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Press Start&amp;quot;.(need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1942 Advance[http://filetrip.net/gba-downloads/homebrew/download-1942-advance-f3758.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. dsd wait (30s)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|1945[http://filetrip.net/gba-downloads/homebrew/download-1945-f3794.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Start Game&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|2 Bits Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-2-bits-ball-wall-f3785.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|5NAKE[http://filetrip.net/gba-downloads/homebrew/download-5nake-f6191.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after selecting in game save mode.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|8-Bit Theater[http://filetrip.net/gba-downloads/homebrew/download-8-bit-theater-comics-f3791.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Absolute Zed[http://filetrip.net/gba-downloads/homebrew/download-absolute-zed-f3798.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ace[http://filetrip.net/gba-downloads/homebrew/download-ace-v11-beta-f4946.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agoria[http://filetrip.net/gba-downloads/homebrew/download-agoria-ode-to-fate-source-f4948.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some crashed tiles. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Air Wing Assault[http://filetrip.net/gba-downloads/homebrew/download-air-wing-assault-demo-f3812.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Alien[http://filetrip.net/gba-downloads/homebrew/download-alien-demo-f3813.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Alphawing[http://filetrip.net/gba-downloads/homebrew/download-alphawing-f3625.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Anguna[http://filetrip.net/gba-downloads/homebrew/download-anguna-v095-f2439.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|works till talk to &amp;quot;Green Toady&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Another World[http://filetrip.net/gba-downloads/homebrew/download-another-world-final-f3716.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Even save can be loaded.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Arkanoid Advance[http://filetrip.net/gba-downloads/homebrew/download-arkanoid-advance-f3626.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Arkanoid[http://filetrip.net/gba-downloads/homebrew/download-anarkoid-v10-f3815.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slw&#039;n menu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Asteroids[http://filetrip.net/gba-downloads/homebrew/download-asteroids-gba-f3819.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Atomix[http://filetrip.net/gba-downloads/homebrew/download-atomix-f3627.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|B-Type[http://filetrip.net/gba-downloads/homebrew/download-b-type-f3894.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bad Bad Beez[http://filetrip.net/gba-downloads/homebrew/download-bad-bad-beez-f3875.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph problems&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Bauble Break[http://filetrip.net/gba-downloads/homebrew/download-bauble-break-f1420.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing some tiles and layers.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beer Belly Bill[http://filetrip.net/gba-downloads/homebrew/download-beer-belly-bill-f4959.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blast Arena Advance[http://filetrip.net/gba-downloads/homebrew/download-blast-arena-advance-f3760.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr40 force_irq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Boubou Snake[http://filetrip.net/gba-downloads/homebrew/download-boubou-snake-demo-f3891.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some tile problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Broken Link[http://filetrip.net/gba-downloads/homebrew/download-broken-link-f3633.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bubble Bobble[http://filetrip.net/gba-downloads/homebrew/download-bubble-bobble-gba-f3988.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Card Fighters Clash[http://filetrip.net/gba-downloads/homebrew/download-card-fighters-clash-advance-f3636.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after &amp;quot;Press Start&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CCCP[http://filetrip.net/gba-downloads/homebrew/download-crystal-clear-clone-for-portables-f1685.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after first logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chaos[http://filetrip.net/gba-downloads/homebrew/download-chaos-the-battle-of-wizards-v082-f4990.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Chips Advance[http://filetrip.net/gba-downloads/homebrew/download-chips-advance-f3761.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chopper[http://filetrip.net/gba-downloads/homebrew/download-chopper-f3637.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after game start.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Christmas Turkey[http://filetrip.net/gba-downloads/homebrew/download-the-christmas-turkey-f1419.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Clac Q[http://filetrip.net/gba-downloads/homebrew/download-clac-q-f3909.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dangerous Xmas[http://filetrip.net/gba-downloads/homebrew/download-dangerous-xmas-f3646.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|DragonBall TR[http://filetrip.net/gba-downloads/homebrew/download-dragonball-f3926.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lot of crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Factory Bots[http://filetrip.net/gba-downloads/homebrew/download-factory-bots-f5645.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after selecting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy[http://filetrip.net/gba-downloads/homebrew/download-final-fantasy-gba-f3648.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some layers don&#039;t move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Fires of Krisable[http://filetrip.net/gba-downloads/homebrew/download-the-fires-of-krisable-pre-alpha-demo-f3768.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pink maps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|GEMini[http://filetrip.net/gba-downloads/homebrew/download-gemini-v10-f5029.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ghost&#039;n Goblins[http://filetrip.net/gba-downloads/homebrew/download-ghostsn-goblins-advance-beta-1-f5030.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|GoldenEye Advance[http://filetrip.net/gba-downloads/homebrew/download-goldeneye-advance-r10-f29341.html ]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100% &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hakuzi[http://filetrip.net/gba-downloads/homebrew/download-hazuki-project-hazuki-v011-f5033.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ice Man Advance[http://filetrip.net/gba-downloads/homebrew/download-ice-man-advance-100-f13199.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|J.A.I.G[http://filetrip.net/gba-downloads/homebrew/download-just-another-invaders-game-f5045.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|JetPack 2[http://filetrip.net/gba-downloads/homebrew/download-jetpack-2-f3657.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kunoichi Yami[http://filetrip.net/gba-downloads/homebrew/download-kunoichi-yami-f3744.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Le Defi de Noel[http://filetrip.net/gba-downloads/homebrew/download-defi-de-no-f1314.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|LOCKJAW[http://filetrip.net/gba-downloads/homebrew/download-lockjaw-the-overdose-milestone-4-f5072.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Metal Gear 2[http://filetrip.net/gba-downloads/homebrew/download-metal-gear-solid-2-sensible-demo-f3707.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Kinda.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Milo&#039;s Quest [http://filetrip.net/gba-downloads/homebrew/download-milos-quest-f3769.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Negative Space[http://filetrip.net/gba-downloads/homebrew/download-negative-space-mias-gba-port-f3967.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Operation Snow[http://filetrip.net/gba-downloads/homebrew/download-operation-snow-f5114.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Orn[http://filetrip.net/gba-downloads/homebrew/download-orn-f5115.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Start but crashes after logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pak-Man[http://filetrip.net/gba-downloads/homebrew/download-pak-man-v091-f5124.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing Background.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pong Fighter[http://filetrip.net/gba-downloads/homebrew/download-pong-fighter-v12-f5136.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Roader [http://filetrip.net/gba-downloads/homebrew/download-gba-roader-f4031.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Serp-&amp;gt;[http://filetrip.net/gba-downloads/homebrew/download-serp-f3723.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sonic Gba[http://filetrip.net/gba-downloads/homebrew/download-sonic-gba-final-release-10-f9728.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Laggy and minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Gem Smash[http://filetrip.net/gba-downloads/homebrew/download-super-gem-smash-advance-f3730.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Snow Fight[http://filetrip.net/gba-downloads/homebrew/download-super-snowfight-f3726.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some Graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Wings[http://filetrip.net/gba-downloads/homebrew/download-superwings-f1848.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sushi the Cat[http://filetrip.net/gba-downloads/homebrew/download-sushi-the-cat-f5206.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Time Walker[http://filetrip.net/gba-downloads/homebrew/download-time-walker-v04-f4312.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Vulkanon[http://filetrip.net/gba-downloads/homebrew/download-vulkanon-v21-f1316.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|WinS DEMO[http://filetrip.net/gba-downloads/homebrew/download-wins-demo-6-f3742.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperspeedup v40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zoop Zone[http://filetrip.net/gba-downloads/homebrew/download-zoop-zone-zoopem-up-2-f3745.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo DS]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
	<entry>
		<id>https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45152</id>
		<title>Gbaemu4ds Compatibility List</title>
		<link rel="alternate" type="text/html" href="https://wiki.gbatemp.net/w/index.php?title=Gbaemu4ds_Compatibility_List&amp;diff=45152"/>
		<updated>2012-09-22T00:09:33Z</updated>

		<summary type="html">&lt;p&gt;Bobesh8: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==gbaemu4ds==&lt;br /&gt;
This is the Compatibility List for gbaemu4ds also for homebrew developed by ichichfly( ichfly) .&lt;br /&gt;
It was initially made for the gbatemp hombrew bounty where this emu won the 5th place.&lt;br /&gt;
&lt;br /&gt;
== Posting Guidelines: PLEASE READ BEFORE EDITING ==&lt;br /&gt;
#If a game is &#039;&#039;working&#039;&#039; it doesn&#039;t always make it &#039;&#039;green&#039;&#039;, as titles marked &#039;&#039;green&#039;&#039; should be/are 99.9-100% compatible. See color chart below.&lt;br /&gt;
#The Notes section is only for quirks regarding the way the game plays with the loader. Notes like &#039;Works Great&#039; are not needed and simply add clutter.&lt;br /&gt;
#Regarding regions, please don&#039;t take an existing entry and completely change the region - start a new entry, or add it ALONG with the existing region.&lt;br /&gt;
#Extended Information to be placed at the bottom of the page, only for games that are marked as not working for most people, but working for some. only people who have it working should post info.&lt;br /&gt;
#Make seperated entrys for hyperspeedup and hwspeedup Version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;background:#F0F0F0;border: 1px #222222 solid;text-align:center;&amp;quot; width=480px align=&amp;quot;center&amp;quot; &amp;quot;border: 1px solid #000; margin-top: 2em;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#E9E9E9;&amp;quot; |Compatibility Legend&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working Cell Style}}|Games that work 100% or just have slight audio/video stutter or anything else that doesn&#039;t effect gameplay.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Working with crashes Cell Style}}|Playable games that have crashes/missing tiles or layers.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Issues Cell Style}}|Games that start but have more serious bugs, or lockups.&lt;br /&gt;
|-&lt;br /&gt;
|{{USB Game Compatibility Table/Not Working Cell Style}}|Games that do not load.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compatibility List ==&lt;br /&gt;
&lt;br /&gt;
==No Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Advance Wars&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps . Text box still not visible&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Action Man: Robot Attack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem. Missing layer.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Advance Wars 2: Black Hole Rising&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agent Hugo: Roborubmle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Aladin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Alien Hominid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ant Bully&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Astro Boy: Omega Factor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Around the World in 80 Days&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: Burring the Earth&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Avatar: The Last Airbender&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo-Kazooie: Grunty&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Banjo Pilot&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Planes visible. Tracks not visible. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Barnyard&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Batman Begins&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after Main Menu.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Batman Vengeance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Beyblade G-Revolution&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works but for only 2 min. then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blender Bros.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bomberman Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Breath of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr 38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem when enemies die in battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Camp Lazlo Leaky Lake Games&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Castlevania: Aria of Sorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Castlevania: Circle of Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow in menu then black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Castlevania: Harmony of Dissonance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlie&#039;s Chocolate Factory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Charlote&#039;s Web&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Classic NES Series&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Game Pack Error.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Cocoto Platform Jumper&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Miss layer. Press X after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Comix Zone&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot 2: N-Tranced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Very slow. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Bandicoot Purple - Ripto&#039;s Rampage&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crash Nitro Kart&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX Problem. Track is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Crazy Chase&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CT Special Forces&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|CT Special Forces: Bioterror &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: The Ultimate Enemy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Danny Phantom: Urban Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Densetsu no Stafy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts but buttons don&#039;t work. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dexter&#039;s Laboratory: Deesaster Strikes!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dodgeball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. May lag.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dokapon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Donald Duck&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Donkey Kong Country 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Double Dragon Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dr. Seuss&#039; Cat in the Hat&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dr. Sudoku&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon Ball GT: Transformation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Super Sonic Warriors&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Dragon Ball Z: Taiketsu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some sprites problem. Save flash128.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: The Legacy of Goku II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Dragon Ball Z: Buu&#039;s Fury&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dragon&#039;s Rock&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Positioning problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Drake&amp;amp;Josh&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX&amp;amp;text problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Driven&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX problem on race.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ed, Edd n&#039; Eddy: Jawbreakers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed sprites and logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Extreme Ghostbusters: Code-1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero GP Legend&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Track is perpendicular to sceen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|F-Zero Maximum Velocity&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Track is perpendicular to sceen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 1 + 2: Dawn of Souls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen after Square Enix logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 4 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during intro FMV.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 5 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after New Game, interesting save bug if &amp;quot;Flash 128KB&amp;quot; savetype is used.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Final Fantasy 6 Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|r40 forceirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Intense lag during opening sequence.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy: Tactics Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Background layer &amp;amp; snowballs are missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fight 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Fire Emblem: The Sacred Stones&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Gekido Advance: Kintaro&#039;s Revenge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Game &amp;amp; Watch Gallery 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield and his Nine Lives&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Garfield: Search for Pooky&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Golden Sun&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Gremlins: Stripe vs. Gizmo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|GTA Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Street is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hardcore Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Harry Potter: Goblet of Fire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Heidi: The Game&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Home on Range&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hugo: Bukkazoom&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ice Age&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r25&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites,problem with layers&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredible Hulk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r32 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing sprites.Crashes when starting level. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Incredibles: Rise of Underminer&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after 1st logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Inspector Gadget&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|International Karate Plus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|James Bond 007: Nightfire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|3D environment is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron: Boy Genius&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jimmy Neutron Boy Genius Attack of Twonkies&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Jimmy Neutron vs Jimmy Negatron&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Missing 3D environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Jungle Book 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kao Kangaroo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King Kong: The Official Game of the Movie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|King of Fighters EX: Neoblood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|King of Fighters EX2: Howling Blood&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Sprites&amp;amp;layer order problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kingdom Hearts: Chains of Memories&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 0. Still sprites problem. Some GFX flickering in battle. Crashes after intro FMV in hyper r40.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby &amp;amp; the Amazing Mirror&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kirby: Nightmare in Dream Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Klonoa: Empire of Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after Namaco logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Klonoa 2: Dream Champ Tournament&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem. VBA save is needed.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kurukuru Kururin&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Land Before Time: Into the Mysterious Beyond&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Spyro: New Beggining&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Legend of Zelda: Minish Cap&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX&amp;amp;Sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lost Vikings&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Lucky Luke: Wanted!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 1 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 2 Starting Mickey&amp;amp;Minnie&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Magical Quest 3 Starting Mickey&amp;amp; Donald&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Manic Miner&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Full screen of crashed tiles in level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Golf: Advance Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Working sound. Missing 3D Environment.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario Kart: Super Circuit&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Karts are visible; tacks - no. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. Screen moves back and forth a little glichy.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Pinball Land&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mario Tennis: Power Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 140. game start plot GFX problem&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mario vs. Donkey Kong&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (J)(U)(E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Mario &amp;amp; Luigi: Superstar Saga (Kiosk Demo)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Max Payne&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing layers; freezes after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Maya the Bee: Sweet Gold&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes on map.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Maya the Bee: The Great Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|50%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Working; GFX&amp;amp;Layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots AX: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Metabee Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Medabots: Rokusho Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Battle Chip Challange&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some background problems. No sound, some soft-screeching sounds..&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 3 White&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 4 Blue Moon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Megaman Battle Network 6  Cybeast Gregar&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White Screen. Unknown OP&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some soft-screeching sounds.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman Zero 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX&amp;amp;layer problem &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Megaman &amp;amp; Bass&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Incorrect-working sound. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Men in Black&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metal Slug Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Metroid: Zero Mission&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Screeching sound. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Metroid Fusion&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Screeching sound. Crash after intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mission Impossible&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. GFX&amp;amp;sprites&amp;amp;layer problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mobile Suit Gundam Seed: Battle Assault&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Monster House&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mortal Kombat Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mother 1+2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. 1 - Crash; 2 - Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mother 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Mr. Driller 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Mummy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Naruto: Ninja Council 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Nicktoones: Battle for Volcano Island&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Freeze Frame Frenzy&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoones: Attack of Toybots&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Nicktoone: Unite&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Open Season&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Over the Hedge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinball Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pinky and Brain: Masterplan&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pitfall: Mayan Adventure&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Emerald (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon FireRed (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon FireRed (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon LeafGreen (U)(E)(J)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Unable to save. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokemon LeafGreen (U) [f1]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: forceHBlank&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Is able to save with SaveTypeAutomatic. Working sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Pinball&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works but some graphical glitches.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Ruby (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Nothing works&amp;gt; but can use (US) save with (E) (id-2006)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pokémon Sapphire (U)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r40 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pokémon: Mystery Dungeon&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Polar Express&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Powerpuff Girls: Him and Seek&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prehistorik Man&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Prince of Persia&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Princess Natasha&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Fever&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Puyo Pop&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Rayman: Raving Rabbids&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after level intro.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Rayman 3: Hoodlum Havok&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rayman Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Rescue Heroes: Billy Blazes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Crashes on &#039;New Game&#039;. L+R+START+UP on &#039;WAYFORWARD&#039; to select levels.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Cross Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Robopon 2: Ring Version&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Samurai Jack&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprite problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Santa Clause 3: Escape Clause&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Santa Claus Jr.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &#039;New Game&#039; screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scooby-Doo: Mystery Mayhem&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem. Text is missing.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Scorpin King&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Soaring Hawk&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shaman King: Legacy of Spirits - Sprinting Wolf&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shaman King: Master of Spirits&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shaman King: Master of Spirits II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sheep&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Flickering GFX.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shining Soul II&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Shoen Jump&#039;s: One Piece&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40.Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Hassle at the Castle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Shrek: Reekin&#039; Havoc&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sitting Ducks&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Soccer Kid&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Level map with crashed tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: force/new&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound. Some sprites problem. Save flash64.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Water in SEGA &amp;amp; Sonic Team logo are garbled up tiles, garbled up title logo tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX problem; Crashes after inputing name.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hwspeedup beta 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|5 fps&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow, Grass &amp;amp; Sky in Intro are garbled up tiles.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Working sound. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Sonic Pinball Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: adv&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|some lags&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound. Pinball gameplay stuff onscreen does not move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spider-Man, Ultimate&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Splinter Cell 2: Pandora Tomorrow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spy Kids: Challenger&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob SquarePants: Creature from Crusty Crab&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Lights, Camera, Pants!&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts great; In level, player and background aren&#039;t seen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Spongebob SquarePants: Super Sponge&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Freeze after starting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Spongebob&#039; Atlantis SquarePantis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro 2: Season of Flame&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Spyro: Attack of Rhynocs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Jedi Power Battles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars: Episode III Revenge of Sith&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Star Wars Trilogy: Apprentice of Force&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Steel Empire&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Stuart Little 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freeze after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Summon Night 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Freeze before battle.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Bust-A-Move&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Ghouls&#039;n Ghosts&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Mario Advance 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|GFX&amp;amp;Sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Super Mario Advance 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|SMB3 - Black screen after selecting Mario; SMB - works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Super Street Fighter II: Turbo Revival&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tang Tang&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tarzan: Return to Jungle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some sprites problem. Press X on black screen after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teen Titans 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Some GFX problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tekken Advanced&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tetris Worlds&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tim Burton&#039;s Nightmare Before Christmas&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps;Vsycline 40. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Tones: Waky Stackers&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tiny Toones: Scary Dreams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Tiny Chao Garden (MB2GBA converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Undefined ARM instruction&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Tom &amp;amp; Jerry: Magic Ring&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tom &amp;amp; Jerry Tale&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Turbo Turtle&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Ty the Tasmanian Tiger 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites Problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Veggie Tales&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. White logos&amp;amp;menus.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Land 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|White screen+freeze.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Wario Ware Inc.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works. &lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Wario Ware: Twisted&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|slow&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Sprites&amp;amp;GFX problem.Freeze on &#039;Shave&#039; minigame.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Championship Poker&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Work.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|World Poker Tour&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Worms: Blast&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Minor graph problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Worms: World Party&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r35 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Layer problem. Crashes after logos.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|X-Men: Reign of Apocalypse&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Yu-Gi-Oh World Championship Tournament 2004&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Some GFX problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zelda: Link to Past &amp;amp; 4 Swords&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Link to Past: work. 4 Swords: Still sprites problem.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zooo&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyper r38 oldirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Works.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sound Version==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z: The Legacy of Goku (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. Press start in FMV intro, after the title logo, you get &amp;quot;This cannot be played on the hardware found&amp;quot; message.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Dragon Ball Z - The Legacy of Goku (U) [hI][f_5][f1] (Old FAL)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039; (even with no end with &#039;&#039;&#039;sc&#039;&#039;&#039; selection)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screeching sound. After saving, Top and Touch screens both fade to black.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|Pac-Man Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|error rec 00400003 00008401&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Ruby (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pokémon Sapphire (E)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;: newirq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Decent sound (some sound channels not working).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|SEGA Arcade Collection&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slow games and glitchy ground in these 4 games and Space Harrier crashes in stage 2. Working Sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Low-pitched sound.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Teenage Mutant Ninja Turtles 2: Battle Nexus&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|lag&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|60/1 Fps. Decent sound (8-bit sound channel doesn&#039;t work).&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Tiny Chao Garden (Multiboot Menu converted)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|alpha 1 fix: &#039;&#039;&#039;sound&#039;&#039;&#039;&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Lagging sound.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Homebrews==&lt;br /&gt;
{| class=&amp;quot;compatible sortable&amp;quot; width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;1&amp;quot;&lt;br /&gt;
!ROM Title&lt;br /&gt;
!Version&lt;br /&gt;
!Speed&lt;br /&gt;
!width=50%|Notes&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1 Bit Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-1-bit-ball-wall-v10f-f3784.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys) sometimes auto win&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|15 Puzzle[http://filetrip.net/gba-downloads/homebrew/download-15-puzzle-v1-f4945.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|15 Tiles[http://filetrip.net/gba-downloads/homebrew/download-15-tiles-a-k-a-dragon-tiles-f3623.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Press Start&amp;quot;.(need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|1942 Advance[http://filetrip.net/gba-downloads/homebrew/download-1942-advance-f3758.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. dsd wait (30s)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|1945[http://filetrip.net/gba-downloads/homebrew/download-1945-f3794.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after &amp;quot;Start Game&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|2 Bits Ball Wall[http://filetrip.net/gba-downloads/homebrew/download-2-bits-ball-wall-f3785.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|5NAKE[http://filetrip.net/gba-downloads/homebrew/download-5nake-f6191.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after selecting in game save mode.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|8-Bit Theater[http://filetrip.net/gba-downloads/homebrew/download-8-bit-theater-comics-f3791.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Absolute Zed[http://filetrip.net/gba-downloads/homebrew/download-absolute-zed-f3798.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ace[http://filetrip.net/gba-downloads/homebrew/download-ace-v11-beta-f4946.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Agoria[http://filetrip.net/gba-downloads/homebrew/download-agoria-ode-to-fate-source-f4948.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some crashed tiles. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Air Wing Assault[http://filetrip.net/gba-downloads/homebrew/download-air-wing-assault-demo-f3812.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. (need oldirq_sys)&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Alien[http://filetrip.net/gba-downloads/homebrew/download-alien-demo-f3813.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Starts then crashes.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Alphawing[http://filetrip.net/gba-downloads/homebrew/download-alphawing-f3625.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Anguna[http://filetrip.net/gba-downloads/homebrew/download-anguna-v095-f2439.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr32&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|works till talk to &amp;quot;Green Toady&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Another World[http://filetrip.net/gba-downloads/homebrew/download-another-world-final-f3716.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works. Even save can be loaded.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Arkanoid Advance[http://filetrip.net/gba-downloads/homebrew/download-arkanoid-advance-f3626.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Arkanoid[http://filetrip.net/gba-downloads/homebrew/download-anarkoid-v10-f3815.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Slw&#039;n menu&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Asteroids[http://filetrip.net/gba-downloads/homebrew/download-asteroids-gba-f3819.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Atomix[http://filetrip.net/gba-downloads/homebrew/download-atomix-f3627.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|B-Type[http://filetrip.net/gba-downloads/homebrew/download-b-type-f3894.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bad Bad Beez[http://filetrip.net/gba-downloads/homebrew/download-bad-bad-beez-f3875.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph problems&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Bauble Break[http://filetrip.net/gba-downloads/homebrew/download-bauble-break-f1420.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing some tiles and layers.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Beer Belly Bill[http://filetrip.net/gba-downloads/homebrew/download-beer-belly-bill-f4959.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Blast Arena Advance[http://filetrip.net/gba-downloads/homebrew/download-blast-arena-advance-f3760.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr40 force_irq&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Boubou Snake[http://filetrip.net/gba-downloads/homebrew/download-boubou-snake-demo-f3891.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some tile problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Broken Link[http://filetrip.net/gba-downloads/homebrew/download-broken-link-f3633.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Bubble Bobble[http://filetrip.net/gba-downloads/homebrew/download-bubble-bobble-gba-f3988.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Card Fighters Clash[http://filetrip.net/gba-downloads/homebrew/download-card-fighters-clash-advance-f3636.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after &amp;quot;Press Start&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|CCCP[http://filetrip.net/gba-downloads/homebrew/download-crystal-clear-clone-for-portables-f1685.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crash after first logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chaos[http://filetrip.net/gba-downloads/homebrew/download-chaos-the-battle-of-wizards-v082-f4990.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Chips Advance[http://filetrip.net/gba-downloads/homebrew/download-chips-advance-f3761.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Chopper[http://filetrip.net/gba-downloads/homebrew/download-chopper-f3637.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Freezes after game start.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Christmas Turkey[http://filetrip.net/gba-downloads/homebrew/download-the-christmas-turkey-f1419.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Clac Q[http://filetrip.net/gba-downloads/homebrew/download-clac-q-f3909.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Dangerous Xmas[http://filetrip.net/gba-downloads/homebrew/download-dangerous-xmas-f3646.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|DragonBall TR[http://filetrip.net/gba-downloads/homebrew/download-dragonball-f3926.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lot of crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Factory Bots[http://filetrip.net/gba-downloads/homebrew/download-factory-bots-f5645.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes after selecting level.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Final Fantasy[http://filetrip.net/gba-downloads/homebrew/download-final-fantasy-gba-f3648.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some layers don&#039;t move.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Fires of Krisable[http://filetrip.net/gba-downloads/homebrew/download-the-fires-of-krisable-pre-alpha-demo-f3768.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Pink maps.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|GEMini[http://filetrip.net/gba-downloads/homebrew/download-gemini-v10-f5029.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ghost&#039;n Goblins[http://filetrip.net/gba-downloads/homebrew/download-ghostsn-goblins-advance-beta-1-f5030.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|GoldenEye Advance[http://filetrip.net/gba-downloads/homebrew/download-goldeneye-advance-r10-f29341.html ]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|100% &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashed tiles in game.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Hakuzi[http://filetrip.net/gba-downloads/homebrew/download-hazuki-project-hazuki-v011-f5033.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Ice Man Advance[http://filetrip.net/gba-downloads/homebrew/download-ice-man-advance-100-f13199.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 100%&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|J.A.I.G[http://filetrip.net/gba-downloads/homebrew/download-just-another-invaders-game-f5045.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|JetPack 2[http://filetrip.net/gba-downloads/homebrew/download-jetpack-2-f3657.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Kunoichi Yami[http://filetrip.net/gba-downloads/homebrew/download-kunoichi-yami-f3744.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Le Defi de Noel[http://filetrip.net/gba-downloads/homebrew/download-defi-de-no-f1314.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some minor graph problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|LOCKJAW[http://filetrip.net/gba-downloads/homebrew/download-lockjaw-the-overdose-milestone-4-f5072.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Has crashed sprites.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Metal Gear 2[http://filetrip.net/gba-downloads/homebrew/download-metal-gear-solid-2-sensible-demo-f3707.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Kinda.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Milo&#039;s Quest [http://filetrip.net/gba-downloads/homebrew/download-milos-quest-f3769.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Negative Space[http://filetrip.net/gba-downloads/homebrew/download-negative-space-mias-gba-port-f3967.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Operation Snow[http://filetrip.net/gba-downloads/homebrew/download-operation-snow-f5114.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Orn[http://filetrip.net/gba-downloads/homebrew/download-orn-f5115.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Start but crashes after logo.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:dodgerblue&amp;quot;|Pak-Man[http://filetrip.net/gba-downloads/homebrew/download-pak-man-v091-f5124.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Missing Background.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Pong Fighter[http://filetrip.net/gba-downloads/homebrew/download-pong-fighter-v12-f5136.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Roader [http://filetrip.net/gba-downloads/homebrew/download-gba-roader-f4031.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Serp-&amp;gt;[http://filetrip.net/gba-downloads/homebrew/download-serp-f3723.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sonic Gba[http://filetrip.net/gba-downloads/homebrew/download-sonic-gba-final-release-10-f9728.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.Laggy and minor graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Gem Smash[http://filetrip.net/gba-downloads/homebrew/download-super-gem-smash-advance-f3730.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Snow Fight[http://filetrip.net/gba-downloads/homebrew/download-super-snowfight-f3726.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some Graph. problems.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Super Wings[http://filetrip.net/gba-downloads/homebrew/download-superwings-f1848.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Sushi the Cat[http://filetrip.net/gba-downloads/homebrew/download-sushi-the-cat-f5206.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:gold&amp;quot;|Time Walker[http://filetrip.net/gba-downloads/homebrew/download-time-walker-v04-f4312.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr24&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Crashes during game play.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Vulkanon[http://filetrip.net/gba-downloads/homebrew/download-vulkanon-v21-f1316.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:salmon&amp;quot;|WinS DEMO[http://filetrip.net/gba-downloads/homebrew/download-wins-demo-6-f3742.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperspeedup v40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black screen.&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot; style=&amp;quot;background:green&amp;quot;|Zoop Zone[http://filetrip.net/gba-downloads/homebrew/download-zoop-zone-zoopem-up-2-f3745.html]&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|hyperr31&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Works.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo DS]]&lt;/div&gt;</summary>
		<author><name>Bobesh8</name></author>
	</entry>
</feed>