Editing Melange

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 +
{{WIP}}
 
__NOTOC__
 
__NOTOC__
 
{{Infobox emulator
 
{{Infobox emulator
|logo=Melange.png
+
|logo =  
|logowidth=170
+
|logowidth =  
|version=1.1.0
+
|version = 0.1 (Early beta)
|active=Yes
+
|active = Yes
|platform=[[Emulators on Android|Android]]
+
|platform = [[Emulators on Android OS|Android]]
|target=[[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]]
+
|target = [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]]
|developer=UsernameAK (a.k.a. /bin/cat)
+
|developer = UsernameAK (a.k.a. /bin/cat)
|source=[https://gitlab.com/usernameak/brewemulator GitLab]
+
|support =
|support=[https://paypal.com/donate?business=[email protected] PayPal]<br/>[https://btc.com/bc1qwl2ma98eztwmsecekqm908evccrgxp98r2xlfs Bitcoin]
+
|license =
|prog-lang=C, C++
+
|source = [https://gitlab.com/usernameak/brewemulator GitLab]
 +
|website =  
 +
|prog-lang = C
 
}}
 
}}
  
'''<span style="font-size: 120%; font-weight: 400; color: #000000; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: black;">Melange</span>''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] wrapper/emulator for [[Emulators on Android|Android]].
+
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] emulator for [[Emulators on Android OS|Android]], written in C.
Filesystem implementation is written in C++ and the rest is in C. While the core emulator is free and open-source, it relies on proprietary components from Qualcomm, the creators of BREW.
 
 
 
==Overview==
 
As BREW and Android share the ARM architecture, Melange only has to translate specific calls, providing increased performance compared to a virtual machine or emulator.
 
 
 
It can run many 2D and 3D BREW games that don't require OpenGL or some other APIs. As such, some KTF and KDDI BREW (Au's EZweb) titles work but have trouble properly rendering fonts, and no [[Zeebo]] games are currently supported since they all require OpenGL. The emulator is still in early development.
 
 
 
==Compatibility list==
 
See "'<i><b>[[Melange compatibility list]]</b></i>"'
 
  
 
==How to use==
 
==How to use==
 +
In <code>/sdcard/Android/data/io.github.usernameak.brewemulator/files/</code>, place manifest files (.mif) in <code>mif/<game_name>.mif</code> and application resources in <code>mod/<game_name></code>.
  
===Game path===
+
===Notes===
•To use, you need to put the game file in the /sdcard/MelangeBREW/mod folder
+
* Android 7 and below is required, so Android 10 and 11 is not supported.
 +
* Onscreen controls are not supported. A workaround is to use a game controller emulator, e.g. [https://play.google.com/store/apps/details?id=com.locnet.gamekeyboard2 GameKeyboard+] or [https://play.google.com/store/apps/details?id=com.fishstix.gameboard GamPad].
  
•place manifest files .mif in (mif) folder
+
===Key mappings===
 +
* '''D-pad''' — D-pad
 +
* '''Select''' — Select
 +
* '''Start''' — Start
 +
* '''A'''  — Enter
 +
* '''L''' — W
 +
* '''R''' — E
  
ALL THIS INSIDE THE MelangeBREW folder!
+
{| class="wikitable mw-sortable"
 +
|-
 +
|[[File:Key1.png|350px]]
 +
|}
  
===Screen resolution===
+
==Overview==
Create a <i><b>breConfig.toml</i></b> file under the path
+
As BREW and Android share the ARM architecture, Melange only has to translate specific calls, as with [[Wine]] on POSIX-compliant operating systems, like macOS and Linux, providing increased performance compared to a virtual machine or emulator. It can boot many BREW games not requiring OpenGL (e.g. Doom RPG) or some other APIs. As such, some KTF titles work, but not Zeebo titles, as gamepads and OpenGL are unimplemented. The emulator is in early development.  
<code><b><span style="color:Red">/MelangeBREW/sys/</code></b></span>
 
  
Add the following text in <i><b>breConfig.toml</i></b>
+
While it is free and open-source, it contains proprietary components from Qualcomm, the platform's creator.
  
<code><b><span style="color:#FE2E2E">
+
==Screenshots==
width = px <br/>
+
;UI
height = px
+
{| class="wikitable mw-sortable"
</code></b></span>
+
|-
 +
|[[File:UI.jpg|300px]]
 +
|}
  
<small>For example</small>
+
;Gameplay
 
+
{| class="wikitable mw-sortable"
<code><b><span style="color:#FE2E2E">
+
|-
width = 240 <br/>
+
|[[File:MS4.jpg|300px]]
height = 320
+
|[[File:TDK.jpg|300px]]
</code></b></span>
+
|}
 
 
<small>Samples</small>
 
* <code><b>[https://cdn.discordapp.com/attachments/735124238398259281/914296973052485662/breConfig.toml 176×203]</code></b>
 
* <code><b>[https://cdn.discordapp.com/attachments/735124238398259281/914334809906643004/breConfig_-_128x146.toml 128×146]</code></b>
 
* <code><b>[https://cdn.discordapp.com/attachments/735124238398259281/916070265656574032/breConfig-240x298.toml 240×298]</code></b>
 
 
 
===Storage limit===
 
If game says there is not enough space in the storage.
 
 
 
Create a <i><b>breConfig.toml</i></b> file under the path
 
<code><b><span style="color:Red">/MelangeBREW/sys/ </code></b></span>
 
 
 
Add the following text in <i><b>breConfig.toml</i></b>
 
 
 
<code><b><span style="color:#FE2E2E">
 
storageLimit = Bytes
 
</code></b></span>
 
  
 
==Features==
 
==Features==
* Most BREW titles works.
+
* Compatibility is good but unstable.
* One screen control support.
+
* Most BREW titles run.
* Added screenshot button [+].
+
* Some KTF titles run.
 +
* Zeebo games are unsupported.
 +
* Touchscreen support is unimplemented.
 
* Sound is not supported.
 
* Sound is not supported.
* Touchscreen support is unimplemented.
 
* Some KTF and KDDI BREW titles run but have issues with font rendering.
 
* Zeebo games are not yet supported.
 
 
==Screenshots==
 
 
===Gameplay===
 
<gallery widths="152px" heights="320px" perrow=6>
 
EWJ.jpg|Earthworm Jim
 
TDK.jpg|The Dark Knight
 
USM.jpg|The Ultimate Spider-Man
 
DS.jpg|
 
Samurai.jpg|Samurai
 
Sonic.jpg|Sonic The Hedgehog
 
NFS.jpg|Need For Speed: Shift
 
Spore.jpg|Spore
 
GOF3D.jpg|Galaxy on Fire 3D
 
HS3D.jpg|Heli Striker 3D
 
SFllCE.jpg|Street Fighter II
 
Sonic2.jpg|Sonic The Hedgehog 2
 
DN3D.jpg|Duke Nukem 3D
 
NFSR.jpg|Need For Speed: The Run
 
Pacm.jpg|Pac Man
 
OEll.jpg|Orcs and Elves II
 
HAWK.jpg|H.A.W.K
 
Sypro1.jpg|
 
SDM.jpg|Super Drop Mania
 
NFSPS.jpg|Need For Speed: ProStreet
 
REG.jpg|Resident Evil: The Game
 
W8B.jpg|
 
Chess.jpg|Chess
 
Sypro2.jpg|
 
TetrisBlue2.jpg|Tetris Blue (EZweb)
 
TETRISREMIX3.jpg|Tetris Remix (EZweb)
 
PuyoPuyoFeverDXKDDI.jpg|Puyo Puyo Fever DX (EZweb)
 
BlueLavaTetris.jpg|Tetris (Blue Lava)
 
</gallery>
 
 
===Menu UI view===
 
<gallery widths="152px" heights="320px">
 
UI.jpg|Small icons
 
UI2.jpg|Large icons
 
UI3.jpg|List
 
</gallery>
 
 
==List of dumped games==
 
* Soon™
 
  
 
==Downloads==
 
==Downloads==
;Melange
+
; Melange
{|cellpadding="2"
+
{| cellpadding="4"
 
|-
 
|-
 
|align=center|{{Icon|APK-big}}
 
|align=center|{{Icon|APK-big}}
|'''[https://deltacxx.insomnia247.nl/brewemu/versions/ Builds]
+
|'''[https://cdn.discordapp.com/attachments/735124238398259281/902882161252790312/app-release.apk Beta 0.1]''' <small> (Doesn't work on Android 11, black screen)</small>
 +
|-
 +
|align=center|{{Icon|APK-big}}
 +
|'''[https://cdn.discordapp.com/attachments/735124238398259281/902885102927872060/app-debug.apk Debug build]
 
|}
 
|}
  
;SDKs
+
; Apps
{|class="wikitable" style="text-align:center;"
+
Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many games have been dumped, but most are undumped as of yet. There are a few collections of European, American and Korean titles, but not Japanese ones.
!scope="col"|SDK
+
 
!scope="col"|Note
+
{| class="wikitable" style="text-align:center;"
 +
|-
 +
! scope="col"|Set
 +
! scope="col"|Backups
 +
|-
 +
|[https://archive.org/details/qualcomm-brew-games Qualcomm BREW Games]
 +
|[https://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 2008-2010], [https://mega.nz/#F!fSZmBQbK!cOhvnFTNoI375xGjxCT9fg 2015-2018], [https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror], [https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download Super Mirror],[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html Super Backup + more games]<br/><small> (Password: ''Straces'')</small>
 +
|-
 +
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
 +
|[https://drive.google.com/file/d/1lqooICJIZKXSLYGBEmWPixL62_U2u09I/view ✓]
 
|-
 
|-
|[https://archive.org/details/brewx.7z Old BREW SDK]
+
|[https://archive.org/details/ktf.....game..qpst. Korean 2003-2004 KTF BREW eMule network Mobile Games]
| Old BREW SDK extensions from brewx.qualcomm.com
+
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c ✓]
Archived by /bin/cat
 
 
|-
 
|-
|[https://archive.org/details/brew_1.1_sdk Qualcomm BREW 1.1 SDK]
+
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Game & App Compilation]
| An SDK for making mobile applications for Qualcomm's BREW runtime, version 1.1
+
|[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ ✓]
 
|-
 
|-
|[https://archive.org/details/bmp-sdkmp-7.12.5 Brew MP SDK 7.12.5]
+
|[http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com list by kraze]
|
+
|N/A
 
|-
 
|-
|[https://www.mediafire.com/file/3spev5vb59ivbtv/Zeebo_SDK_%252B_BREW_SDK_4.0.2_%252B_BREW_MP_SDK.zip/file Zeebo SDK + BREW SDK + BREW MP SDK]
+
|[http://straces.wz.cz/brew/brew_games.htm Straces collection]
|
+
|N/A
 
|-
 
|-
|[https://mega.nz/folder/DHBwwTIK#Jh-bkcWsRICxg0xBeCXRLQ BREW MP SDK + tools]
+
|[https://spac1.net/files/user/rostislav582/list/dostup-zapreschen-postoronnim/kollekcija-korejskih-java-igr-dlja-brew-mp-7225391 Korean BREW MP games collection]
|
+
|N/A
 
|}
 
|}
  
;Apps
+
==Compatibility list==
[[File:Icon_BREW.png|100px]]
+
{|class="wikitable" width=500px
 
+
! colspan="2" | Key
Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many European and American games have been dumped, but most are undumped as of yet. There are collections of European, American, Korean, few Japanese and Chinese titles.
+
|-
 
+
! style="background:#E9E9E9;" | Compat Legend
{|class="wikitable" style="text-align:center;"
+
! style="background:#E9E9E9;" | Class
!scope="col"|Set
 
!scope="col"|Note
 
!scope="col"|Backups
 
 
|-
 
|-
|[https://mega.nz/folder/LfRQCYqR#Bc_lPnMJbH5pYGZx7IB-Qw brew2010]<br/>[https://mega.nz/folder/fSZmBQbK#cOhvnFTNoI375xGjxCT9fg brew2018]<br/>[https://mega.nz/folder/THwnXBRD#zRj5xP4_v_CWsMkXMt8qpA brew2022]
+
|style="background:lightgreen;"|Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay.
|BREW collections by Kraze
+
|style="background:lightgreen;"|Excellent
|[https://archive.org/details/qualcomm-brew-games 2010 & 2018]
 
 
|-
 
|-
|[https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download BREW games]
+
|style="background:turquoise;"|Games that work 100%, good audio, or other things that still affect gameplay.
|Included 2020 collection
+
|style="background:turquoise;"|Perfect
|[https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror]
 
 
|-
 
|-
|[https://archive.org/details/ktf-brew Korean KTF BREW Mobile Games]
+
|style="background:yellow;"|Games that work 100% or have few/very major issues, like stuttering audio, or other things that don't affect gameplay.
|courtesy of DUBIGAME
+
|style="background:yellow;"|Okay
|[https://drive.google.com/file/d/1lqooICJIZKXSLYGBEmWPixL62_U2u09I/view ✓]
 
 
|-
 
|-
|[https://archive.org/details/ktf.....game..qpst. Korean 2003-2004 KTF BREW eMule network Mobile Games]
+
|style="background:orange;"|Games that mostly work but with more serious but playable bugs, or random lockups (random doesn't mean lock up every time at the same spot in the game).
|Archive of 2003-2004-ish KTF BREW Games, courtesy of Kraze.
+
|style="background:orange;"|Issues
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c ✓]
 
 
|-
 
|-
|[http://straces.wz.cz/brew/brew_games.htm straces.wz.cz]
+
|style="background:salmon;"|Games that do not load and have major problems and/or are unplayable, or have consistent lock ups.
|BREW Games collection by Straces
+
|style="background:salmon;"|Doesn't Work
|[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html ✓]
 
 
|-
 
|-
|
+
|style="background:grey;"|Unknown status. Game has not been tested, or the test results were unclear.
|Games posted by kraze and Straces.
+
|style="background:grey;"|Untested
|[https://web.archive.org/web/20220113073347/http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com]
 
 
|}
 
|}
  
;Signed / Unsigned
+
The following list contains almost all European and American BREW games.
<i><b>NOTE:</b> All games are dumped by [https://twitter.com/krzbrew Kraze].</i>
+
{|class="wikitable sortable mw-collapsible mw-collapsed" width="800px"
{|class="wikitable" style="text-align:center;"
+
! class=sortable | Name
!scope="col"|Games
+
! class=sortable | Status
!scope="col"|Download
+
! class=sortable | Notes
!scope="col"|Note(s) (Version)
+
! class=sortable | Dumped/Available?
 +
|-
 +
|style="background:Game;"|1000 Words
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|1942
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|2 Fast 2 Furious
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|365 Puzzle Club
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3°C
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D Battle Tank
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D Brick Breaker Revolution 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D Fast & Furious Pink Slip
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D Rollercoaster Rush
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D Slam Ping Pong
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D The Fast and the Furious
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D The Fast and the Furious: Tokyo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|3D Tilt-A-World
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|4 Elements
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|7 Wonders of the Ancient World
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Action Hero 3D: Wild Dog
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ai Senshi Nicol
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ai to Rōdō no Hibi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ali 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Aliens: Unleashed
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Aliens vs Predator 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Aliens vs Predator: Requiem
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Alpine Racer EX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Aladdin
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|AND 1 Streetball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Andretti Racing 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Are you smarter than a 5th Grader?
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Armadillo Gold Rush
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ashoka
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Asphalt 4: Elite Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Asphalt: Urban GT
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Asphalt: Urban GT 2 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Asteroids
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Attack of the Flarb
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Atletismo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Aulbath: Wild River
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Avalanche Snowboarding
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bases Loaded
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Batman Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 2: Hishō-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 3: Sekai Taikai-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bejeweled: Twist
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Big Buck Hunter Pro
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|BioShock 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|The Birds: Evil has Wings
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Blade: Trinity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Blingster Battle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Block Breaker 3 Unlimited
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Blokus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bloons
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bode Miller Alpine Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bomberman Land: Battles
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bomberman Special
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bonk's Return
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bookworm Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Brain Exercise
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Brave Shot 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Brothers in Arms: Earned in Blood 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Bruce Lee – Iron Fist 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bubble Ducky
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Bugs Bunny: Rabbit Rescue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Burnout
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Buzztime Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Cake Mania Celebrity Chef
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Call Of Duty 5: World At War
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Cartel Wars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|CATCHa Mouse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Centipede
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Chessmaster
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Chuck Norris: Bring on the Pain
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Churashima Kurashi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Chuzzle Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|City Connection: Rocket
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Classic Mini Golf 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Clue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Cluster fruits
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Collapse! Chaos
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Collapse! Blast
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Collapse! Holiday Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Common Knowledge Quiz
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Congklak
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Congo Cube
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Contra
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Contra 4: Redux
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Crazy diver
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Crazy Texi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Crash Bandicoot Nitro Kart 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Crash N Burn
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Crash Twin Insanity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Creature Shock
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Critter Crunch
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Crystal Defenders
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Crystal Monsters
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Cubis 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Damage San
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Danmaku Kentei Shiken: Dai-Ou-Jou-Hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Darius
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dark Castle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Dark Horse Horse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Dark Knight
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Darts for a camera phone
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Da Vinci Code: The Quest Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|de Blob
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Defender
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Delicious – Emily’s Taste of Fame
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 2009
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 3D 2007
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Detonate
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Devil May Cry: Dante X Vergil
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diamond Detective
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diamond Twister
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dig Dug
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dig It!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diner Dash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diner Dash: Flo on the Go
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Disney•Pixar Ratatouille
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Doodle Jump
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Doom II RPG
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Doom RPG
 +
|style="background:orange;"| Issue
 +
|style="background:Notes;"| Heavy graphic glitches, required patch.
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Donald Trump's Real Estate Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Double Dragon (KTF)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Downtown Texas Hold 'Em
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dragon Sword
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dragon Warrior III
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dragon Quest ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dream Chronicles
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Driv3r
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Driver: L.A. Undercover
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Duke Nukem Arena
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Duke Nukem Mobile
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|DuraTrax Mobile RC
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Earthworm Jim: Special Edition
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Edge
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Elder Scrolls Travels: Dawnstar
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Elder Scrolls Travels: Stormhold
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Escape
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Everyday English Trainer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ever Quest: Hero's Call
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Family Feud
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Family Guy: Uncensored
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Fugitive
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Feeding Frenzy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ferrari GT: Evolution
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ferrari World Championship
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fieldrunners
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|FIFA World Cup: On the Break
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fiftgrather
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fight Club
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fight Hard 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fight Night Round 3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fight Night Round 4
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy VII: Before Crisis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Final Fantasy VII: Dirge of Cerberus Lost Episode
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fish Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Flight Control
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|FlipIt!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia III
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Flynn's Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Football Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fortress Double
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fortress Tournament
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Fox Motocross 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Frogger Plus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Furry Legends
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Galaga
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Galaxy on Fire
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ghostbusters Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins: Gold Knights
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Gobaksodor
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|God of War: Betrayal
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Golf Superstars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Gradius
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Great Legends: Vikings
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Greedy Snake
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Grinsia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Guitar Hero III Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Gum Blox
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|G-Unit: Free Yayo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Harlem Globetrotters
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Heavy Weapon Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Helistrike 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Herakles no Eikō III: Kamigami no Chinmoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Heroes Lore: Wind Of Soltia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Heroes Lore 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Hero Must Die
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Hexcite Fusion
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Hidden Expedition: Everest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Highway Racer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Hills and Rivers Remain
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|ID4 Independence Day
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Inuyasha
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|I-play Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Irekae IQ Crossword DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ironman Stewart's Off-Road
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|iShoot
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Jail Trail
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Wheel of Fortune 2002
+
|style="background:Game;"|JAMDAT Bowling 3D
|[https://cdn.discordapp.com/attachments/735124238398259281/1082469959856312401/wheel_of_fortune_2002_signed_all.zip 💾]
+
|style="background:grey;"| Not tested
|120x148
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Ghosts and Goblins
+
|style="background:Game;"|JAMDAT Sudoku
|[https://mega.nz/file/jP5ACTqb#Z2_SdUAKluykL-YDAHYmqrkSux149bsSCUoiH77-d4U 💾]
+
|style="background:grey;"| Not tested
|128x128
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Ghouls and Ghosts
+
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
|[https://mega.nz/file/3KIHwYKL#Og78bbZCd3-W4jGijZstSyiclsDesnSgkyXz3oTSPs0 💾]
+
|style="background:grey;"| Not tested
|176x203
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|EverQuest: Hero's Call 2
+
|style="background:Game;"|JAWS 3D (V CAST)
|[https://mega.nz/file/jOp0SAyD#ABhDLRpdrhs3YKDmX2otwKzd5fACLSeYYikFkcR0keE 💾]
+
|style="background:grey;"| Not tested
|176x204
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tetris 2008
+
|style="background:Game;"|Jewel Quest
|[https://cdn.discordapp.com/attachments/735124238398259281/1035338353207431198/Tetris_2008_v.4.28.36_vx8360_signed.zip  💾]
+
|style="background:grey;"| Not tested
|240x298
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Pool 3D
+
|style="background:Game;"|Jewel Quest 2 (Demo)
|[https://cdn.discordapp.com/attachments/735124238398259281/1024126584917065808/Gameloft_pool3d_vx8800_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
|240x300
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Fox Motocross 3D
+
|style="background:Game;"|Jewels and Jim
|[https://mega.nz/file/jbg0CQ4D#gnDH_SQH9i9ZaqT6Yu94R5zQwbPBE1vqFABic1TnFiE 💾]
+
|style="background:grey;"| Not tested
|176x204, stretchable to 240x320
+
|style="background:Notes;"|
--------------
+
|style="background:#ffcccc;"|Lost
Superscape Group plc's Swerve 3D Technology
 
 
|-
 
|-
|Transformers G1 Awakening
+
|style="background:Game;"|Johnny Crash
|[https://mega.nz/file/cFEg1IRL#TIqWCGANV2GZpZHIrr7CNVML_Y5-ZVtWiOgSgvfqBmI 💾]
+
|style="background:grey;"| Not tested
|Partially found
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Kingdom Hearts 3D
+
|style="background:Game;"|Johnny Crash Stuntman Does Texas
|[https://mega.nz/file/FcNygIJT#4j6MyVL7dqdiuNwv85AXsS4UmQu5JVk41r-88ZxviHI 💾]
+
|style="background:grey;"| Not tested
|Partially found (Episodes 1-3 found)
+
|style="background:Notes;"|
----------------
+
|style="background:#ffcccc;"|Lost
Superscape Group plc's Swerve 3D Technology
 
----------------
 
BREW Exclusive
 
 
|-
 
|-
|Jeopardy
+
|style="background:Game;"|Kaptaan Dhoni We
|[https://mega.nz/file/yDQFVAID#wpaOAOpC50__kAnJ54VDV1kb5AqfHuk1pNv9bWa-lIw 💾]
+
|style="background:grey;"| Not tested
|Included (Jeopardy 2005, 2007, 2010, Rock n Roll Jeopardy and Jeopardy for Prizes)
+
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 
|-
 
|-
|Neon Genesis Evangelion<br/>에반게리온
+
|style="background:Game;"|Karma Fighter
|[https://cdn.discordapp.com/attachments/768475641909215232/968872858346463264/eva.zip 💾]
+
|style="background:grey;"| Not tested
|KTF BREW
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
+
|style="background:Game;"|Keitai Shōjo
|[https://cdn.discordapp.com/attachments/735124238398259281/819371808343064586/scpt_3d.zip 💾]
+
|style="background:grey;"| Not tested
|The game came out cut off compared to the 2D version, and it also lagged.
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|OpenLara port (Tomb Raider)
+
|style="background:Game;"|KiKi KaiKai
|[https://cdn.discordapp.com/attachments/735124238398259281/950398259556417566/OpenLara.7z 💾]
+
|style="background:grey;"| Not tested
|[https://github.com/usernameak/OpenLara Ported by /bin/cat]
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Need For Speed: Underground 2 Mobile
+
|style="background:Game;"|King of Fighters M2
|[https://archive.org/details/nfsu2mobile 💾]
+
|style="background:grey;"| Not tested
|Debug / prototype build
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|The Fast and Furious series
+
|style="background:Game;"|Kingdom Hearts (V CAST)
|[https://mega.nz/file/yWI1Dazb#rJRGqJLlJJYjkdAcjMJ4N09QS_MMSpv0sdJQKPr9QUg 💾]
+
|style="background:grey;"| Not tested
|4-2D/3D, 5/6-3D
+
|style="background:Notes;"|
|}
+
|style="background:#00FF7F;"|
 
+
|-
{|class="wikitable" style="text-align:center;"
+
|style="background:Game;"|Kodo
!scope="col"|Games
+
|style="background:grey;"| Not tested
!scope="col"|Download
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Kururin Cafe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Learn to Fly We
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Lego Batman
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Lemonade Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Little Shop: World Traveler
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Lock'em Up
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Legend of Elros
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Lord of the Rings: The Return of the King
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Lord of the Rings: The Two Towers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Lost Planet 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Love Love Knuckle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Lumines
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Lumines Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Luxor
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Madden NFL 2006
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Madden NFL 2007
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Drop DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Fantasista
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Fantasista 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Fantasista 3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Majokko Princess
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Maō Company
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Massive Snowboarding 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Mega Man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Mega Man: Rush Marine
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Memories Off / メモリーズオフ / 메모리즈 오프
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Mercenaries Saga 2: Order of the Silver Eagle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Metal Gear Solid Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Metal Slug: Mobile Impact
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Midnight Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Midnight Bowling 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Midnight Bowling 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Midnight Pool 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Midtown Madness 3 Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Might and Magic II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Military Madness
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Military Madness 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Millionaire 07
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Millionaire 2010
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Millionaire Music
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Miner 2049er
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Mobile Battles: Reign of Swords
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Mobile League Sports Network
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Moe Slot: Beach no Shizuku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Monkey Bars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Monopoly
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Monopoly Here and Now
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Monopoly Worldwide
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Monster Smash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Moon Patrol
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Moto GP 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Mr Do's Circus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ms Pac-man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|MTV Star Factory
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Muncher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|MX vs ATV: Untamed
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|My Monster Pet
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Mystia 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Narnia Prince Caspian An
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|NBA Live 06
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|NBC Sports Figure Skating
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Need for Speed: Hot Pursuit
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Need for Speed: Most Wanted
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Need for Speed: Pro Street
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Need for Speed: Shift
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Need for Speed: The Run
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Need for Speed: Undercover
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Need For Speed: Underground 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|New Rally-X
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Night Hike
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ninja Jajamaru-kun Ranbu
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ninja no Gakko
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ninja Prophecy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|NOM
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|NOM 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Orcs & Elves
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Orcs & Elves ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Oregon Trail
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pac-Man: Championship Edition
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|PAC-MAN Arcade Golf
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pac-Man Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pac-Mania
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pac-Man Kart Rally 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pandemonium!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Peggle Extreme
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Phishing everywhere / どこでもフィシング
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Phoenix Wright, Ace Attorney
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pitfall!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Plantasia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Plants vs. Zombies
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pocket God
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pole Position II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pool Pro Online (1 & 2)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Powerboat Challenge
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The price is right
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Prey Mobile 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Prince of Persia 3D (V CAST)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Prince of Persia: Harem Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Prince of Persia HD
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Prince of Persia: The Sands of Time
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pro Bike Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Pucchin Puzzle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Punisher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Puyo Puyo / とことんぷよぷよ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Puzzle Quest 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Raiden
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ratchet & Clank: Going Mobile!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Rayman Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Rayman Golf
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ray Newman racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Red Baron
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Red Faction: Guerrilla
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Resident Evil: Degeneration
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Resident Evil: Genesis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Resident Evil 4: Mobile Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Ridge Racer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Rinji Shūden
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Rise of Atlantis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|River Raid
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|RO
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|ROCKin' Stone
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|ROTK Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Sally’s Salon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Sally's Spa
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Sally’s Salon Luxury Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Samurai
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Sangokushi Nendaiki DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Scarface: The Rise of Tony Montana
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Scene It? Movies
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Scooby-Doo!: Castle Capers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Scuba Solitaire
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Secret of Mana
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Senbazuru
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Sepas Channel
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Shado Fighter
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Shijō Saikyō Miyamoto Julia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Siberian Strike: Episode I
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Silent Hill Mobile 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Sims 2 Medieval
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Sims 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Sims 2 Castaway
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Sims 2 Pets
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Sims Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|SkeeBall for Prizes
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Skipping Stone
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Skipping Stone IQ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Slyder
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Snoopy: The Flying Ace
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Snowboarding TNT
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Soaring Bird
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Sōhide Series: Omatsuri Dukushi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|SolaRola
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Solar Target
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Solitaire deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Sonic Jump
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Sonic the Hedgehog
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Sonic the Hedgehog ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Soul of Darkness
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|South Park: Mega Millionaire
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Space Invaders Infinity Gene
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Space Monkey
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Space Taxi Pinball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|SplatterHouse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Speed Devils
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Spider-Man 2: The Hero Returns
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Spore Origins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Spore 2 Creatures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Squawk
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Stack'Um
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Bomberman Land: Battles
+
|style="background:Game;"|Stargate SG-1
|[https://mega.nz/file/vXwCkIrI#wb0MWhgso_nKDMKSjFOaanuw8kM85cAcNr_zPcG6594 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Asphalt series
+
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
|[https://mega.nz/file/SWAhmQLL#TLg0gb9qkF6P6R8SAYs1XrgMsi6MVSeuE0UXhi8TBdM 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|DiRT
+
|style="background:Game;"|Star Trek: Nemesis
|[https://mega.nz/file/Of5znQ6L#ztBwBvfNzNwpqzTENsyqpxSoE8VxC3WQm6YjhuaFkgQ 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|BioShock 3D
+
|style="background:Game;"|Star Trek: The Cold Enemy
|[https://archive.org/details/bioshock3d 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Chuzzle
+
|style="background:Game;"|Star Wars: The Empire Strikes Back
|[https://mega.nz/file/ieglTIwA#N-dE3Kp4z5IUN_Ww8Rn6B2KTsvBEGRXpn8IgBx_gi2k 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Bloons 1
+
|style="background:Game;"|Street Fighter II
|[https://mega.nz/file/KDRl3YIT#6phRr1AF0SWSlkpXfWvuFyXTCVh_Qs0BvlwAxCIUHxk 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 
|-
 
|-
|Wheel of Fortune 2008
+
|style="background:Game;"|Street Hoops
|[https://cdn.discordapp.com/attachments/735124238398259281/1082470003506421891/wheel_of_fortune_2008_signed.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Wheel of Fortune 2010
+
|style="background:Game;"|Sukebooo Man
|[https://cdn.discordapp.com/attachments/735124238398259281/1082470065380798464/wheel_of_fortune_2010_signed.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Nascar 09
+
|style="background:Game;"|Super Boom Boom
---------------
+
|style="background:grey;"| Not tested
Verizon Championship Racing
+
|style="background:Notes;"|
|[https://mega.nz/file/7OZTDKyY#PM2JPvvlroucluAgqOHaHLZe2osyPtnH87KHykAt6Wo 💾]
+
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Duke Nukem Battlefields
+
|style="background:Game;"|Super Drop Mania
|[https://anonfiles.com/d9ca91Pdyb/DNBattlefields_zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Red Baron
+
|style="background:Game;"|Super Puzzle Fighter II Turbo
|[https://mega.nz/file/aSoX2SbJ#GFWeuEKlhCBZPJLD-9NSjpl_EyBiCwZht68nBx0BPB8 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 
|-
 
|-
|Mega Man: Rush Marine
+
|style="background:Game;"|Super Real Mahjong for Mobile
|[https://mega.nz/file/uLYgyRwZ#W5bkrX5j3Xa4AQw3S-XdVmd9S_RqMo1vIYQ7HZ62Nk4 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Ratchet & Clank: Going Mobile
+
|style="background:Game;"|Super Sketcher
|[https://mega.nz/file/bOQz2ART#oPD8E_bqtHcHZKV6mGqoW-sscP4XqKRd6b0mDipLnuw 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Contra 4: Redux
+
|style="background:Game;"|Super Street Fighter II
|[https://mega.nz/file/3bgRnSxS#uxMukrqGvn5YxZKVU4BAs09OZAWNvKY1OHJmiQ8-Ldk 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 
|-
 
|-
|The Legend of Spyro: A New Beginning
+
|style="background:Game;"|Sushi 3D
----------------
+
|style="background:grey;"| Not tested
The Legend of Spyro: The Eternal Night
+
|style="background:Notes;"|
|[https://mega.nz/file/uehRyCCA#rq_sogGg1qWBV4GbhPxU7_G_2YHHUEQfs4rUp9KsesE 💾]
+
|style="background:#00FF7F;"|Found
 
|-
 
|-
|Sonic The Hedgehog
+
|style="background:Game;"|Swerve Basketball
|[https://drive.google.com/file/d/1OPJHKu-JsqwqMJ80wUaqS_eyClx3yETv/view?fbclid=IwAR0Nxnu-306y5O1NTaAIp2tSvTgBA_ZqXQerZE_Bsp2GeaqhZC3gxh8uNLI 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tetris 2007
+
|style="background:Game;"|Symphony of Eternity
|[https://mega.nz/file/ObgVTIDZ#MCia3feVwoqQjMjh9d2ZFJLxQqtA9pNU4tQUx_lkd8c 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Need For Speed: Most Wanted Mobile
+
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 1: Kamen Gensō Satsujin Jiken
|[https://archive.org/details/nfsmw_202107 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Doom RPG
+
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken
|[https://archive.org/details/doomrpg_brew 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Orcs & Elves
+
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
|[https://archive.org/details/orcsandelves_brew 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Orcs & Elves 2
+
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane
|[https://www.mediafire.com/file/djl6n5nnlot5g8m/orcsandelves2.zip/file 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Need For Speed: Undercover
+
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
|[https://mega.nz/file/7f4ShL4D#mDk5oKvc7X1Yg4Ra7oXV0r6hKDMZDTA-0vyXcsK1aCM 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Zombie Infection
+
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
|[https://cdn.discordapp.com/attachments/735124238398259281/1060000743093972992/Zombie_Infection_1_SCH-R800.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Zombie Infection 2
+
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo
|[https://cdn.discordapp.com/attachments/735124238398259281/1060000743471464448/Zombie_Infection_2_SCH-R800.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|LOTR: The Two Towers
+
|style="background:Game;"|Tattoo Ink: Hollywood
|[https://mega.nz/file/bSZ2DSTD#LJWYfTmIPDxcaj4ugkPW-BWjDVE_z5DUPF16kLGZmO8 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Lost
BREW Exclusive
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
 
|-
 
|-
|Assassin's Creed II 3D
+
|style="background:Game;"|Tegaki Sonic
|[https://mega.nz/file/KSJjSAAa#VKpJa9rIam9L5KC1uO5wd6yGXfoIfkl4MkQNk5Pe0Qw 💾][https://archive.org/details/ac2_3d_mobile_brew 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Big Range Hunting 3D
+
|style="background:Game;"|Tekken Resolute
|[https://mega.nz/file/TKYBQCwC#UtlNYXOEtGVY-uug7nNSVc4qYvmWelybgQ1KroA0nPE 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Lost
<b>240x320</b>
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
 
|-
 
|-
|Snake Revolution
+
|style="background:Game;"|Tekken 2
|[https://cdn.discordapp.com/attachments/735124238398259281/961157901454557214/snake_revolution_brew_240x320.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Sim City Deluxe</br>Sims Medieval</br>Sims Castaway</br>Sims 3 World Adventures
+
|style="background:Game;"|Tenchu: Ayame's Tale 3D
|[https://mega.nz/file/bDohlBiS#MMOggzh6VZQdgLaBSDa6CTXHTmfmWepdAYl-MB6yYPs 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Sonic The Hedgehog 2
+
|style="background:Game;"|The Terminator
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309383430717530/sonic2_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tetris 2008
+
|style="background:Game;"|Terminator 3: Rise of the Machines
|[https://mega.nz/file/3CQFWZQC#jA0vK4_5_Pmf5RIyhkJ-JAWFrHwBXXUMneHINVAa854 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Lost
<b>320x240</b>
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
 
|-
 
|-
|Call of Duty 3
+
|style="background:Game;"|Tetris Diamond
|[https://mega.nz/file/HbAmhZKT#XEp8ey2q1JGiitjGx1Nqdjd1tzLjBewJim6MSQ_Nl2w 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Call of Duty: Modern Warfare
+
|style="background:Game;"|Tetris Pop
|[https://mega.nz/file/nGg0GBqQ#_Z2foH5KqpFej9fi9TdhdoOM_i__8MrsRdKAit3Y3aA 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Call of Duty: Black Ops
+
|style="background:Game;"|Tetris Revolution
|[https://mega.nz/file/2XJSUZCS#gB490H4tZF3WvrLo8RhJMY4XSKT9UNcMHBLlC6wgEIU 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Call of Duty: World At War
+
|style="background:Game;"|Thief, Run
|[https://mega.nz/file/CDo1jSrK#cMTn3vDnpvBt6Q0tslg8WobiW_5QFcCHFEQ1zCKrl4s 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tetris
+
|style="background:Game;"|Tiger Woods PGA Tour 06
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309384269582376/tetris_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tetris Pop
+
|style="background:Game;"|Tiger Woods PGA Tour 09
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309384663842886/tetrispop_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tetris 2011
+
|style="background:Game;"|Tiki Towers
|[https://mega.nz/file/SWYjCYoY#hfYNtO0w2Zj1puaTLlNMahWrV33wtnFgmIISKqF5zyw 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Doodle Jump
+
|style="background:Game;"|T-Mac Street Ball
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309381719445605/doodlejump_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Katamari
+
|style="background:Game;"|Tom Clancy's Ghost Recon: Jungle Storm
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309382063374346/katamari_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Ms. Pac-Man
+
|style="background:Game;"|Tom Clancy's H.A.W.X
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309382369554512/mspacman_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Pac-Man
+
|style="background:Game;"|Tom Clancy's Rainbow Six: Broken Wing
|[https://cdn.discordapp.com/attachments/735124238398259281/1039671033822711909/Pac-Man_BREW_320x240.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|The Sims 3
+
|style="background:Game;"|Tom Clancy's Splinter Cell
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309382864490546/sims3_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Sonic Spinball
+
|style="background:Game;"|Tom Clancy's Splinter Cell: Chaos Theory
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309383791423568/sonicspinball_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Sonic The Hedgehog 2
+
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow
|[https://mega.nz/file/TDhmCCaZ#UK1DO565oQcg9L_6yTDBkaqMauAkcg-KTbjN4xJFtgI 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Lost
<b>KDDI EZweb</b>
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
!scope="col"|Note (Version)
 
 
|-
 
|-
|Tetris Blue
+
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
|[https://mega.nz/file/CCZj2ALY#yj3Rqd0gZX00GJC32keVqpfoB8oOCSPRI3UaZ-tF6JU 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Tetris Remix
+
|style="background:Game;"|Topolon
|[https://mega.nz/file/Pe5gEDzJ#h1n4c5SC4ZMzGhyHID7Y8-um598ZKJpI4Ex1WgRDk_g 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Puyo Puyo Fever DX
+
|style="background:Game;"|Tower Bloxx
|[https://mega.nz/file/LHxGiIwR#ltnOpTM7kIsx0lkxqhTYFpuYNOUidae4LE615Gip0fE 💾]
+
|style="background:grey;"| Not tested
| Full Version<br>Cracked by Realtimeless
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Pawapuro 5
+
|style="background:Game;"|Transformers G1 Awakening (V CAST)
|[https://archive.org/details/powapuro5 💾]
+
|style="background:grey;"| Not tested
| Demo Version
+
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|
 
|-
 
|-
|Metal Gear Solid Mobile
+
|style="background:Game;"|Triple Crown
|[https://archive.org/details/mgsmobile_jp_trial_unsigned 💾]
+
|style="background:grey;"| Not tested
| Trial Version
+
|style="background:Notes;"|
|}
+
|style="background:#ffcccc;"|Lost
 
 
<b>[[Mascot Capsule 3D]]</b>
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
!scope="col"|Note (Version)
 
 
|-
 
|-
|Bruce Lee
+
|style="background:Game;"|Trivia King
---------------
+
|style="background:grey;"| Not tested
Bruce Lee - Iron First 2D/3D
+
|style="background:Notes;"|
|[https://mega.nz/file/6WI21BBB#4eZeHVGmEBH8HLqqJ4A_Q1cv7GgN5MR4RI2vB9Qcrhc 💾]
+
|style="background:#ffcccc;"|Lost
|3D version only
 
 
|-
 
|-
|Spider-Man 2: NY Rooftops 3D
+
|style="background:Game;"|Trivial Pursuit
|[https://mega.nz/file/DP4WBQSZ#CJbTl9GqAGaZEb-RNFDNyET7jgANNHi6dYdGeCc0Idw 💾]
+
|style="background:grey;"| Not tested
|
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Brave Shot 2
+
|style="background:Game;"|Twelve GEMs
|[https://cdn.discordapp.com/attachments/735124238398259281/969302555521855558/bsh2_signed.zip 💾]
+
|style="background:grey;"| Not tested
|320x240
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|Predator 3D: The Duel
+
|style="background:Game;"|The Twilight Saga: Memory Quest
|[https://mega.nz/file/zDIwka6Y#yiuvontOXYE7tc5vzg1VYSCnAUb4PG0PxYCw_4IzZ8E 💾]
+
|style="background:grey;"| Not tested
|
+
|style="background:Notes;"|
|}
+
|style="background:#ffcccc;"|Lost
 
 
圣莫尼卡's ZTE D90+ (<b>176x220</b>) was sent from China (阿拉雷叔) to Poland (Kraze's acquaintance) to Ukraine. Password for all packages is 'alaleishu2023'.
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
 
|-
 
|-
|潜龙 Deep Sea Dragon: Burning in Blood
+
|style="background:Game;"|Ultimate Chess 3D
|[https://mega.nz/file/wksUAZ4R#IeQ4jnX0NTjAVbtUIERmsxoMKfnMrip82lYxisGLny4 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|3D版三国台球 (3D Three Kingdoms Pool)
+
|style="background:Game;"|Ultimate Spider-Man
|[https://mega.nz/file/8g02nabY#iPFWLpoqdZUE8QNsJb1ZccWD9jl_Tm-Ssa84XH60seg 💾]
+
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 
|-
 
|-
|3D生化启示录 (3D Biohazard Revelations)
+
|style="background:Game;"|Uno
|[https://mega.nz/file/Y40iyaZA#0qr50RAQfHj3uP6Txa2k9_hG_3vwngWzzlJjOlodTVU 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|不可能完成的任务 (Mission Impossible)
+
|style="background:Game;"|Unō Paradise
|[https://mega.nz/file/9xEFRbiQ#1135D8rIOnuZVzjlXlyQsrLP73Z9rb91n0VFj4yWCsU 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|菜园保卫战 (Garden Defense)
+
|style="background:Game;"|Vancouver 2010: Official Mobile Game of the Olympic Winter Games
|[https://mega.nz/file/J9tmSLyI#4YbNbESFgQICcMgZiYvJFZK1CkqV3TIo2N5RTui0irs 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|大众网球 (Public Tennis)
+
|style="background:Game;"|Vanguard (unreleased/prototype)
|[https://mega.nz/file/c08UDQxD#lE_9N2VTCZFeI_7UjPUqXWGYOviNPDpBPswKYWcqB0g 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|斗地主和接龙 (Fight the Landlord and Solitaire)
+
|style="background:Game;"|Venture 3D
|[https://mega.nz/file/MlNFFLrL#FJpu4yLBrSMFSQDC4culNwjrZrJm0NPivUBvDBR1FtI 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|飞行棋-决战天幕 (Fly Chess - Fighting in the Sky)
+
|style="background:Game;"|Verizon Championship Racing
|[https://mega.nz/file/o81k2SLD#fmnT6rDI07m-6IJcyumoByXUKcvNeWruQ2Q-yGf53nA 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|疯狂碰碰车之强者为王 (Crazy Bumper Car)
+
|style="background:Game;"|Video Poker Master
|[https://mega.nz/file/cgcAzBwQ#gUw-4tIADT2wlry7Nj684ladrCvnvfMr7NQD-bMOrk0 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|疯狂医院 (Crazy Hospital)
+
|style="background:Game;"|Viral Attack
|[https://mega.nz/file/s1Vm0ZgL#mr_grzjGXinPtkf_JIxL5CFEYBpWqGe3TgTnASQ20Xk 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|火神狱 (The Prison of Fire God)
+
|style="background:Game;"|VZW Mahjong
|[https://mega.nz/file/J8NmAThQ#ks0ki6QyCdO3ALxT6trB6l4N_U9cj4jHicsKzEIwO6g 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|剑灵-诛仙之战 (Sword Spirit)
+
|style="background:Game;"|VZW Texas Hold'em
|[https://mega.nz/file/sgN3jJQC#a2bD4LFex8kGsCCrWtjNBL6jdo_i8jb38yr_9GEdAQQ 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|剑缘IV之转瞬红颜 (Karma of Sword 4)
+
|style="background:Game;"|Wallace & Gromit Adventures
|[https://mega.nz/file/VxUWRIya#nzZmyYommnyXYVs1iki4Pcr3ZXov4lZoYCF9DEzzbyM 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|军魂十面埋伏 (Soldier Soul)
+
|style="background:Game;"|Where's Waldo?
|[https://mega.nz/file/N1EBhRjb#mkSTsNhAwaRqUYa4KS9dGiadStrR6Vvt5UQNsahl25A 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|龙斗士 (Dragon Fighter)
+
|style="background:Game;"|Who Wants to Be a Millionaire?
|[https://mega.nz/file/JkFQgCzB#MQnbdBpP8Vl8XvfoOzUhX4awfdS4WUW29xLzqZeFup8 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|魔幻水晶 (Magical Crystal)
+
|style="background:Game;"|Wolfenstein RPG
|[https://mega.nz/file/QlU0lJTa#5kJDFwnaV4XdW7CE59et4Rgqc8L-hy2C-vb4iuqSa2Q 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 
|-
 
|-
|情侣游戏之死了都要爱 (Lover's Game)
+
|style="background:Game;"|
|[https://mega.nz/file/l50WmCqJ#sFsM4tGtrtsoaHSSoHiPXm_NUwNPnrRQ0b3HBohhcE4 💾]
+
World Series of Poker: Pro Challenge
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|三国斗地主 (Fight the Landlord in Three Kingdoms)
+
|style="background:Game;"|
|[https://mega.nz/file/ElsAyCJB#DyXnzQhJfPGz51qwNzYYdBmTbokLGy-w2ceHiGWcs-A 💾]
+
World Poker Tour: Texas Hold'Em 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|三国象棋 (Chess of the Three Kingdoms)
+
|style="background:Game;"|WRC: FIA World Rally Championship Mobile 3D
|[https://mega.nz/file/dsUWWJQB#Z9zuDIDRSZ2M6F15DjprmUauRb22gxTSUGi4UcsNVG8 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|三重小镇 (Triple Town)
+
|style="background:Game;"|Xanadu: Dragon Slayer II
|[https://mega.nz/file/B5Uh3aoR#31WsZjwY0-1S00RkMijiX1lmjq2D3S5OBLZBQ6rrjak 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|世界大战 (World War)
+
|style="background:Game;"|Xevious
|[https://mega.nz/file/JtthFQoL#lauxzd8YgIgAkGzwZ1oeTZWW5Ywc4g5lMlXNqcxHSAQ 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|索马里海战 (Somali Naval War)
+
|style="background:Game;"|X-RAD
|[https://mega.nz/file/V50G2CJZ#1UoyLWefpohqaO6etR3bOVNOYTyQtjC-PuuWae8dJs0 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|天国与地狱2 (Heaven and Hell 2)
+
|style="background:Game;"|Yahtzee
|[https://mega.nz/file/V4VUzCZa#EOgUen569gFAhAoqEplnUIbxRj8sHLC5EecUol_CnWc 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|豚鼠嘉年华 (Guinea Pig Carnival)
+
|style="background:Game;"|Yahtzee Adventures
|[https://mega.nz/file/58tiATLY#o5ak6o-aJvIzlxnkon5uuhwZI_Nq2wLKic5c3bOl9L4 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|无间道 (Infernal Affairs)
+
|style="background:Game;"|Yahtzee Deluxe
|[https://mega.nz/file/p1E3xCJD#sIsRmJs7LpF6eQ2RlGqMfoFakoZwsOZGAw221O6pu0E 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|五子棋大师 (Master of Gomoku)
+
|style="background:Game;"|YetiSports: Games of the Yeti Volume 1
|[https://mega.nz/file/t11EnQZb#XJvNb3hLDfA3auv_xguW5ERWy13lfJQ5hQedaAwj740 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|星际大战-防御 (Star Wars - Defense)
+
|style="background:Game;"|Ys Book 1: The Vanished Omens
|[https://mega.nz/file/xh9CUYJR#N4RD6buQKEPVAQ186h1fD0f7uOonjDRx5D62e6PBNfA 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|英雄大战僵尸 (Heroes vs Zombies)
+
|style="background:Game;"|Ys VI: The Ark of Napishtim
|[https://mega.nz/file/QpMF2CJA#JCWpIgFRR5k5boXcO743f5qQfUqmSHyGz_K8-ONG3uo 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|真西游记 (True - Journey to the West)
+
|style="background:Game;"|Zanac
|[https://mega.nz/file/gslz2CaQ#Yie-KZd-kt_j5sSRV6wX22dJsWN76e_pnWH0L9drIcI 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|征战天下 (Conquering the World)
+
|style="background:Game;"|Zombie Infection
|[https://mega.nz/file/hgFFiSyL#S_FkuJTRaX2dvczPvyT5twYn5EnIpeayIS8esUfHYy0 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|中华料理学院 (Chinese Cooking Academy)
+
|style="background:Game;"|Zombieland
|[https://mega.nz/file/R5EGCYKQ#_pY_Yy1Jjyuc_zaBz266RlD1BParqme2-kLHs3Baj2o 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Lost
; Zeebo
 
[[File:icon_Zeebo.png|110px]]
 
 
 
A brazilian video game console and online distribution platform developed with developing markets in mind, that also runs on BREW. Dumps of the Zeebo and its games exist, and gameplay footage of them has been uploaded on YouTube.
 
 
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Set
 
!scope="col"|Backups
 
 
|-
 
|-
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Games & Apps compilation]
+
|style="background:Game;"|Zombieland 2
|
+
|style="background:grey;"| Not tested
[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ ✓]
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|[https://archive.org/details/zeebo-romset-and-devtools Zeebo (All Games + Dev Tools)]
+
|style="background:Game;"|Zoo Tycoon 2 Mobile
|[https://www.tripleoxygen.net/files/devices/zeebo/ ✓]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 
|-
 
|-
|[https://archive.org/details/zeebo-zeebo Zeebo Games]
+
|style="background:Game;"|Zuma Deluxe
||[https://archive.org/download/hearto-1g1r-collection/hearto_1g1r_collection/Zeebo%20-%20Zeebo.zip ✓]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 
|}
 
|}
 
==See also==
 
* [[Zeebo]] - Zeebo's software platform is essentially a custom version of Qualcomm's BREW, so Zeebo games might be playable in BREW emulators.
 
* [[Cellphone_emulators#Binary_Runtime_Environment_for_Wireless_.28BREW.29|BREW]]
 
 
==Donations==
 
*Monero: 49GCgSWs5kUccr66X74oZ8MedgBaJrbdRPj4PYJkvCfSPShfHfXoJxC6ZBTJm3R4YLQ7eWP3i4aBHcPKqShS6aybVc1DURB
 
  
 
==External links==
 
==External links==
 
* [https://discord.gg/re9Ab3cpj7 Discord server]
 
* [https://discord.gg/re9Ab3cpj7 Discord server]
* [https://lpcwiki.miraheze.org/wiki/Qualcomm_BREW BREW articles]
+
* [https://lpcwiki.miraheze.org/wiki/Qualcomm_BREW BREW article]
* [https://www.youtube.com/channel/UC-c4v27-3H_rZJW_jk3jPJw kraze's YouTube channel] - Dedicated to BREW and Zeebo preservation
+
* [https://www.youtube.com/channel/UC-c4v27-3H_rZJW_jk3jPJw kraze's YouTube channel], dedicated to BREW preservation
* [https://space.bilibili.com/454570522 B站 阿拉雷叔 Arale's Bilibili channel] - Focus on nostalgia mobile games, mainly J2ME, iOS and BREW
 
* [https://4pda.to/forum/index.php?showtopic=1033270 Melange - 4PDA]
 
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]
[[Category:BREW emulators]]
+
[[Category:Binary Runtime Environment for Wireless emulators]]
 
[[Category:Android emulation software]]
 
[[Category:Android emulation software]]
[[Category:Mobile emulators]]
 
[[Category:Cellphone emulators]]
 

Please note that all contributions to Emulation General Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Emulation General Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)