From WikiTemp, the GBAtemp wiki
(finished updating the Prototype list)
(Border Frames and Game Covers: Add more information on Border Frames, split Game Covers to separate section)
 
(177 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
 
 
{{InfoBox
 
{{InfoBox
 
  |title=GBARunner2
 
  |title=GBARunner2
Line 10: Line 8:
 
  |data1 = [[GBA]]
 
  |data1 = [[GBA]]
 
  |label2= Runs on
 
  |label2= Runs on
  |data2 = [[Nintendo DS]]
+
  |data2 = [[Nintendo DS, DSi, 3DS]]
 
  |label3 =Developer
 
  |label3 =Developer
 
  |data3 = [https://gbatemp.net/members/280844/ Gericom]
 
  |data3 = [https://gbatemp.net/members/280844/ Gericom]
Line 16: Line 14:
 
  |data4 = [https://github.com/Gericom/GBARunner2 GitHub]
 
  |data4 = [https://github.com/Gericom/GBARunner2 GitHub]
 
  |label5 = Latest stable version
 
  |label5 = Latest stable version
  |data5 = [https://github.com/Gericom/GBARunner2/releases/tag/v20200216-165624_c417fd0 Commit c417fd0 (2020/02/16) build]
+
  |data5 = [https://github.com/Gericom/GBARunner2/releases/tag/v20200812-131430_6e4ce45 Commit 6e4ce45 (2020/08/12) build]
 
  |label6 = Discussion thread
 
  |label6 = Discussion thread
 
  |data6 = [https://gbatemp.net/threads/gbarunner2.451970/ GBATemp.net]  
 
  |data6 = [https://gbatemp.net/threads/gbarunner2.451970/ GBATemp.net]  
Line 23: Line 21:
 
'''GBARunner2''' is a hypervisor that runs GBA games on DS/DSi/3DS in DS mode, basically like Nintendont does for running Gamecube games on Wii.
 
'''GBARunner2''' is a hypervisor that runs GBA games on DS/DSi/3DS in DS mode, basically like Nintendont does for running Gamecube games on Wii.
  
= Usage =
+
= Setup and Usage =
* Place a GBA bios on your sd card. Either /bios.bin, /gba/bios.bin, or /_gba/bios.bin will work.
+
** '''Note:''' Do not use Normmatt's open-source GBA BIOS. It won't work, as many patches are applied at fixed addresses. The right checksums are listed below.
+
* If you have a gba folder on the root of your sd, this folder will be opened by default
+
* Do '''NOT''' use SRAM patches unless stated on the wiki. They cause problems with the internal patching of GBARunner2 and may actually break saving.)
+
* If you are using GBARunner2 with TWiLightMenu on a DSi or 3DS with the SD card, make sure you use the dldi on ARM7 build
+
* GBARunner2 supports custom border frames if put in sd\_gba\frames. An example of one and some pointers on how to make one yourself can be found in [https://gbatemp.net/threads/gbarunner2.451970/page-134#post-8988124 this post.]
+
  
* If you want to use existing save files, they should have the same name as the gba file but instead of .gba they should be .sav (so the save for mygame.gba is mygame.sav).
+
== Basic Setup ==
 +
*Grab a GBARunner2 .nds file from the link above or the [https://github.com/Gericom/GBARunner2/releases github '''releases''' page]. Pick the one that has your system at the end of the file name.
 +
**For example, for 3DS pick the one named 'GBARunner2_arm7dldi_'''3ds'''.nds'.
 +
* Place the GBARunner2 .nds file anywhere on your SD card, except for in sd:/_gba.
 +
**'''NB!''' If using Twilightmenu++ GBARunner2 will come bundled with it in the sd:/_nds folder.
 +
*** If you are using GBARunner2 with TWiLightMenu on a DSi or 3DS with the SD card, make sure you use the dldi on ARM7 build. This will be bundled with it.
 +
*Run the GBARunner .nds file through your kernel
 +
* If you have a folder named 'GBA' on the root of your sd card, this folder will be opened by default when running GBARunner2. You can put your ROMs here.
 +
* Do '''NOT''' use SRAM patches unless stated for that ROM on the wiki. They cause problems with the internal patching of GBARunner2 and may actually break saving.
 +
* If you want to use existing save files, they should have the same name as the GBA ROM but instead of '''.gba''' they should be '''.sav''' (so the save for mygame.gba is mygame.sav).  
 +
**GBARunner2 is directly compatible with save files from the mGBA emulator, gpsp on 3ds and open_agb_firm.
 +
 
 +
== Border Frames ==
 +
 
 +
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].
 +
 
 +
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:
 +
 
 +
<pre>
 +
# Convert an image to "gbaframe.*.bin", replace $1 with your file name
 +
grit $1 -gt -gB8 -mLs -mRf -ftb -fh! -ogbaframe.bin
 +
 
 +
# Concatenate the ".pal.bin", ".map.bin", and ".img.bin" files together
 +
cat gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin > gbaframe.bin
 +
 
 +
# Remove the unneeded files
 +
rm gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin
 +
</pre>
 +
 
 +
The TWLHelper bot on the [https://discord.gg/yD3spjv DS⁽ⁱ⁾ Mode Hacking!] Discord server has a command, <code>.border</code>, to automatically convert from an image file to a border.<ref>https://github.com/DS-Homebrew/TWLHelper/blob/main/cogs/convert.py#L485-L528</ref>
 +
 
 +
== Game Covers ==
 +
 
 +
GBARunner2 supports game covers that you put in sd:/_gba/covers. A collection of covers can be found under [[GBARunner2#Downloads|'Downloads']].
 +
 
 +
== BIOS ==
 +
 
 +
*GBARunner2 has integrated Normatt's open-source GBA BIOS, however, many ROMs will not boot or will present issues if you only use this.
 +
*For better compatibility you should put your backed up GBA BIOS on your SD card with the lower-case name ''''bios.bin''''.
 +
*Place this GBA bios on your SD card in either sd:/bios.bin, sd:/gba/bios.bin, or sd:/_gba/bios.bin.
 +
**To verify that your BIOS is the right one that works for GBARunner2 see the [[GBARunner2#BIOS_Checksums|checksums]] listed below.
 +
 
 +
== Navigating and Usage ==
 +
 
 +
*When starting a GBARunner2 .nds file you will be in the file browser and from here you can scroll with the dpad. The other buttons do the following:
 +
**'''A''' - Run a ROM, enter a folder or change a setting in settings.
 +
**'''B''' - Go back a folder level or return from settings.
 +
**'''R''' - Access settings. Some games need specific settings to run well. Check your ROM in your system's respective compatibility list for this.
 +
***When editing a setting in the settings you will generate a '''settings.ini''' in sd:/_gba . Here you can manually edit some of the settings if you open it with a notepad.
 +
***To see how to manually edit your input mappings look at [[GBARunner2#Input_Mapping|Input Mapping]].
 +
*When running a ROM you can access '''the ingame menu''' by touching the touch screen. From here you can navigate with the DPAD and use A, B like before and R to access settings.
 +
 
 +
== Input Mapping ==
 +
 
 +
* With GBARunner2 you can remap your buttons to what GBA button you want. This is done by going into settings that you can access from either the file browser or when ingame, as explained above in [[GBARunner2#Navigating_and_Usage|Navigating and Usage]].
 +
** Note that you can not have one GBA button mapped to more than one button on your system. E.G. you cannot have the B button mapped to your X and Y button at the same time.
 +
* If you cannot access the settings menu if for example your shoulder buttons do not work or touch does not work, you can also manually edit the button mappings by opening the gbarunner2.ini file found in sd:/_gba.
 +
* Below is an example of what you would find inside an ini file with the GBA L and R buttons mapped to Y and X, respectively. This can simply be pasted in a text file renamed to gbarunner2.ini and put in the folder 'sd:/_gba'.
 +
**'''NB!''' The text file will have to be in '''Unix (LF) file format'''. On Windows this can be changed with a source code editor like [https://notepad-plus-plus.org/ Notepad++] by right clicking 'Windows (CR LF)' on the bottom status bar of the window and selecting Unix (LF).
 +
 
 +
<syntaxhighlight lang='ini'>
 +
[emulation]
 +
useBottomScreen=false
 +
frame=true
 +
centerMask=true
 +
mainMemICache=true
 +
wramICache=true
 +
gbaColors=false
 +
skipIntro=false
 +
[input]
 +
buttonA=0
 +
buttonB=1
 +
buttonL=11
 +
buttonR=10
 +
buttonStart=3
 +
buttonSelect=2
 +
 
 +
</syntaxhighlight>
 +
 
 +
*Below are the DS Keys and their respective value if you want to manually make your own key mappings.
 +
{| class="mw-collapsible mw-collapsed wikitable"
 +
! DS Keys ||
 +
|-
 +
| '''Key''' || '''Value'''
 +
|-
 +
| A || 0
 +
|-
 +
| B || 1
 +
|-
 +
| X || 10
 +
|-
 +
| Y || 11
 +
|-
 +
| L || 9
 +
|-
 +
| R || 8
 +
|-
 +
| Start || 3
 +
|-
 +
| Select || 2
 +
|}
 +
 
 +
== Cheats ==
 +
* Cheats can be patched in ROMs to work with GBARunner2. However, not every game will work with cheats. This mostly depends on how big the game is and how much RAM the console you are using has.
 +
** For example Sonic Advance 3 which is around 14.5 MBs with cheats patched in works on the 3DS but not on the DSi nor DS.
 +
* To use cheats you have to patch your ROM with GBAATM. You can follow [https://gbatemp.net/threads/how-to-use-cheats-with-gba-virtual-console.476624/ this guide] which works for GBARunner2. [https://github.com/Mte90/GBAATM-Rebirth/releases A newer fork of GBAATM] has been made but it is untested in this usage case.
 +
* To access the cheats menu you will have to have '''disabled 'center and mask'''' in settings if not you will get a white screen and won't be able to see the ingame GBARunner2 menu. You can enable this again after leaving the menu.
 +
 
 +
= BIOS and ROM Quality =
 +
 
 +
== Dumping the BIOS ==
 +
To get your own GBA BIOS here are some possibilities:
 +
 
 +
* [https://glazedbelmont.github.io/gbabiosdump/ GBA/DS/DS Lite with GBA flashcart or 3DS]
 +
** It is '''not''' possible to dump the GBA BIOS on a DSi
 +
* [https://github.com/FIX94/gba-link-cable-dumper Wii (not Family edition)/GameCube, GBA, and link cable dumper]
  
 
== BIOS Checksums ==
 
== BIOS Checksums ==
The BIOS used should have the following checksums (checking one should be enough):
+
You can check if any file matches another by calculating something called their checksum hashes. These alphanumeric sequences are so specific that if two files match then you can be certain that they are the same. This is necessary because sometimes when downloading or transferring files they get corrupted. Even a small change in the file will greatly change the file's checksum hash. Different algorithms exist for doing this (e.g. {{w|MD5}}, {{w|CRC32}}).
 +
 
 +
The GBA BIOS used should have the following checksums (checking one should be enough):
 +
 
 +
'''If dumped from a GBA, GBA SP, Game Boy Micro, or Game Boy Player:'''
 
* CRC32: <code>81977335</code>
 
* CRC32: <code>81977335</code>
 
* MD5: <code>a860e8c0b6d573d191e4ec7db1b1e4f6</code>
 
* MD5: <code>a860e8c0b6d573d191e4ec7db1b1e4f6</code>
Line 40: Line 151:
 
* SHA256: <code>fd2547724b505f487e6dcb29ec2ecff3af35a841a77ab2e85fd87350abd36570</code>
 
* SHA256: <code>fd2547724b505f487e6dcb29ec2ecff3af35a841a77ab2e85fd87350abd36570</code>
  
You can check the MD5 with [http://www.winmd5.com/ WinMD5Free] for example.
+
'''If dumped from a DS, DS Lite, or 3DS Family console:'''
 +
* CRC32: <code>a6473709</code>
 +
* MD5: <code>1c0d67db9e1208b95a1506b1688a0ad6</code>
 +
* SHA1: <code>c11531d5261006810cdc954bd4bec0afe3187b35</code>
 +
* SHA256: <code>782eb3894237ec6aa411b78ffee19078bacf10413856d33cda10b44fd9c2856b</code>
  
= Compiling the latest version =
+
You can use [https://www.7-zip.org/ 7-Zip] to get a CRC or a SHA checksum by right clicking your file and selecting the menu called 'CRC SHA' if you followed standard installation. Alternatively, you can check the MD5 with [http://www.winmd5.com/ WinMD5Free]. There are also [https://emn178.github.io/online-tools/crc32_checksum.html websites] that provide this service.
 +
 
 +
== Verifying Quality of ROMs ==
 +
* '''NB!''' Some games have Release Team Intros/CrackTros added to them. These intros use  code that is not supported by the DS builds yet, but they are by the 3DS and DSi builds if you disable ''''center and mask'''' in settings.
 +
**Try using the GBATA tool to remove the Intro to get the Game to work.
 +
**You can use an Emulator to see if a Game has a Rom Intro or not.
 +
 
 +
 
 +
*'''Alternatively''' if the ROM still does not work, then you will need to verify that it is a good dump by calculating its checksum hashes (CRC32, MD5 etc.) and comparing them with the ones found on [https://datomatic.no-intro.org/ DAT-o-MATIC], which is a database of the No-Intro project of good ROM backups. Use 7zip or WinMD5 to do this as explained and linked to above in the 'BIOS Checksum' part. This will show if your ROM has been corrupted too.
 +
**A good dump on DAT-o-MATIC will have a green colored background, a bad one will have a red one.
 +
 
 +
= Builds =
 +
 
 +
 
 +
== Compiling the Latest Version ==
  
 
1. Make sure you have devkitpro installed.
 
1. Make sure you have devkitpro installed.
Line 50: Line 179:
 
3. Run make in the root.
 
3. Run make in the root.
  
= Downloads =
+
== Downloads ==
 
New commits are now automatically built and can be downloaded on the [https://github.com/Gericom/GBARunner2/releases github release page].
 
New commits are now automatically built and can be downloaded on the [https://github.com/Gericom/GBARunner2/releases github release page].
  
Download link for gbarunner2 compatible cover art: https://mega.nz/#!Q8dnHALK!kA4UuEpqo7JQwScxLiorZ_qj4lWBsBr7B6Sb_BgAzsw
+
Download link for gbarunner2 compatible '''cover art''': https://mega.nz/#!Q8dnHALK!kA4UuEpqo7JQwScxLiorZ_qj4lWBsBr7B6Sb_BgAzsw
 +
 
 +
* To run large ROMs like '''Pokémon Emerald''' on your DS/DSLite you should use this fork of the '''ROM3M''' branch of GBARunner2 called DSL enhanced edition by Void Star: https://github.com/unresolvedsymbol/GBARunner2-DSL-Enhanced/releases
 +
 
 +
=== Legacy Builds ===
  
* '''Commit 371815e (2019/09/11) latest in ROM3M branch needed to play Pokemon Emerald and others on DS.''' https://github.com/Gericom/GBARunner2/releases/tag/v20190911-201047_371815e '''
+
<div class="toccolours mw-collapsible mw-collapsed" style="max-width: 600px; overflow:auto;">
  
 
* Commit 5abecad (2019/07/05), (Fixes the contra title screen, partially the advance wars intro, Madden NFL Note that bitmap bg transforms are currently not supported) posted [https://github.com/Gericom/GBARunner2/releases/tag/commit_5b06bb4bd12d8fe12574b0564e0ce0fb7fb02760 here].
 
* Commit 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].
Line 108: Line 241:
 
* [https://gbatemp.net/attachments/gbarunner2-zip.72394/ Commit 78945c3 (2016/12/18)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-2#post-6933255 here].
 
* [https://gbatemp.net/attachments/gbarunner2-zip.72394/ Commit 78945c3 (2016/12/18)], posted [https://gbatemp.net/threads/gbarunner2.451970/page-2#post-6933255 here].
  
= Changelog =
+
</div>
 +
 
 +
== Changelog ==
  
 
See [https://github.com/Gericom/GBARunner2/commits/master GitHub timeline].
 
See [https://github.com/Gericom/GBARunner2/commits/master GitHub timeline].
  
= Compatibility list =
+
= Compatibility lists =
 +
 
 +
 
 +
== 3DS and DSi Compatibility List ==
 +
 
 +
 
 +
<big>'''[[GBARunner2/DSi_3DS_Compatibility_List|The 3DS and DSi have their own compatibility list! Click Here!]]'''</big>
 +
 
 +
== DS Compatibility List ==
  
<big>'''[[GBARunner2/DSi_3DS_Compatibility_List|The DSi and 3DS have their own compatibility list! Click Here!]]'''</big>
 
  
 
{|width="25%" cellspacing="1" border="1px"
 
{|width="25%" cellspacing="1" border="1px"
Line 131: Line 273:
 
|align="center" style="background:#5c5c5c"|No boot - Game doesn't even boot.
 
|align="center" style="background:#5c5c5c"|No boot - Game doesn't even boot.
 
|}
 
|}
 
 
* '''! A save error message (and sometimes other crashes too) means that your game must be sram patched - check the Usage section for the appropriate tool !'''
 
 
* '''! Some games have Release Intro´s attached to them. Those Intros use a Code that is not supported yet. Try using the GBATA tool to remove the Intro to get the Game to work. Use an Emulator to see if a Game has a Rom Intro or not ! Also check if the ROM is a verified good dump by No-Intro by comparing the hashes of your ROM (CRC32, MD5 etc.) with the ones found on [https://datomatic.no-intro.org/ DAT-o-MATIC]'''
 
 
  
 
== Retail games ==
 
== Retail games ==
Line 161: Line 297:
 
{{GBAR2Game|title=Aladdin [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Aladdin [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Aleck Bordon Adventure - Tower & Shaft Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn't find a save spot.}}
 
{{GBAR2Game|title=Aleck Bordon Adventure - Tower & Shaft Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Couldn't find a save spot.}}
{{GBAR2Game|title=Alex Rider - Stormbreaker [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with DSi/3DS build. White screen after bios intro with base ds model. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.|crashreason=Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.}}
+
{{GBAR2Game|title=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.}}
 
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro on base ds model. Game uses a Password system.}}
 
{{GBAR2Game|title=Alienators - Evolution Continues [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro on base ds model. Game uses a Password system.}}
 
{{GBAR2Game|title=Alien Hominid [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 
{{GBAR2Game|title=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.}}
Line 170: Line 306:
 
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Amazing Virtual Sea-Monkeys [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=American Bass Challenge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=American Bass Challenge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=American Dragon - Jake Long - Rise of the Huntsclan! [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Black screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=American 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}}
 
{{GBAR2Game|title=American Idol [U]|version=(2020/04/21) 088cbc5|rating=perfect||nocache=1|cache=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=American Idol [U]|version=(2020/04/21) 088cbc5|rating=perfect||nocache=1|cache=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=An American Tail - Fievel's Gold Rush [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=An American Tail - Fievel's Gold Rush [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
Line 190: Line 326:
 
{{GBAR2Game|title=Army Men Advance [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Army Men Advance [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Around the World in 80 Days [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Around the World in 80 Days [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Arthur and the Minimoys [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=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}}
 
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Ashita no Joe - Makka ni Moeagare! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=A Sound of Thunder [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor Cutscenes are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=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.}}
Line 228: Line 364:
 
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}
 
{{GBAR2Game|title=Barbie in the 12 Dancing Princesses [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noise with wram i-cache disabled. Game uses a Password system.}}
 
{{GBAR2Game|title=Barnyard [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches.}}
 
{{GBAR2Game|title=Barnyard [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches.}}
{{GBAR2Game|title=Baseball Advance [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
+
{{GBAR2Game|title=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.'''Same game as Greatest Nine [J]'''}}
 
{{GBAR2Game|title=Batman Begins [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Batman Begins [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Batman Rise of Sin Tzu [U]|version= (2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Game uses a Password system.}}
 
{{GBAR2Game|title=Batman 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.}}
Line 237: Line 373:
 
{{GBAR2Game|title=BattleBots - Design & Destroy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 
{{GBAR2Game|title=BattleBots - Design & Destroy [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
 
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 
{{GBAR2Game|title=Battle X Battle - Kyodai Gyo Densetsu [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
{{GBAR2Game|title=BB Ball [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
+
{{GBAR2Game|title=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.}}
 
{{GBAR2Game|title=Beast Shooter - Mezase Beast King! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=Beast Shooter - Mezase Beast King! [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=Berenstain Bears and the Spooky Old Tree [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=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.}}
Line 243: Line 379:
 
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Beyblade G-Revolution [E]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=Beyblade V-Force - Ultimate Blader Jam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Bibi Blocksberg - Der Magische Hexenkreis [G]|version= (2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=good|note=Less audio noises with wram i-cache enabled. Heavy gfx glitches. Game uses a Password system. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either.}}
+
{{GBAR2Game|title=Bibi 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.}}
{{GBAR2Game|title=Bibi und Tina - Ferien auf dem Martinshof [G]|version= (2020/04/21) 088cbc5 |rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes during the intro. Commit cfc6525 (2019/08/22) build from the rom3M branch doesn´t work either. '''Use commit f89fac5 (2018/07/10) cache version instead.'''}}
+
{{GBAR2Game|title=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. '''Use commit f89fac5 (2018/07/10) cache version instead.'''}}
 
{{GBAR2Game|title=Bible Game [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Bible Game [U]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Biene Maja Klatschmohnwiese in Gefahr [G]|version= (2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=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.}}
Line 268: Line 404:
 
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Solar Sensor patch required.''' Game runs faster and has less gfx glitches with wram i-cache enabled.}}
 
{{GBAR2Game|title=Boktai - The Sun is in your Hand [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Solar Sensor patch required.''' Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Boktai 2 - Solar Boy Jango [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=Boktai 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}}
{{GBAR2Game|title=Boktai 3 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=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}}
 
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 
{{GBAR2Game|title=Bomberman Jetters - Densetsu no Bomberman [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync.}}
 
{{GBAR2Game|title=Bomberman Jetters - Game Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=First and third mini game works only with DSi/3DS build.}}
 
{{GBAR2Game|title=Bomberman 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.}}
Line 319: Line 455:
 
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync.}}
 
{{GBAR2Game|title=Castlevania Harmony of Dissonance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync.}}
 
{{GBAR2Game|title=Castleween [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system.}}
 
{{GBAR2Game|title=Castleween [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system.}}
{{GBAR2Game|title=Cat in the Hat by Dr. Seuss [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with DSi/3DS build. White Screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
+
{{GBAR2Game|title=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}}
 
{{GBAR2Game|title=Catwoman [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Catwoman [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Catz [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=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.}}
Line 333: Line 469:
 
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Chobits for Game Boy Advance - Atashi Dake no Hito [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 
{{GBAR2Game|title=Chocobo Land - A Game of Dice [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Choro Q Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Choro Q Advance 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
 
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Chu Chu Rocket [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=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.}}
Line 369: Line 503:
 
{{GBAR2Game|title=Crash of the Titans [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then.}}
 
{{GBAR2Game|title=Crash of the Titans [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then.}}
 
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot. '''Same game as Shin chan - Aventuras en Cineland'''}}
 
{{GBAR2Game|title=Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot. '''Same game as Shin chan - Aventuras en Cineland'''}}
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.'''Same game as Shin Chan Contra Los Munecos De Shock Gahn'''}}
 
{{GBAR2Game|title=Crazy Chase [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Crazy Chase [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Crazy Frog Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 
{{GBAR2Game|title=Crazy Frog Racer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
Line 427: Line 561:
 
{{GBAR2Game|title=Digimon Racing [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during intro.}}
 
{{GBAR2Game|title=Digimon Racing [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during intro.}}
 
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
 
{{GBAR2Game|title=Dinotopia - The Timestone Pirates [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Disney's Party [UE]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes after the titlescreen. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Couldn´t find a save spot.|crashreason=Hicode}}
+
{{GBAR2Game|title=Disney'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}}
 
{{GBAR2Game|title=Disney Princess [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 
{{GBAR2Game|title=Disney Princess [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
 
{{GBAR2Game|title=Disney Princess - Royal Adventure [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=Disney 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.}}
Line 499: Line 633:
 
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 
{{GBAR2Game|title=Ed, Edd n Eddy - Jawbreakers! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
 
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=Ed, Edd n Eddy - The Mis-Edventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Eggo Mania [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Screen flashes after bios intro with base ds model. Game has no save feature.}}
+
{{GBAR2Game|title=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. '''Same game as Egg Mania.'''}}
 
{{GBAR2Game|title=Elemix! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Elemix! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Elevator Action - Old & New [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Elevator Action - Old & New [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
Line 507: Line 641:
 
{{GBAR2Game|title=Eragon [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Eragon [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Erementar Gerad - Tozasareshi Uta [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=0|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=ESPN Final Round Golf [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
+
{{GBAR2Game|title=ESPN 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.'''Same game as JGTO Kounin Golf Master - Japan Golf Tour Game [J] ''' }}
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
+
{{GBAR2Game|title=ESPN Great Outdoor Games - Bass Tournament [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Same game as Exciting Bass [J].''' }}
 
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=ESPN International Winter Sports [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 
{{GBAR2Game|title=ESPN Winter X-Games Snowboarding [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
Line 515: Line 649:
 
{{GBAR2Game|title=Ever Girl [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=Ever Girl [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=EX Monopoly [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 
{{GBAR2Game|title=EX Monopoly [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Exciting Bass [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
+
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}
{{GBAR2Game|title=Extreme Ghostbusters - Code Ecto-1 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
+
 
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=Extreme Skate Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Eyeshield 21 Devilbats Devildays [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
Line 576: Line 709:
 
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Audio is out of sync. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Final Fantasy Tactics Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Audio is out of sync. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Final Fight One [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Final Fight One [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Final Fire Pro Wrestling - Yume no Dantai Unei! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 
 
{{GBAR2Game|title=Finding Nemo [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Finding Nemo [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Finding Nemo - The Continuing Adventures [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=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.}}
Line 583: Line 715:
 
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Audio stutters in battles in transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Fire Emblem - The Sacred Stones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=minor|note=Audio stutters in battles in transitions. Due to saving often. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The Judge "Fight!" voice sample is missing.}}
 
{{GBAR2Game|title=Fire Pro Wrestling [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=The Judge "Fight!" voice sample is missing.}}
{{GBAR2Game|title=Fire Pro Wrestling 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
+
{{GBAR2Game|title=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.'''Same game as Final Fire Pro Wrestling - Yume no Dantai Unei! [J] ''' }}
 
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
 
{{GBAR2Game|title=Flintstones - Big Trouble in Bedrock [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
 
{{GBAR2Game|title=Flushed Away [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}
 
{{GBAR2Game|title=Flushed Away [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Ford Racing 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Single popping sound when loading new logos and new screens. Game uses a Password system.}}}}
+
{{GBAR2Game|title=Ford Racing 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Single popping sound when loading new logos and new screens. Game uses a Password system.}}
 
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Players have garbled gfx. Long artifacted horizontal line across field.}}
 
{{GBAR2Game|title=Formation Soccer 2002 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Players have garbled gfx. Long artifacted horizontal line across field.}}
 
{{GBAR2Game|title=Fortress [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 
{{GBAR2Game|title=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.}}
Line 593: Line 725:
 
{{GBAR2Game|title=Franklin's Great Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Franklin's Great Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Freekstyle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Freekstyle [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Freestyle Scooter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
 
 
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Frogger Advance - The Great Quest [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=bad|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Frogger's Adventures - Temple of the Frog [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 
{{GBAR2Game|title=Frogger's Adventures - 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.}}
Line 611: Line 742:
 
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Gachasute! Dino Device 2 - Phoenix [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Gachinko Pro Yakyuu [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Gadget Racers [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
+
{{GBAR2Game|title=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. '''Same game as Road Trip: Shifting Gears (U) and Choro Q Advance 2 (J)'''}}
 
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 
{{GBAR2Game|title=Gakkou no Kaidan - Hyakuyoubako no Fuuin [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Gakkou o Tsukurou!! Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
Line 649: Line 780:
 
{{GBAR2Game|title=Gradius Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Gradius Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Grand Theft Auto Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Greatest Nine [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 
 
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Green Eggs and Ham by Dr. Seuss (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Greg Hastings' Tournament Paintball Maxd [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches during a match.}}
 
{{GBAR2Game|title=Greg Hastings' Tournament Paintball Maxd [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Heavy gfx glitches during a match.}}
{{GBAR2Game|title=Gremlins - Stripe vs Gizmo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit cfc6525 (2019/08/22) cache build from the rom3M branch instead. Game uses a Password system.|crashreason=Hicode}}
+
{{GBAR2Game|title=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}}
 
{{GBAR2Game|title=Grim Adventures of Billy & Mandy (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Other games developed by Fullfat have similar issues.}}
 
{{GBAR2Game|title=Grim Adventures of Billy & Mandy (U)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor Audio crackling. Other games developed by Fullfat have similar issues.}}
 
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen [J]|version=(2020/04/21) 088cbc5|rating=good||nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Groove Adventure Rave - Hikari to Yami no Daikessen 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Much Noise. This is a regression compared to commit b740476 (2019/12/24). Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 
 
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=GT Advance - Championship Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=GT Advance 2 - Rally Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=GT Advance 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.}}
Line 663: Line 792:
 
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Guilty Gear X - Advance Edition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Gumby vs. the Astrobots [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Same game as Gunstar Super Heroes.}}
+
{{GBAR2Game|title=Gunstar Future Heroes [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. '''Same game as Gunstar Super Heroes.'''}}
 
{{GBAR2Game|title=Guranbo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Guranbo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Guru Logic Champ [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
 
{{GBAR2Game|title=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.}}
Line 691: Line 820:
 
{{GBAR2Game|title=Hardcore Pool (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Hardcore Pool (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Harlem Globetrotters - World Tour (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Harobots - Robo Hero Battling!! (J)|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=minor|speed=minor|note=Game works with DSi/3DS build. Game crashes during the intro with base ds model. Use commit cfc6525 (2019/08/22) build from the rom3M branch for base ds model instead.|crashreason=Hicode.}}
+
{{GBAR2Game|title=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.}}
 
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 
{{GBAR2Game|title=Harry Potter - Quidditch World Cup [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 
{{GBAR2Game|title=Harry Potter and the Chamber of Secrets [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=good|speed=good|note=Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=Harry Potter and the 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.}}
Line 715: Line 844:
 
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Hikaru no Go 2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=High School Musical - Livin' the Dream [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=High School Musical - Livin' the Dream [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Himawari Doubutsu Byouin - Pet no Oishasan Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
 
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Hime Kishi Monogatari - Princess Blue [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Home on the Range [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Home on the Range [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Horsez [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
+
{{GBAR2Game|title=Horsez [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Same game as Horse & Pony: My Stud Farm and Pferd & Pony: Mein Gestüt'''}}
 
{{GBAR2Game|title=Hot Potato! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample are missing.}}
 
{{GBAR2Game|title=Hot Potato! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice sample are missing.}}
{{GBAR2Game|title=Hot Wheels - All Out [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game runs well with DSi/3DS. build. Game crashes during the intro with base ds model. Use commit cfc6525 (2019/08/22) build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode.}}
+
{{GBAR2Game|title=Hot Wheels - 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.}}
 
{{GBAR2Game|title=Hot Wheels - Burnin' Rubber [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Hot Wheels - Burnin' Rubber [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Hot Wheels - Stunt Track Challenge [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=minor|note=Missing environment and vehicles. Tearing across top of screen. Game uses a Password system.}}
 
{{GBAR2Game|title=Hot Wheels - 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.}}
Line 741: Line 869:
 
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Incredibles - Rise of the Underminer [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Initial D - Another Stage [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
 
{{GBAR2Game|title=Initial D - Another Stage [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Inspector Gadget - Advance Mission [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
+
{{GBAR2Game|title=Inspector Gadget - 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}}
 
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Inspector Gadget Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=International Karate Advanced [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in GBAR2 menu to play the game. Unable to access gbarunner2 menu during gameplay.''' Minor sounds are missing. Minor gfx glitches because of the disabled border. Game uses a Password system.}}
 
{{GBAR2Game|title=International Karate Advanced [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in GBAR2 menu to play the game. Unable to access gbarunner2 menu during gameplay.''' Minor sounds are missing. Minor gfx glitches because of the disabled border. Game uses a Password system.}}
 
{{GBAR2Game|title=International Karate Plus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}
 
{{GBAR2Game|title=International Karate Plus [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}
{{GBAR2Game|title=International Superstar Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
+
{{GBAR2Game|title=International Superstar Soccer [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note='''Same game as Jikkyou World Soccer Pocket''' }}
 
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=International Superstar Soccer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}
{{GBAR2Game|title=Inukko Club [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. Black screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=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}}
 
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Inuyasha - Naraku no Wana! Mayoi no Mori no Shoutaijou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Invader [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}
 
{{GBAR2Game|title=Invader [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature.}}
 
{{GBAR2Game|title=Invincible Iron Man [UE]|version=(2020/04/21) 088cbc5||rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Invincible Iron Man [UE]|version=(2020/04/21) 088cbc5||rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Iridion 3D [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Iridion 3D [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Licensed by screen is missing. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Iridion 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. '''Game makes GBAR2 crash around first boss battle.''' Single crackling sound in menu and during cutscenes and some brief crackling ingame occassionaly. Game uses a Password system.}}}}
+
{{GBAR2Game|title=Iridion 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. '''Game makes GBAR2 crash around first boss battle.''' Single crackling sound in menu and during cutscenes and some brief crackling ingame occassionaly. Game uses a Password system.}}
 
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Isseki Hatchou - Kore 1ppon de 8shurui! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=I Spy Challenger! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|}}
 
{{GBAR2Game|title=I Spy Challenger! [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|}}
Line 765: Line 893:
 
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 
{{GBAR2Game|title=J.League Winning Eleven Advance 2002 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
 
{{GBAR2Game|title=Jet Set Radio [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Jet Set Radio [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor Audio crackling. Couldn't find a save spot.}}
{{GBAR2Game|title=JGTO Kounin Golf Master - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 
 
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=It takes a measured 3 minutes to get past the blue Golf Master logo. Game plays fine afterwards. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. }}
 
{{GBAR2Game|title=JGTO Kounin Golf Master Mobile - Japan Golf Tour Game [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=It takes a measured 3 minutes to get past the blue Golf Master logo. Game plays fine afterwards. Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. }}
{{GBAR2Game|title=Jikkyou World Soccer Pocket [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 
 
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now an then. Minor sounds are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=Jimmy Neutron Boy Genius [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now an then. Minor sounds are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=Jimmy Neutron Boy Genius - Attack of the Twonkies [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Jimmy Neutron Boy Genius - 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.}}
Line 803: Line 929:
 
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Keroro Gunsou - Taiketsu! Gekisou Keronprix Daisakusen de Arimasu!! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Kessakusen! Ganbare Goemon 1-2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
{{GBAR2Game|title=Kid Paddle [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=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}}
 
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 
{{GBAR2Game|title=Kidou Senshi Gundam Seed - Tomo to Kimi to Koko de [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Kidou Senshi Gundam Seed Destiny [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 
 
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Kidou Tenshi Angelic Layer - Misaki to Yume no Tenshi-tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Kid's Cards [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Kid's Cards [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Kikikai-kai Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 
 
{{GBAR2Game|title=Killer 3D Pool [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Voice sample are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=Killer 3D Pool [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches. Voice sample are missing. Game uses a Password system.}}
 
{{GBAR2Game|title=Kill Switch [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. High pitched noise when wram i-cache enabled.}}
 
{{GBAR2Game|title=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.}}
Line 820: Line 944:
 
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=Kinniku Banzuke - Kimero! Kiseki no Kanzen Seiha [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Kinniku Banzuke - Kongou-kun no Daibouken! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Kinnikuman II-Sei - Seigi Choujin e no Michi [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Some gfx glitches.}}
 
 
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Kirby - Nightmare in Dreamland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Kirby and the Amazing Mirror [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=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.}}
Line 837: Line 960:
 
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Konchuu Monster Battle Master [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Konchuu no Mori no Daibouken - Fushigina Sekai no Junin Tachi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Kong - King of Atlantis [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game uses a Password system.|crashreason=Hicode}}
+
{{GBAR2Game|title=Kong - 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}}
 
{{GBAR2Game|title=Kong - The Animated Series [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 
{{GBAR2Game|title=Kong - The Animated Series [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
 
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
{{GBAR2Game|title=Konjiki no Gashbell!! - Makai no Bookmark [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
 
 
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 
{{GBAR2Game|title=Konjiki no Gashbell!! - Unare! Yuujou no Zakeru 2 [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
 
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Konjiki no Gashbell!! The Card Battle for GBA [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
Line 879: Line 1,001:
 
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=LEGO Star Wars II - The Original Trilogy [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=Lemony Snicket's A Series of Unfortunate Events [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Lemony Snicket's A Series of Unfortunate Events [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Let's Ride! - Dreamer [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled.}}
+
{{GBAR2Game|title=Let's Ride! - 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.'''Same game as Pferd & Pony - Lass Uns Reiten 2'''}}
{{GBAR2Game|title=Let's Ride! - Friends Forever [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster with wram i-cache enabled. Some gfx glitches when you walk around the Farm.}}
+
{{GBAR2Game|title=Let's Ride! - 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.'''Same game as Pferd & Pony- Best Friends - Mein Pferd.'''}}
{{GBAR2Game|title=Let's Ride! - Sunshine Stables [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.}}
+
{{GBAR2Game|title=Let's Ride! - Sunshine Stables [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then.'''Same game as Pferd & Pony: Mein Pferdehof'''}}
 
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=Licca-chan no Oshare Nikki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
 
{{GBAR2Game|title=Lilliput Oukoku - Lillimoni to Issho Puni! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Glitched warp scene with bottom third being a black area and cutscene background warping picture moved up. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=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.}}
Line 933: Line 1,055:
 
{{GBAR2Game|title=March of the Penguins [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 
{{GBAR2Game|title=March of the Penguins [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
 
{{GBAR2Game|title=Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Marie, Elie & Anis no Atelier - Soyokaze Kara no Dengon [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Mario Golf - Advance Tour [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=Mario 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}}
 
{{GBAR2Game|title=Mario Kart - Super Circuit [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Mario Kart - Super Circuit [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache disabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Mario & Luigi - Superstar Saga [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Disable main memory cache in the gbarunner2 menu to play the game.''' Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches every now and then.}}
 
{{GBAR2Game|title=Mario & Luigi - Superstar Saga [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Disable main memory cache in the gbarunner2 menu to play the game.''' Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches every now and then.}}
 
{{GBAR2Game|title=Mario Party Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Mario Party Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Mario Pinball Land [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
 
{{GBAR2Game|title=Mario Pinball Land [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Mario Power Tennis [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead.|crashreason=Hicode}}
+
{{GBAR2Game|title=Mario 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}}
 
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound during intro cutscene and occasionally ingame.}}
 
{{GBAR2Game|title=Mario vs Donkey Kong [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor crackling sound during intro cutscene and occasionally ingame.}}
 
{{GBAR2Game|title=Marvel - Ultimate Alliance [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|speed=good|note=Game runs well with DSi/3DS build. Game crashes during intro with base ds model.}}
 
{{GBAR2Game|title=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.}}
Line 1,017: Line 1,139:
 
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=MLB SlugFest 20-04 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
 
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 
{{GBAR2Game|title=Mobile Pro Yakyuu - Kantoku no Saihai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Mobile Suit Gundam Seed - Battle Assault [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
+
{{GBAR2Game|title=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.'''Same game as Kidou Senshi Gundam Seed Destiny [J] '''}}
{{GBAR2Game|title=Moero!! Jaleco Collection [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game boots with the DSi/3DS build but crashes after you start a game. White screen after bios intro with base ds model. Commit 371815e (2019/09/11) cache build from the rom3M branch boots with base ds model and crashes after you start a game.}}
+
{{GBAR2Game|title=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.}}
 
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. The Hudson logo screen is missing. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Momotarou Dentetsu G Gold Deck o Tsukure! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. The Hudson logo screen is missing. Minor sounds are missing. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Momotarou Matsuri [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
 
{{GBAR2Game|title=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.}}
Line 1,043: Line 1,165:
 
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 
{{GBAR2Game|title=Mortal Kombat Advance [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=0|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
 
{{GBAR2Game|title=Mother 1+2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Mother 1: Game runs fine with 3DS build. White screen after boot with base ds model. Mother 2: Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
 
{{GBAR2Game|title=Mother 1+2 [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Mother 1: Game runs fine with 3DS build. White screen after boot with base ds model. Mother 2: Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Mother 3 [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game crashes during the intro.<br><b>Gericom:</b><br>Game reads from an ewram mirror, this isn't supported yet.}}
+
{{GBAR2Game|title=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.}}
 
{{GBAR2Game|title=Moto GP [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Sound fx only. Game uses a Password system.}}
 
{{GBAR2Game|title=Moto GP [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. Sound fx only. Game uses a Password system.}}
 
{{GBAR2Game|title=Motoracer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
 
{{GBAR2Game|title=Motoracer Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
Line 1,090: Line 1,212:
 
{{GBAR2Game|title=Nicktoons Racing [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 
{{GBAR2Game|title=Nicktoons Racing [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
 
{{GBAR2Game|title=Nihon Pro Mahjong Renmei Kounin Tetsuman Advance - Menkyo Kaiden Series [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Ninja Cop [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
+
{{GBAR2Game|title=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.''' Same game as Ninja Five-O'''}}
 
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}
 
{{GBAR2Game|title=Nintendo MP3 Player [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Crashes during Nintendo Health screen. Unsupported Device.}}
 
{{GBAR2Game|title=Nobunaga Ibun [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
 
{{GBAR2Game|title=Nobunaga 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.}}
Line 1,112: Line 1,234:
 
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 
{{GBAR2Game|title=One Piece - Nanatsu Shima no Daihihou [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
 
{{GBAR2Game|title=Onimusha Tactics [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build and DSi speed enabled. Game freezes with base ds model.|crashreason=Timing. DSi speed works}}
 
{{GBAR2Game|title=Onimusha Tactics [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs well with DSi/3DS build and DSi speed enabled. Game freezes with base ds model.|crashreason=Timing. DSi speed works}}
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Onmyou Taisenki Zeroshiki [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Open Season [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Open Season [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Operation Armored Liberty [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Operation Armored Liberty [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Oriental Blue - Ao no Tengai [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Oriental Blue - Ao no Tengai [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Oshaberi Inko Club [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Oshare Princess [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Oshare Princess [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Oshare Princess 2 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit odd. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Oshare Princess 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Oshare Princess 3 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Oshare Princess 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Oshare Princess 5 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Oshare Princess 5 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Oshare Wanko [J]|version=(2019/12/24) b740476|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. Game runs fine.}}
+
{{GBAR2Game|title=Oshare Wanko [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Ottifanten Pinball [G]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game has no save feature.}}
+
{{GBAR2Game|title=Ottifanten Pinball [G]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
{{GBAR2Game|title=Over the Hedge [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Text only during Intro Cutscene. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Over the Hedge [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Intro Cutscene only shows text. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Over the Hedge - Hammy Goes Nuts! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. High pitched sound when wram i-cache is enabled.}}
{{GBAR2Game|title=Ozzy & Drix [U]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|sound=good|speed=2fast|note=Game has no save feature. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}
+
{{GBAR2Game|title=Ozzy & Drix [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game has no save feature.}}
{{GBAR2Game|title=Pac-Man Collection [E]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Minor Gameboy sounds are missing. Game has no save feature.}}
+
{{GBAR2Game|title=Pac-Man Collection [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=No Audio. Game has no save feature.}}
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=Pac-Man Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game has no save feature.}}
{{GBAR2Game|title=Pac-Man World [E]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|save=1|sound=broken|speed=good|note='''DSi/3DS''' Audio will play for a bit with a lot of crackling noise before it breaks. Other games developed by Fullfat have similar issues.}}
+
{{GBAR2Game|title=Pac-Man World [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio plays well until saving, at which point it will start making crackling sounds continuously. Going in and out of the GBAR2 menu might remedy this, but it makes GBAR2 crash most of the time. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}
{{GBAR2Game|title=Pac-Man World 2 [E]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game uses a Password system. '''DSi/3DS''' Audio will play for a bit with a lot of crackling noise before it breaks. Other games developed by Fullfat have similar issues.}}
+
{{GBAR2Game|title=Pac-Man World 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Going into GBAR2 menu makes the game softlock. This softlock might not have happened in build (2020/03/28) 883c0d7. Game uses a Password system. Other games developed by Fullfat have similar issues.|crashreason=It may be because the timer keeps running, and its actual value is used to guide mixing.}}
{{GBAR2Game|title=Paws & Claws - Best Friends - Dogs & Cats [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Paws & Claws - Best Friends - Dogs & Cats [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Paws & Claws - Pet Resort [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Paws & Claws - Pet Resort [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Payback [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Heavy gfx glitches and slowdown.}}
+
{{GBAR2Game|title=Payback [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|save=1|sound=good|speed=lag|note=Heavy gfx glitches and slowdown.}}
{{GBAR2Game|title=Penny Racers [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{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. '''Same game as The US Gadget Racers (NOT the same as the similarly named European ROM) and Choro-Q Advance (J)'''}}
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Peter Pan - Return to Neverland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=Peter Pan - The Motion Picture Event [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Petz - Hamsterz Life 2 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Petz Vet [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=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. '''Same game as Himawari Doubutsu Byouin Pet no Oishasan''' }}
{{GBAR2Game|title=Pferd & Pony - Best Friends - Mein Pferd [G]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}
+
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Pferd & Pony - Lass Uns Reiten 2 [G]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown and some gfx glitches.}}
+
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Phantasy Star 1-2 are playable with DSi/3DS build. Only Phantasy Star 3 is playable with base ds model. Noise during Pause screen.}}
{{GBAR2Game|title=Pferd & Pony - Mein Gestuet [G]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=Phil of the Future [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Background graphics are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Pferd & Pony - Mein Pferdehof [G]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Phalanx - The Enforce Fighter A-144 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Piglet's Big Game [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Phantasy Star Collection [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Phantasy Star 1-3 are playable with the 3DS.''' Games run faster with Cache enabled. '''Phantasy Star 1:''' Some gfx glitches and noise. '''Phantasy Star 2 & 3:''' Minor noise during the Pause screen. Phantasy Star 3 is the only playable game with base ds model. Game is playable.}}
+
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Phil of the Future [U]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Background graphics are missing. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Pinball Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Pia Carrot he Youkoso!! 3.3 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Piglet's Big Game [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Pinball of the Dead [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Pikapika Nurse Monogatari - Nurse Ikusei Game [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Pinball Tycoon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature.}}
{{GBAR2Game|title=Pinball Advance [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Pinball Challenge Deluxe [E]|version=(2019/12/24) b740476|rating=noboot|nocache=0|cache=0|note=White screen with base ds, Black screen with 3DS after bios intro.}}
+
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches during the title screen. Game uses a Password system.}}
{{GBAR2Game|title=Pinball of the Dead [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Pinky Monkey Town [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches during the intro. Couldn't find a save spot.}}
{{GBAR2Game|title=Pinball Tycoon [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Pink Panther - Pinkadelic Pursuit [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Pinobee & Phoebee [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Pinky and the Brain - The Masterplan [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man's Chest [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Pinky Monkey Town [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Pinobee - Wings of Adventure [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Pinobee & Phoebee [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}
{{GBAR2Game|title=Pirates of the Caribbean - Dead Man's Chest [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Planet Monsters [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSI/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
{{GBAR2Game|title=Pirates of the Caribbean - The Curse of the Black Pearl [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Planet of the Apes [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Pitfall - The Lost Expedition [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=The FMV intro is missing.}}
{{GBAR2Game|title=Pitfall - The Mayan Adventure [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=Play-Yan [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game freezes during the title screen. Unsupported Device.}}
{{GBAR2Game|title=Planet Monsters [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|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.}}
+
{{GBAR2Game|title=Play-Yan Micro [J]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game freezes during the Health Care Screen. Unsupported Device.}}
{{GBAR2Game|title=Planet of the Apes [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Pocket Dogs [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Play Novel - Silent Hill [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|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.}}
+
{{GBAR2Game|title=Pocket Music [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Play-Yan [J]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|note=Game freezes during the Titlescreen. Unsupported Device.}}
+
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Play-Yan Micro [J]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|note=Game freezes during the Health Care Screen. Unsupported Device.}}
+
{{GBAR2Game|title=Pocky & Rocky with Becky [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.'''Same game as Kikikai-kai Advance [J] '''}}
{{GBAR2Game|title=Pocket Dogs [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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}}
{{GBAR2Game|title=Pocket Music [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Pokemon Fire Red [UE][Rev 1]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Pocket Professor - Kwik Notes - Vol. 1 [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Pokemon Leaf Green [UE][Rev 1]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Pocky & Rocky with Becky [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Pokemon Mystery Dungeon - Red Rescue Team [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Pokémon Emerald [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. 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}}
+
{{GBAR2Game|title=Pokemon Pinball - Ruby & Sapphire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Pokemon Fire Red [UE][Rev 1]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Pokemon Ruby [UE] [Rev 2]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Pokemon Leaf Green [UE][Rev 1]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Pokémon Sapphire [UE] [Rev 2]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Pokemon Mystery Dungeon - Red Rescue Team [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|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.}}
+
{{GBAR2Game|title=Polar Express [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Cutscenes have no Background graphics.}}
{{GBAR2Game|title=Pokemon Pinball - Ruby & Sapphire [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Polarium Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Pokemon Ruby [UE] [Rev 2]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Pokémon Sapphire [UE] [Rev 2]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Pop Idol [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor Audio crackling. Game uses a Password system.}}
{{GBAR2Game|title=Polar Express [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Cutscenes have no Background graphics. Game runs fine.}}
+
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Polarium Advance [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. 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}}
+
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Polly Pocket! - Super Splash Island [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=bad|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.}}
+
{{GBAR2Game|title=Power Poke Dash [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Pop Idol [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Second game needs to be unlocked first.}}
{{GBAR2Game|title=Popeye - Rush for Spinach [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Postman Pat and the Greendale Rocket [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Power Poke Dash [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Power Pro Kun Pocket 1-2 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Second game needs to be unlocked first.}}
+
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Power Pro Kun Pocket 3 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Power Pro Kun Pocket 4 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Power Pro Kun Pocket 5 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Power Pro Kun Pocket 6 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Power Pro Kun Pocket 7 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor sounds are missing. Game is playable. Game uses a Password system.}}
{{GBAR2Game|title=Powerpuff Girls - Him and Seek [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=good|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
{{GBAR2Game|title=Powerpuff Girls - Mojo Jojo A-Go-Go [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Power Rangers - Dino Thunder [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Power Rangers - Ninja Storm [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor sounds are missing. Game is playable. Game uses a Password system.}}
+
{{GBAR2Game|title=Prehistorik Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Text is missing in the speech bubble. Game uses a Password system.}}
{{GBAR2Game|title=Power Rangers - Time Force [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=0|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Premier Action Soccer [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches during a match. Game crashes if entering GBAR2 menu in a match. This is a regress. Use commit b740476 (2019/12/24) instead.}}
{{GBAR2Game|title=Power Rangers - Wild Force [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{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}}
{{GBAR2Game|title=Power Rangers S.P.D. [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Prehistorik Man [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Premier Action Soccer [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Some gfx glitches during a match. Game is playable.}}
+
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
{{GBAR2Game|title=Premier Manager 2003-2004 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|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}}
+
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Premier Manager 2004-2005 [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}
+
{{GBAR2Game|title=Pro Beach Soccer [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Premier Manager 2005-2006 [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}
+
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Princess Natasha - Student, Secret Agent, Princess [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|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.}}
+
{{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.'''Same game as WTA Tour Tennis'''}}
{{GBAR2Game|title=Prince of Persia - The Sands of Time [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Proud Family [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Pro Beach Soccer [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}
+
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Pro Mahjong Tsuwamono GBA [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Pro Tennis WTA Tour [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Proud Family [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Pro Yakyuu Team o Tsukurou! Advance [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game has no save feature. Fullfat developed game.}}
{{GBAR2Game|title=PukuPuku Tennen Kairanban [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Timers in game skip 2 seconds every time making the flea mini game impossible to win. This is not affected by caches. This might be a regression. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Koi no Cupid Daisakusen [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Puyo Pop Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=PukuPuku Tennen Kairanban - Youkoso! Illusion Land he [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Puzzle & Tantei Collection [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Punch King - Arcade Boxing [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|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.}}
+
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Puppy Luv - Spa and Resort [U]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|note=Game crashes after the Titlescreen. This is a regress. Use commit f89fac5 (2018/07/10) arm9wramicache version instead.}}
+
{{GBAR2Game|title=Quad Desert Fury [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Screen becomes purple for a split second at times. Game has no save feature.}}
{{GBAR2Game|title=Puyo Pop [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Racing Fever [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Puyo Pop Fever [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Racing Gears Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Slowdown/Halting during initial car license logo scrolling until you get to the game which runs full speed.}}
{{GBAR2Game|title=Puzzle & Tantei Collection [J]|version=(2019/12/24) b740476|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. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
{{GBAR2Game|title=Pyuu to Fuku! Jaguar - Byoo to Deru! Megane-kun [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Quad Desert Fury [UE]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Audio is broken after you go into the gbarunner2 menu. Broken collision physics. Game has no save feature. ''DSi/3DS''' Lags a lot. Plays at ~10 fps.}}
+
{{GBAR2Game|title=Ratatouille [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Racing Fever [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{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.'''Same game as Groove Adventure Rave: Hikari to Yami no Daikessen 2'''}}
{{GBAR2Game|title=Racing Gears Advance [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro.}}
+
{{GBAR2Game|title=Rayman Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Rampage - Puzzle Attack [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Rapala Pro Fishing [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Rayman - Hoodlum's Revenge [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=good|speed=good|note=Game crashes after the intro cutscene. Reboot, then you can play the first level. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Ratatouille [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Rave Master - Special Attack Force! [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{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. '''Same game as Freestyle Scooter'''}}
{{GBAR2Game|title=Rayman Advance [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Rayman 3 - Hoodlum Havoc [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches during the licensed by screen.}}
{{GBAR2Game|title=Rayman - Hoodlum's Revenge [E]|version=(2019/12/24) b740476|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. Game is playable.}}
+
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Rayman Raving Rabbids [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Reign of Fire [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Razor Freestyle Scooter [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Ready 2 Rumble Boxing - Round 2 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Rebelstar - Tactical Command [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Revenge of Shinobi [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game makes GBAR2 crash right before starting the first level. Game uses a Password system.}}
{{GBAR2Game|title=Recca no Honoo - The Game [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Rhythm Tengoku [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Reign of Fire [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Ripping Friends [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Relaxuma na Mainichi [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{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}}  
{{GBAR2Game|title=Rescue Heroes - Billy Blazes! [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Revenge of Shinobi [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game crashes after you start the first level. Game uses a Password system.}}
+
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
{{GBAR2Game|title=Rhythm Tengoku [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Ripping Friends [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=River City Ransom EX [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|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}}  
+
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Boots to a white screen. Press A and start and eventually you will get to title screen. Intermittent beeping sound even if music and sfx are disabled ingame, in menu and pause screen. No beeping sound if firing ingame.}}
{{GBAR2Game|title=Riviera - The Promised Land [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Road Rash - Jailbreak [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. White screen after bios intro with base ds model. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Robopon 2 - Cross Version [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Robopon 2 - Ring Version [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Robotech - The Macross Saga [U]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Game is playable.}}
+
{{GBAR2Game|title=Rock'em Sock'em Robots [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Robots [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Rock n' Roll Racing [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=No Audio. Voice sample and sfx only.}}
{{GBAR2Game|title=Robot Wars - Advanced Destruction [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Robot Wars - Extreme Destruction [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Rockman EXE 4.5 - Real Operation [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
{{GBAR2Game|title=Rock'em Sock'em Robots [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Rocky [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game crashes on first intro screen.}}
{{GBAR2Game|title=Rock n' Roll Racing [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=No Audio. Voice sample and sfx only. Game is playable.}}
+
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Rocket Power - Beach Bandits [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|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.}}
+
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some noise during the Pause screen. Game uses a Password system.}}
{{GBAR2Game|title=Rocket Power - Dream Scheme [UE]|version=(2019/12/24) b740476|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Rocket Power - Zero Gravity Zone [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Rocky [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
+
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
{{GBAR2Game|title=RPG Tsukuru Advance [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Sabre Wulf [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=R-Type III - The Third Lightning [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|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.}}
+
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Rugrats - Castle Capers [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Rugrats - Go Wild [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches during the intro. Minor sounds are missing.}}
{{GBAR2Game|title=Rugrats - I Gotta Go Party [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|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.}}
+
{{GBAR2Game|title=Salt Lake 2002 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Sabre Wulf [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Sabrina - The Teenage Witch - Potion Commotion [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Saibara Rieko no Dendou Mahjong [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Sakura Momoko no UkiUki Carnival [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Salt Lake 2002 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Sangokushi [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
{{GBAR2Game|title=Samsara Naga 1x2 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Samurai Deeper Kyo [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Samurai Evolution - Oukoku Geist [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Samurai Jack - The Amulet of Time [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Sangokushi [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Sangokushi - Eiketsuden [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Sangokushi - Koumeiden [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Sanrio Puroland - All Characters [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Scooby-Doo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with 3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Santa Claus Jr. Advance [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Santa Claus Saves the Earth [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Santa Clause 3 - The Escape Clause [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Scan Hunter - Sennen Kaigyo o Oe! [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|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.}}
+
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
{{GBAR2Game|title=Scooby-Doo [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|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.}}
+
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Scooby-Doo 2 - Monsters Unleashed [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Scrabble [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then.}}
{{GBAR2Game|title=Scooby-Doo and the Cyber Chase [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Scrabble Blast! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game has no save feature.}}
{{GBAR2Game|title=Scooby-Doo! - Mystery Mayhem [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Scrabble Scramble! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game has no save feature.}}
{{GBAR2Game|title=Scooby-Doo! - Unmasked [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Scurge - Hive [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Scorpion King - Sword of Osiris [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=SD Gundam Force [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Scrabble [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Scrabble Blast! [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game is playable. Game has no save feature.}}
+
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Scrabble Scramble! [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=No audio, sfx only. Minor gfx glitches now and then. Game is playable. Game has no save feature.}}
+
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches after you press start during the first mission. Game uses a Password system.}}
{{GBAR2Game|title=Scurge - Hive [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}
{{GBAR2Game|title=SD Gundam Force [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Sega Rally Championship [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=SD Gundam G-Generation Advance [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sega Smash Pack [E]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|note=Game runs fine with DSi/3DS build. Game crashes after the licensed by screen with base ds model.}}
{{GBAR2Game|title=Sea Trader - Rise of Taipan [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Secret Agent Barbie - Royal Jewels Mission [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=minor|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.}}
+
{{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}}
{{GBAR2Game|title=Sega Arcade Gallery [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes after you start a game. This is a regress. Use commit 17694d4 (2017/05/22) arm9 build instead.}}
+
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Sega Rally Championship [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Serious Sam Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Sega Smash Pack [E]|version=(2019/12/24) b740476|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.}}
+
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Sengoku Kakumei Gaiden [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Sennen Kazoku [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|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}}
+
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Sentouin Yamada Hajime [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Sprinting Wolf [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Serious Sam Advance [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Some sounds are missing.}}
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 2 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Shaman King Card Game - Chou Senjiryakketsu 3 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Shamu's Deep Sea Adventures [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Shaman King - Legacy of the Spirits - Soaring Hawk [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Shanghai Advance [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
{{GBAR2Game|title=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 Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Shark Tale [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Shaman King - Master of Spirits [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Some sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=Shaun Palmer's Pro Snowboarder [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Shaman King - Master of Spirits 2 [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. No audio, sfx only. Game is playable.}}
+
{{GBAR2Game|title=Sheep [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Shamu's Deep Sea Adventures [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Shikakui Atama - Kanji Keisan [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Shanghai Advance [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Shark Tale [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn't find a save spot.}}
{{GBAR2Game|title=Shaun Palmer's Pro Snowboarder [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes when you buy parts from the shop with base ds model.|crashreason=Hicode}}
{{GBAR2Game|title=Sheep [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with DSi/3DS build. Game crashes when you buy parts from the shop with base ds model.|crashreason=Hicode}}
{{GBAR2Game|title=Shikakui Atama - Kanji Keisan [J]|version=(2019/11/09) 9e285a3|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Shikakui Atama - Kokugo Sansu Shakai Rika [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Shimura Ken no Baka Tonosama - Bakushou Tenka Touitsu Game [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Shin Megami Tensei [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. '''Saving doesn´t work. This is a regress.''' Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}
{{GBAR2Game|title=Shin chan - Aventuras en Cineland [Spain]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Shin Megami Tensei 2 [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. '''Saving doesn´t work. This is a regress.''' Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}
{{GBAR2Game|title=Shin chan contra los Munecos de Shock Gahn [Spain]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Shingata Medarot - Kabuto Version [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|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't find a save spot.|crashreason=Hicode}}
+
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Shingata Medarot - Kuwagata Version [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|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't find a save spot.|crashreason=Hicode}}
+
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Glitched sprites ingame. Couldn't find a save spot.}}
{{GBAR2Game|title=Shin Kisekae Monogatari [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Shining Soul [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Shining Force - Resurrection of the Dark Dragon [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Shining Soul 2 [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. '''Saving is broken. This is a regress.''' Use commit 6522414 (2018/11/01) arm9 version instead.}}
{{GBAR2Game|title=Shin Megami Tensei [J]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs fine. '''Saving doesn´t work. This is a regress.''' Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}
+
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Shin Megami Tensei 2 [J]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=0|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs fine. '''Saving doesn´t work. This is a regress.''' Saving works with commit unspecified (2019/06/03) (sd save branch) arm9 version.}}
+
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Messiah Riser [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Shrek - Reekin' Havoc [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Shin Megami Tensei Devil Children - Puzzle de Call! [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Shrek - Smash n' Crash Racing [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Shin Nihon Pro Wrestling - Toukon Retsuden Advance [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Shrek - Super Slam [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=minor|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Shining Soul [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Shining Soul 2 [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Game runs faster with Cache enabled. Game runs fine. '''Saving is broken. This is a regress.''' Use commit 6522414 (2018/11/01) arm9 version instead.}}
+
{{GBAR2Game|title=Shrek the Third [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Shiren Monsters Netsal [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Shrek 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Shrek - Hassle at the Castle [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Shrek - Reekin' Havoc [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Sigma Star Saga [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Shrek - Smash n' Crash Racing [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Silent Scope [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Shrek - Super Slam [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Silk to Cotton [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Shrek - Swamp Kart Speedway [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=good|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't find a save spot.}}
+
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Couldn't find a save spot.}}
{{GBAR2Game|title=Shrek the Third [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Shrek 2 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Shrek 2 - Beg for Mercy [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Sigma Star Saga [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sims - Bustin' Out [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Silent Scope [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Sim City 2000 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Silk to Cotton [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Sims 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 1 - The Table Game Collection [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. '''Saving doesn´t work.'''}}
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 2 - The Block Kuzushi [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sister Princess - RePure [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 3 - The Itsudemo Puzzle - Massugu Soroeru Straws [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sitting Ducks [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Simple 2960 Tomodachi Series Vol. 4 - The Trump - Minna de Asoberu 12 Shurui no Trump Game [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Sims - Bustin' Out [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster, but has more gfx glitches with wram i-cache enabled. Some gfx glitches. Game uses a Password system.}}
{{GBAR2Game|title=Sim City 2000 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}
+
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Sims 2 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Sims 2 - Pets [UE]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. '''Saving doesn´t work.'''}}
+
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler & New Tairyou [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Sister Princess - RePure [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Smashing Drive [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=lag|note=Some lag and gfx glitches. Game uses a Password system.}}
{{GBAR2Game|title=Sitting Ducks [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Smuggler´s Run [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Simpsons - Road Rage [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=minor|note='''Game takes very long to boot.''' Game runs faster with wram i-cache enabled. Game runs full speed in the level. Some Noise during the Pause screen. Game uses a Password system.|crashreason=Timing. TWL speed works}}
{{GBAR2Game|title=Sky Dancers - They Magically Fly! [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=Snap Kid's [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
{{GBAR2Game|title=Slime Morimori Dragon Quest - Shougeki no Shippo Dan [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Snood [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor sounds are missing. Game has no save feature.}}
{{GBAR2Game|title=Slot! Pro Advance - Takarabune & Ooedo Sakurafubuki 2 [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Heavy gfx glitches. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Slot! Pro 2 Advance - GoGo Juggler & New Tairyou [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Soccer Kid [UE]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Minor gfx glitches are visible every now and then. No audio, sfx only. Game uses a Password system.}}
{{GBAR2Game|title=Smashing Drive [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|note=Game crashes during the intro. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead. Game uses a Password system.}}
+
{{GBAR2Game|title=Sonic Advance [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note= '''Needs either patch or a build from the wifi_link branch.''' Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Game runs fine with patch! [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. 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. }}
{{GBAR2Game|title=Smuggler´s Run [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game is playable. Game uses a Password system.}}
+
{{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='''Needs either patch or a build from the wifi_link branch.'''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://cdn.discordapp.com/attachments/356988919738400768/615324758963257392/Sonic_Advance_2_USA_Ignore_Link_Check.ips This] patch (made by Robz8, ported over from Vague Rant's SA1 patch) skips the 'black' 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. }}
{{GBAR2Game|title=Smurfs - The Revenge of the Smurfs [E]|version=(2019/12/24) b740476|rating=good|nocache=0|cache=1|sound=minor|speed=good|note='''Game only works with TWL speed enabled! Game crashes without it.''' Some Noise during the Pause screen. Game runs fine. Game uses a Password system.|crashreason=Timing. TWL speed works}}
+
{{GBAR2Game|title=Sonic Advance 3 [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Some gfx glitches. Minor sounds are missing.}}
{{GBAR2Game|title=Snap Kid's [J]|version=(2019/12/24) b740476|rating=noboot|nocache=0|cache=0|note=White screen after bios intro.}}
+
{{GBAR2Game|title=Sonic Battle [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Snood [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game is playable. Game has no save feature.}}
+
{{GBAR2Game|title=Sonic Pinball Party [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Snood 2 - On Vacation [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Heavy gfx glitches. Audio is a bit out of sync. Game uses a Password system.}}
+
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Soccer Kid [UE]|version=(2019/12/24) b740476|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 is playable. Game uses a Password system.}}
+
{{GBAR2Game|title=Space Channel 5 - Ulala's Cosmic Attack [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Sonic Advance [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Unskippable black borders on screen and music playing.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail.}}
+
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Sonic Advance [J] (Rev 1)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Unskippable black borders on screen and music playing. Requires [https://cdn.discordapp.com/attachments/356988919738400768/615195274175971370/Sonic_Advance_Japan_EnJa_Rev_1_Ignore_Link_Check.ips this] patch (made by Vague Rant) to skip the black borders.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail. '''Game has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine with patch!'''}}
+
{{GBAR2Game|title=Space Invaders [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Sonic Advance 2 [U]|version=(2019/12/24) b740476|rating=good|cache=1|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Unskippable black borders on screen and music playing. Requires [https://cdn.discordapp.com/attachments/356988919738400768/615324758963257392/Sonic_Advance_2_USA_Ignore_Link_Check.ips this] patch (made by Robz8, ported over from Vague Rant's SA1 patch) to skip the black borders.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail. '''Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine with patch!'''}}
+
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Sonic Advance 2 [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|sound=minor|note=Unskippable black borders on screen and music playing.<br><b>Gericom:</b><br> It tests the link hardware, which is not implemented yet and yields those boxes on test fail.}}
+
{{GBAR2Game|title=Spider Man [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing.}}
{{GBAR2Game|title=Sonic Advance 3 [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Some gfx glitches. Minor sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=Spider Man 2 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Cutscenes before levels only show text and not background image.}}
{{GBAR2Game|title=Sonic Battle [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Spider Man 3 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Sonic Pinball Party [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Sonic the Hedgehog - Genesis [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Spider-Man - Mysterio's Menace [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game uses a Password system.}}
{{GBAR2Game|title=Sound of Thunder [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Space Channel 5 - Ulala's Cosmic Attack [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Space Hexcite - Maetel Legend EX [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Space Invaders [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Speedball 2 - Brutal Deluxe [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Spider Man [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=FMV Intro is missing. Game runs fine.}}
+
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Spider Man 2 [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. FMV Intro has much noise, Cutscene only show text. Game is playable.}}
+
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Spider Man 3 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}
+
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Spider-Man - Battle for New York [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Couldn't find a save spot.}}
{{GBAR2Game|title=Spider-Man - Mysterio's Menace [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=0|save=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Spirit - Stallion of the Cimarron - Search for Homeland [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note= Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=SpongeBob and Friends - Attack of the Toybots [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=SpongeBob's Atlantis SquarePantis [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=SpongeBob SquarePants - Battle for Bikini Bottom [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice sample and minor sounds are missing. Minor gfx glitches now and then.}}
{{GBAR2Game|title=SpongeBob SquarePants - Creature from the Krusty Krab [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Voice sample and minor sounds are missing. Minor gfx glitches now and then.}}
{{GBAR2Game|title=SpongeBob SquarePants - Lights, Camera, Pants! [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=Spyro Adventure [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=SpongeBob SquarePants - Revenge of the Flying Dutchman [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=0|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Spyro Fusion [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Some gfx glitches.}}
{{GBAR2Game|title=SpongeBob SquarePants - SuperSponge [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Spy Hunter [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Battle for Volcano Island [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=SpongeBob SquarePants and Friends - Freeze Frame Frenzy [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Spy Kids Challenger [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=SpongeBob SquarePants and Friends Unite! [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game crashes after going into GBAR2 menu. Game uses a Password system.}}
{{GBAR2Game|title=SpongeBob SquarePants The Movie [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Spyro - Season of Ice [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=SpongeBob's Atlantis SquarePantis [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Spyro 2 - Season of Flame [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Sports Illustrated for Kids - Baseball [U]|version=(2019/12/24) b740476|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. Game is playable.}}
+
{{GBAR2Game|title=Spyro, The Legend of - A New Beginning [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Sports Illustrated for Kids - Football [U]|version=(2019/12/24) b740476 |rating=crashes|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Voice Sample and Minor Gameboy sounds are missing. '''Game crashes after you go into the gbarunner2 menu.''' . '''DSi/3DS''' Game locks up when trying to start a match.}}
+
{{GBAR2Game|title=Spyro, The Legend of - The Eternal Night [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Spyro Adventure [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=SSX 3 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Spyro Fusion [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Game runs faster with Cache enabled. Some gfx glitches. Full speed with a little slowdown.}}
+
{{GBAR2Game|title=SSX Tricky [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=lag|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches.}}
{{GBAR2Game|title=Spyhunter [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Stadium Games [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game has no save feature.}}
{{GBAR2Game|title=Spy Kids 3-D - Game Over [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Starsky & Hutch [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Some gfx glitches.}}
{{GBAR2Game|title=Spy Kids Challenger [U]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
+
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game works with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system.}}
{{GBAR2Game|title=Spy Muppets - License to Croak [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|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.}}
+
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Game uses a Password system.}}
{{GBAR2Game|title=Spyro - Season of Ice [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
+
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=0|sound=minor|speed=lag|note=Animations will halt of main character sometimes even if game is still playing at normal speed and actions are happening. Happens particularly when meeting two jawas in first stage. Game uses a Password system.}}
{{GBAR2Game|title=Spyro 2 - Season of Flame [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Glitched Cutscene. Minor gfx glitches now and then. Game uses a Password system.}}
{{GBAR2Game|title=Spyro the Legend of - A New Beginning [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Spyro the Legend of - The Eternal Night [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=SSX 3 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Star X [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=SSX Tricky [UE]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=1|sound=bad|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches. Full speed with a little slowdown.}}
+
{{GBAR2Game|title=Steel Empire [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Stadium Games [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=Steven Gerrard's Total Soccer 2002 [E]|version=|rating=|nocache=|cache=|save=|sound=|speed=|note='''Same game as Alexander Zickler Total Soccer 2002'''}}
{{GBAR2Game|title=Starsky & Hutch [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Some gfx glitches. Full speed with a little slowdown.}}
+
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Star Wars - Flight of the Falcon [U]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|sound=minor|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.}}
+
{{GBAR2Game|title=Street Jam Basketball [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Gfx glitches during the title screen. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Star Wars - Jedi Power Battles [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Street Racing Syndicate [E]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=lag|note=Heavy gfx glitches and slowdown.}}
{{GBAR2Game|title=Star Wars - The New Droid Army [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes after you walk around the first area. Game uses a Password system.}}
+
{{GBAR2Game|title=Strike Force Hydra [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game has no save feature.}}
{{GBAR2Game|title=Star Wars Episode II - Attack of the Clones [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Some Sound FX are missing. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Stuart Little 2 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system.}}
{{GBAR2Game|title=Star Wars Episode III - Revenge of the Sith [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Stuntman [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Star Wars Trilogy - Apprentice of the Force [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=good|note=White screen post bios. Sound plays well. Reacts to inputs.}}
{{GBAR2Game|title=Star X [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|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.}}
+
{{GBAR2Game|title=Suite Life of Zack & Cody - Tipton Caper [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. High pitched sound when wram i-cache is enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Steel Empire [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Street Fighter Alpha 3 [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Disable main memory i-cache in the gbarunner2 menu to play the game.''' Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Street Jam Basketball [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Street Racing Syndicate [E]|version=(2019/12/24) b740476 |rating=unplayable|nocache=0|cache=1|save=1|sound=broken|speed=lag|note=Heavy gfx glitches and slowdown.'''DSi/3DS:''' The game usually freezes in the menus at different points and gbarunner2 will crash before getting into a race. No sound.}}
+
{{GBAR2Game|title=Sum of All Fears [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Couldn't find a save spot.}}
{{GBAR2Game|title=Strike Force Hydra [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game has no save feature.}}
+
{{GBAR2Game|title=Super Black Bass Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Stuart Little 2 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Super Bubble Pop [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Stuntman [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Game runs fine with the 3DS. White screen after bios intro with base ds model. Game runs fine.}}
+
{{GBAR2Game|title=Super Bust-A-Move [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches during a game. Game has no save feature.}}
{{GBAR2Game|title=Sugar Sugar Rune - Heart Ga Ippai! Moegi Gakuen [J]|version=(2019/12/24) b740476|rating=noboot|nocache=0|cache=0|sound=minor|note=White screen after bios intro. You can hear music play.}}
+
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Heavy gfx glitches. Character sprites are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Suite Life of Zack & Cody - Tipton Caper [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|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.}}
+
{{GBAR2Game|title=Super Collapse! II [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system.}}
{{GBAR2Game|title=Summon Night - Swordcraft Story [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Summon Night - Swordcraft Story 2 [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Disable main memory cache in the gbarunner2 menu to play the game.''' Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Voice sample are missing. Game uses a Password system.}}
{{GBAR2Game|title=Summon Night - Swordcraft Story 3 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Super Duper Sumos [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. }}
{{GBAR2Game|title=Sum of All Fears [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Game is playable. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Game crashes after you collect an armor upgrade.}}
{{GBAR2Game|title=Super Black Bass Advance [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled. Game uses a Password system.}}
{{GBAR2Game|title=Super Bubble Pop [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game uses a Password system.}}
{{GBAR2Game|title=Super Bust-A-Move [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Super Chinese 1-2 Advance [J]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Super Collapse! II [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Super Dodge Ball Advance [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi's Island [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Super Dropzone - Intergalactic Rescue Mission [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Voice sample are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Super Duper Sumos [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Some gfx glitches. '''Gericom:''' This game swaps buffers when vblank is already over (presumably because it was too slow in gbarunner2 or so) and that causes issues with the way I swap buffers.}}
{{GBAR2Game|title=Super Ghouls´n Ghosts [UE]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game crashes after you collect an armor upgrade.}}
+
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs well with DSi/3DS. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) master build for base ds model instead.}}
{{GBAR2Game|title=Super Hornet FA 18F [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Super Robot Taisen A [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Superman - Countdown to Apokolips [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Super Robot Taisen D [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Superman Returns - Fortress of Solitude [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Super Robot Taisen J [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Super Mario Advance - Super Mario Bros 2 [UE]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Super Robot Taisen R [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Super Mario Advance 2 - Super Mario World [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Super Mario Advance 3 - Yoshi's Island [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Super Mario Advance 4 - Super Mario Bros 3 [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Super Monkey Ball Jr. [U]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}
+
{{GBAR2Game|title=Surf's Up [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Super Puzzle Fighter II Turbo [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|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.}}
+
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Super Robot Taisen A [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Glitched character portrait during cutscenes. Couldn't find a save spot.}}
{{GBAR2Game|title=Super Robot Taisen D [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sword of Mana [E]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Use commit a61e70e (2017/04/22) master build for base ds model instead.}}
{{GBAR2Game|title=Super Robot Taisen J [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|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.}}
+
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Super Robot Taisen R [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled.}}
{{GBAR2Game|title=Super Robot Taisen - Original Generation [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Super Robot Taisen - Original Generation 2 [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=(2020/04/21) 088cbc5|rating=crashes|nocache=1|cache=1|speed=good|note=Game runs fine with 3DS build. Game crashes after the Atlus logo with base ds model.}}
{{GBAR2Game|title=Super Street Fighter 2 Turbo Revival [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Some sounds are missing. Couldn't find a save spot.}}
{{GBAR2Game|title=Surf's Up [E]|version=(2019/12/24) b740476|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. Game runs fine.}}
+
{{GBAR2Game|title=Tales of Phantasia [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Sutakomi - Star Communicator [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Sweet Cookie Pie [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled.}}
{{GBAR2Game|title=Sword of Mana [E]|version=(2019/12/24) b740476 |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. '''DSi/3DS''' No sound. Might be related to Magical Vacation. Didn´t get to a save spot before it crashed.}}
+
{{GBAR2Game|title=Tales of the World - Summoner's Lineage [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Sylvanian Families - Fashion Designer ni Naritai! - Kurumi-risu no Onnanoko [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Sylvanian Families - Yousei no Stick to Fushigi no Ki - Marron-inu no Onnanoko [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=High pitched sound when wram i-cache is enabled.}}
{{GBAR2Game|title=Sylvanian Families 4 - Meguru Kisetsu no Tapestry [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor sounds are missing.}}
{{GBAR2Game|title=Tactics Ogre - The Knight of Lodis [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Game crashes during the intro with base ds model. Game runs fine.}}
+
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.}}
{{GBAR2Game|title=Taiketsu! Ultra Hero [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Some sounds are missing. Game is playable. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Tang Tang [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Tales of Phantasia [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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}}
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 2 [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=(2020/04/21) 088cbc5|rating=noboot|nocache=0|cache=0|note=Game runs fine with DSi/3DS build. White screen after bios intro with base ds model.}}
{{GBAR2Game|title=Tales of the World - Narikiri Dungeon 3 [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Game runs fine.}}
+
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing.}}
{{GBAR2Game|title=Tales of the World - Summoner's Lineage [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=good|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Tak and the Power of Juju [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Taxi 3 [FR]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|speed=lag|note=Game runs faster and has less gfx glitches with wram i-cache enabled. Image duplicate flickering around bottom of screen. Game has no save feature.}}
{{GBAR2Game|title=Tak - The Great Juju Challenge [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Tak 2 - The Staff of Dreams [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Tanbi Musou - Meine Liebe [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Teen Titans [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio stutter when wram i-cache is enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Tang Tang [E]|version=(2019/12/24) b740476|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. Game runs fine.}}
+
{{GBAR2Game|title=Teen Titans 2 [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Tantei Gakuen Q - Kyuukyoku Trick ni Idome! [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. 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}}
+
{{GBAR2Game|title=Tekken Advance [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing.}}
{{GBAR2Game|title=Tantei Gakuen Q - Meitantei ha Kimi da! [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|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.}}
+
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then.}}
{{GBAR2Game|title=Tantei Jinguuji Saburou - Shiroi Kage no Shoujo [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with wram i-cache enabled. Broken background eventually in new game cutscene. }}
{{GBAR2Game|title=Tarzan - Return to the Jungle [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Minor gfx glitches now and then.}}
{{GBAR2Game|title=Taxi 3 [FR]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|sound=bad|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.}}
+
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|save=?|sound=bad|speed=minor|note='''Game makes GBAR2 crash right after spinning racket to choose starting serve. Some gfx glitches. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.'''}}
{{GBAR2Game|title=Teenage Mutant Ninja Turtles [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|sound=bad|save=?|sound=bad|speed=minor|note='''Game makes GBAR2 crash right after spinning racket to choose starting serve. Some gfx glitches. Try using commit 83108c7 (2018/03/04) arm9 version from gbarunner2 main page wiki instead.'''}}
{{GBAR2Game|title=Teenage Mutant Ninja Turtles 2 - Battle Nexus [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{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.}}
{{GBAR2Game|title=Teen Titans [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Worse audio with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{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.}}
{{GBAR2Game|title=Teen Titans 2 [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{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}}
{{GBAR2Game|title=Tekken Advance [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Game is playable.}}
+
{{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.}}
{{GBAR2Game|title=Tennis Masters Series 2003 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tennis no Ouji-sama - Aim at the Victory! [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}
+
{{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.}}
{{GBAR2Game|title=Tennis no Ouji-sama - Genius Boys Academy [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Minor gfx glitches now and then. Game is playable.}}
+
{{GBAR2Game|title=That'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.}}
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Cool Blue [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|save=?|sound=bad|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.}}
+
{{GBAR2Game|title=That'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.}}
{{GBAR2Game|title=Tennis no Ouji-sama 2003 - Passion Red [J]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=bad|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.}}
+
{{GBAR2Game|title=The Bee Game [U]|version=|rating=|nocache=|cache=|sound=|speed=|note=}}
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Glorious Gold [J]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note='''Single player mode freezes the game.''' Game runs faster with Cache enabled. Minor gfx glitches now and then. Some sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tennis no Ouji-sama 2004 - Stylish Silver (J)|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches now and then. Some sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ten Pin Alley 2 [U]|version=(2019/12/24) b740476 |rating=crashes|nocache=1|cache=1|sound=broken|speed=good|note=Game crashes with TWL speed. Game crashes before you can play a game with base ds model. Game has no save feature. '''DSi/3DS''' Crackling audio in jukebox. Crashes when starting match.|crashreason=Timing. DSi speed works but crashes a later on}}
+
{{GBAR2Game|title=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='''Game crashes in a room you cannot avoid in the final dungeon.''' Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. }}
{{GBAR2Game|title=Terminator 3 - Rise of the Machines [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tetris Worlds [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs well with the 3DS. Game has less gfx glitches with Cache enabled. Use commit a61e70e (2017/04/22) master build for base ds model instead. Game runs perfect! Game has no Save feature.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Texas Hold´em Poker [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=TG Rally [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=That's So Raven [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=That's So Raven 2 - Supernatural Style [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=The Essence of War - Glory Days [E]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=lag|note=Game runs faster with Cache enabled. Heavy slowdown. Game uses a Password system. '''DSi/3DS''' The only sound is intermittent beeping. Game halts at regular intervals every second. Same game as Super Army War.}}
+
{{GBAR2Game|title=Tim Burton'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.}}
{{GBAR2Game|title=The Legend of Zelda - A Link to the Past [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches during the mode 7 map. Game runs fine.}}
+
{{GBAR2Game|title=Tiny Toon Adventures - Buster'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.}}
{{GBAR2Game|title=The Legend of Zelda - The Minish Cap [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=The Three Stooges [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Thunder Alley [U]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=minor|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game has no save feature. '''DSi/3DS''' Occasional crackling in music in jukebox. Crackling sound from car engine ingame.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Thunderbirds [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Thunderbirds - International Rescue [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Intro FMV is a bit out of sync. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tiger Woods PGA Tour Golf [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Some sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Tiger Woods PGA Tour 2004 [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tim Burton's The Nightmare Before Christmas - The Pumpkin King [UE]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|note=Game crashes during the intro.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tiny Toon Adventures - Buster's Bad Dream [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tiny Toon Adventures - Wacky Stackers [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Titeuf - Ze Gagmachine (FR)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Titeuf Mega Compet (FR)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=Tom Clancy's Rainbow Six - Rogue Spear [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Couldn't find a save spot.}}
{{GBAR2Game|title=TMNT - Teenage Mutant Ninja Turtles [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Tom Clancy'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.}}
{{GBAR2Game|title=Tokimeki Yume Series 1 - Ohanaya-san ni Narou! (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Tom Clancy's Splinter Cell - Pandora Tomorrow [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Tokyo Majin Gakuen - Fuju Houroku (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tokyo Xtreme Racer Advance [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Full speed with a little slowdown. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tomato Adventure [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tom and Jerry in Infurnal Escape [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tom and Jerry Tales [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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=}}
{{GBAR2Game|title=Tom and Jerry - The Magic Ring [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tom Clancy's Rainbow Six - Rogue Spear [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=bad|speed=good|note=Game is playable. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tom Clancy's Splinter Cell [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tom Clancy's Splinter Cell - Pandora Tomorrow [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tonka - On the Job [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tony Hawk´s American Sk8land [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tony Hawk´s Downhill Jam [E]|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Heavy gfx glitches.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tony Hawk´s Pro Skater 2 [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tony Hawk´s Pro Skater 3 [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Full speed with a little slowdown. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tony Hawk´s Pro Skater 4 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tony Hawk`s Underground [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Total Soccer Manager [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Tony Hawk`s Underground 2 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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}}
{{GBAR2Game|title=Top Gear GT Championship [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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}}
{{GBAR2Game|title=Top Gun - Combat Zones [U]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|note=Game softlocks after the titlescreen. Game uses a Password system.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Top Gun - Firestorm Advance [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Top Spin 2 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Tower SP [U]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Torneco no Daibouken 2 Advance - Fushigi no Dungeon [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Torneco no Daibouken 3 Advance - Fushigi no Dungeon [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Total Soccer Advance [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Total Soccer Manager [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Tringo [E]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Totally Spies! (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. FMV Intro skips some frames. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Totally Spies! 2 - Undercover (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Use commit 371815e (2019/09/11) cache build from the rom3M branch for base ds model instead. Game runs fine.|crashreason=Hicode}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Touhai Densetsu - Akagi - Yami ni Maiorita Tensai (E)|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Toukon Heat (J)|version=(2019/12/24) b740476|rating=unplayable|nocache=1|cache=1|save=?|sound=bad|speed=lag|note=Game runs faster with Cache enabled. Heavy gfx glitches and slowdown. Audio is a bit out of sync. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tower SP [U]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Toyrobo Force (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Treasure Planet [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Trick Star [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tringo [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Trollz - Hair Affair! (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tron 2.0 - Killer App [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Turbo Turtle Adventure (U)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Turok Evolution [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Tweety and the Magic Gems (U)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ty the Tasmanian Tiger 2 - Bush Rescue [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.'''Same game as Kinnikuman II Sei: Seigi Choujin e no Michi'''}}
{{GBAR2Game|title=Ty the Tasmanian Tiger 3 - Night of the Quinkan [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Uchuu Daisakusen Choco Vader - Uchuu Kara no Shinryakusha [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Uchuu no Stellvia [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ueki no Housoku - Jingi Sakuretsu! Nouryokusha Battle [J]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Ui-Ire - World Soccer Winning Eleven [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Unfabulous [U]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Ultimate Arcade Games [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=0|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ultimate Brain Games [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ultimate Card Games [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Some gfx glitches. Minor sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ultimate Muscle - The Kinnikuman Legacy - The Path of the Superhero [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ultimate Puzzle Games [U]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=minor|note=Game crashes at random.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Ultimate Spider-Man [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. FMV intro is missing. Game runs fine.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Ultimate Winter Games [U]|version=(2019/12/24) b740476 |rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Heavy gfx glitches. Game uses a Password system. '''DSi/3DS''' Intermittent beeping sound in pause menu and results screen.}}
+
{{GBAR2Game|title=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=}}
{{GBAR2Game|title=Ultra Keibitai - Monster Attack [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=Virtua Tennis (E)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Unfabulous [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Uno 52 [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Uno Free Fall [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game has no save feature.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Urban Yeti! [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Urbz - Sims in the City [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Wade Hixton'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.}}
{{GBAR2Game|title=Van Helsing (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Vattroller X (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=VeggieTales - LarryBoy and the Bad Apple (U)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Virtua Tennis (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Virtual Kasparov (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=V-Master Cross (J)|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game crashes after you win the intro battle.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=V-Rally 3 (E)|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=0|save=1|sound=minor|speed=minor|note=Game works with the 3DS. Minor sounds and voice sample are missing. White screen after bios intro with base ds model. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=V.I.P. (E)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. White screen after bios intro with base ds model. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wade Hixton's Counter Punch (UE)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - 8 Nin no Toki no Yousei (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Dokidoki Memorial Panic (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio sounds a bit odd. Game runs fine.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Nazo no Kagi to Shinjitsu no Tobira (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Ougon Maracas no Densetsu (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Taisen Mahoudama (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wagamama Fairy Mirumo de Pon! - Yume no Kakera (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Game runs faster with Cache enabled. Minor sounds are missing. Minor gfx glitches now and then. Game crashes during the intro with base ds model. Game runs fine.}}
+
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Wakeboarding Unleashed featuring Shaun Murray [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Game runs fine.}}
+
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=(2020/04/21) 088cbc5|rating=unplayable|nocache=1|cache=1|save=1|sound=minor|speed=good|note='''Game works with motion sensor patch applied on the 3DS.''' Game runs faster with wram i-cache enabled. Motion sensor game. White screen after bios intro with motion sensor patch on base ds model.}}
{{GBAR2Game|title=Waliou Xunbao Ji (China)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Wario Land 4 for iQue China. Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Watashi no Makesalon (J)|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Waliou Zhizao (China)|version=(2019/12/24) b740476 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Wario Ware for iQue China. Audio is broken after you go into the gbarunner2 menu. Game is playable. '''DSi/3DS''' Rarely occuring stuttering sound when loading into new screen.}}
+
{{GBAR2Game|title=Whac-A-Mole [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Wanko de Kururin! Wancle (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wanko Mix Chiwanko World (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor sounds are missing. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wannyan Doubutsu Byouin - Doubutsu (J)|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wanwan Meitantei (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wario Land 4 [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Wild [UE]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Wario Ware Inc. - Minigame Mania [E]|version=(2019/12/24) b740476 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note= '''DS version only:''' Audio is broken after you go into the gbarunner2 menu. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wario Ware Twisted! [U]|version=(2019/12/24) b740476 |rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note='''Game works with motion sensor patch applied on the 3DS.''' Game runs faster and has less gfx glitches with Cache enabled. Motion sensor game. Audio is broken after you go into the gbarunner2 menu. White screen after bios intro with motion sensor patch on base ds model. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Watashi no Makesalon (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Whac-A-Mole [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Whistle! - Dai 37 Kai Tokyo-to Chuugakkou Sougou Taiiku Soccer Taikai (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Who Wants to Be a Millionaire [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Who Wants to Be a Millionaire - 2nd Edition [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Minor gfx glitches now and then. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=Winnie the Pooh'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.}}
{{GBAR2Game|title=Who Wants to Be a Millionaire Junior [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Glitched FMV intro. Audio sample are missing. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wild [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wild Thornberrys Movie [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wild Thornberrys Chimp Chase [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wilden Fussball-Kerle - Entscheidung im Teufelstopf [G]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=minor|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wilden Fussball-Kerle - Gefahr im Wilde Kerle Land [G]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game crashes during the first level. Could be a timing issue.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wing Commander - Prophecy [E]|version=(2019/12/24) b740476|rating=crashes|nocache=1|cache=1|save=1|note=Game crashes during the intro. This is a regress. Use commit f89fac5 (2018/07/10) arm9 version instead.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wings [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Some Noise during the Pause screen. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Winnie the Pooh's Rumbly Tumbly Adventure [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Winning Post for Gameboy Advance [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Winter Sports [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine with the 3DS. Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=WinX Club [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. FMV Intro is missing. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=World Poker Tour [E]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=WinX Club - Quest for the Codex [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=W.i.t.c.h. [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Wizardry Summoner [J]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Worms World Party [E]|version=(2020/04/21) 088cbc5|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in the gbarunner2 menu to play the game.''' Minor sounds and voice sample are missing. Minor gfx glitches because of the disabled border. Game uses a Password system.}}
{{GBAR2Game|title=Wolfenstein 3D [UE]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Some gfx glitches. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Woody Woodpecker in Crazy Castle 5 [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. White screen after bios intro with base ds model. Game runs fine. Didn´t get to a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Word Safari - The Friendship Totems [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=World Advance Soccer - Shouri heno Michi (J)|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Audio is a bit out of sync. Game crashes before the start of a match with base ds model. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=World Championship Poker [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|sound=good|speed=good|note=Game runs perfect! Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=World Poker Tour [E]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=X2 - Wolverine'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.}}
{{GBAR2Game|title=World Tennis Stars [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=broken|speed=good|note=Audio is broken after you go into the gbarunner2 menu. Minor sounds are missing. Game is playable. Game has no save feature.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Worms Blast [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Minor gfx glitches now and then. Minor sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Worms World Party [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=minor|speed=good|note='''Disable center and mask in the gbarunner2 menu to play the game.''' Minor sounds and voice sample are missing. Minor gfx glitches because of the disabled border. Game is playable. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=WTA Tour Tennis [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=WWE - Road to WrestleMania X8 [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice over are missing. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=WWE - Survivor Series [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Voice over are missing. Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=WWF - Road to WrestleMania [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Voice over are missing. Minor Sounds are missing. Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=XS Moto [U]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|sound=good|speed=good|note=Game runs fine with the 3DS. Game has less gfx glitches with Cache enabled. Minor gfx glitches now and then. White screen after bios intro with base ds model. Game runs fine. Game has no save feature.}}
+
{{GBAR2Game|title=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.'''Same game as Yu-Gi-Oh! 7 Trials to Glory: World Championship Tournament 2005 and Yu-Gi-Oh! Duel Monsters International 2.'''}}
{{GBAR2Game|title=xXx [UE]|version=(2019/12/24) b740476|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs well with the 3DS. White screen after bios intro with base ds model. Game runs perfect!}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=X2 - Wolverine's Revenge [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has worse sound with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=X-Bladez - Inline Skater [E]|version=(2019/12/24) b740476|rating=playable|nocache=1|cache=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Some sounds are missing. Game is playable. Game uses a Password system.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=X-Men - Reign of Apocalypse [UE]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=X-Men - The Official Game [E]|version=(2019/12/24) b740476|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game has worse sound with Cache enabled. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yaoxi Dao [China]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Yoshi´s Island for iQue China. Game has less gfx glitches with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yggdra Union - We will never fight alone [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yoshi Topsy-Turvy [U]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|sound=minor|speed=good|note=Game runs fine with the motion sensor patch applied with the 3DS. Motion sensor game. Minor sounds are missing. White screen with the motion control patch on base ds model. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Youkaidou [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Yu-Gi-Oh! 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.}}
{{GBAR2Game|title=Yu-Gi-Oh! - Day of the Duelist - World Championship Tournament 2005 [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Minor gfx glitches are visible now and then. Some sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=Yu-Gi-Oh! 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.}}
{{GBAR2Game|title=Yu-Gi-Oh! - Destiny Board Traveler [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=?|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect! Couldn't find a save spot.}}
+
{{GBAR2Game|title=Yu-Gi-Oh! 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.}}
{{GBAR2Game|title=Yu-Gi-Oh! - Dungeon Dice Monsters [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Yu-Gi-Oh! - Reshef of Destruction [E]|version=(2020/02/06) e5eade0|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs fine with the 3DS. Minor sounds are missing. Game crashes during the intro with base ds model. Game runs fine.}}
+
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=(2020/04/21) 088cbc5|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=}}
{{GBAR2Game|title=Yu-Gi-Oh! - The Eternal Duelist Soul [U]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor sounds are missing. Game runs fine.}}
+
{{GBAR2Game|title=Yu 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.}}
{{GBAR2Game|title=Yu-Gi-Oh! - The Sacred Cards [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=}}
{{GBAR2Game|title=Yu-Gi-Oh! - Ultimate Masters Edition - World Championship Tournament 2006 [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Game is playable. '''This is a regression. Commit 916020e (2019/07/07) has better audio.'''}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yu-Gi-Oh! - World Championship Tournament 2004 [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=0|cache=1|save=1|sound=broken|speed=good|note=Minor gfx glitches are visible now and then. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Game is playable.}}
+
{{GBAR2Game|title=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.'''Same game as Konjiki no Gash Bell!!: Yuujou no Zakeru ''' }}
{{GBAR2Game|title=Yu-Gi-Oh! - Worldwide Edition - Stairway to the Destined Duel [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters 6 Expert 2 [J]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster and has less gfx glitches with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International - Worldwide Edition [J]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Game runs faster with Cache enabled. Worse Audio after you go into the gbarunner2 menu. Audio is a bit out of sync. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yu-Gi-Oh! Duel Monsters International 2 [J]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=broken|speed=good|note=Game runs faster with Cache enabled. Audio is broken after you go into the gbarunner2 menu. Some sounds are missing. Minor gfx glitches are visible now and then. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yu-Gi-Oh! GX - Duel Academy [E]|version=(2020/02/06) e5eade0|rating=playable|nocache=1|cache=1|save=1|sound=bad|speed=good|note=Worse Audio after you go into the gbarunner2 menu. Some sounds are missing. Minor gfx glitches are visible now and then. Game is playable.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yuujou no Victory Goal 4v4 Arashi - Get the Goal!! [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game has less gfx glitches with Cache enabled. Minor sounds are missing. Game runs fine. Couldn't find a save spot}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Yuureiyashiki no Nijuuyojikan [J]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=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't find a save spot.}}
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Spirit Detective [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Yu Yu Hakusho - Ghostfiles - Tournament Tactics [UE]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Zapper [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game has less gfx glitches with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=Zoey 101 [UE]|version=(2020/04/21) 088cbc5|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Game uses a Password system.}}
{{GBAR2Game|title=Zatchbell! - Electric Arena [U]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Glitches in the textbox. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Zen-Nihon Shounen Soccer Taikai 2 - Mezase Nihon-ichi! [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Zoids Saga [J]|version=(2020/04/21) 088cbc5|rating=playable|nocache=0|cache=1|save=1|sound=bad|speed=good|note=}}
{{GBAR2Game|title=Zero-Tours [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Zero One [J]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs perfect!}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Zero One SP [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Audio sounds a bit odd. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Naki no 1kai Zettai Fukujuu Violence Kouchou - Wagahai ga 1ban Erainjai!! [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=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.}}
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan - Shijou Saikyou no Dogeza [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan 3 - Hateshinaki Mamonogatari [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=?|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine. Couldn't find a save spot.}}
+
{{GBAR2Game|title=Zettaizetsumei Dangerous Jiisan Tsuu - Ikari no Oshioki Blues [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
+
{{GBAR2Game|title=Zidane Football Generation [E]|version=(2020/02/06) e5eade0|rating=unplayable|nocache=1|cache=1|sound=broken|speed=good|note=Minor gfx glitches now and then. Game has no save feature.}}
+
{{GBAR2Game|title=Zoey 101 [UE]|version=(2020/02/06) e5eade0|rating=good|nocache=0|cache=1|sound=minor|speed=good|note=Game runs fine. Game uses a Password system.}}
+
{{GBAR2Game|title=Zoids Legacy [U]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Zoids Saga [J]|version=(2020/02/06) e5eade0|rating=good|nocache=0|cache=1|save=1|sound=minor|speed=good|note=Game runs fine.}}
+
{{GBAR2Game|title=Zoids Saga Fuzors [J]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Zone of the Enders - The Fist of Mars [E]|version=(2020/02/06) e5eade0|rating=perfect|nocache=1|cache=1|save=1|sound=good|speed=good|note=Game runs faster with Cache enabled. Game runs perfect!}}
+
{{GBAR2Game|title=ZooCube [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=good|speed=good|note=Minor gfx glitches are visible every now and then. Game runs fine.}}
+
{{GBAR2Game|title=Zooo [E]|version=(2020/02/06) e5eade0|rating=good|nocache=1|cache=1|save=1|sound=minor|speed=good|note=Game runs faster with Cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. Game runs fine.}}
+
 
|}
 
|}
  
Line 2,141: Line 2,252:
  
 
|}
 
|}
 +
 +
{{Nav/DS-Homebrew}}
 +
 +
[[Category:DS-Homebrew]]
 +
[[Category:NDS Homebrew]]

Latest revision as of 04:52, 26 August 2022

GBARunner2
Information
Console Emulated GBA
Runs on Nintendo DS, DSi, 3DS
Developer Gericom
Source code GitHub
Latest stable version Commit 6e4ce45 (2020/08/12) build
Discussion thread GBATemp.net

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

Setup and Usage

Basic Setup

  • Grab a GBARunner2 .nds file from the link above or the github releases page. Pick the one that has your system at the end of the file name.
    • For example, for 3DS pick the one named 'GBARunner2_arm7dldi_3ds.nds'.
  • Place the GBARunner2 .nds file anywhere on your SD card, except for in sd:/_gba.
    • NB! If using Twilightmenu++ GBARunner2 will come bundled with it in the sd:/_nds folder.
      • If you are using GBARunner2 with TWiLightMenu on a DSi or 3DS with the SD card, make sure you use the dldi on ARM7 build. This will be bundled with it.
  • Run the GBARunner .nds file through your kernel
  • If you have a folder named 'GBA' on the root of your sd card, this folder will be opened by default when running GBARunner2. You can put your ROMs here.
  • Do NOT use SRAM patches unless stated for that ROM on the wiki. They cause problems with the internal patching of GBARunner2 and may actually break saving.
  • If you want to use existing save files, they should have the same name as the GBA ROM but instead of .gba they should be .sav (so the save for mygame.gba is mygame.sav).
    • GBARunner2 is directly compatible with save files from the mGBA emulator, gpsp on 3ds and open_agb_firm.

Border Frames

GBARunner2 supports custom border frames if put in sd:/_gba/frames. An example of one can be found in this post.

FrescoASF wrote a Google Doc guide on how to make them yourself. macOS/Linux users can use the following terminal commands for the same results:

# Convert an image to "gbaframe.*.bin", replace $1 with your file name
grit $1 -gt -gB8 -mLs -mRf -ftb -fh! -ogbaframe.bin

# Concatenate the ".pal.bin", ".map.bin", and ".img.bin" files together
cat gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin > gbaframe.bin

# Remove the unneeded files
rm gbaframe.pal.bin gbaframe.map.bin gbaframe.img.bin

The TWLHelper bot on the DS⁽ⁱ⁾ Mode Hacking! Discord server has a command, .border, to automatically convert from an image file to a border.[1]

Game Covers

GBARunner2 supports game covers that you put in sd:/_gba/covers. A collection of covers can be found under 'Downloads'.

BIOS

  • GBARunner2 has integrated Normatt's open-source GBA BIOS, however, many ROMs will not boot or will present issues if you only use this.
  • For better compatibility you should put your backed up GBA BIOS on your SD card with the lower-case name 'bios.bin'.
  • Place this GBA bios on your SD card in either sd:/bios.bin, sd:/gba/bios.bin, or sd:/_gba/bios.bin.
    • To verify that your BIOS is the right one that works for GBARunner2 see the checksums listed below.

Navigating and Usage

  • When starting a GBARunner2 .nds file you will be in the file browser and from here you can scroll with the dpad. The other buttons do the following:
    • A - Run a ROM, enter a folder or change a setting in settings.
    • B - Go back a folder level or return from settings.
    • R - Access settings. Some games need specific settings to run well. Check your ROM in your system's respective compatibility list for this.
      • When editing a setting in the settings you will generate a settings.ini in sd:/_gba . Here you can manually edit some of the settings if you open it with a notepad.
      • To see how to manually edit your input mappings look at Input Mapping.
  • When running a ROM you can access the ingame menu by touching the touch screen. From here you can navigate with the DPAD and use A, B like before and R to access settings.

Input Mapping

  • With GBARunner2 you can remap your buttons to what GBA button you want. This is done by going into settings that you can access from either the file browser or when ingame, as explained above in Navigating and Usage.
    • Note that you can not have one GBA button mapped to more than one button on your system. E.G. you cannot have the B button mapped to your X and Y button at the same time.
  • If you cannot access the settings menu if for example your shoulder buttons do not work or touch does not work, you can also manually edit the button mappings by opening the gbarunner2.ini file found in sd:/_gba.
  • Below is an example of what you would find inside an ini file with the GBA L and R buttons mapped to Y and X, respectively. This can simply be pasted in a text file renamed to gbarunner2.ini and put in the folder 'sd:/_gba'.
    • NB! The text file will have to be in Unix (LF) file format. On Windows this can be changed with a source code editor like Notepad++ by right clicking 'Windows (CR LF)' on the bottom status bar of the window and selecting Unix (LF).
[emulation]
useBottomScreen=false
frame=true
centerMask=true
mainMemICache=true
wramICache=true
gbaColors=false
skipIntro=false
[input]
buttonA=0
buttonB=1
buttonL=11
buttonR=10
buttonStart=3
buttonSelect=2
  • Below are the DS Keys and their respective value if you want to manually make your own key mappings.
DS Keys
Key Value
A 0
B 1
X 10
Y 11
L 9
R 8
Start 3
Select 2

Cheats

  • Cheats can be patched in ROMs to work with GBARunner2. However, not every game will work with cheats. This mostly depends on how big the game is and how much RAM the console you are using has.
    • For example Sonic Advance 3 which is around 14.5 MBs with cheats patched in works on the 3DS but not on the DSi nor DS.
  • To use cheats you have to patch your ROM with GBAATM. You can follow this guide which works for GBARunner2. A newer fork of GBAATM has been made but it is untested in this usage case.
  • To access the cheats menu you will have to have disabled 'center and mask' in settings if not you will get a white screen and won't be able to see the ingame GBARunner2 menu. You can enable this again after leaving the menu.

BIOS and ROM Quality

Dumping the BIOS

To get your own GBA BIOS here are some possibilities:

BIOS Checksums

You can check if any file matches another by calculating something called their checksum hashes. These alphanumeric sequences are so specific that if two files match then you can be certain that they are the same. This is necessary because sometimes when downloading or transferring files they get corrupted. Even a small change in the file will greatly change the file's checksum hash. Different algorithms exist for doing this (e.g. MD5, CRC32).

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

If dumped from a GBA, GBA SP, Game Boy Micro, or Game Boy Player:

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

If dumped from a DS, DS Lite, or 3DS Family console:

  • CRC32: a6473709
  • MD5: 1c0d67db9e1208b95a1506b1688a0ad6
  • SHA1: c11531d5261006810cdc954bd4bec0afe3187b35
  • SHA256: 782eb3894237ec6aa411b78ffee19078bacf10413856d33cda10b44fd9c2856b

You can use 7-Zip to get a CRC or a SHA checksum by right clicking your file and selecting the menu called 'CRC SHA' if you followed standard installation. Alternatively, you can check the MD5 with WinMD5Free. There are also websites that provide this service.

Verifying Quality of ROMs

  • NB! Some games have Release Team Intros/CrackTros added to them. These intros use code that is not supported by the DS builds yet, but they are by the 3DS and DSi builds if you disable 'center and mask' in settings.
    • Try using the GBATA tool to remove the Intro to get the Game to work.
    • You can use an Emulator to see if a Game has a Rom Intro or not.


  • Alternatively if the ROM still does not work, then you will need to verify that it is a good dump by calculating its checksum hashes (CRC32, MD5 etc.) and comparing them with the ones found on DAT-o-MATIC, which is a database of the No-Intro project of good ROM backups. Use 7zip or WinMD5 to do this as explained and linked to above in the 'BIOS Checksum' part. This will show if your ROM has been corrupted too.
    • A good dump on DAT-o-MATIC will have a green colored background, a bad one will have a red one.

Builds

Compiling the Latest Version

1. Make sure you have devkitpro installed.

2. Download the git repo.

3. Run make in the root.

Downloads

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

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

Legacy Builds

Changelog

See GitHub timeline.

Compatibility lists

3DS and DSi Compatibility List

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

DS Compatibility List

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

Retail games

ROM Title [Region] Commit ID (YYYY/MM/dd) Works
without
cache
Works
with
cache
Saving Sound Speed Notes Crash Reason
007 - James Bond - Everything or Nothing [U] 8 (2020/04/21) 088cbc5 minor issues minor slowdowns Game runs faster with wram i-cache enabled. Sync on timer game. Slowdown during the first level because of timing issues. -
007 - James Bond - Nightfire [UE] 8 (2020/04/21) 088cbc5 minor issues minor slowdowns Game runs faster with wram i-cache enabled. -
2 Games in 1 - Uno + Skip-Bo [E] 8 (2020/04/21) 088cbc5 - minor issues minor slowdowns Game runs faster with wram i-cache enabled. -
2K Sports - Major League Baseball 2K7 [U] 8 (2020/04/21) 088cbc5 - good 100% Minor gfx glitches now and then. -
Ace Combat Advance [UE] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Ace Lightning [E] 10 (2020/04/21) 088cbc5 ? good 100% Couldn´t find a save spot. -
Action Man - Robot Atak [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system. -
Activision Anthology [U] 4 (2020/04/21) 088cbc5 good 100% The games appear to have timing issues. The game has heavy graphics glitches. Image duplicate scrolling up and image is squished to half sized and located on left side ingame. This is a regress compared to commit 10f3e53 (2019/12/20). -
Advance Guardian Heroes [E] 8 (2020/04/21) 088cbc5 good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then. GFX glitches after passing through tunnel in stage 4-1. -
Adventure of Tokyo Disney Sea [J] 8 (2020/04/21) 088cbc5 ? minor issues 100% Audio is a bit out of sync. Didn´t get to a save spot. -
Advance Wars [E] 8 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Advance Wars 2 - Black Hole Rising [E] 8 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Aero the Acro-Bat - Rascal Rival Revenge [E] 8 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Agassi Tennis Generation [E] 6 (2020/04/21) 088cbc5 - minor issues 100% Arcade mode is playable. Game crashes in other mode. -
Agent Hugo - Roborumble [E] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Aggressive Inline [E] 10 (2020/04/21) 088cbc5 - good 100% Game runs faster with wram i-cache enabled. Game has no save feature. -
Aigle de Guerre, L' [FR] 8 (2020/04/21) 088cbc5 good 100% Minor gfx glitches are visible every now and then. -
Aka-chan Doubutsuen [J] 10 (2020/04/21) 088cbc5 good 100% -
Aladdin [E] 10 (2020/04/21) 088cbc5 good 100% -
Aleck Bordon Adventure - Tower & Shaft Advance [J] 8 (2020/04/21) 088cbc5 ? minor issues 100% Couldn't find a save spot. -
Alex Rider - Stormbreaker [E] 0 (2020/04/21) 088cbc5 - - - Game boots with DSi/3DS build. White screen after bios intro with base ds model. Build from the rom3M branch doesn´t work either. Uses abt mode for some things, idk why. Changing it to use undefined mode makes it boot, but it still timing-crashes in the menu.
Alienators - Evolution Continues [UE] 0 (2020/04/21) 088cbc5 - - - Game runs fine with DSi/3DS build. White screen after bios intro on base ds model. Game uses a Password system. -
Alien Hominid [E] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. White screen after bios intro with base ds model. -
All Grown Up! - Express Yourself [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. -
All-Star Baseball 2003 [U] 8 (2020/04/21) 088cbc5 good 100% Minor gfx glitches are visible every now and then. -
All-Star Baseball 2004 [U] 8 (2020/04/21) 088cbc5 good 100% Minor gfx glitches are visible every now and then. -
Altered Beast - Guardian of the Realms [E] 10 (2020/04/21) 088cbc5 good 100% -
Amazing Virtual Sea-Monkeys [U] 10 (2020/04/21) 088cbc5 good 100% -
American Bass Challenge [U] 10 (2020/04/21) 088cbc5 good 100% -
American Dragon - Jake Long - Rise of the Huntsclan! [U] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. Black screen after bios intro with base ds model. Use build from the rom3M branch instead. Hicode
American Idol [U] 10 (2020/04/21) 088cbc5 - good 100% -
An American Tail - Fievel's Gold Rush [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Minor gfx glitches now and then. Game uses a Password system. -
Angel Collection - Mezase! Gakuen no Fashion Leader [J] 8 (2020/04/21) 088cbc5 minor issues 100% Audio is a bit out of sync. -
Angel Collection 2 - Pichimo ni Narou [J] 8 (2020/04/21) 088cbc5 minor issues 100% Audio is a bit out of sync. -
Angelique [J] 8 (2020/04/21) 088cbc5 ? minor issues 100% Minor sounds are missing. Couldn't find a save spot. -
Animal Mania - Dokidoki Aishou Check [J] 8 (2020/04/21) 088cbc5 minor issues 100% Audio is a bit out of sync. Minor gfx glitches during the intro. -
Animaniacs - Lights, Camera, Action! [E] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Animal Snap - Rescue Them 2 by 2 [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Audio is a bit out of sync. -
Animal Yokochou - Doki Doki Kyushutsu Daisakusen! no Maki [J] 10 (2020/04/21) 088cbc5 bad 100% DS Sound regression started with commit 5569f94 (2019/09/06). -
Animal Yokochou - Doki Doki Shinkyuu Shiken! no Kan [J] 10 (2020/04/21) 088cbc5 ? good 100% Couldn't find a save spot. -
Ant Bully [E] 8 (2020/04/21) 088cbc5 minor issues 100% Minor gfx glitches are visible every now and then. -
Antz - Extreme Racing [E] 0 (2020/04/21) 088cbc5 - - - Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system. -
Ao-Zoura to Nakamatachi - Yume no Bouken [J] 10 (2020/04/21) 088cbc5 ? good 100% Couldn't find a save spot. -
Archer Maclean's 3D Pool [U] 8 (2020/04/21) 088cbc5 - minor issues 100% Minor sounds are missing. -
Arctic Tale [U] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Army Men - Operation Green [UE] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Army Men - Turf Wars [U] 8 (2020/04/21) 088cbc5 ? minor issues 100% Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot. -
Army Men Advance [UE] 8 (2020/04/21) 088cbc5 - minor issues 100% Minor gfx glitches are visible every now and then. Game uses a Password system. -
Around the World in 80 Days [E] 8 (2020/04/21) 088cbc5 - good 100% Minor gfx glitches are visible every now and then. Game uses a Password system. -
Arthur and the Minimoys [E] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Use build from the rom3M branch instead. Hicode
Ashita no Joe - Makka ni Moeagare! [J] 8 (2020/04/21) 088cbc5 ? minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot. -
A Sound of Thunder [U] 8 (2020/04/21) 088cbc5 - good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor Cutscenes are missing. Game uses a Password system. -
Asterix & Obelix - Bash Them All! [E] 6 (2020/04/21) 088cbc5 - minor issues 100% Only Asterix and Obelix works. Game crashes, if you wait a bit after the bios intro. Asterix and Obelix uses a Password system. -
Asterix & Obelix XXL [E] 0 (2020/04/21) 088cbc5 - - - Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. -
Astro Boy Omega Factor [E] 10 (2020/04/21) 088cbc5 good 100% -
Atari Anniversary Advance [E] 10 (2020/04/21) 088cbc5 - good 100% Game has no save feature. -
Atlantis - The Lost Empire [UE] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system. -
Atomic Betty [UE] 8 (2020/04/21) 088cbc5 - good 100% Minor gfx glitches now and then. Game uses a Password system. -
ATV - Quad Power Racing [UE] 10 (2020/04/21) 088cbc5 - good 100% Game has no save feature. -
ATV - Thunder Ridge Riders [E] 8 (2020/04/21) 088cbc5 - good 100% Glitches on the Title screen after you quit a race. Game uses a Password system. -
Avatar - The Last Airbender - The Burning Earth [U] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Avatar - The Legend of Aang [E] 10 (2020/04/21) 088cbc5 good 100% -
Azumanga Daiou Advance [J] 6 (2020/04/21) 088cbc5 ? bad minor slowdowns Game runs faster with wram i-cache enabled. Some gfx glitches and slowdown. Couldn't find a save spot. -
Babar to the Rescue [E] 8 (2020/04/21) 088cbc5 minor issues 100% Minor gfx glitches are visible every now and then. Minor sounds are missing. -
Back to Stone [E] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. White screen after bios intro with base ds model. -
Back Track [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. -
Backyard Baseball [U] 10 (2020/04/21) 088cbc5 good 100% -
Backyard Baseball 2006 [U] 10 (2020/04/21) 088cbc5 good 100% -
Backyard Basketball [U] 10 (2020/04/21) 088cbc5 good 100% -
Backyard Football [U] 10 (2020/04/21) 088cbc5 good 100% -
Backyard Football 2006 [U] 10 (2020/04/21) 088cbc5 good 100% -
Backyard Hockey [U] 4 (2020/04/21) 088cbc5 good 100% Minor gfx glitches now and then. Game softlocks during a match. -
Backyard Skateboarding [U] 8 (2020/04/21) 088cbc5 good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Backyard Sports - Baseball 2007 [U] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
Backyard Sports - Basketball 2007 [U] 10 (2020/04/21) 088cbc5 good 100% -
Backyard Sports - Football 2007 [U] 10 (2020/04/21) 088cbc5 good 100% -
Baldur's Gate - Dark Alliance [E] 0 (2020/04/21) 088cbc5 - - - Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. -
Banjo Kazooie - Grunty´s Revenge [UE] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
Banjo Pilot [E] 8 (2020/04/21) 088cbc5 minor issues minor slowdowns Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. -
Barbie - The Princess and the Pauper [U] 8 (2020/04/21) 088cbc5 - minor issues 100% Less audio noise with wram i-cache disabled. Game uses a Password system. -
Barbie and the Magic of Pegasus [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Less audio noise with wram i-cache disabled. Game uses a Password system. -
Barbie as the Island Princess [U] 8 (2020/04/21) 088cbc5 minor issues 100% Voice sample are missing. -
Barbie Diaries - High School Mystery [E] 8 (2020/04/21) 088cbc5 ? good 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot. -
Barbie Groovy Games [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Game runs faster with wram i-cache enabled. Minor sounds are missing. Game has no save feature. -
Barbie Horse Adventures [E] 8 (2020/04/21) 088cbc5 - minor issues minor slowdowns Game runs faster with wram i-cache enabled. Minor gfx glitches now and then. Game uses a Password system. -
Barbie in the 12 Dancing Princesses [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Less audio noise with wram i-cache disabled. Game uses a Password system. -
Barnyard [E] 8 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. Minor gfx glitches. -
Baseball Advance [U] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then.Same game as Greatest Nine [J] -
Batman Begins [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Batman Rise of Sin Tzu [U] 10 (2020/04/21) 088cbc5 - good 100% Game has less gfx glitches with wram i-cache disabled. Game uses a Password system. -
Batman Vengeance [E] 8 (2020/04/21) 088cbc5 - good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. FMV Intro has timing issues. Game uses a Password system. -
Battle B-Daman [U] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. -
Battle B-Daman - Fire Spirits [U] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Audio is a bit out of sync. -
BattleBots - Beyond the BattleBox [E] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
BattleBots - Design & Destroy [U] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Battle X Battle - Kyodai Gyo Densetsu [J] 10 (2020/04/21) 088cbc5 ? good 100% Couldn't find a save spot. -
BB Ball [J] 2 (2020/04/21) 088cbc5 - - - Game crashes during the intro. Build from the rom3M branch doesn´t work either. -
Beast Shooter - Mezase Beast King! [J] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
Berenstain Bears and the Spooky Old Tree [U] 8 (2020/04/21) 088cbc5 - minor issues 100% Minor sounds are missing. Game uses a Password system. -
Best Play Pro Yakyuu [J] 10 (2020/04/21) 088cbc5 ? good 100% Game runs faster with wram i-cache enabled. Couldn't find a save spot. -
Beyblade G-Revolution [E] 8 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Beyblade V-Force - Ultimate Blader Jam [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. -
Bibi Blocksberg - Der Magische Hexenkreis [G] 2 (2020/04/21) 088cbc5 - minor issues 100% Less audio noises with wram i-cache enabled. Heavy gfx glitches. Game uses a Password system. Build from the rom3M branch doesn´t work either. -
Bibi und Tina - Ferien auf dem Martinshof [G] 2 (2020/04/21) 088cbc5 good 100% Game crashes during the intro. Build from the rom3M branch doesn´t work either. Use commit f89fac5 (2018/07/10) cache version instead. -
Bible Game [U] 8 (2020/04/21) 088cbc5 - good 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Biene Maja Klatschmohnwiese in Gefahr [G] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Big Mutha Truckers [E] 4 (2020/04/21) 088cbc5 broken laggy Disabling wram i-cache seems to make it not crash. Heavy gfx glitches and slowdown. -
bit Generations - Boundish [J] 8 (2020/04/21) 088cbc5 ? good 100% Nintendo Health screen is missing. Couldn't find a save spot. -
bit Generations - Coloris [J] 10 (2020/04/21) 088cbc5 ? good 100% Couldn't find a save spot. -
bit Generations - Dialhex [J] 8 (2020/04/21) 088cbc5 good 100% Nintendo Health screen is missing. -
bit Generations - Digidrive [J] 8 (2020/04/21) 088cbc5 minor issues 100% Minor gfx glitches. -
bit Generations - Dotstream [J] 8 (2020/04/21) 088cbc5 ? good 100% Game runs faster with wram i-cache enabled. Nintendo Health screen is missing. Couldn´t find a save spot. -
bit Generations - Orbital [J] 8 (2020/04/21) 088cbc5 ? good 100% Nintendo Health screen is missing. Couldn't find a save spot. -
bit Generations - Soundvoyager [J] 8 (2020/04/21) 088cbc5 minor issues 100% Nintendo Health screen is missing. Stereo channels are missing. Does an initial direct DMA write to the sound fifos which is not implemented yet. -
Black Belt Challenge [E] 4 (2020/04/21) 088cbc5 bad minor slowdowns Game runs faster with wram i-cache enabled. Heavy gfx glitches. -
Black Matrix Zero [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Blackthorne [E] 6 (2020/04/21) 088cbc5 bad 100% Sound fx only. Minor gfx glitches are visible every now and then. -
Blades of Thunder [U] 0 (2020/04/21) 088cbc5 - - - Game crashes during the first level with DSi/3DS build. White screen after bios intro with base ds model. Game uses a Password system. Hicode. DSi may work
Bleach Advance - Kurenai ni Somaru Soul Society [J] 10 (2020/04/21) 088cbc5 good 100% -
Blender Bros [U] 8 (2020/04/21) 088cbc5 minor issues 100% Minor sounds are missing. -
BMX Trick Racer [U] 8 (2020/04/21) 088cbc5 good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Board Game Classics [E] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Boboboubo Boubobo - 9 Kyoku Senshi Gag Yuugou [J] 8 (2020/04/21) 088cbc5 minor issues minor slowdowns Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Boboboubo Boubobo - Bakutou Hajike Taisen [J] 8 (2020/04/21) 088cbc5 - minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Boboboubo Boubobo - Maji de!! Shinken Battle [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Boboboubo Boubobo - Ougi 87.5 Bakuretsu Hanage Shinken [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Boktai - The Sun is in your Hand [E] 10 (2020/04/21) 088cbc5 good 100% Solar Sensor patch required. Game runs faster and has less gfx glitches with wram i-cache enabled. -
Boktai 2 - Solar Boy Jango [E] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. Use build from the rom3M branch instead. Hicode
Boktai 3 [J] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. Use build from the rom3M branch instead. Hicode
Bomberman Jetters - Densetsu no Bomberman [J] 8 (2020/04/21) 088cbc5 minor issues 100% Audio is a bit out of sync. -
Bomberman Jetters - Game Collection [J] 8 (2020/04/21) 088cbc5 good 100% First and third mini game works only with DSi/3DS build. -
Bomberman Max 2 - Blue Advance [E] 8 (2020/04/21) 088cbc5 minor issues 100% Audio is a bit out of sync. -
Bomberman Max 2 - Red Advance [E] 8 (2020/04/21) 088cbc5 minor issues 100% Audio is a bit out of sync. -
Bomberman Tournament [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Less gfx glitches on the map screen with wram i-cache enabled. Audio is a bit out of sync. -
Bookworm [U] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
Bouken Ou Beet - Busters Road [J] 8 (2020/04/21) 088cbc5 minor issues 100% Minor gfx glitches now and then. Audio is a bit out of sync. -
Bouken Yuuki Pluster World - Densetsu no Plust Gate EX [J] 4 (2020/04/21) 088cbc5 - minor issues 100% Minor sounds are missing. Unsupported Toy Starter set needed. -
Bouken Yuuki Pluster World - Pluston GP [J] 4 (2020/04/21) 088cbc5 bad 100% Unsupported Toy Starter set needed. Notable Sound regression compared to commit 916020e (2019/07/07). -
Boukyaku no Senritsu [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. -
Boulder Dash EX [E] 4 (2020/04/21) 088cbc5 good 100% Both game mode have many gfx glitches. -
Boxing Fever [UE] 10 (2020/04/21) 088cbc5 - good 100% Game runs faster with wram i-cache enabled. Game uses a Password system. -
Bratz [E] 0 (2020/04/21) 088cbc5 - - - Game runs fine with DSi/3DS build. White screen after bios intro with base ds model. -
Bratz - Babyz [E] 10 (2020/04/21) 088cbc5 - good 100% -
Bratz - Forever Diamondz [E] 4 (2020/04/21) 088cbc5 - minor issues 100% Game crashes at random. Minor gfx issues during trailer driving game. -
Bratz - Rock Angelz [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Bratz - The Movie [UE] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Breath of Fire [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. -
Breath of Fire 2 [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. -
Britney's Dance Beat [E] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Broken Sword - The Shadow of the Templars [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Some noise during the Pause screen. -
Brother Bear [E] 8 (2020/04/21) 088cbc5 minor issues 100% Permanent black line on pause screen. Popping sound when loading into game. Postlogos FMV gives only black screen. Wram i-cache on gives high frequency sounds. -
Bruce Lee - Return of the Legend [E] 8 (2020/04/21) 088cbc5 minor issues minor slowdowns Minor gfx glitches are visible every now and then. -
Bubble Bobble - Old & New [E] 8 (2020/04/21) 088cbc5 minor issues 100% Minor sounds are missing. -
Buffy the Vampire Slayer - Wrath of the Darkhul King [UE] 2 (2020/04/21) 088cbc5 bad 100% Uses Natsume audio engine so streams audio. Crashes after the titlescreen. This is a regression - Use build (2019/12/24) commit b740476 instead. -
Butt-Ugly Martians - B.K.M. Battles [E] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Cabbage Patch Kids - The Patch Puppy Rescue [E] 10 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. -
Cabela's Big Game Hunter [U] 10 (2020/04/21) 088cbc5 - good 100% Game has no save feature. -
Cabela's Big Game Hunter - 2005 Adventures [E] 10 (2020/04/21) 088cbc5 good 100% -
Caesars Palace Advance - Millennium Gold Edition [UE] 2 (2020/04/21) 088cbc5 - minor issues minor slowdowns Unable to play a game. -
Calciobit [J] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
Camp Lazlo - Leaky Lake Games [E] 8 (2020/04/21) 088cbc5 minor issues 100% Less Audio noise with wram i-cache disabled. -
Capcom Classics Mini Mix [U] 8 (2020/04/21) 088cbc5 - minor issues minor slowdowns Game runs faster with wram i-cache enabled. Games use a Password system. -
Captain Tsubasa - Eikou no Kiseki [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor sounds are missing. Audio is a bit out of sync. -
Car Battler Joe [U] 8 (2020/04/21) 088cbc5 good 100% Minor gfx glitches now and then. -
Card e-Reader [J] 4 (2020/04/21) 088cbc5 - good 100% ROM boots without problems. Unsupported Device. -
Cardcaptor Sakura - Sakura Card de Mini Game [J] 10 (2020/04/21) 088cbc5 ? good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Couldn't find a save spot. -
Cardcaptor Sakura - Sakura Card Hen - Sakura to Card to Otomodachi [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Care Bears - The Care Quests [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. -
Carrera Power Slide [E] 10 (2020/04/21) 088cbc5 ? good 100% Game has less gfx glitches with wram i-cache enabled. Couldn't find a save spot. -
Cars [UE] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
Cars - Mater-National Championship [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Cartoon Network Block Party [E] 10 (2020/04/21) 088cbc5 - good 100% Game runs faster with wram i-cache enabled. Game uses a Password system. -
Cartoon Network Speedway [U] 0 (2020/04/21) 088cbc5 - - - Game runs fine with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system. -
Casper [E] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. Game crashes during the intro with base ds model. Game uses a Password system. -
Castlevania Aria of Sorrow [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Audio sounds a bit odd. -
Castlevania Circle of the Moon [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Some noise during the File select screen. -
Castlevania Harmony of Dissonance [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync. -
Castleween [E] 0 (2020/04/21) 088cbc5 - - - Game runs well with DSi/3DS build. White Screen after bios intro with base ds model. Game uses a Password system. -
Cat in the Hat by Dr. Seuss [U] 8 (2020/04/21) 088cbc5 - minor issues 100% Game runs fine with DSi/3DS build. White Screen after bios intro with base ds model. Use build from the rom3M branch instead. Game uses a Password system. Hicode
Catwoman [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Less Audio noise with wram i-cache disabled. Minor gfx glitches are visible every now and then. -
Catz [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. -
Chaoji Maliou 2 [China] 10 (2020/04/21) 088cbc5 good 100% Super Mario Advance for iQue China. -
Chaoji Maliou Shijie [China] 8 (2020/04/21) 088cbc5 good 100% Super Mario Advance 2 for iQue China. Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Charlie and the Chocolate Factory [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. -
Charlotte's Web [E] 8 (2020/04/21) 088cbc5 minor issues 100% Minor clicking noise. -
Cheetah Girls [U] 10 (2020/04/21) 088cbc5 good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. -
Chessmaster [E] 8 (2020/04/21) 088cbc5 minor issues 100% Minor noise during the menu. -
Chicken Little [UE] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. -
Chicken Shoot [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature. -
Chicken Shoot 2 [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Game has no save feature. -
Chobits for Game Boy Advance - Atashi Dake no Hito [U] 8 (2020/04/21) 088cbc5 ? minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. Minor sounds are missing. Couldn't find a save spot. -
Chocobo Land - A Game of Dice [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Minor sounds are missing. -
Chronicles of Narnia - The Lion, the Witch and the Wardrobe [UE] 8 (2020/04/21) 088cbc5 minor issues minor slowdowns Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Chu Chu Rocket [UE] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
CIMA - The Enemy [U] 8 (2020/04/21) 088cbc5 minor issues 100% Minor sounds are missing. -
Cinderella - Magical Dreams [UE] 8 (2020/04/21) 088cbc5 good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. FMV show some gfx glitches. -
Cinnamon Game Series 2 - Yume no Daibouken [J] 10 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. -
Cinnamon Game Series 3 - Fuwafuwa Daibouken [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Audio is a bit out of sync. -
Cinnamoroll - Koko ni Iru yo [J] 10 (2020/04/21) 088cbc5 good 100% -
Classic NES Series - Bomberman (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Castlevania (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Donkey Kong (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Dr. Mario (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Excitebike (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Ice Climber (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Legend of Zelda (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Metroid (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Pac-Man (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Super Mario Bros. (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Xevious (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Classic NES Series - Zelda II - The Adventure of Link (UE) 0 (2020/04/21) 088cbc5 - - - White screen after bios intro. Anti piracy patch doesn´t work. -
Cocoto - Kart Racer [E] 10 (2020/04/21) 088cbc5 - good 100% Game runs faster with wram i-cache enabled. Game uses a Password system. -
Cocoto - Platform Jumper [E] 8 (2020/04/21) 088cbc5 - minor issues minor slowdowns Game runs faster with wram i-cache enabled. Game crashes during the Intro with wram i-cache disabled. Missing images in new game cutscene. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Codename - Kids Next Door - Operation S.O.D.A. [U] 8 (2020/04/21) 088cbc5 - minor issues minor slowdowns Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Game uses a Password system. -
Colin McRae Rally 2.0 [E] 6 (2020/04/21) 088cbc5 bad 100% Game runs faster and has less gfx glitches with wram i-cache enabled. No Sound,sfx only. -
Columns Crown [E] 6 (2020/04/21) 088cbc5 minor issues minor slowdowns Game runs faster with wram i-cache enabled. Garbled pixels covering jewels in title screen. -
Combat Choro Q - Advance Daisakusen [J] 10 (2020/04/21) 088cbc5 good 100% Game runs faster with wram i-cache enabled. -
Comix Zone [E] 10 (2020/04/21) 088cbc5 ? good 100% Couldn't find a save spot. -
Contra Advance - The Alien Wars EX [E] 6 (2020/04/21) 088cbc5 - bad 100% Game runs faster with wram i-cache enabled. Many SFX have issues. The 1up sound comes instead of explosions, shield upgrades etc. Game uses a Password system. -
Corvette [U] 6 (2020/04/21) 088cbc5 ? minor issues minor slowdowns Game runs faster and has less gfx glitches with wram i-cache enabled. Some wrong high frequent sound in background in main menu with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot. -
Crash Bandicoot 2 N-Traced [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Crash Bandicoot Fusion [E] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. -
Crash Bandicoot XS [E] 8 (2020/04/21) 088cbc5 minor issues minor slowdowns Minor gfx glitches are visible every now and then. Regular single popping sound in intro music and some more when loading new screens. -
Crash Nitro Kart [E] 6 (2020/04/21) 088cbc5 minor issues minor slowdowns Game runs faster and has less gfx glitches with wram i-cache enabled. Ground texture flashes purples during races occasionally. Minor popping sound when loading into new screens. Random high frequency sounds if wram i-cache is enabled in all music. -
Crash of the Titans [E] 6 (2020/04/21) 088cbc5 minor issues laggy Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible now and then. -
Crayon Shin-chan - Arashi o Yobu Cinema Land no Daibouken! [J] 8 (2020/04/21) 088cbc5 ? minor issues minor slowdowns Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot. Same game as Shin chan - Aventuras en Cineland -
Crayon Shin-chan - Densetsu o Yobu Omake no Miyako Shockgaan! [J] 8 (2020/04/21) 088cbc5 ? minor issues 100% Game runs faster with wram i-cache enabled. Minor gfx glitches are visible every now and then. Couldn't find a save spot.Same game as Shin Chan Contra Los Munecos De Shock Gahn -
Crazy Chase [E] 8 (2020/04/21) 088cbc5 ? minor issues 100% Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot. -
Crazy Frog Racer [E] 10 (2020/04/21) 088cbc5 ? good 100% Couldn't find a save spot. -
Crazy Taxi - Catch a Ride [E] 6 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and less gfx glitches with wram i-cache enabled. Some gfx glitches. -
Creatures [E] 10 (2020/04/21) 088cbc5 good 100% -
Croket! - Yume no Banker Survival! [J] 8 (2020/04/21) 088cbc5 ? minor issues 100% Game runs faster with wram i-cache enabled. Minor sounds are missing. Couldn't find a save spot. -
Croket! 2 - Yami no Bank to Banqueen [J] 8 (2020/04/21) 088cbc5 minor issues 100% Minor sounds are missing. -
Croket! 3 - Granu Oukoku no Nazo [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor sounds are missing. -
Croket! 4 - Bank no Mori no Mamorigami [J] 8 (2020/04/21) 088cbc5 minor issues 100% Minor sounds are missing. -
Croket! Great - Toki no Boukensha [J] 2 (2020/04/21) 088cbc5 ? good 100% Game runs fine with DSi/3DS build. Game crashes during the intro battle with base ds model. -
Crouching Tiger Hidden Dragon [E] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Cruis'n Velocity [UE] 10 (2020/04/21) 088cbc5 - good 100% Game has less gfx glitches with wram i-cache enabled. Game uses a Password system. -
Crushed Baseball [U] 10 (2020/04/21) 088cbc5 good 100% Game runs faster and has less gfx glitches with wram i-cache enabled. -
CT Special Forces [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Minor sounds are missing. Game uses a Password system. -
CT Special Forces 2 - Back to Hell [E] 8 (2020/04/21) 088cbc5 - minor issues 100% Game runs faster with wram i-cache enabled. Random high frequency sounds if wram i-cache is enabled. Game uses a Password system. -
CT Special Forces 3 - Bioterror [E] 10 (2020/04/21) 088cbc5 - good 100% Game uses a Password system. -
Cubix - Robots for Everyone - Clash 'N Bash [U] 8 (2020/04/21) 088cbc5 minor issues 100% Game has less gfx glitches with wram i-cache enabled. Minor crackling sound. -
Curious George [E] 10 (2020/04/21) 088cbc5 - good 100% Game has less gfx glitches with wram i-cache enabled. Game uses a Password system. -
Custom Robo GX [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster with wram i-cache enabled. Audio is a bit out of sync. -
Cyberdrive Zoids - Kijuu no Senshi Hyuu [J] 8 (2020/04/21) 088cbc5 minor issues 100% Minor sounds are missing. -
Dai-Mahjong [J] 4 (2020/04/21) 088cbc5 - good - Sound is playing well. The game only shows a white screen. Mask and center disabling does nothing. Does not react to button inputs. -
Daisenryaku for Game Boy Advance [J] 8 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. Minor gfx glitches now and then. -
Daisuki Teddy [J] 10 (2020/04/21) 088cbc5 good 100% -
Dancing Sword - Senkou [J] 10 (2020/04/21) 088cbc5 good 100% Game has less gfx glitches with wram i-cache enabled. -
Dan Doh!! Tobase Shouri no Smile Shot [J] 8 (2020/04/21) 088cbc5 ? minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. Couldn't find a save spot. -
Dan Doh!! Xi [J] 8 (2020/04/21) 088cbc5 minor issues 100% Game runs faster and has less gfx glitches with wram i-cache enabled. Minor gfx glitches are visible every now and then. Minor sounds are missing. -
Danny Phantom - Urban Jungle [U] 8 (2020/04/21) 088cbc5 minor issues 100% -
Danny Phantom - The Ultimate Enemy [E] 8 </