Difference between revisions of "Melange"

From Emulation General Wiki
Jump to navigation Jump to search
(Compatibility list)
(Tags: Mobile edit, Mobile web edit)
(How to use)
(Tags: Mobile edit, Mobile web edit)
(47 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{WIP}}
 
 
__NOTOC__
 
__NOTOC__
 
{{Infobox emulator
 
{{Infobox emulator
|logo =  
+
|logo = Melange.png
|logowidth =  
+
|logowidth = 150
|version = 1.0.2
+
|version = 1.0.9a
 
|active = Yes
 
|active = Yes
|platform = [[Emulators on Android OS|Android]]
+
|platform = [[Emulators on Android|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)
 
|support =  
 
|support =  
|license =  
+
|license = N/A
 
|source = [https://gitlab.com/usernameak/brewemulator GitLab]
 
|source = [https://gitlab.com/usernameak/brewemulator GitLab]
 
|website =  
 
|website =  
|prog-lang = C
+
|prog-lang = C, C++
 
}}
 
}}
  
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] emulator for [[Emulators on Android OS|Android]], written in C. While the core emulator is free and open-source, it relies on proprietary components from Qualcomm, the creators of BREW.
+
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] wrapper for [[Emulators on Android|Android]].
 +
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==
 
==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.
  
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 with font glitches, but no Zeebo titles are currently supported, as OpenGL is unimplemented. The emulator is in still in early development.
+
It can boot many 2D/3D BREW games that don't require OpenGL (e.g. Id Software games, EA games) or some other APIs. As such, some KTF/KDDI/Chinese BREW titles work but have trouble properly rendering fonts and no [[Zeebo]] titles are currently supported, as OpenGL is unimplemented. The emulator is still in early development.
  
 
==How to use==
 
==How to use==
  
<b>★ Game path</b> :
+
===→ Game path===
 +
In <code><b><span style="color:#FE2E2E">/sdcard/MelangeBREW/</b></span></code>,
  
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>.
+
place manifest files (.mif) in <code><b><span style="color:#FE2E2E">mif/<game_name>.mif</code></b></span> and application resources (folder) in <code><b><span style="color:#FE2E2E">mod/<game_name></code></b></span>.
  
<b>★ Screen resulation</b> :
+
===→ Screen resolution===
 +
Create a <i><b>`breConfig.toml`</i></b> text file under the path
 +
<code><b><span style="color:Red">/MelangeBREW/sys/</code></b></span>
  
Create a <i>breConfig.toml</i> text file under the path
+
Add the following text in <i><b>`breConfig.toml`</i></b>
<code>Android/data/io.github.usernameak.brewemulator/files/sys, </code>
 
  
Add the following text in <i>breConfig.toml</i>
+
<code><b><span style="color:#FE2E2E">
 +
width = px <br/>
 +
height = px
 +
</code></b></span>
  
<pre>
+
<small> For example</small>
width = px
+
 
height = px
+
<code><b><span style="color:#FE2E2E">
</pre>
+
width = 240 <br/>
E.g.
 
<pre>
 
width = 240
 
 
height = 320
 
height = 320
</pre>
+
</code></b></span>
 +
<br/>
 +
* <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 a game says there is not enough space in the storage.
 +
 
 +
Create a <i><b>`breConfig.toml`</i></b> text 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 work without problems.
* Most BREW titles run.
 
* Some KTF titles run with font/glitches problem.
 
* Zeebo games are unsupported.
 
* Touchscreen support is unimplemented.
 
 
* One screen control support.
 
* One screen control support.
 +
* Screenshot button [+] added.
 
* Sound is not supported.
 
* Sound is not supported.
 +
* Touchscreen support is unimplemented.
 +
* Some KTF/KDDI/Chinese BREW titles run but have issues with font rendering.
 +
* Zeebo games are not yet supported.
  
 
==Screenshots==
 
==Screenshots==
  
;Menu view
+
===Gameplay===
{| class="wikitable mw-sortable"
+
<gallery widths="152px" heights="320px" perrow=6>
|[[File:UI.jpg|190px]]<br/>Small icons
+
EWJ.jpg|Earthworm Jim: SE
|[[File:UI2.jpg|190px]]<br/>Large icons
+
TDK.jpg|The Dark Knight
|[[File:UI3.jpg|190px]]<br/>List
+
USM.jpg|Ultimate Spider-Man
|}
+
DS.jpg|Dragon Sword
 +
Samurai.jpg|Samurai
 +
Sonic.jpg|Sonic The Hedgehog
 +
NFS.jpg|Need for Speed: Shift 3D
 +
Spore.jpg|Spore
 +
GOF3D.jpg|Galaxy on Fire 3D
 +
HS3D.jpg|Heli Strike 3D - Advance Air Combat
 +
SFllCE.jpg|Street Fighter ll
 +
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 & Elves ll
 +
HAWK.jpg|H.A.W.K
 +
Sypro1.jpg|Spyro 1
 +
SDM.jpg|Super Drop Mania
 +
NFSPS.jpg|Need for Speed: Pro Street
 +
REG.jpg|Resident Evil: Genesis
 +
W8B.jpg|Wide 8 Ball
 +
Chess.jpg|Chess
 +
Sypro2.jpg|Spyro 2
 +
</gallery>
  
;Gameplay
+
===Menu view===
{| class="wikitable mw-sortable"
+
<gallery widths="152px" heights="320px">
|[[File:EWJ.jpg|190px]]<br/>Earthworm Jim: SE
+
UI.jpg|Small icons
|[[File:TDK.jpg|190px]]<br/>The Dark Knight
+
UI2.jpg|Large icons
|[[File:USM.jpg|190px]]<br/>Ultimate Spider-Man
+
UI3.jpg|List
|[[File:DS.jpg|190px]]<br/>Dragon Sword
+
</gallery>
|-
 
|[[File:NFS.jpg|190px]]<br/>Need for Speed: Shift 3D
 
|[[File:Spore.jpg|190px]]<br/>Spore
 
|[[File:GOF3D.jpg|190px]]<br/>Galaxy on Fire 3D
 
|[[File:HS3D.jpg|190px]]<br/>Helistrike 3D
 
|-
 
|[[File:DN3D.jpg|190px]]<br/>Duke Nukem 3D
 
|[[File:NFSR.jpg|190px]]<br/>Need for Speed: The Run
 
|[[File:Pacm.jpg|190px]]<br/>Pac-Man
 
|[[File:OEll.jpg|190px]]<br/>Orcs & Elves ll
 
|}
 
  
 
==Downloads==
 
==Downloads==
 
 
; Melange
 
; Melange
 
{| cellpadding="4"
 
{| cellpadding="4"
 
|-
 
|-
 
|align=center|{{Icon|APK-big}}
 
|align=center|{{Icon|APK-big}}
|'''[https://cdn.discordapp.com/attachments/735124238398259281/906394504322502747/Melange_v.1.0.2.apk 1.0.2]
+
|'''[https://deltacxx.insomnia247.nl/brewemu/versions/stable/ Stable]<br/>
 +
|'''[https://deltacxx.insomnia247.nl/brewemu/versions/beta/ Beta]<small> (debug build)</small>
 
|}
 
|}
  
 
; Apps
 
; Apps
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 and Chinese ones.
+
[[File:Icon_BREW.png|100px]]
 +
 
 +
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 collections of European, American and Korean titles, but not Japanese and Chinese ones.
  
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
Line 98: Line 129:
 
! scope="col"|Backups
 
! scope="col"|Backups
 
|-
 
|-
|[https://archive.org/details/qualcomm-brew-games Qualcomm BREW Games]
+
|[https://archive.org/details/qualcomm-brew Qualcomm/KTF/KDDI BREW Games]
|[https://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 2008-2010]<br/> [https://mega.nz/#F!fSZmBQbK!cOhvnFTNoI375xGjxCT9fg 2015-2018]<br/> [https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror]<br/> [https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download Super Mirror]
+
|[https://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 08-10]<br/> [https://mega.nz/#F!fSZmBQbK!cOhvnFTNoI375xGjxCT9fg 15-18]<br/> [https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror]<br/> [https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download Mirror+]<small>(includes 2020 collection)</small><br/>[https://archive.org/details/qualcomm-brew-games Original from 2021]
 
|-
 
|-
 
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
 
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
Line 107: Line 138:
 
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c Backup]
 
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c Backup]
 
|-
 
|-
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Game & App Compilation]
+
|[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html Straces games & Apps collection pack]<br/><small> (🔑 : ''Straces'')</small>
|[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ Backup]
 
|-
 
|[http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com games list by kraze]
 
 
|N/A
 
|N/A
 
|-
 
|-
Line 116: Line 144:
 
|N/A
 
|N/A
 
|-
 
|-
|[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html Straces games & Apps collection pack]<br/><small> (Password: ''Straces'')</small>
+
|[http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com games list by kraze]
 
|N/A
 
|N/A
 
|-
 
|-
Line 123: Line 151:
 
|}
 
|}
  
==Compatibility list==
+
; Standalone <small>(Signed/Unsigned)</small>
 
+
{| class="wikitable" style="text-align:center;"
{|class="wikitable" width=500px
+
|-
! colspan="2" | Key
+
! scope="col"|Games
 +
! scope="col"|Download
 
|-
 
|-
! style="background:#E9E9E9;" | Compat Legend
+
|Kingdom Hearts <small> (Ep.1-3 / Partially found)</small>
! style="background:#E9E9E9;" | Class
+
|[https://mega.nz/file/FcNygIJT#4j6MyVL7dqdiuNwv85AXsS4UmQu5JVk41r-88ZxviHI 💾]
 
|-
 
|-
|style="background:lightgreen;"|<b>Excellent</b> : Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay.
+
|Transformers G1 Awakening <small> (Partially found)</small>
|Very playable/playable
+
|[https://mega.nz/file/cFEg1IRL#TIqWCGANV2GZpZHIrr7CNVML_Y5-ZVtWiOgSgvfqBmI 💾]
 
|-
 
|-
|style="background:turquoise;"|<b>Perfect</p> : Games that work 100%, good audio, or other things that still affect gameplay.
+
|Asphalt <small>(All Versions)</small>
|Very playable/playable
+
|[https://mega.nz/file/SWAhmQLL#TLg0gb9qkF6P6R8SAYs1XrgMsi6MVSeuE0UXhi8TBdM 💾]
 
|-
 
|-
|style="background:#b3d9b3;"|<b>Normal</b> : Game is playable with some few/very minor sound or other issues.
+
|Nascar 09 + Verizon Championship Racing <small>(All Versions)</small>
|Playable
+
|[https://mega.nz/file/7OZTDKyY#PM2JPvvlroucluAgqOHaHLZe2osyPtnH87KHykAt6Wo 💾]
 
|-
 
|-
|style="background:yellow;"|<b>Okay</b> : Games that work 100% and playable, but bugs may interfere with gameplay.
+
|Spider-Man 2: 3D NY Rooftops
|Working/playable.
+
|[https://mega.nz/file/DP4WBQSZ#CJbTl9GqAGaZEb-RNFDNyET7jgANNHi6dYdGeCc0Idw 💾]
 
|-
 
|-
|style="background:orange;"|<b>Horrible</b> : Games that mostly work but with more serious but playable bugs/glitches/slow.
+
| Red Baron
|Working/unplayable
+
| [https://mega.nz/file/aSoX2SbJ#GFWeuEKlhCBZPJLD-9NSjpl_EyBiCwZht68nBx0BPB8 💾]
 
|-
 
|-
|style="background:salmon;"|<b>Doesn't work</b> : Games that do not load and have major problems and/or are unplayable.
+
|Ratchet & Clank: Going Mobile
|Unplayable
+
|[https://mega.nz/file/bOQz2ART#oPD8E_bqtHcHZKV6mGqoW-sscP4XqKRd6b0mDipLnuw 💾]
 
|-
 
|-
|style="background:#ff4f3b;"|<b>Bad</b> : Game is unplayable.
+
|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
|Unplayable
+
|[https://cdn.discordapp.com/attachments/735124238398259281/819371808343064586/scpt_3d.zip 💾]
 
|-
 
|-
|style="background:#4a4646;"|<b>Terrible</b> : game can't boot or boots but freezes sometimes.
+
|Contra 4: Redux
|Extremely unplayable/broken
+
|[https://mega.nz/file/3bgRnSxS#uxMukrqGvn5YxZKVU4BAs09OZAWNvKY1OHJmiQ8-Ldk 💾]
 
|-
 
|-
|style="background:grey;"|<b>Untested</b> : Unknown status. Game has not been tested, or the test results were unclear.
+
|The Legend of Spyro: A New Beginning<br/>The Legend of Spyro: The Eternal Night
|Untested
+
|[https://mega.nz/file/uehRyCCA#rq_sogGg1qWBV4GbhPxU7_G_2YHHUEQfs4rUp9KsesE 💾]
|}
 
 
 
{|class="wikitable sortable mw-collapsible mw-collapsed" width="800px"
 
! class=sortable | Name
 
! class=sortable | Status
 
! class=sortable | Notes
 
! class=sortable | Dumped/Available?
 
! class=sortable | Ref.
 
 
|-
 
|-
|style="background:Game;"|1000 Words
+
|Sonic The Hedgehog
|style="background:grey;"| Not tested
+
|[https://drive.google.com/file/d/1OPJHKu-JsqwqMJ80wUaqS_eyClx3yETv/view?fbclid=IwAR0Nxnu-306y5O1NTaAIp2tSvTgBA_ZqXQerZE_Bsp2GeaqhZC3gxh8uNLI 💾]
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|
 
 
|-
 
|-
|style="background:Game;"|24
+
|Sonic The Hedgehog 2
|style="background:grey;"| Not tested
+
|[https://mega.nz/file/3fg30SDJ#XZReUQXDeEaNxNxFGSoVV2eMqYnwGEC4rj0ZFPwi__E 💾]<br/>[https://mega.nz/file/TDhmCCaZ#UK1DO565oQcg9L_6yTDBkaqMauAkcg-KTbjN4xJFtgI 💾]<small>(320x240)</small>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|24: Agent Down
+
|OpenLara port (Tomb Raider)
|style="background:grey;"| Not tested
+
|[https://cdn.discordapp.com/attachments/735124238398259281/950398259556417566/OpenLara.7z 💾]
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|1942
+
|Tetris Blue <small>(KDDI)</small>
|style="background:grey;"| Not tested
+
|[https://mega.nz/file/CCZj2ALY#yj3Rqd0gZX00GJC32keVqpfoB8oOCSPRI3UaZ-tF6JU 💾]
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1942arcade]
 
 
|-
 
|-
|style="background:Game;"|1943 Midway Battle / 1943 ミッドウェイ海戦
+
|Puyo Puyo Fever DX Demo! <small>(KDDI)</small>
|style="background:grey;"| Not tested
+
|[https://mega.nz/file/iTBFRILT#cgADaekTjJQSTYj1mfCqKM5vl7dq9s4H15-ACEZZlv8 💾]
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/25/news094.html]
 
 
|-
 
|-
|style="background:Game;"|2004 GameLoft Real Football / 2004 ゲームロフト リアルサッカー
+
|Need For Speed: Underground 2 Mobile <small> (Debug build / prototype)</small>
|style="background:grey;"| Not tested
+
|[https://archive.org/details/nfsu2mobile 💾]
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/2455/amp]
 
 
|-
 
|-
|style="background:Game;"|2007 Professional Baseball NET / 2007 프로야구 NET
+
|Need For Speed: Most Wanted Mobile
|style="background:grey;"| Not tested
+
|[https://archive.org/details/nfsmw_202107 💾]
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[http://m.aving.net/global-news-aving?a_num=45759]
 
 
|-
 
|-
|style="background:Game;"|2 Fast 2 Furious
+
|Doom RPG
|style="background:grey;"| Not tested
+
|[https://archive.org/details/doomrpg_brew 💾]
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|
 
 
|-
 
|-
|style="background:Game;"|365 Puzzle Club
+
|Orcs & Elves
|style="background:grey;"| Not tested
+
|[https://archive.org/details/orcsandelves_brew 💾]
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
|style="background:Ref.;"|
+
; Zeebo
 +
[[File:icon_Zeebo.png|110px]]
 +
 
 +
A 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;"
 
|-
 
|-
|style="background:Game;"|3°C
+
! scope="col"|Set
|style="background:grey;"| Not tested
+
! scope="col"|Backups
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|
 
 
|-
 
|-
|style="background:Game;"|3D Battle Tank
+
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Games & Apps compilation]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ Backup]
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|
 
 
|-
 
|-
|style="background:Game;"|3D Brick Breaker Revolution 2
+
|[https://archive.org/details/zeebo-romset-and-devtools Zeebo (All Games + Dev Tools)]
|style="background:grey;"| Not tested
+
|N/A
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|
 
 
|-
 
|-
|style="background:Game;"|3D Fast & Furious Pink Slip
+
|[https://archive.org/details/zeebo-zeebo Zeebo games]
|style="background:grey;"| Not tested
+
|N/A
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|
 
 
|-
 
|-
|style="background:Game;"|3D Rollercoaster Rush
+
|[https://archive.org/download/hearto-1g1r-collection/hearto_1g1r_collection/Zeebo%20-%20Zeebo.zip Zeebo collection]
|style="background:grey;"| Not tested
+
|N/A
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
|style="background:Ref.;"|
+
==Compatibility list==
 +
{|class="wikitable" width=500px
 +
! colspan="2" | Key
 
|-
 
|-
|style="background:Game;"|3D Slam Ping Pong
+
! style="background:#E9E9E9;" | Compat Legend
|style="background:grey;"| Not tested
+
! style="background:#E9E9E9;" | Class
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|
 
 
|-
 
|-
|style="background:Game;"|3D The Fast and the Furious
+
|style="background:lightgreen;"|<b>Excellent</b> : Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay.
 +
|Very playable
 +
|-
 +
|style="background:turquoise;"|<b>Perfect</b> : Games that work 100%, good audio, or other things that still affect gameplay.
 +
|Very playable/playable
 +
|-
 +
|style="background:#b3d9b3;"|<b>Normal</b> : Game is playable with some few/very minor sound or other issues.
 +
|Playable
 +
|-
 +
|style="background:yellow;"|<b>Okay</b> : Games that work 100% and playable, but bugs may interfere with gameplay.
 +
|Working/playable.
 +
|-
 +
|style="background:orange;"|<b>Horrible</b> : Games that mostly work but with more serious but playable bugs/glitches/slow.
 +
|Working/unplayable
 +
|-
 +
|style="background:salmon;"|<b>Doesn't work</b> : Games that do not load and have major problems and/or are unplayable.
 +
|Unplayable
 +
|-
 +
|style="background:#ff4f3b;"|<b>Bad</b> : Game is unplayable.
 +
|Unplayable
 +
|-
 +
|style="background:#4a4646;"|<b>Terrible</b> : game can't boot or boots but freezes sometimes.
 +
|Extremely unplayable/broken
 +
|-
 +
|style="background:grey;"|<b>Untested</b> : Unknown status. Game has not been tested, or the test results were unclear.
 +
|Untested/not tested
 +
|}
 +
 
 +
{|class="wikitable sortable mw-collapsible mw-collapsed" width="800px"
 +
! class=sortable | Name
 +
! class=sortable | Status
 +
! class=sortable | Notes
 +
! class=sortable | Dumped
 +
! class=sortable | Reference
 +
|-
 +
|style="background:Game;"|1000 Words
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1000-words]
 
|-
 
|-
|style="background:Game;"|3D The Fast and the Furious: Tokyo
+
|style="background:Game;"|24
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|3D Tilt-A-World
+
|style="background:Game;"|24: Agent Down
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/hzmwRlar0wI]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|4 Elements
+
|style="background:Game;"|1942
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1942arcade]
 +
|-
 +
|style="background:Game;"|1943 Midway Battle / 1943 ミッドウェイ海戦
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/25/news094.html]
 
|-
 
|-
|style="background:Game;"|7 Wonders of the Ancient World
+
|style="background:Game;"|2004 Gameloft Real Football / 2004 ゲームロフト リアルサッカー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/2455/amp]
 
|-
 
|-
|style="background:Game;"|A certain company voyage game / 某社航海ゲーム
+
|style="background:Game;"|2004 Gameloft Real Soccer / 2004 ゲームロフト リアルサッカー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
+
|style="background:Ref.;"|[https://dengekionline.com/data/news/2004/12/24/2936d421fb95158eba9f57fa34cd77b2.html]
 
|-
 
|-
|style="background:Game;"|Ace Combat / エースコンバット
+
|style="background:Game;"|2007 Professional Baseball NET / 2007 프로야구 NET
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/25/news112.html]
+
|style="background:Ref.;"|[http://m.aving.net/global-news-aving?a_num=45759]
 
|-
 
|-
|style="background:Game;"|Action Hero 3D: Wild Dog
+
|style="background:Game;"|2 Fast 2 Furious
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/2-fast-2-furious]
 
|-
 
|-
|style="background:Game;"|ADV Midomaru Residence Case Introduction Part 1 / ADV御堂丸邸事件 導入編/前編
+
|style="background:Game;"|365 Puzzle Club
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000031713]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/365-puzzle-club]
 
|-
 
|-
|style="background:Game;"|After Burner II
+
|style="background:Game;"|3°C
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/After_Burner_II_(mobile)]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3c]
 
|-
 
|-
|style="background:Game;"|Age of Empires 2 DX / エイジオブエンパイア 2 DX
+
|style="background:Game;"|3D Battle Marine / 3D 배틀마린
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.4gamer.net/games/018/G001859/20071101002]
+
|style="background:Ref.;"|[https://knopkozavr.ru/battle-marine-2003]
 
|-
 
|-
|style="background:Game;"|Ai Senshi Nicol
+
|style="background:Game;"|3D Battle Tank
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-battle-tank]
 
|-
 
|-
|style="background:Game;"|Ai to Rōdō no Hibi
+
|style="background:Game;"|3D Brick Breaker Revolution 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Akubi Girl Liz Mix / アクビガール リズミックス
+
|style="background:Game;"|3D City Racing / 3D 都市 狂飙
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
+
|style="background:Ref.;"|[https://knopkozavr.ru/3d-city-racing-2004]
 
|-
 
|-
|style="background:Game;"|Ali 3D
+
|style="background:Game;"|3D Fast & Furious Pink Slip
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/NjSANQsrw2U]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-fast-furious]
 
|-
 
|-
|style="background:Game;"|Aliens: Unleashed
+
|style="background:Game;"|3D The Fast and the Furious
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-unleashed]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious]
 
|-
 
|-
|style="background:Game;"|Aliens vs Predator 3D
+
|style="background:Game;"|3D The Fast and the Furious: Tokyo
|style="background:#b3d9b3;"|Normal
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|-
 
|style="background:Game;"|Aliens vs Predator: Requiem
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-vs-predator-requiem_]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious-tokyo]
 
|-
 
|-
|style="background:Game;"|Alpine Racer EX
+
|style="background:Game;"|3D Rollercoaster Rush
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Aladdin
+
|style="background:Game;"|3D Slam Ping Pong
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/-T5yzBHA4V4]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-slam-ping-pong]
 
|-
 
|-
|style="background:Game;"|Amber Will / 琥珀色の遺言
+
|style="background:Game;"|3D Tilt-A-World
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/14/news097.html]
+
|style="background:Ref.;"|[https://youtu.be/hzmwRlar0wI]
 
|-
 
|-
|style="background:Game;"|AND1 Street Basketball / AND1 ストリートバスケ
+
|style="background:Game;"|4 Elements
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/4-elements]
 
|-
 
|-
|style="background:Game;"|AND 1 Streetball
+
|style="background:Game;"|7 Wonders of the Ancient World
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/7-wonders-of-the-ancient-world]
 
|-
 
|-
|style="background:Game;"|Andretti Racing 3D
+
|style="background:Game;"|A certain company voyage game / 某社航海ゲーム
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|Anytime !! 3D Golf DX / いつでも!!3DゴルフDX
+
|style="background:Game;"|ABO Diet Queen / ABO 다이어트 퀸
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/07/news065.html]
+
|style="background:Ref.;"|[https://knopkozavr.ru/abo-diet-queen-2006]
 
|-
 
|-
|style="background:Game;"|Anytime Paint Puzzle / いつでもペイントパズル
+
|style="background:Game;"|Ace Combat / エースコンバット
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/25/news112.html]
 
|-
 
|-
|style="background:Game;"|Arcade Fishing
+
|style="background:Game;"|Ace Fighter / 王牌 战机
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://knopkozavr.ru/ace-fighter-2004]
 
|-
 
|-
|style="background:Game;"|Arcana-Ecstasy of Light and Darkness / アルカナ~光と闇のエクスタシス~
+
|style="background:Game;"|Action Hero 3D: Wild Dog
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000100.000000730.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Are you smarter than a 5th Grader?
+
|style="background:Game;"|ADV Midomaru Residence Case Introduction Part 1 / ADV御堂丸邸事件 導入編/前編
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000031713]
 
|-
 
|-
|style="background:Game;"|Area 88 / エリア88
+
|style="background:Game;"|Adventure Bar Story / 不思議の国の冒険酒場
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0608/24/news120.html]
+
|style="background:Ref.;"|[https://glitchwave.com/game/adventure-bar-story/]
 
|-
 
|-
|style="background:Game;"|Argos Warrior / アルゴスの戦士
+
|style="background:Game;"Aerostorm / 에어로 스톰
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://knopkozavr.ru/aerostorm-1-2-2002]
 
|-
 
|-
|style="background:Game;"|Arji and Shitsuji / アルジとシツジ
+
|style="background:Game;"|After Burner II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000074.000000730.html]
+
|style="background:Ref.;"|[https://segaretro.org/After_Burner_II_(mobile)]/[https://web.archive.org/web/20050207064034/http://wireless.ign.com/objects/704/704083.html]
 
|-
 
|-
|style="background:Game;"|Arm Macho! / 腕マッチョ!
+
|style="background:Game;"|Age of Empires 2 DX / エイジオブエンパイア 2 DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24679.html]
+
|style="background:Ref.;"|[https://www.4gamer.net/games/018/G001859/20071101002]
 
|-
 
|-
|style="background:Game;"|Armadillo Gold Rush
+
|style="background:Game;"|Age of Stone / 에이지 오브 스톤
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://knopkozavr.ru/age-of-stone-2004]
 
|-
 
|-
|style="background:Game;"|Ashoka
+
|style="background:Game;"|Ai Senshi Nicol
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Asphalt 4: Elite Racing
+
|style="background:Game;"|Ai to Rōdō no Hibi
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Asphalt: Urban GT
+
|style="background:Game;"|Air Borne Ops
|style="background:lightgreen;"| Excellent
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Asphalt: Urban GT 2 3D
+
|style="background:Game;"|Akubi Girl Liz Mix / アクビガール リズミックス
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|-
 
|-
|style="background:Game;"|Asteroids
+
|style="background:Game;"|Aladdin
|style="background:lightgreen;"| Excellent
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://youtu.be/-T5yzBHA4V4]
 
|-
 
|-
|style="background:Game;"|Athena Full Throttle / アテナ フルスロットル
+
|style="background:Game;"|Ali 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=104]
+
|style="background:Ref.;"|[https://youtu.be/NjSANQsrw2U]
 
|-
 
|-
|style="background:Game;"|Attack of the Flarb
+
|style="background:Game;"|Aliens: Unleashed
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/YE27YY7SoKw]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-unleashed]
 
|-
 
|-
|style="background:Game;"|Atletismo
+
|style="background:Game;"|Aliens vs Predator 3D
|style="background:grey;"| Not tested
+
|style="background:#b3d9b3;"|Normal
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Aulbath: Wild River
+
|style="background:Game;"|Aliens vs Predator: Requiem
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-vs-predator-requiem_]
 
|-
 
|-
|style="background:Game;"|Avalanche Snowboarding
+
|style="background:Game;"|Alpine Racer EX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Avatar Heart 2 / アバタールハート2
+
|style="background:Game;"|AltEarth
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000118.000000730.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204074648/http://wireless.ign.com/objects/714/714602.html]
 
|-
 
|-
|style="background:Game;"|Baku Baku Animal ばくばくアニマル
+
|style="background:Game;"|Alone: The horror begins
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Baku_Baku_Animal_(mobile)]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Bases Loaded
+
|style="background:Game;"|Amber Will / 琥珀色の遺言
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/14/news097.html]
 
|-
 
|-
|style="background:Game;"|Bathing Combat Game / 入浴戦闘ゲーム
+
|style="background:Game;"|AND 1 Street Basketball / AND1 ストリートバスケ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34406.html]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 
|-
 
|-
|style="background:Game;"|Batman Begins
+
|style="background:Game;"|AND 1 Streetball
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/batman-begins__]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Battle ☆ Bomberman 8 / 対戦☆ボンバーマン8
+
|style="background:Game;"|Andretti Racing 3D
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050728/bomb.htm]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Battle! Fighting Glitter Legend / 対戦!格闘煌伝説
+
|style="background:Game;"|Angelade / 엔젤에이드
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
+
|style="background:Ref.;"|[https://knopkozavr.ru/angelade-2005]
 
|-
 
|-
|style="background:Game;"|"Battle Garegga Part 1 / バトルガレッガ前編
+
|style="background:Game;"|Ant Kingdom Tycoon
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/23/news081.html]
+
|style="background:Ref.;"|[https://knopkozavr.ru/ant-kingdom-tycoon-2005]/[http://www.atdata.net/main_e/game/ant.htm]
 
|-
 
|-
|style="background:Game;"|Beach Volley Girl Shizuku
+
|style="background:Game;"|Anytime !! 3D Golf DX / いつでも!!3DゴルフDX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/07/news065.html]
 
|-
 
|-
|style="background:Game;"|Beach Volley Girl Shizuku 2: Hishō-hen
+
|style="background:Game;"|Anytime Paint Puzzle / いつでもペイントパズル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 
|-
 
|-
|style="background:Game;"|Beach Volley Girl Shizuku 3: Sekai Taikai-hen
+
|style="background:Game;"|Arcade Fishing
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Bejeweled: Twist
+
|style="background:Game;"|Arcana-Ecstasy of Light and Darkness / アルカナ~光と闇のエクスタシス~
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bejeweled-twist]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000100.000000730.html]
 
|-
 
|-
|style="background:Game;"|Beowulf / ベオウルフ
+
|style="background:Game;"|Arctic Challenge Snowboarding
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0711/29/news127.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207082757/http://wireless.ign.com/objects/710/710909.html]
 
|-
 
|-
|style="background:Game;"|Big Buck Hunter Pro
+
|style="background:Game;"|Are you smarter than a 5th Grader?
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Big Kahuna Reef
+
|style="background:Game;"|Are you smarter than a 5th Grader? 2009
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Biohazard: DEGENERATION
+
|style="background:Game;"|Area 88 / エリア88
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.4gamer.net/games/038/G003891/20090121058]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0608/24/news120.html]
 
|-
 
|-
|style="background:Game;"|BioShock 3D
+
|style="background:Game;"|Argos Warrior / アルゴスの戦士
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bioshock_]
+
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|The Birds: Evil has Wings
+
|style="background:Game;"|Arji and Shitsuji / アルジとシツジ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000074.000000730.html]
 
|-
 
|-
|style="background:Game;"|BLACK JACK & POKER
+
|style="background:Game;"|Arm Macho! / 腕マッチョ!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24679.html]
 
|-
 
|-
|style="background:Game;"|Blacksmith in Wonderland / 不思議の国の鍛冶屋
+
|style="background:Game;"|Armadillo Gold Rush
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0701/25/news132.html][https://www.rideongames.com/kajiya2 Official]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Blade: Trinity
+
|style="background:Game;"|Ashoka
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Blingster Battle
+
|style="background:Game;"|Asphalt 4: Elite Racing
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Block Breaker Deluxe
+
|style="background:Game;"|Asphalt: Import Tuner Edition
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/block-breaker-deluxe]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Block Breaker Deluxe 2
+
|style="background:Game;"|Asphalt: Online
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asphalt: Urban GT
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"| Require change resolution.
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Block Breaker 3 Unlimited
+
|style="background:Game;"|Asphalt: Urban GT 2 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Blokus
+
|style="background:Game;"|Asteroids
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Bloody Ghost / ブラッディゴースト
+
|style="background:Game;"|Athena Full Throttle / アテナ フルスロットル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/04/news104.html]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=104]
 
|-
 
|-
|style="background:Game;"|Blue Wolf White Female Deer Genghis Khan / 蒼き狼白き牝鹿 ジンギスカン
+
|style="background:Game;"|Attack of the Flarb
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
+
|style="background:Ref.;"|[https://youtu.be/YE27YY7SoKw]
 
|-
 
|-
|style="background:Game;"|Bloons
+
|style="background:Game;"|Atletismo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|BOBBY BEARING
+
|style="background:Game;"|Aulbath: Wild River
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.edgegames.com/mobile.htm#]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Bode Miller Alpine Racing
+
|style="background:Game;"|Avalanche Snowboarding
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Bomberman 3D Island / ボンバーマン3Dアイランド
+
|style="background:Game;"|Avatar Heart 2 / アバタールハート2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.matrixsoft.co.jp/products/mob_bom3]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000118.000000730.html]
 
|-
 
|-
|style="background:Game;"|Bomberman Land: Battles
+
|style="background:Game;"|Baku Baku Animal ばくばくアニマル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://segaretro.org/Baku_Baku_Animal_(mobile)]
 
|-
 
|-
|style="background:Game;"|Bomberman Special
+
|style="background:Game;"|Baldur's Gate
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15530.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207070841/http://wireless.ign.com/objects/688/688224.html]
 
|-
 
|-
|style="background:Game;"|Bomberman Puzzle / ボンバーマンパズル
+
|style="background:Game;"|Bar of Wonderland 2 / 不思議の国の酒場2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17589.html]
+
|style="background:Ref.;"|[https://glitchwave.com/game/bar-of-wonderland-2/]
 
|-
 
|-
|style="background:Game;"|Bonk's Return
+
|style="background:Game;"|Bases Loaded
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Bookworm Deluxe
+
|style="background:Game;"|Bass Fishing in California
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://knopkozavr.ru/bass-fishing-in-california]
 
|-
 
|-
|style="background:Game;"|Bosconian / ボスコニアン
+
|style="background:Game;"|Bathing Combat Game / 入浴戦闘ゲーム
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0409/01/news01.html]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34406.html]
 
|-
 
|-
|style="background:Game;"|Brain Exercise
+
|style="background:Game;"|Batman Begins
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/batman-begins__]
 
|-
 
|-
|style="background:Game;"|Brave Shot 2
+
|style="background:Game;"|Battle ☆ Bomberman 8 / 対戦☆ボンバーマン8
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050728/bomb.htm]
 
|-
 
|-
|style="background:Game;"|Brothers in Arms: Earned in Blood
+
|style="background:Game;"|Battle! Fighting Glitter Legend / 対戦!格闘煌伝説
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
|style="background:Notes;"| Crash when play
+
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 
|-
 
|-
|style="background:Game;"|Brothers in Arms: Earned in Blood 3D
+
|style="background:Game;"|"Battle Garegga Part 1 / バトルガレッガ前編
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/brothers-in-arms-earned-in-blood-3d]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/23/news081.html]
 
|-
 
|-
|style="background:Game;"|Bruce Lee – Iron Fist 3D
+
|style="background:Game;"|Batton’s Force / 巴顿的铁拳
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://knopkozavr.ru/battons-force-2004]
 
|-
 
|-
|style="background:Game;"|Bubble Ducky
+
|style="background:Game;"|Beach Volley Girl Shizuku
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Bubble Trouble
+
|style="background:Game;"|Beach Volley Girl Shizuku 2: Hishō-hen
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Bugs Bunny: Rabbit Rescue
+
|style="background:Game;"|Beach Volley Girl Shizuku 3: Sekai Taikai-hen
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bugs-bunny-rabbit-rescue]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Burnout
+
|style="background:Game;"|Bejeweled
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Buzztime Trivia
+
|style="background:Game;"|Bejeweled: Twist
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bejeweled-twist]
 
|-
 
|-
|style="background:Game;"|Cake Mania Celebrity Chef
+
|style="background:Game;"|Beowulf / ベオウルフ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0711/29/news127.html]
 
|-
 
|-
|style="background:Game;"|Call Of Duty
+
|style="background:Game;"|Big Buck Hunter Pro
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Call Of Duty 5: World At War
+
|style="background:Game;"|Big Kahuna Reef
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Cameltry / キャメルトライ
+
|style="background:Game;"|Biohazard: DEGENERATION
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050520/cameltry.htm]
+
|style="background:Ref.;"|[https://www.4gamer.net/games/038/G003891/20090121058]
 
|-
 
|-
|style="background:Game;"|Captain Lunar
+
|style="background:Game;"|BioShock 3D
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
|style="background:Notes;"|
+
|style="background:Notes;"|Patch : [https://cdn.discordapp.com/attachments/735124238398259281/914282917981732874/bio3d_fixed.7z Bio3D_fixed]
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bioshock_]/[https://glitchwave.com/game/bioshock-brew/]
 
|-
 
|-
|style="background:Game;"|Cartel Wars
+
|style="background:Game;"|The Birds: Evil has Wings
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|CATCHa Mouse
+
|style="background:Game;"|BLACK JACK & POKER
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Centipede
+
|style="background:Game;"|Blacksmith in Wonderland / 不思議の国の鍛冶屋
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0701/25/news132.html]/[https://www.rideongames.com/kajiya2 Official]/[https://glitchwave.com/game/blacksmith-in-wonderland/]
 
|-
 
|-
|style="background:Game;"|Chaos Breaker / カオスブレイカー
+
|style="background:Game;"|Blacksmith in Wonderland 2 / 不思議の国の鍛冶屋 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/06/news082.html]
+
|style="background:Ref.;"|[https://glitchwave.com/game/blacksmith-in-wonderland-2/]
 
|-
 
|-
|style="background:Game;"|Chessmaster
+
|style="background:Game;"|Blade: Trinity
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Chief of Wonderland 2 / 不思議の国の長者2
+
|style="background:Game;"|Blingster Battle
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.rideongames.com/chouja2/top.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Chocobo de Mobile / チョコボdeモバイル
+
|style="background:Game;"|Blitzkrieg
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%81%E3%83%A7%E3%82%B3%E3%83%9Cde%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Choro-Q Cannonball 3D / チョロQキャノンボール (3D by Mascot Capsule)
+
|style="background:Game;"|Block Breaker Deluxe
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25240.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/block-breaker-deluxe]
 
|-
 
|-
|style="background:Game;"|Chuck Norris: Bring on the Pain
+
|style="background:Game;"|Block Breaker Deluxe 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Churashima Kurashi
+
|style="background:Game;"|Block Breaker 3 Unlimited
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Chuzzle / チャズル
+
|style="background:Game;"|Blokus
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Chuzzle Deluxe
+
|style="background:Game;"|Bloody Ghost / ブラッディゴースト
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/04/news104.html]
 
|-
 
|-
|style="background:Game;"|Cinematic Soccer
+
|style="background:Game;"|Blue Wolf White Female Deer Genghis Khan / 蒼き狼白き牝鹿 ジンギスカン
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|City Connection: Rocket
+
|style="background:Game;"|Bloons
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Classic Mini Golf 3D
+
|style="background:Game;"|BOBBY BEARING
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.edgegames.com/mobile.htm#]
 +
|-
 +
|style="background:Game;"|Bode Miller Alpine Racing
 +
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Clue
+
|style="background:Game;"|Bomberman 3D Island / ボンバーマン3Dアイランド
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.matrixsoft.co.jp/products/mob_bom3]
 
|-
 
|-
|style="background:Game;"|Cluster fruits
+
|style="background:Game;"|Bomberman Land: Battles
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Collapse!
+
|style="background:Game;"|Bomberman Special
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15530.html]
 
|-
 
|-
|style="background:Game;"|Collapse! Chaos
+
|style="background:Game;"|Bomberman Puzzle / ボンバーマンパズル
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|-
 
|style="background:Game;"|Collapse! Blast
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17589.html]
 
|-
 
|-
|style="background:Game;"|Collapse! Holiday Edition
+
|style="background:Game;"|Bonk's Return
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Columns コラムス
+
|style="background:Game;"|Bookworm Deluxe
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://segaretro.org/Columns_(mobile)]
 
|-
 
|style="background:Game;"|Common Knowledge Quiz
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Competitive Cyber ​​Reversi / 対戦サイバーリバーシ!
+
|style="background:Game;"|Bosconian / ボスコニアン
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0804/10/news125.html]
+
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0409/01/news01.html]
 
|-
 
|-
|style="background:Game;"|Congklak
+
|style="background:Game;"|Brain Exercise
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Congo Cube
+
|style="background:Game;"|Brave Shot 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Contra
+
|style="background:Game;"|Brothers in Arms: Earned in Blood
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
|style="background:Notes;"|
+
|style="background:Notes;"| Crash when play
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-ports-brew]
 
 
|-
 
|-
|style="background:Game;"|Contra 4
+
|style="background:Game;"|Brothers in Arms: Earned in Blood 3D
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-4-conversions-brew]
 
|-
 
|style="background:Game;"|Contra 4: Redux
 
 
|style="background:salmon;"| Doesn't work
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-4-redux-ports-brew]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/brothers-in-arms-earned-in-blood-3d]
 
|-
 
|-
|style="background:Game;"|CR Shinkai Monogatari Special M6 / CR新海物語スペシャルM6
+
|style="background:Game;"|Bruce Lee – Iron Fist 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/04/news101.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Crazy diver
+
|style="background:Game;"|Bubble Ducky
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Crazy Texi
+
|style="background:Game;"|Bubble Bobble
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Crash N Burn
+
|style="background:Game;"|Bubble Trouble
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crash-n-burn]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Crash Twin Insanity
+
|style="background:Game;"|Bugs Bunny: Rabbit Rescue
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bugs-bunny-rabbit-rescue]
 
|-
 
|-
|style="background:Game;"|Creature Shock
+
|style="background:Game;"|Buffy the Vampire Slayer
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Critter Crunch
+
|style="background:Game;"|Burning Fighter / 버닝파이터
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://knopkozavr.ru/burning-fighter-2002]
 
|-
 
|-
|style="background:Game;"|The crown is for you / 栄冠は君に
+
|style="background:Game;"|Burning Flame / 烈火 雄心
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0407/23/news061.html]
+
|style="background:Ref.;"|[https://knopkozavr.ru/burning-flame-2004]
 
|-
 
|-
|style="background:Game;"|Crystal Defenders
+
|style="background:Game;"|Burnout
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%82%AF%E3%83%AA%E3%82%B9%E3%82%BF%E3%83%AB_%E3%82%AC%E3%83%BC%E3%83%87%E3%82%A3%E3%82%A2%E3%83%B3%E3%82%BA]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Crystal Monsters
+
|style="background:Game;"|Bush VS Kerry Boxing
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crystal-monsters]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204083734/http://wireless.ign.com/objects/694/694141.html]
 
|-
 
|-
|style="background:Game;"|Cubis 2
+
|style="background:Game;"|Buzztime Trivia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Custom !! 3D Golf / カスタム!!3Dゴルフ
+
|style="background:Game;"|Cake Mania Celebrity Chef
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news100.html]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Cyber Chess
+
|style="background:Game;"|Call Of Duty
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Damage San
+
|style="background:Game;"|Call Of Duty 5: World At War
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Danmaku Kentei Shiken: Dai-Ou-Jou-Hen
+
|style="background:Game;"|Cameltry / キャメルトライ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050520/cameltry.htm]
 
|-
 
|-
|style="background:Game;"|Darius
+
|style="background:Game;"|Cannon Launcher / 캐논 런처
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://knopkozavr.ru/cannon-launcher-2005]
 
|-
 
|-
|style="background:Game;"|Dark Castle
+
|style="background:Game;"|Captain Lunar
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|The Dark Horse Horse
+
|style="background:Game;"|Cartel Wars
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|The Dark Knight
+
|style="background:Game;"|CATCHa Mouse
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Darts for a camera Phone
+
|style="background:Game;"|Centipede
|style="background:salmon;"| Doesn't work
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|The Da Vinci Code: The Quest Begins
+
|style="background:Game;"|Chaos Breaker / カオスブレイカー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/06/news082.html]
 
|-
 
|-
|style="background:Game;"|Days of Memories ~ He and my hot summer / Days of Memories ~彼と私の熱い夏
+
|style="background:Game;"|Chess
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Days of Memories ~ Oedo Love Picture Scroll / Days of Memories ~大江戸恋愛絵巻
+
|style="background:Game;"|Chessmaster
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Days of Memories-Koi wa Good Job! / Days of Memories ~恋はグッジョブ!
+
|style="background:Game;"|Chief of Wonderland 2 / 不思議の国の長者2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
+
|style="background:Ref.;"|[https://www.rideongames.com/chouja2/top.html]
 
|-
 
|-
|style="background:Game;"|Days of Memories ~ Pure White Angels / Days of Memories ~純白の天使たち
+
|style="background:Game;"|Chocobo de Mobile / チョコボdeモバイル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%81%E3%83%A7%E3%82%B3%E3%83%9Cde%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB]
 
|-
 
|-
|style="background:Game;"|Days of Memories 2 ~ To my most important you / Days of Memories 2 ~僕の一番大切な君へ
+
|style="background:Game;"|Choro-Q Cannonball 3D / チョロQキャノンボール (3D by Mascot Capsule)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25240.html]
 
|-
 
|-
|style="background:Game;"|Days of Memories ~僕と彼女の熱い夏 / Days of Memories ~僕と彼女の熱い夏
+
|style="background:Game;"|Chuck Norris: Bring on the Pain
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|de Blob
+
|style="background:Game;"|Churashima Kurashi
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Defender
+
|style="background:Game;"|Chuzzle / チャズル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|-
 
|-
|style="background:Game;"|Delicious – Emily’s Taste of Fame
+
|style="background:Game;"|Chuzzle Deluxe
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Demon's Saga 2
+
|style="background:Game;"|Cinematic Soccer
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.biglobe.co.jp/press/2004/040909.html]
+
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Derek Jeter Pro Baseball 2009
+
|style="background:Game;"|City Connection: Rocket
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Derek Jeter Pro Baseball 3D 2007
+
|style="background:Game;"|Classic Mini Golf 3D
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Desert Fox V2 / 砂漠の狐V2
+
|style="background:Game;"|Clue
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17563.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Destroy All Humans!
+
|style="background:Game;"|Cluster fruits
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Detective Jinguji Saburo & Mystery Jike! / 探偵 神宮寺三郎&謎じけ!
+
|style="background:Game;"|Collapse!
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24840.html]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Detonate
+
|style="background:Game;"|Collapse! Chaos
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Devil Hunter / デビルハンター
+
|style="background:Game;"|Collapse! Blast
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Devil Maker / デビルメーカー
+
|style="background:Game;"|Collapse! Holiday Edition
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Devil May Cry: Dante X Vergil
+
|style="background:Game;"|Columns コラムス
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://segaretro.org/Columns_(mobile)]
 
|-
 
|-
|style="background:Game;"|Diamond Detective
+
|style="background:Game;"|Common Knowledge Quiz
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Diamond Twister
+
|style="background:Game;"|Competitive Cyber ​​Reversi / 対戦サイバーリバーシ!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0804/10/news125.html]
 
|-
 
|-
|style="background:Game;"|Dig Dug
+
|style="background:Game;"|Congklak
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dig It!
+
|style="background:Game;"|Congo Cube
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Digital Devil Story: Megami Tensei / デジタルデビル物語 女神転生
+
|style="background:Game;"|Contra
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news102.html]
+
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-ports-brew]
 
|-
 
|-
|style="background:Game;"|Digital Devil Story: Megami Tensei II / デジタルデビル物語 女神転生 ll
+
|style="background:Game;"|Contra 4
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-4-conversions-brew]
 +
|-
 +
|style="background:Game;"|Contra 4: Redux
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-4-redux-ports-brew]
 
|-
 
|-
|style="background:Game;"|Diner Dash
+
|style="background:Game;"|Counter-Strike / 反恐精英
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://knopkozavr.ru/counter-strike-2005]
 
|-
 
|-
|style="background:Game;"|Diner Dash: Flo on the Go
+
|style="background:Game;"|CR Shinkai Monogatari Special M6 / CR新海物語スペシャルM6
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/04/news101.html]
 +
|-
 +
|style="background:Game;"|Crazy Castle
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Disney•Pixar Ratatouille
+
|style="background:Game;"|Crazy diver
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|DJ Baseball 2005 (Medal) / DJベースボール2005 (メダル)
+
|style="background:Game;"|Crazy Texi
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Doki Doki Bento / どきどき弁当
+
|style="background:Game;"|Crash N Burn
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crash-n-burn]
 +
|-
 +
|style="background:Game;"|Crash Twin Insanity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
|style="background:Game;"|Doki Doki Penguin Land どきどきペンギンランド
+
|style="background:Game;"|Creature Shock
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Doki_Doki_Penguin_Land_(mobile)]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Doodle Jump Deluxe
+
|style="background:Game;"|Critter Crunch
 
|style="background:salmon;"| Doesn't work
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doodle-jump]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Doom II RPG
+
|style="background:Game;"|The crown is for you / 栄冠は君に
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doom-ii-rpg]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0407/23/news061.html]
 
|-
 
|-
|style="background:Game;"|Doom RPG
+
|style="background:Game;"|Crystal Defenders
|style="background:lightgreen;"| Excellent
+
|style="background:turquoise;"| Perfect
|style="background:Notes;"| Requires patch
+
|style="background:Notes;"|
<code>xdelta3 -d -s doomrpg.mod doomrpg_patch.xdelta doomrpg_fix.mod</code>
 
 
 
patch that fixes doom rpg renderer
 
patcher: [https://github.com/jmacd/xdelta-gpl/releases xdelta]
 
converted from this: [https://github.com/Erick194/DOOM-RPG-BREW-PATCH Patch]
 
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doom-rpg]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%82%AF%E3%83%AA%E3%82%B9%E3%82%BF%E3%83%AB_%E3%82%AC%E3%83%BC%E3%83%87%E3%82%A3%E3%82%A2%E3%83%B3%E3%82%BA]
 
|-
 
|-
|style="background:Game;"|Donald Trump's Real Estate Tycoon
+
|style="background:Game;"|Crystal Monsters
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crystal-monsters]
 
|-
 
|-
|style="background:Game;"|Double Dragon / 더블 드래곤
+
|style="background:Game;"|Cubis 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Downtown Texas Hold 'Em
+
|style="background:Game;"|Custom !! 3D Golf / カスタム!!3Dゴルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news100.html]
 +
|-
 +
|style="background:Game;"|Cyber Chess
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Damage San
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dragon Buster / ドラゴンバスター
+
|style="background:Game;"|Danmaku Kentei Shiken: Dai-Ou-Jou-Hen
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0602/21/news076.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dragon Fire Pinball
+
|style="background:Game;"|Darius
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|The dragon hiding in deep waters / 潜龙
+
|style="background:Game;"|Dark Castle
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dragon Island
+
|style="background:Game;"|The Dark Horse
 
|style="background:salmon;"| Doesn't work
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
Line 1,388: Line 1,432:
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dragon Sword
+
|style="background:Game;"|The Dark Knight
|style="background:lightgreen;"| Excellent
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dragon Tower
+
|style="background:Game;"|Dark Online / 暗黑 online
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://knopkozavr.ru/dark-online-2007]
 
|-
 
|-
|style="background:Game;"|Dragon Warrior III
+
|style="background:Game;"|Darts for a camera Phone
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dragon Quest Mystery Dungeon MOBILE / ドラゴンクエスト 不思議のダンジョン MOBILE
+
|style="background:Game;"|DARTS-Three In The Black
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://dragonquest.fandom.com/ja/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88_%E5%B0%91%E5%B9%B4%E3%83%A4%E3%83%B3%E3%82%AC%E3%82%B9%E3%81%A8%E4%B8%8D%E6%80%9D%E8%AD%B0%E3%81%AE%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
|style="background:Game;"|Dragon Quest & Final Fantasy in Fortune Street MOBILE / ドラゴンクエスト&ファイナルファンタジー in いただきストリートMOBILE
+
|style="background:Game;"|The Da Vinci Code: The Quest Begins
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88%26%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC_in_%E3%81%84%E3%81%9F%E3%81%A0%E3%81%8D%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%88_MOBILE]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dragon Quest ll
+
|style="background:Game;"|Days of Memories ~ He and my hot summer / Days of Memories ~彼と私の熱い夏
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
|style="background:Game;"|Dragon Quest II Evil Spirit Gods / ドラゴンクエストII 悪霊の神々
+
|style="background:Game;"|Days of Memories ~ Oedo Love Picture Scroll / Days of Memories ~大江戸恋愛絵巻
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27398.html]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
|style="background:Game;"|Dream Chronicles
+
|style="background:Game;"|Days of Memories-Koi wa Good Job! / Days of Memories ~恋はグッジョブ!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 
|-
 
|-
|style="background:Game;"|Driv3r
+
|style="background:Game;"|Days of Memories ~ Pure White Angels / Days of Memories ~純白の天使たち
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 
|-
 
|-
|style="background:Game;"|Driver: L.A. Undercover
+
|style="background:Game;"|Days of Memories 2 ~ To my most important you / Days of Memories 2 ~僕の一番大切な君へ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
|style="background:Game;"|Drummania / ドラムマニア
+
|style="background:Game;"|Days of Memories ~僕と彼女の熱い夏 / Days of Memories ~僕と彼女の熱い夏
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news055.html]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
|style="background:Game;"|Duke Nukem Battlefields
+
|style="background:Game;"|de Blob
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Deer Hunter 3D
 +
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://dukenukem.fandom.com/wiki/Duke_Nukem_Battlefields]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Duke Nukem Arena
+
|style="background:Game;"|Defend the Earth / 天煞, tiansha
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/duke-nukem-arena]
+
|style="background:Ref.;"|[https://knopkozavr.ru/defend-the-earth-2004]
 
|-
 
|-
|style="background:Game;"|Duke Nukem Mobile
+
|style="background:Game;"|Defender
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Defender of the Crown
 +
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/duke-nukem-mobile]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204080451/http://wireless.ign.com/objects/690/690053.html]
 
|-
 
|-
|style="background:Game;"|DuraTrax Mobile RC
+
|style="background:Game;"|Delicious – Emily’s Taste of Fame
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|DX Millionaire / DX大富豪
+
|style="background:Game;"|Demon's Saga 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0309/26/n_daifugo.html]
+
|style="background:Ref.;"|[https://www.biglobe.co.jp/press/2004/040909.html]
 
|-
 
|-
|style="background:Game;"|DX Pinball Heaven and Hell / DXピンボール 天国と地獄
+
|style="background:Game;"|Derek Jeter Pro Baseball 2009
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0605/19/news067.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Dynamic Thunder V / ダイナミックサンダーV
+
|style="background:Game;"|Derek Jeter Pro Baseball 3D 2007
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/21079/amp]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Early Cross EX Soccer / アーリークロスEXサッカー
+
|style="background:Game;"|Desert Fox V2 / 砂漠の狐V2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34416.html]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17563.html]
 
|-
 
|-
|style="background:Game;"|Earthworm Jim: Special Edition
+
|style="background:Game;"|Destroy All Humans!
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/earthworm-jim-special-edition]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207043112/http://wireless.ign.com/articles/583/583067p1.html]
 
|-
 
|-
|style="background:Game;"|Edge
+
|style="background:Game;"|Detective Jinguji Saburo & Mystery Jike! / 探偵 神宮寺三郎&謎じけ!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24840.html]
 +
|-
 +
|style="background:Game;"|Detonate
 +
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|The Elder Scrolls Travels: Dawnstar
+
|style="background:Game;"|Devil Crisis / 데빌크라이시스
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]
+
|style="background:Ref.;"|[https://knopkozavr.ru/devil-crisis-2005]
 
|-
 
|-
|style="background:Game;"|The Elder Scrolls Travels: Oblivion (Mobile)
+
|style="background:Game;"|Devil Hunter / デビルハンター / 데빌헌터
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://elderscrolls.fandom.com/wiki/The_Elder_Scrolls_Travels:_Oblivion_(Mobile)]
+
|style="background:Ref.;"|[https://r-force.co.jp/history][https://knopkozavr.ru/devil-hunter-2005]
 
|-
 
|-
|style="background:Game;"|The Elder Scrolls Travels: Stormhold
+
|style="background:Game;"|Devil Maker / デビルメーカー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]
+
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|Elemental Gelade / エレメンタル ジェレイド
+
|style="background:Game;"|Devil May Cry: Dante X Vergil
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23818.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Elven Chronicles
+
|style="background:Game;"|Diamond Detective
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|The End of the Night, Beyond Goodbye / 最果ての夜、さよならの向こう
+
|style="background:Game;"|Diamond Twister
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000025391]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Escape from a Dead Town / 死镇逃生
+
|style="background:Game;"|Dig Dug
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Everybody's Golf Mobile 2 / みんなのGOLF モバイル2
+
|style="background:Game;"|Dig It!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Everyday English Trainer
+
|style="background:Game;"|Digital Devil Story: Megami Tensei / デジタルデビル物語 女神転生
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news102.html]
 
|-
 
|-
|style="background:Game;"|Ever Quest: Hero's Call
+
|style="background:Game;"|Digital Devil Story: Megami Tensei II / デジタルデビル物語 女神転生 ll
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|EX High School Baseball 3 / EX高校野球3
+
|style="background:Game;"|Diner Dash
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|EX University Ekiden / EX大学駅伝
+
|style="background:Game;"|Diner Dash: Flo on the Go
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011516]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Expanded Fantasy / エクスパンドファンタジー
+
|style="background:Game;"|Disney•Pixar Ratatouille
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0510/05/news103.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Exploration hamster / 探検ハムスター
+
|style="background:Game;"|DJ Baseball 2005 (Medal) / DJベースボール2005 (メダル)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 
|-
 
|-
|style="background:Game;"|Family Feud
+
|style="background:Game;"|Doki Doki Bento / どきどき弁当
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
 
|-
 
|-
|style="background:Game;"|Family Guy: Uncensored
+
|style="background:Game;"|Doki Doki Penguin Land どきどきペンギンランド
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://segaretro.org/Doki_Doki_Penguin_Land_(mobile)]
 
|-
 
|-
|style="background:Game;"|Famista Mobile / ファミスタモバイル
+
|style="background:Game;"|Donald Trump's Real Estate Tycoon
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0507/20/news109.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207052503/http://wireless.ign.com/objects/700/700262.html]
 
|-
 
|-
|style="background:Game;"|Fantasy Zone
+
|style="background:Game;"|Doodle Jump Deluxe
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://segaretro.org/Fantasy_Zone_(mobile)]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doodle-jump]
 
|-
 
|-
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
+
|style="background:Game;"|Doom II RPG
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doom-ii-rpg]
 
|-
 
|-
|style="background:Game;"|The Fast and the Furious: Fugitive
+
|style="background:Game;"|Doom RPG
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"| Requires patch
 +
<code>xdelta3 -d -s doomrpg.mod doomrpg_patch.xdelta doomrpg_fix.mod</code>
 +
 
 +
patch that fixes doom rpg renderer
 +
patcher: [https://github.com/jmacd/xdelta-gpl/releases xdelta]
 +
converted from this: [https://github.com/Erick194/DOOM-RPG-BREW-PATCH Patch]
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doom-rpg]
 +
|-
 +
|style="background:Game;"|Donald Trump's Real Estate Tycoon
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
+
|style="background:Game;"|Double Dragon / 더블 드래곤
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Feeding Frenzy
+
|style="background:Game;"|Downtown Texas Hold 'Em
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Ferrari GT: Evolution
+
|style="background:Game;"|Dr. Mary / 玛丽医生
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/dr-mary-2003]
 
|-
 
|-
|style="background:Game;"|Ferrari World Championship
+
|style="background:Game;"|Dragon Buster / ドラゴンバスター
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0602/21/news076.html]
 
|-
 
|-
|style="background:Game;"|Fieldrunners
+
|style="background:Game;"|Dragon Fire Pinball
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 
|-
 
|-
|style="background:Game;"|FIFA World Cup: On the Break
+
|style="background:Game;"|The dragon hiding in deep waters / 潜龙
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Fiftgrather
+
|style="background:Game;"|Dragon Island
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Fight Club
+
|style="background:Game;"|Dragon Sword
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://youtu.be/1bO2UI3rf0Y]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Fight Hard 3D
+
|style="background:Game;"|Dragon Tower
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Fight Night Round 3
+
|style="background:Game;"|Dragon Warrior III
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Fight Night Round 4
+
|style="background:Game;"|Dragon Quest Mystery Dungeon MOBILE / ドラゴンクエスト 不思議のダンジョン MOBILE
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://dragonquest.fandom.com/ja/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88_%E5%B0%91%E5%B9%B4%E3%83%A4%E3%83%B3%E3%82%AC%E3%82%B9%E3%81%A8%E4%B8%8D%E6%80%9D%E8%AD%B0%E3%81%AE%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3]
 
|-
 
|-
|style="background:Game;"|Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness  / 闘牌伝説 アカギ ~闇に舞い降りた天才
+
|style="background:Game;"|Dragon Quest & Final Fantasy in Fortune Street MOBILE / ドラゴンクエスト&ファイナルファンタジー in いただきストリートMOBILE
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/09/news102.html]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88%26%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC_in_%E3%81%84%E3%81%9F%E3%81%A0%E3%81%8D%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%88_MOBILE]
 +
|-
 +
|style="background:Game;"|Dragon Quest ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Fighting Spirit Road / 闘魂ロード
+
|style="background:Game;"|Dragon Quest II Evil Spirit Gods / ドラゴンクエストII 悪霊の神々
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://sp.njpw.jp/32325]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27398.html]
 
|-
 
|-
|style="background:Game;"|Final Fantasy
+
|style="background:Game;"|Dream Chronicles
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Final Fantasy ll
+
|style="background:Game;"|Driv3r
|style="background:lightgreen;"| Excellent
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|FINAL FANTASY in Fortune Street MOBILE
+
|style="background:Game;"|Driver: L.A. Undercover
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
+
|style="background:Game;"|Drummania / ドラムマニア
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC_%E3%83%AC%E3%82%B8%E3%82%A7%E3%83%B3%E3%82%BA_%E5%85%89%E3%81%A8%E9%97%87%E3%81%AE%E6%88%A6%E5%A3%AB]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news055.html]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku
+
|style="background:Game;"|Duke Nukem Battlefields
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://dukenukem.fandom.com/wiki/Duke_Nukem_Battlefields]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
+
|style="background:Game;"|Duke Nukem Arena
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/duke-nukem-arena]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
+
|style="background:Game;"|Duke Nukem Mobile
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/duke-nukem-mobile]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years
+
|style="background:Game;"|DuraTrax Mobile RC
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
+
|style="background:Game;"|DX Millionaire / DX大富豪
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0309/26/n_daifugo.html]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
+
|style="background:Game;"|DX Pinball Heaven and Hell / DXピンボール 天国と地獄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0605/19/news067.html]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
+
|style="background:Game;"|Dynamic Thunder V / ダイナミックサンダーV
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/21079/amp]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
+
|style="background:Game;"|Early Cross EX Soccer / アーリークロスEXサッカー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34416.html]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
+
|style="background:Game;"|Earth Glory / 地球 荣耀
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/earth-glory]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
+
|style="background:Game;"|Earthworm Jim: Special Edition
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/earthworm-jim-special-edition]
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
+
|style="background:Game;"|Edge
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
+
|style="background:Game;"|The Elder Scrolls Travels: Dawnstar
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Dawnstar]/[https://glitchwave.com/game/the-elder-scrolls-travels-dawnstar/]
 
|-
 
|-
|style="background:Game;"|Final Fantasy VII: Before Crisis
+
|style="background:Game;"|The Elder Scrolls Travels: Oblivion (Mobile)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%93%E3%83%95%E3%82%A9%E3%82%A2_%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%B7%E3%82%B9_%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BCVII]
+
|style="background:Ref.;"|[https://elderscrolls.fandom.com/wiki/The_Elder_Scrolls_Travels:_Oblivion_(Mobile)]
 
|-
 
|-
|style="background:Game;"|Final Fantasy VII: Dirge of Cerberus Lost Episode
+
|style="background:Game;"|The Elder Scrolls Travels: Stormhold
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]/[https://glitchwave.com/game/the-elder-scrolls-travels-stormhold/]
 
|-
 
|-
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
+
|style="background:Game;"|Elemental Gelade / エレメンタル ジェレイド
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.4gamer.net/games/116/G011618/20101209019]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23818.html]
 
|-
 
|-
|style="background:Game;"|Fist of the North Star-Hayakenden / 北斗の拳~早拳伝
+
|style="background:Game;"|Elven Chronicles
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0606/22/news089.html]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Fish Tycoon
+
|style="background:Game;"|The End of the Night, Beyond Goodbye / 最果ての夜、さよならの向こう
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000025391]
 
|-
 
|-
|style="background:Game;"|Flight Control
+
|style="background:Game;"|Escape from a Dead Town / 死镇逃生
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Flicky
+
|style="background:Game;"|Evel Knievel Evel-ution
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Flicky_(mobile)]
+
|style="background:Ref.;"|[https://web.archive.org/web/20041031205136/http://wireless.ign.com/objects/690/690685.html]
 
|-
 
|-
|style="background:Game;"|Fliple / フリップル
+
|style="background:Game;"|Everybody's Golf Mobile 2 / みんなのGOLF モバイル2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news088.html]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 
|-
 
|-
|style="background:Game;"|FlipIt!
+
|style="background:Game;"|Everyday English Trainer
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Flyhight Cloudia
+
|style="background:Game;"|Ever Quest: Hero's Call
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Flyhight Cloudia II
+
|style="background:Game;"|EX High School Baseball 3 / EX高校野球3
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 
|-
 
|-
|style="background:Game;"|Flyhight Cloudia III
+
|style="background:Game;"|EX Rally / EXラリー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/ex-rally-2006]
 
|-
 
|-
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
+
|style="background:Game;"|EX University Ekiden / EX大学駅伝
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011516]
 
|-
 
|-
|style="background:Game;"|Flynn's Adventures
+
|style="background:Game;"|Expanded Fantasy / エクスパンドファンタジー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0510/05/news103.html]
 
|-
 
|-
|style="background:Game;"|Football Trivia
+
|style="background:Game;"|Exploration hamster / 探検ハムスター
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|Fortress Double
+
|style="background:Game;"|Fairy Warrior
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/fair.htm]
 
|-
 
|-
|style="background:Game;"|Fortress Tournament
+
|style="background:Game;"|Family Feud
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Fox Motocross 3D
+
|style="background:Game;"|Family Guy: Uncensored
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Frogger Plus
+
|style="background:Game;"|Famista Mobile / ファミスタモバイル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0507/20/news109.html]
 
|-
 
|-
|style="background:Game;"|Fruit Escape
+
|style="background:Game;"|Fantasy Zone / 幻想空间 / ファンタジーゾーン
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|
+
|style="background:Ref.;"|[https://segaretro.org/Fantasy_Zone_(mobile)]
 
|-
 
|-
|style="background:Game;"|Frustrated! Ball rolling / イライラ!玉ころがし
+
|style="background:Game;"|Fantasy Zone Trilogy
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.ksol.jp/v2/information20071119_1.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207064050/http://wireless.ign.com/objects/704/704086.html]
 
|-
 
|-
|style="background:Game;"|Furry Legends
+
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Galaga
+
|style="background:Game;"|The Fast and the Furious: Fugitive
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0603/07/news106.html]
 
 
|-
 
|-
|style="background:Game;"|Galaxy on Fire 3D
+
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Galaxy Force II / ギャラクシーフォースII
+
|style="background:Game;"|Fast Racing / 急速飙车
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Galaxy_Force_II_(mobile)]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Gallop Racer / ギャロップレーサー
+
|style="background:Game;"|Feeding Frenzy
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
 
|-
 
|-
|style="background:Game;"|Game God DX / ゲームの神様DX
+
|style="background:Game;"|Ferrari GT: Evolution
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000003492]
 
 
|-
 
|-
|style="background:Game;"|Gangstar: Samurai
+
|style="background:Game;"|Ferrari World Championship
サムライ・ギャングスター
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://gangstargameloft.fandom.com/wiki/Gangstar:_Samurai]
 
 
|-
 
|-
|style="background:Game;"|Geeks
+
|style="background:Game;"|Fieldrunners
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|General Store Barcodo / よろず屋バーコー堂
+
|style="background:Game;"|FIFA World Cup: On the Break
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
 
|-
 
|-
|style="background:Game;"|Geo Fantasia / ジオファンタジア
+
|style="background:Game;"|Fiftgrather
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000096.000000730.html]
 
 
|-
 
|-
|style="background:Game;"|Get out early! / 早く出してよ!
+
|style="background:Game;"|Fight Club
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
+
|style="background:Ref.;"|[https://youtu.be/1bO2UI3rf0Y]
 
|-
 
|-
|style="background:Game;"|Ghostbusters Mobile
+
|style="background:Game;"|Fight Hard 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Ghouls'n Ghost Village / 大魔界村
+
|style="background:Game;"|Fight Night Round 3
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 
 
|-
 
|-
|style="background:Game;"|Ghosts 'N Goblins
+
|style="background:Game;"|Fight Night Round 4
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins]
 
 
|-
 
|-
|style="background:Game;"|Ghosts 'N Goblins ll / 魔界村騎士列伝 II
+
|style="background:Game;"|Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness  / 闘牌伝説 アカギ ~闇に舞い降りた天才
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/1008/19/news053.html]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/09/news102.html]
 
|-
 
|-
|style="background:Game;"|Ghosts 'N Goblins: Gold Knights
+
|style="background:Game;"|Fighting Spirit Road / 闘魂ロード
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins-gold-knights]
+
|style="background:Ref.;"|[https://sp.njpw.jp/32325]
 
|-
 
|-
|style="background:Game;"|Gobaksodor
+
|style="background:Game;"|Final Fantasy
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
 
|-
 
|-
|style="background:Game;"|God of War: Betrayal
+
|style="background:Game;"|Final Fantasy ll
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/god-of-war-betrayal]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
 
|-
 
|-
|style="background:Game;"|Golemya Monogatari / 本格メガゲームズ
+
|style="background:Game;"|FINAL FANTASY in Fortune Street MOBILE
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://japan.zdnet.com/release/10467385]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
 
|-
 
|-
|style="background:Game;"|Golf Life / ゴルフライフ
+
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC_%E3%83%AC%E3%82%B8%E3%82%A7%E3%83%B3%E3%82%BA_%E5%85%89%E3%81%A8%E9%97%87%E3%81%AE%E6%88%A6%E5%A3%AB]
 
|-
 
|-
|style="background:Game;"|Golf Superstars / 골프 슈퍼스타
+
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/golf-superstars]
 
 
|-
 
|-
|style="background:Game;"|GoodFellas
+
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|Gradius
+
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 
 
|-
 
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Grappler 2 / グラップラ2
+
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
 
|-
 
|-
|style="background:Game;"|Great Legends: Vikings
+
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Great Strategy Online / 大戦略オンライン
+
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.4gamer.net/games/045/G004585/20080515007]
 
 
|-
 
|-
|style="background:Game;"|Greedy Snake
+
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Grinsia
+
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Groovy Arche / グルーヴィーアーチェ
+
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0709/05/news099.html]
 
 
|-
 
|-
|style="background:Game;"|Guitar Hero III Mobile
+
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Gum Blox
+
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Gunparade March-Fantasy Duet / ガンパレード・マーチ~幻想連弾
+
|style="background:Game;"|Final Fantasy VII: Before Crisis
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%93%E3%83%95%E3%82%A9%E3%82%A2_%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%B7%E3%82%B9_%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BCVII]
 
|-
 
|-
|style="background:Game;"|G-Unit: Free Yayo
+
|style="background:Game;"|Final Fantasy VII: Dirge of Cerberus Lost Episode
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/dirge-of-cerberus-lost-episode-final-fantasy-vii/]
 
|-
 
|-
|style="background:Game;"|Hanjuku Hero Mobile / 半熟英雄モバイル
+
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0604/13/news109.html]
+
|style="background:Ref.;"|[https://www.4gamer.net/games/116/G011618/20101209019]
 
|-
 
|-
|style="background:Game;"|Harlem Globetrotters
+
|style="background:Game;"|Final Fantasy VII Snowboarding
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/TmMpooQKlzI]
+
|style="background:Ref.;"|[https://glitchwave.com/game/final-fantasy-vii-snowboarding/]
 
|-
 
|-
|style="background:Game;"|Heavy Weapon Deluxe
+
|style="background:Game;"|Fist of the North Star-Hayakenden / 北斗の拳~早拳伝
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0606/22/news089.html]
 
|-
 
|-
|style="background:Game;"|Helistrike 3D
+
|style="background:Game;"|Fish Tycoon
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Herakles no Eikō III: Kamigami no Chinmoku
+
|style="background:Game;"|Flight Control
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Heroes Lore: Wind Of Soltia / 히어로즈 로어: 솔티아의 바람
+
|style="background:Game;"|Flicky
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://segaretro.org/Flicky_(mobile)]
 
|-
 
|-
|style="background:Game;"|Heroes Lore 2 / 히어로즈 로어 2
+
|style="background:Game;"|Fliple / フリップル
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news088.html]
 
|-
 
|-
|style="background:Game;"|Hero Must Die
+
|style="background:Game;"|Flip It!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Hexcite Fusion
+
|style="background:Game;"|Flyhight Cloudia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Hidden Expedition: Everest
+
|style="background:Game;"|Flyhight Cloudia II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Highway Racer
+
|style="background:Game;"|Flyhight Cloudia III
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Hills and Rivers Remain
+
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Hot Blood New Record 400M Haul / 熱血新記録400Mハードル
+
|style="background:Game;"|Flynn's Adventures
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000039.000000082.html]
 
 
|-
 
|-
|style="background:Game;"|Hot Blood New Record Hammer Throw Golf / 熱血新記録ハンマー投げゴルフ
+
|style="background:Game;"|Football Trivia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000030.000000082.html]
 
 
|-
 
|-
|style="background:Game;"|ID4 Independence Day
+
|style="background:Game;"|Fortress Double
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/V_AINE3QkvY]
 
 
|-
 
|-
|-
+
|style="background:Game;"|Fortress Tournament
|style="background:Game;"|Infinite form Disgaea
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://disgaea.jp/mugen_dis]
 
 
|-
 
|-
|style="background:Game;"|Inuyasha
+
|style="background:Game;"|FOX Motocross 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|I-play Bowling
+
|style="background:Game;"|FOX Sports Football '05
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207050833/http://wireless.ign.com/objects/699/699530.html]
 
|-
 
|-
|style="background:Game;"|Irekae IQ Crossword DX
+
|style="background:Game;"|Frog Angel / カ エ ル テ ン シ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/frog-angel-2004]
 
|-
 
|-
|style="background:Game;"|Ironman Stewart's Off-Road
+
|style="background:Game;"|Frogger Plus
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/YayaqzhYHfU]
 
 
|-
 
|-
|style="background:Game;"|iShoot
+
|style="background:Game;"|Fruit Escape
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Jail Trail
+
|style="background:Game;"|Frustrated! Ball rolling / イライラ!玉ころがし
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.ksol.jp/v2/information20071119_1.html]
 
|-
 
|-
|style="background:Game;"|JAMDAT Bowling
+
|style="background:Game;"|Furry Legends
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|JAMDAT Bowling 2
+
|style="background:Game;"|Fushigi no Kuni Bouken Chouja / 不思議の国の冒険長者
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/fushigi-no-kuni-bouken-chouja/]
 
|-
 
|-
|style="background:Game;"|JAMDAT Bowling 3D
+
|style="background:Game;"|Fushigi no Kuni no Chouja 2 / 不思議の国の長者2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/fushigi-no-kuni-no-chouja-2/]
 
|-
 
|-
|style="background:Game;"|JAMDAT Sudoku
+
|style="background:Game;"|Galaga
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0603/07/news106.html]
 
|-
 
|-
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
+
|style="background:Game;"|Galaxy on Fire 3D
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Jarheads of Zarabus
+
|style="background:Game;"|Galaxy Force II / ギャラクシーフォースII
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://segaretro.org/Galaxy_Force_II_(mobile)]
 
|-
 
|-
|style="background:Game;"|JAWS 3D (V CAST)
+
|style="background:Game;"|Gallop Racer / ギャロップレーサー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Jewel Quest
+
|style="background:Game;"|Game God DX / ゲームの神様DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000003492]
 
|-
 
|-
|style="background:Game;"|Jewel Quest ll
+
|style="background:Game;"|Gangstar: Samurai
 +
サムライ・ギャングスター
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://gangstargameloft.fandom.com/wiki/Gangstar:_Samurai]
 
|-
 
|-
|style="background:Game;"|Jewels and Jim
+
|style="background:Game;"|Garfield
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204075819/http://wireless.ign.com/objects/688/688930.html]
 
|-
 
|-
|style="background:Game;"|Johnny Crash
+
|style="background:Game;"|Geeks
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Johnny Crash Stuntman Does Texas
+
|style="background:Game;"|General Store Barcodo / よろず屋バーコー堂
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|Kagero -Destiny 1 / 影牢
+
|style="background:Game;"|Geo Fantasia / ジオファンタジア
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000096.000000730.html]
 
|-
 
|-
|style="background:Game;"|Kaptaan Dhoni
+
|style="background:Game;"|Get out early! / 早く出してよ!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 
|-
 
|-
|style="background:Game;"|Karma Fighter
+
|style="background:Game;"|Ghostbusters Mobile
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Keitai Shōjo
+
|style="background:Game;"|Ghouls'n Ghost Village / 大魔界村
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 
|-
 
|-
|style="background:Game;"|Kenny vs Spenny
+
|style="background:Game;"|Ghosts 'N Goblins
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins]
 
|-
 
|-
|style="background:Game;"|KiKi KaiKai / 奇々怪界
+
|style="background:Game;"|Ghosts 'N Goblins ll / 魔界村騎士列伝 II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news065.html]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/1008/19/news053.html]
 
|-
 
|-
|style="background:Game;"|King of Fighters M2
+
|style="background:Game;"|Ghosts 'N Goblins: Gold Knights
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins-gold-knights]
 
|-
 
|-
|style="background:Game;"|THE KING OF FIGHTERS Mahjong / 麻雀
+
|style="background:Game;"|Gobaksodor
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
 
|-
 
|-
|style="background:Game;"|THE KING OF FIGHTERS -MOBILE
+
|style="background:Game;"|God of War: Betrayal
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=95]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/god-of-war-betrayal]
 
|-
 
|-
|style="background:Game;"|THE KING OF FIGHTERS -Volleyball
+
|style="background:Game;"|Golden Tee Advanced
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207044230/http://wireless.ign.com/articles/583/583607p1.html]
 
|-
 
|-
|style="background:Game;"|King of RPG144 / RPG144の王
+
|style="background:Game;"|Golemya Monogatari / 本格メガゲームズ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000230.000000730.html]
+
|style="background:Ref.;"|[https://japan.zdnet.com/release/10467385]
 
|-
 
|-
|style="background:Game;"|Kingdom Hearts (V CAST)
+
|style="background:Game;"|Golf Life / ゴルフライフ
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#d4b0fe;"|Partial
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|-
 
|-
|style="background:Game;"|Kodo
+
|style="background:Game;"|Golf Superstars / 골프 슈퍼스타
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/golf-superstars]
 
|-
 
|-
|style="background:Game;"|Kungfu Stickman / 功夫火柴人
+
|style="background:Game;"|GoodFellas
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Kururin Cafe
+
|style="background:Game;"|Gradius
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 
|-
 
|-
|style="background:Game;"|La Tale mobile / ラテールmobile
+
|-
 +
|style="background:Game;"|Grappler 2 / グラップラ2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.4gamer.net/games/115/G011510/20100701059]
+
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|Learn to Fly
+
|style="background:Game;"|Great Legends: Vikings
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Lego Batman
+
|style="background:Game;"|Great Run / 잘달리자
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/great-run-2005]
 
|-
 
|-
|style="background:Game;"|Lemonade Tycoon
+
|style="background:Game;"|Great Strategy Online / 大戦略オンライン
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/045/G004585/20080515007]
 
|-
 
|-
|style="background:Game;"|Life Game BB / 人生ゲームBB
+
|style="background:Game;"|Greedy Snake
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0503/17/news073.html]
 
 
|-
 
|-
|style="background:Game;"|Life Game Heisei Edition / 人生ゲーム平成版
+
|style="background:Game;"|Grinsia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0504/13/news085.html]
 
 
|-
 
|-
|style="background:Game;"|Little Shop: World Traveler
+
|style="background:Game;"|Groovy Arche / グルーヴィーアーチェ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0709/05/news099.html]
 
|-
 
|-
|style="background:Game;"|Lock'em Up
+
|style="background:Game;"|Guitar Hero III Mobile
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|The Legend of Elros
+
|style="background:Game;"|Gumball 3000
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207075154/http://wireless.ign.com/objects/711/711371.html]
 +
|-
 +
|style="background:Game;"|Gum Blox
 +
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|The Legend of Kage / 影の伝説
+
|style="background:Game;"|Gunparade March-Fantasy Duet / ガンパレード・マーチ~幻想連弾
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/29/news098.html]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 
|-
 
|-
|style="background:Game;"|The Lord of the Rings: The Return of the King
+
|style="background:Game;"|Gauntlet
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204081128/http://wireless.ign.com/objects/684/684360.html]
 
|-
 
|-
|style="background:Game;"|The Lord of the Rings: The Two Towers
+
|style="background:Game;"|G-Unit: Free Yayo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Lost Planet 2
+
|style="background:Game;"|Hair Designer SIM / SIM헤어디자이너
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/lost-planet-2_]
+
|style="background:Ref.;"|[https://knopkozavr.ru/hair-designer-sim-2005]
 
|-
 
|-
|style="background:Game;"|Love Love Knuckle
+
|style="background:Game;"|Hanjuku Hero Mobile / 半熟英雄モバイル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0604/13/news109.html]
 
|-
 
|-
|style="background:Game;"|Lumines
+
|style="background:Game;"|Hannibal / 한니발 전기
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/hannibal-2005]
 
|-
 
|-
|style="background:Game;"|Lumines Mobile
+
|style="background:Game;"|Harlem Globetrotters
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://youtu.be/TmMpooQKlzI]
 
|-
 
|-
|style="background:Game;"|Luxor
+
|style="background:Game;"|Heal the Soul / 힐더소울
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/luxor]
+
|style="background:Ref.;"|[https://knopkozavr.ru/heal-the-soul-2004]
 
|-
 
|-
|style="background:Game;"|Madden NFL 2006
+
|style="background:Game;"|Heavy Weapon Deluxe
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Madden NFL 2007
+
|style="background:Game;"|Helicopter Apache / 长弓阿帕奇
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/helicopter-apache-2005]
 
|-
 
|-
|style="background:Game;"|Magical Character Place / マジカルキャラプレース
+
|style="background:Game;"|Heli Strike 3D - Advance Air Combat
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
 
|-
 
|-
|style="background:Game;"|Magical Drop DX
+
|style="background:Game;"|Hello Kitty Jump Rope
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207001437/http://wireless.ign.com/objects/715/715315.html]
 
|-
 
|-
|style="background:Game;"|Magical Fantasista
+
|style="background:Game;"|Herakles no Eikō III: Kamigami no Chinmoku
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Magical Fantasista 2
+
|style="background:Game;"|Heroes Lore: Wind Of Soltia / 히어로즈 로어: 솔티아의 바람
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Magical Fantasista 3
+
|style="background:Game;"|Heroes Lore 2 / 히어로즈 로어 2
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Magical Golf Korupo! / マジカルゴルフこるぽ!
+
|style="background:Game;"|Hero Must Die
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000010.000001348.html]
 
 
|-
 
|-
|style="background:Game;"|Mahjong Quest
+
|style="background:Game;"|Hexcite Fusion
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|Majokko Princess
+
|style="background:Game;"|Hidden Expedition: Everest
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Makiba Monogatari Mobile Life / 牧場物語モバイルライフ
+
|style="background:Game;"|Highway Racer
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000006958]
 
 
|-
 
|-
|style="background:Game;"|Maryu Kenki / 魔龍剣記
+
|style="background:Game;"|Hills and Rivers Remain
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17268.html]
 
 
|-
 
|-
|style="background:Game;"|Mastermind
+
|style="background:Game;"|Home Run King 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207064018/http://wireless.ign.com/objects/704/704082.html]
 
|-
 
|-
|style="background:Game;"|Master of Sword / マスターオブソード
+
|style="background:Game;"|Hot Blood New Record 400M Haul / 熱血新記録400Mハードル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0409/14/news074.html]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000039.000000082.html]
 
|-
 
|-
|style="background:Game;"|Maō Company
+
|style="background:Game;"|Hot Blood New Record Hammer Throw Golf / 熱血新記録ハンマー投げゴルフ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000030.000000082.html]
 
|-
 
|-
|style="background:Game;"|Massive Snowboarding 3D
+
|style="background:Game;"|Ice Cream Boy / アイスクリーム ボーイ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/ice-cream-boy-2005]
 
|-
 
|-
|style="background:Game;"|Mega Man
+
|style="background:Game;"|ID4 Independence Day
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-]
+
|style="background:Ref.;"|[https://youtu.be/V_AINE3QkvY]
 
|-
 
|-
|style="background:Game;"|Mega Man: Rush Marine
+
|style="background:Game;"|Infinite form Disgaea
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-rush-marine]
+
|style="background:Ref.;"|[https://disgaea.jp/mugen_dis]
 
|-
 
|-
|style="background:Game;"|Memories Off / メモリーズオフ / 메모리즈 오프
+
|style="background:Game;"|Inuyasha
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Mercenaries Saga 2 / マーセナリーズサーガ2
+
|style="background:Game;"|I-play Bowling
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000155.000000730.html]
 
 
|-
 
|-
|style="background:Game;"|Mercenaries Saga 2: Order of the Silver Eagle
+
|style="background:Game;"|Irekae IQ Crossword DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
+
|style="background:Game;"|Ironman Stewart's Off-Road
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://youtu.be/YayaqzhYHfU]
 
|-
 
|-
|style="background:Game;"|Metal Gear Solid Mobile
+
|style="background:Game;"|iShoot
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-gear-solid-mobile]
 
 
|-
 
|-
|style="background:Game;"|Metal Slug (Part 1) / メタルスラッグ (前編)
+
|style="background:Game;"|Jail Trail
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
 
|-
 
|-
|style="background:Game;"|Metal Slug Fighters / メタルスラッグ ファイターズ
+
|style="background:Game;"|Jagged West / 铁血西部
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
+
|style="background:Ref.;"|[https://knopkozavr.ru/jagged-west-2004]
 
|-
 
|-
|style="background:Game;"|Metal Slug Survivors / メタルスラッグ サバイバーズ
+
|style="background:Game;"|JAMDAT Bowling
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=105]
 
 
|-
 
|-
|style="background:Game;"|Metal Slug Warriors / メタルスラッグ ウォリアーズ
+
|style="background:Game;"|JAMDAT Bowling 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=139]
 
 
|-
 
|-
|style="background:Game;"|Metal Slug: Mobile Impact
+
|style="background:Game;"|JAMDAT Bowling 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-slug-mobile-impact]
 
 
|-
 
|-
|style="background:Game;"|Metal Slug Team Mission / メタルスラッグ チームミッション
+
|style="background:Game;"|JAMDAT Sports NBA 2005
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=239]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207065554/http://wireless.ign.com/objects/708/708925.html]
 
|-
 
|-
|style="background:Game;"|Meteos Mobile / メテオスモバイル
+
|style="background:Game;"|JAMDAT Sudoku
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.4gamer.net/news/history/2006.11/20061130161119detail.html]
 
 
|-
 
|-
|style="background:Game;"|Midnight Bowling
+
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Midnight Bowling 2
+
|style="background:Game;"|Jarheads of Zarabus
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Midnight Bowling 3D
+
|style="background:Game;"|JAWS 3D (V CAST)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Midnight Pool 3D
+
|style="background:Game;"|Jewel Quest
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Midtown Madness 3 Mobile
+
|style="background:Game;"|Jewel Quest ll
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Might and Magic II
+
|style="background:Game;"|Jewels and Jim
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/might-and-magic-ii]
 
 
|-
 
|-
|style="background:Game;"|Military Madness
+
|style="background:Game;"|Johnny Crash
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Military Madness 2
+
|style="background:Game;"|Johnny Crash Stuntman Does Texas
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Million Versus / 大ミリオンヴァーサス
+
|style="background:Game;"|Journey to the West / 悟空传
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000004.000001348.html]
+
|style="background:Ref.;"|[https://knopkozavr.ru/journey-to-the-west-2005]
 
|-
 
|-
|style="background:Game;"|Millionaire 07
+
|style="background:Game;"|Jungle Mahjong
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/jung.htm]
 
|-
 
|-
|style="background:Game;"|Millionaire 2010
+
|style="background:Game;"|Kagero -Destiny 1 / 影牢
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森
+
|style="background:Game;"|Kaiser Blare / カ イ ザ ー ブ レ ア / 카이저 블레어
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://knopkozavr.ru/kaiser-blare-2005]
 
|-
 
|-
|style="background:Game;"|Millionaire Music
+
|style="background:Game;"|Kaptaan Dhoni
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Milton Bradley Board Games
+
|style="background:Game;"|Karma Fighter
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|Miner 2049er
+
|style="background:Game;"|Keitai Shōjo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Mirakue / ミラくえ
+
|style="background:Game;"|Kenny vs Spenny
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/08/news076.html]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Mobi Escape
+
|style="background:Game;"|KiKi KaiKai / 奇々怪界
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news065.html]
 
|-
 
|-
|style="background:Game;"|Mobile Battles: Reign of Swords
+
|style="background:Game;"|King of Fighters M2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://x100robots.carbonmade.com/projects/6752732]
 
 
|-
 
|-
|style="background:Game;"|Mobile League Sports Network
+
|style="background:Game;"|THE KING OF FIGHTERS Mahjong / 麻雀
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
|style="background:Game;"|Mobile Romance of the Three Kingdoms 2 / Mobile 三國志2
+
|style="background:Game;"|THE KING OF FIGHTERS -MOBILE
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.4gamer.net/games/000/G000000/20050128161018]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=95]
 
|-
 
|-
|style="background:Game;"|Mobile Suit Gundam 3D VS EDITION / 機動戦士ガンダム 3D VS EDITION
+
|style="background:Game;"|THE KING OF FIGHTERS -Volleyball
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.bcnretail.com/news/detail/070608_7627.html]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
|style="background:Game;"|Moe Slot: Beach no Shizuku
+
|style="background:Game;"|King of RPG144 / RPG144の王
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000230.000000730.html]
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu TOHOKU / 桃太郎電鉄
+
|style="background:Game;"|Kingdom Hearts / キングダムハーツ V
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#d4b0fe;"|Partially
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
+
|style="background:Ref.;"|[https://lostmediawiki.com/Kingdom_Hearts:_V_Cast_(partially_found_mobile_game;_2005)]/[https://web.archive.org/web/20050207071840/http://wireless.ign.com/objects/706/706954.html]
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu HOKKAIDO / 桃太郎電鉄
+
|style="background:Game;"|Kodo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu KANTO / 桃太郎電鉄
+
|style="background:Game;"|Kungfu Stickman / 功夫火柴人
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu KYUSHU / 桃太郎電鉄
+
|style="background:Game;"|Kururin Cafe
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu CHUBU / 桃太郎電鉄
+
|style="background:Game;"|La Tale mobile / ラテールmobile
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
+
|style="background:Ref.;"|[https://www.4gamer.net/games/115/G011510/20100701059]
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu SETOUCHI  / 桃太郎電鉄
+
|style="background:Game;"|Learn to Fly
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu WORLD / 桃太郎電鉄
+
|style="background:Game;"|Legend of Sword / 铸 剑 传说
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
+
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-sword-2005]
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu KINKI / 桃太郎電鉄
+
|style="background:Game;"|The Legend of Valiant / 勇者 传说
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
+
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-valiant-2005]
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu JAPAN Deluxe Edition / 桃太郎電鉄
+
|style="background:Game;"|Lego Batman
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu AOMORI / 桃太郎電鉄
+
|style="background:Game;"|Lemonade Tycoon
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu SHIZUOKA / 桃太郎電鉄SHIZUOKA
+
|style="background:Game;"|Life Game BB / 人生ゲームBB
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0503/17/news073.html]
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu TOKAI / 桃太郎電鉄TOKAI
+
|style="background:Game;"|Life Game Heisei Edition / 人生ゲーム平成版
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0504/13/news085.html]
 +
|-
 +
|style="background:Game;"|LineZ
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Momotaro Dentetsu TOKYO / 桃太郎電鉄TOKYO
+
|style="background:Game;"|Little Shop: World Traveler
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
+
 
 
|-
 
|-
|style="background:Game;"|Momotaro Electric Railway JAPAN / 桃太郎電鉄
+
|style="background:Game;"|The Legend of Elros
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
 
|-
 
|-
|style="background:Game;"|Monkey Bars
+
|style="background:Game;"|The Legend of Kage / 影の伝説
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/29/news098.html]
 
|-
 
|-
|style="background:Game;"|Monopoly Here and Now
+
|style="background:Game;"|The Legend of Spyro: A New Beginning
 
|style="background:lightgreen;"| Excellent
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Monopoly Worldwide
+
|style="background:Game;"|The Legend of Spyro: The Eternal Night
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Monster Farm Seven Lines - Monster Farm Edition / モンスターファーム七ならべ  モンスターファーム編
+
|style="background:Game;"|The Legend of Spyro: Ripto Quest
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207081052/http://wireless.ign.com/objects/708/708711.html]
 
|-
 
|-
|style="background:Game;"|Monster Farm SPEED / モンスターファームSPEED
+
|style="background:Game;"|Lock'em Up
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
 
|-
 
|-
|style="background:Game;"|Monster Smash
+
|style="background:Game;"|The Lord of the Rings: The Return of the King
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Moon Patrol
+
|style="background:Game;"|The Lord of the Rings: The Two Towers
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Moto GP 2
+
|style="background:Game;"|Lost Planet 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/lost-planet-2_]
 
|-
 
|-
|style="background:Game;"|Monaco GP / モナコ GP
+
|style="background:Game;"|Love Love Knuckle
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Monaco_GP_(mobile)]
 
 
|-
 
|-
|style="background:Game;"|Monkey Ball / ウッディポップ
+
|style="background:Game;"|Lowrider 3D / ロ ー ラ イ ダ ー 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Monkey_Ball_(mobile)]
+
|style="background:Ref.;"|[https://knopkozavr.ru/lowrider-3d-2003]
 
|-
 
|-
|style="background:Game;"|Movement / Object / Chain / Chain / 動・物・連・鎖
+
|style="background:Game;"|Lumines
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
 
|-
 
|-
|style="background:Game;"|Mr Do's Circus
+
|style="background:Game;"|Lumines Mobile
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
 
|-
 
|-
|style="background:Game;"|Mr. Driller / ミスタードリラー
+
|style="background:Game;"|Lunatic Saga / ル ナ テ ィ ッ ク サ ー ガ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/17/news091.html]
+
|style="background:Ref.;"|[https://knopkozavr.ru/lunatic-saga-2005]
 
|-
 
|-
|style="background:Game;"|Ms Pac-man
+
|style="background:Game;"|Luxor
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/luxor]
 
|-
 
|-
|style="background:Game;"|MTV Star Factory
+
|style="background:Game;"|Madden NFL 2006
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
 
|-
 
|-
|style="background:Game;"|The Mummy / ハムナプトラ
+
|style="background:Game;"|Madden NFL 2007
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0609/06/news105.html]
 
 
|-
 
|-
|style="background:Game;"|Muncher
+
|style="background:Game;"|Magic Zone Online
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
+
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/magic.htm]
 
|-
 
|-
|style="background:Game;"|MX vs ATV: Untamed
+
|style="background:Game;"|Magical Character Place / マジカルキャラプレース
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|My Monster Pet
+
|style="background:Game;"|Magical Drop DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Mystia 2
+
|style="background:Game;"|Magical Fantasista
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Narnia Prince Caspian An
+
|style="background:Game;"|Magical Fantasista 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Nazo Puyo  / なぞぷよ
+
|style="background:Game;"|Magical Fantasista 3
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_(mobile)]
 
 
|-
 
|-
|style="background:Game;"|Nazo Puyo 2 / なぞぷよ 2
+
|style="background:Game;"|Magical Golf Korupo! / マジカルゴルフこるぽ!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_2_(mobile)]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000010.000001348.html]
 
|-
 
|-
|style="background:Game;"|NBA Live 06
+
|style="background:Game;"|Mahjong Quest
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|NBC Sports Figure Skating
+
|style="background:Game;"|Majokko Princess
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
+
|style="background:Game;"|Makiba Monogatari Mobile Life / 牧場物語モバイルライフ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000006958]
 
|-
 
|-
|style="background:Game;"|Need for Speed: Hot Pursuit
+
|style="background:Game;"|Maryu Kenki / 魔龍剣記
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17268.html]
 
|-
 
|-
|style="background:Game;"|Need for Speed: Most Wanted
+
|style="background:Game;"|Mastermind
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Need for Speed: Pro Street
+
|style="background:Game;"|Master of Sword / マスターオブソード
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0409/14/news074.html]
 
|-
 
|-
|style="background:Game;"|Need for Speed: Shift
+
|style="background:Game;"|Maō Company
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Need for Speed: The Run
+
|style="background:Game;"|Max Trigger: Insurgence / 超级 特种兵 之 平叛
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/max-trigger-2005]
 
|-
 
|-
|style="background:Game;"|Need for Speed: Undercover
+
|style="background:Game;"|Massive Snowboarding 3D
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Need For Speed: Underground 2
+
|style="background:Game;"|Mega Man
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-]
 
|-
 
|-
|style="background:Game;"|New Rally-X
+
|style="background:Game;"|Mega Man: Rush Marine
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-rush-marine]
 
|-
 
|-
|style="background:Game;"|Night Hike
+
|style="background:Game;"|Memories Off / メモリーズオフ / 메모리즈 오프
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Ninja Jajamaru-kun Ranbu
+
|style="background:Game;"|Mercenaries Saga / マーセナリーズサーガ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/mercenaries-saga/]
 
|-
 
|-
|style="background:Game;"|Ninja no Gakko
+
|style="background:Game;"|Mercenaries Saga 2 / マーセナリーズサーガ2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000155.000000730.html]
 
|-
 
|-
|style="background:Game;"|Ninja Prophecy
+
|style="background:Game;"|Mercenaries Saga 2: Order of the Silver Eagle
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ninja-prophecy]
 
 
|-
 
|-
|style="background:Game;"|Ninja Ryukenden / 忍者龍剣伝
+
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://glitchwave.com/game/mercenaries-saga-3/]
 
|-
 
|-
|style="background:Game;"|Ninjutsu / 忍術
+
|style="background:Game;"|Metal Gear Solid Mobile / メタルギアソリッドモバイル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0402/19/news049.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-gear-solid-mobile]
 
|-
 
|-
|style="background:Game;"|Nintendo High School Dodgeball Club Soccer Edition / 熱血高校ドッジボール部サッカー編
+
|style="background:Game;"|Metal Gear Solid 2: Solid Snake / メタルギア2 ソリッドスネーク
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000056.000000082.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Nobunaga no Yabou, Shoseiroku / 信長の野望・将星録
+
|style="background:Game;"|Metal Slug (Part 1) / メタルスラッグ (前編)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.gamecity.ne.jp/products/products/ee/keitai/nob/nobsyousei.htm]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
|style="background:Game;"|NOM /
+
|style="background:Game;"|Metal Slug (Mission 1) / 메탈슬러그
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
|style="background:Notes;"|
+
|style="background:Notes;"|  
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 
|-
 
|-
|style="background:Game;"|NOM 2 / 놈 2
+
|style="background:Game;"|Metal Slug Fighters / メタルスラッグ ファイターズ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom-2]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
|style="background:Game;"|Omagatoki no Rhapsody / 逢魔が刻の狂詩曲
+
|style="background:Game;"|Metal Slug Survivors / メタルスラッグ サバイバーズ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000019772]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=105]
 
|-
 
|-
|style="background:Game;"|Orcs & Elves
+
|style="background:Game;"|Metal Slug Warriors / メタルスラッグ ウォリアーズ
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/orcs-elves]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=139]
 
|-
 
|-
|style="background:Game;"|Orcs & Elves ll
+
|style="background:Game;"|Metal Slug: Mobile Impact
 
|style="background:lightgreen;"| Excellent
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-slug-mobile-impact]
 
|-
 
|-
|style="background:Game;"|The Oregon Trail
+
|style="background:Game;"|Metal Slug: Mobile 3
 
|style="background:salmon;"| Doesn't work
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/oregon-trail_]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Othello / オセロ
+
|style="background:Game;"|Metal Slug: Mobile 4
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0304/11/n_brgame.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|OutRun / アウトラン
+
|style="background:Game;"|Metal Slug Team Mission / メタルスラッグ チームミッション
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/OutRun_(mobile)]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=239]
 
|-
 
|-
|style="background:Game;"|Pac-man
+
|style="background:Game;"|Meteos Mobile / メテオスモバイル
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.4gamer.net/news/history/2006.11/20061130161119detail.html]
 
|-
 
|-
|style="background:Game;"|Pac-Man: Championship Edition
+
|style="background:Game;"|Midnight Bowling
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-championship-edition]
 
 
|-
 
|-
|style="background:Game;"|PAC-MAN Arcade Golf
+
|style="background:Game;"|Midnight Bowling 2
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Pac-Man Bowling
+
|style="background:Game;"|Midnight Bowling 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
 
|-
 
|-
|style="background:Game;"|Pac-Mania
+
|style="background:Game;"|Midnight Pool 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-mania]
 
 
|-
 
|-
|style="background:Game;"|Pac-Man Kart Rally 3D
+
|style="background:Game;"|Midtown Madness 3 Mobile
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-kart-rally-3d]
 
 
|-
 
|-
|style="background:Game;"|Pac-Man Pinball / パックマン・ピンボール
+
|style="background:Game;"|Might and Magic II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://dengekionline.com/data/news/2007/12/27/71781ea44d6b010afcfc765508ae6911.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/might-and-magic-ii]
 
|-
 
|-
|style="background:Game;"|Pandemonium!
+
|style="background:Game;"|Military Madness
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Panick Bomber / ぱにっくボンバー
+
|style="background:Game;"|Military Madness 2
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0403/04/news068.html]
 
 
|-
 
|-
|style="background:Game;"|Pat Sajak's Blackjack Bowling
+
|style="background:Game;"|Million Versus / 大ミリオンヴァーサス
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000004.000001348.html]
 
|-
 
|-
|style="background:Game;"|Peggle Extreme
+
|style="background:Game;"|Millionaire 07
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Pengo / ペンゴ
+
|style="background:Game;"|Millionaire 2010
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Pengo_(mobile)]
 
 
|-
 
|-
|style="background:Game;"|Petit Game Friends / プチゲーフレンズ
+
|style="background:Game;"|Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000092.000000082.html]
+
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Phishing everywhere / どこでもフィシング
+
|style="background:Game;"|Millionaire Music
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Phoenix Wright, Ace Attorney / 逆転裁判
+
|style="background:Game;"|Milton Bradley Board Games
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/21692.html]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Pitfall!
+
|style="background:Game;"|Miner 2049er
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pitfall]
 
 
|-
 
|-
|style="background:Game;"|Plantasia
+
|style="background:Game;"|Mirakue / ミラくえ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/08/news076.html]
 
|-
 
|-
|style="background:Game;"|Plants vs. Zombies
+
|style="background:Game;"|Mobi Escape
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/plants-vs-zombies]
 
|-
 
|style="background:Game;"|Pocket God
 
|style="background:lightgreen;"| Excellent
 
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Pole Position II
+
|style="background:Game;"|Mobile Battles: Reign of Swords
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://x100robots.carbonmade.com/projects/6752732]
 
|-
 
|-
|style="background:Game;"|Pool Pro Online (1 & 2)
+
|style="background:Game;"|Mobile League Sports Network
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
 
|-
 
|-
|style="background:Game;"|Pop Tower / ポップ☆タワー
+
|style="background:Game;"|Mobile Racing 2004
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://corp.gree.net/jp/ja/news/press/2011/0519.html]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Powerboat Challenge
+
|style="background:Game;"|Mobile Romance of the Three Kingdoms 2 / Mobile 三國志2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/000/G000000/20050128161018]
 
|-
 
|-
|style="background:Game;"|The Price is right
+
|style="background:Game;"|Mobile Suit Gundam 3D VS EDITION / 機動戦士ガンダム 3D VS EDITION
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.bcnretail.com/news/detail/070608_7627.html]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=687&ref=200703]
 
|-
 
|-
|style="background:Game;"|Prey Mobile 3D
+
|style="background:Game;"|Moe Slot: Beach no Shizuku
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Princess Tomato in the Salad Country / サラダの国のトマト姫
+
|style="background:Game;"|Momotaro Dentetsu TOHOKU / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0410/21/news11.html]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Prince of Persia 3D (V CAST)
+
|style="background:Game;"|Momotaro Dentetsu HOKKAIDO / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Prince of Persia: Harem Adventures
+
|style="background:Game;"|Momotaro Dentetsu KANTO / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-harem-adventures]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Prince of Persia HD
+
|style="background:Game;"|Momotaro Dentetsu KYUSHU / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-hd]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Prince of Persia: The Sands of Time
+
|style="background:Game;"|Momotaro Dentetsu CHUBU / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-the-sands-of-time__]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Pro Bike Racing
+
|style="background:Game;"|Momotaro Dentetsu SETOUCHI  / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Professor Fizzwizzle
+
|style="background:Game;"|Momotaro Dentetsu WORLD / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Professional Baseball TV / プロ野球TV
+
|style="background:Game;"|Momotaro Dentetsu KINKI / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/28400.html]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Pucchin Puzzle
+
|style="background:Game;"|Momotaro Dentetsu JAPAN Deluxe Edition / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Punisher
+
|style="background:Game;"|Momotaro Dentetsu AOMORI / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Punitto Erase / プニっと消して
+
|style="background:Game;"|Momotaro Dentetsu SHIZUOKA / 桃太郎電鉄SHIZUOKA
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Putt de Golf / パットdeゴルフ
+
|style="background:Game;"|Momotaro Dentetsu TOKAI / 桃太郎電鉄TOKAI
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://r-force.co.jp/history]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Puyo Puyo / とことんぷよぷよ
+
|style="background:Game;"|Momotaro Dentetsu TOKYO / 桃太郎電鉄TOKYO
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_(mobile)]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Puyo Puyo Alone / ひとりでぷよぷよ
+
|style="background:Game;"|Momotaro Electric Railway JAPAN / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Hitori_de_Puyo_Puyo]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|-
 
|-
|style="background:Game;"|Puyo Puyo Fever
+
|style="background:Game;"|Monkey Bars
Habanero / ぷよぷよフィーバー
 
ハバネロ
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 
 
|-
 
|-
|style="background:Game;"|Puyo Puyo Fever
+
|style="background:Game;"|Monopoly Here and Now
DX / ぷよぷよフィーバーDX
+
|style="background:lightgreen;"| Excellent
|style="background:grey;"| Not tested
 
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
+
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|-
 
|-
|style="background:Game;"|Puyo Puyo Solitaire / ぷよぷよソリティア
+
|style="background:Game;"|Monopoly Worldwide
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html][https://ja.m.wikipedia.org/wiki/%E3%81%B7%E3%82%88%E3%81%B7%E3%82%88%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA]
+
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|-
 
|-
|style="background:Game;"|Puyo Puyo Sun / ぷよぷよSUN
+
|style="background:Game;"|Monster Farm Seven Lines - Monster Farm Edition / モンスターファーム七ならべ  モンスターファーム編
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_Sun_(mobile)]
+
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Puyo Puyo Zurashi / ぷよぷよズラシ
+
|style="background:Game;"|Monster Farm SPEED / モンスターファームSPEED
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
+
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Puzzle Bobble Online / パズルボブルONLINE
+
|style="background:Game;"|Monster Smash
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27490.html]
 
 
|-
 
|-
|style="background:Game;"|Puzzle Quest 2
+
|style="background:Game;"|Moon Patrol
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Puzznic / パズニック
+
|style="background:Game;"|Moto GP 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/24/news082.html]
 
 
|-
 
|-
|style="background:Game;"|Raiden (KTF)
+
|style="background:Game;"|Monaco GP / モナコ GP
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/nhOpJ0SE3_o]
+
|style="background:Ref.;"|[https://segaretro.org/Monaco_GP_(mobile)]
 
|-
 
|-
|-
+
|style="background:Game;"|Monkey Ball / ウッディポップ
|style="background:Game;"|Ratchet & Clank: Going Mobile!
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ratchet-clank-going-mobile]
+
|style="background:Ref.;"|[https://segaretro.org/Monkey_Ball_(mobile)]
 
|-
 
|-
|style="background:Game;"|Rayman Bowling
+
|style="background:Game;"|Movement / Object / Chain / Chain / 動・物・連・鎖
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-bowling]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|-
 
|-
|style="background:Game;"|Rayman Golf
+
|style="background:Game;"|Mr Do's Circus
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-golf]
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
|style="background:Game;"|Ray Newman racing
+
|style="background:Game;"|Mr. Driller / ミスタードリラー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/17/news091.html]/[https://web.archive.org/web/20050207083144/http://wireless.ign.com/objects/608/608832.html]
 
|-
 
|-
|style="background:Game;"|Red Baron
+
|style="background:Game;"|Ms Pac-man
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://youtu.be/6R8Wkb9-p2k]
 
 
|-
 
|-
|style="background:Game;"|Red Faction: Guerrilla
+
|style="background:Game;"|MTV Star Factory
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/red-faction-guerrilla_]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Red Faction ll
+
|style="background:Game;"|The Mummy / ハムナプトラ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0609/06/news105.html]/[https://web.archive.org/web/20050225211310/http://wireless.ign.com/objects/724/724131.html]
 
|-
 
|-
|style="background:Game;"|Resident Evil: Degeneration
+
|style="background:Game;"|Muncher
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
|style="background:Game;"|Resident Evil: Genesis
+
|style="background:Game;"|MX vs ATV: Untamed
 
|style="background:lightgreen;"| Excellent
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Resident Evil 4: Mobile Edition
+
|style="background:Game;"|My Monster Pet
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/resident-evil-4-mobile-edition]
 
 
|-
 
|-
|style="background:Game;"|Ridge Racer / リッジレーサー
+
|style="background:Game;"|Mystery Express / 미스테리 특급
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25243.html]
+
|style="background:Ref.;"|[https://knopkozavr.ru/mystery-express-2006]
 
|-
 
|-
|style="background:Game;"|Right brain fortune-telling / 右脳占い
+
|style="background:Game;"|Mystia 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
 
|-
 
|-
|style="background:Game;"|Rinji Shūden
+
|style="background:Game;"|Narnia Prince Caspian An
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|The Rise of Atlantis
+
|style="background:Game;"|Nascar 09
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|River Raid
+
|style="background:Game;"|Nate Adams Freestyle Motocross
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050403215619/http://wireless.ign.com/objects/726/726447.html]
 
|-
 
|-
|style="background:Game;"|Ro
+
|style="background:Game;"|Nazo Puyo  / なぞぷよ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/Ro_(video_game)]
+
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_(mobile)]
 
|-
 
|-
|style="background:Game;"|Robotech: The New Generation
+
|style="background:Game;"|Nazo Puyo 2 / なぞぷよ 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_2_(mobile)]
 
|-
 
|-
|style="background:Game;"|Rockman EXE EZ / ロックマンエグゼEZ
+
|style="background:Game;"|NBA Basketball 2005
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/24/news103.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204120821/http://wireless.ign.com/objects/717/717859.html]
 
|-
 
|-
|style="background:Game;"|ROCKin' Stone (KTF)
+
|style="background:Game;"|NBA Live 06
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rockin-stone]
 
 
|-
 
|-
|style="background:Game;"|Rolling with Katamari
+
|style="background:Game;"|NBC Sports Figure Skating
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|-
 
|style="background:Game;"|Return of the king : Trivia
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"| Freeze
 
|style="background:#00ff7f;"|Yes
 
|-
 
|style="background:Game;"|RPG Alphadia / RPGアルファディア
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0712/05/news112.html]
 
 
|-
 
|-
|style="background:Game;"|RPG Mercenaries Saga 3 / RPGマーセナリーズサーガ3
+
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://japan.cnet.com/release/30009670]
 
 
|-
 
|-
|style="background:Game;"|RPG Moero! Dungeon Musume / RPG萌えろ!ダンジョン娘
+
|style="background:Game;"|Need for Speed: Hot Pursuit
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/31/news063.html]
 
 
|-
 
|-
|style="background:Game;"|RPG Tavern in Wonderland 2 / RPG不思議の国の酒場2
+
|style="background:Game;"|Need for Speed: Most Wanted
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000039.000000730.html]
 
 
|-
 
|-
|style="background:Game;"|The Quiz Daisousa Line 1 / クイズ大捜査線1
+
|style="background:Game;"|Need for Speed: Pro Street
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
 
|-
 
|-
|style="background:Game;"|Saints Row 2
+
|style="background:Game;"|Need for Speed: Shift
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.4gamer.net/games/072/G007209/20090206075/?amp]
 
 
|-
 
|-
|style="background:Game;"|Salaryman's Counterattack / サラリーマンの逆襲
+
|style="background:Game;"|Need for Speed: The Run
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/21/news104.html]
 
 
|-
 
|-
|style="background:Game;"|Salaryman Masuda Escape from Dirty Room / サラリーマンマスダ汚部屋からの脱出
+
|style="background:Game;"|Need for Speed: Undercover
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
+
|-
 +
|style="background:Game;"|Need For Speed: Underground 2
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"| This build is BUGGY. Expect crashes when you running it. This is still not the full game, Debug build.
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://needforspeedtheories.boards.net/thread/2433/nfsug2-nfsmw-mobile-brew-versions]
 
|-
 
|-
|style="background:Game;"|Sally’s Salon
+
|style="background:Game;"|Neverwinter Nights
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204091630/http://wireless.ign.com/objects/699/699368.html]
 
|-
 
|-
|style="background:Game;"|Sally's Spa
+
|style="background:Game;"|New Rally-X
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
 
|-
 
|-
|style="background:Game;"|Sally’s Salon Luxury Edition
+
|style="background:Game;"|New York Nights: Success in the City
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204003228/http://wireless.ign.com/articles/584/584139p1.html]
 
|-
 
|-
|style="background:Game;"|Samba De Amigo
+
|style="background:Game;"|Night Hike
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|Samurai
+
|style="background:Game;"|Night Shift
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/nightshift-2003]
 
|-
 
|-
|style="background:Game;"|Samurai Spirits ~ Makai Rinkai  / サムライスピリッツ~魔界輪廻記
+
|style="background:Game;"|Ninja Gaiden
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
+
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|Samurai Soul Tenka Musou Typing-Chapter of Makai Reincarnation / 侍魂天下無双タイピング~魔界転生の章
+
|style="background:Game;"|Ninja Jajamaru-kun Ranbu
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
 
|-
 
|-
|style="background:Game;"|Sangokushi Nendaiki DX
+
|style="background:Game;"|Ninja no Gakko
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Sangokushi Tactics / 三國志タクティクス
+
|style="background:Game;"|Ninja Prophecy
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://s.inside-games.jp/article/2007/08/02/22539.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ninja-prophecy]
 
|-
 
|-
|style="background:Game;"|Scarface: The Rise of Tony Montana
+
|style="background:Game;"|Ninja Ryukenden / 忍者龍剣伝
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Scene It? Movies
+
|style="background:Game;"|Ninjutsu / 忍術
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0402/19/news049.html]
 
|-
 
|-
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
+
|style="background:Game;"|Nintendo High School Dodgeball Club Soccer Edition / 熱血高校ドッジボール部サッカー編
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000056.000000082.html]
 
|-
 
|-
|style="background:Game;"|Scooby-Doo!: Castle Capers
+
|style="background:Game;"|Nobunaga no Yabou, Shoseiroku / 信長の野望・将星録
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.gamecity.ne.jp/products/products/ee/keitai/nob/nobsyousei.htm]
 
|-
 
|-
|style="background:Game;"|Scuba Solitaire
+
|style="background:Game;"|NOM / 놈
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom]
 
|-
 
|-
|style="background:Game;"|SEASON 365's Thoughts ~ winter season / SEASON 365の想い~winter season
+
|style="background:Game;"|NOM 2 / 놈 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom-2]
 
|-
 
|-
|style="background:Game;"|Secret of Mana / 聖剣伝説
+
|style="background:Game;"|Nuts & milk / ナッツ&ミルク
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/secret-of-mana]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%8A%E3%83%83%E3%83%84&%E3%83%9F%E3%83%AB%E3%82%AF#%E4%BB%96%E6%A9%9F%E7%A8%AE%E7%89%88]
 
|-
 
|-
|style="background:Game;"|Secret of Mana 2 / 聖剣伝説2
+
|style="background:Game;"|Ollie King ME
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC2]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050206233001/http://wireless.ign.com/objects/704/704081.html]
 
|-
 
|-
|style="background:Game;"|Segagaga R-720
+
|style="background:Game;"|Omagatoki no Rhapsody / 逢魔が刻の狂詩曲
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Segagaga_R-720]
+
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000019772]
 
|-
 
|-
|style="background:Game;"|Sega Rally 1st Stage / セガラリー1st Stage
+
|style="background:Game;"|Orcs & Elves
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_1st_Stage]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/orcs-elves]
 
|-
 
|-
|style="background:Game;"|Sega Rally Next Stage / セガラリー NextStage
+
|style="background:Game;"|Orcs & Elves ll
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_Next_Stage]
 
 
|-
 
|-
|style="background:Game;"|SEGA Volleyball / SEGAバレーボール
+
|style="background:Game;"|The Oregon Trail
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/29586.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/oregon-trail_]
 
|-
 
|-
|style="background:Game;"|Seiken Densetsu ~ Final Fantasy Gaiden
+
|style="background:Game;"|Othello / オセロ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0304/11/n_brgame.html]
 
|-
 
|-
|style="background:Game;"|Seiken Densetsu FRIENDS of MANA
+
|style="background:Game;"|OutRun / アウトラン
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC_FRIENDS_of_MANA]
+
|style="background:Ref.;"|[https://segaretro.org/OutRun_(mobile)]
 
|-
 
|-
|style="background:Game;"|Senbazuru
+
|style="background:Game;"|PAC-MAN
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Sennincho City Story Sennin / 仙人町市物語 せんにん.
+
|style="background:Game;"|PAC-MAN 2010
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000026120]
 
 
|-
 
|-
|style="background:Game;"|Sepas Channel
+
|style="background:Game;"|PAC-MAN: Championship Edition
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-championship-edition]
 
|-
 
|-
|style="background:Game;"|Shado Fighter
+
|style="background:Game;"|PAC-MAN Arcade Golf
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手
+
|style="background:Game;"|PAC-MAN Bowling
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://shakugan.fandom.com/wiki/Shakugan_no_Shana_~Enpatsu_Shakugan_no_Uchite~]
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]/[https://web.archive.org/web/20050207084502/http://wireless.ign.com/objects/711/711660.html]
 
|-
 
|-
|style="background:Game;"|Shanghai / 上海
+
|style="background:Game;"|PAC-Mania
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E4%B8%8A%E6%B5%B7_(%E3%82%B2%E3%83%BC%E3%83%A0)]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-mania]
 
|-
 
|-
|style="background:Game;"|Shijō Saikyō Miyamoto Julia
+
|style="background:Game;"|PAC-MAN Kart Rally 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-kart-rally-3d]
 
|-
 
|-
|style="background:Game;"|Shining Force Chronicle / シャイニング・フォース クロニクル
+
|style="background:Game;"|PAC-MAN Pinball / パックマン・ピンボール
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_I]
+
|style="background:Ref.;"|[https://dengekionline.com/data/news/2007/12/27/71781ea44d6b010afcfc765508ae6911.html]
 
|-
 
|-
|style="background:Game;"|Shining Force Chronicle II / シャイニングフォース クロニクルII
+
|style="background:Game;"|Pandemonium!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_II]
 
 
|-
 
|-
|style="background:Game;"|Shining Force Chronicle III / シャイニングフォース クロニクルIII
+
|style="background:Game;"|Panick Bomber / ぱにっくボンバー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_III]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0403/04/news068.html]
 
|-
 
|-
|style="background:Game;"|Shining Force EXA Mobile / シャイニング・フォース イクサモバイル
+
|style="background:Game;"|Pat Sajak's Blackjack Bowling
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Shining Road: To the Force / シャイニング・ロード:トゥ・ザ・フォース
+
|style="background:Game;"|Peggle Extreme
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Shining_Road:_To_the_Force]
 
 
|-
 
|-
|style="background:Game;"|Shining Road 2: Kuroki Ryuu no Miko / シャイニング・ロード2 ~黒き竜の巫女~
+
|style="background:Game;"|Pengo / ペンゴ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Shining_Road_2:_Kuroki_Ryuu_no_Miko]
+
|style="background:Ref.;"|[https://segaretro.org/Pengo_(mobile)]
 
|-
 
|-
|style="background:Game;"|Shining Wind Cross ~ Weisslitter Senki / シャイニング・ウィンド・クロス ~ヴァイスリッター戦記
+
|style="background:Game;"|Petit Game Friends / プチゲーフレンズ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000092.000000082.html]
 
|-
 
|-
|style="background:Game;"|Shin Megami Tensei if ... Hazama / 真・女神転生if...ハザマ編
+
|style="background:Game;"|Phishing everywhere / どこでもフィシング
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/29/news117.html]
 
 
|-
 
|-
|style="background:Game;"|Shogi King DX / 将棋王DX
+
|style="background:Game;"|Phoenix Wright, Ace Attorney / 逆転裁判
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0305/21/n_it.html]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/21692.html]
 
|-
 
|-
|style="background:Game;"|Siberian Strike: Episode I
+
|style="background:Game;"|Pipe Worker / 水管工
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/siberian-strike-episode-i]
+
|style="background:Ref.;"|[https://knopkozavr.ru/pipe-worker-2004]
 
|-
 
|-
|style="background:Game;"|Silent Hill Mobile 2
+
|style="background:Game;"|Pitfall!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pitfall]
 
|-
 
|-
|style="background:Game;"|SimCity
+
|style="background:Game;"|Plantasia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/22766.html]
 
 
|-
 
|-
|style="background:Game;"|SimCity Classic / シムシティ クラシック
+
|style="background:Game;"|Plants vs. Zombies
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050224/sim.htm]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/plants-vs-zombies]
 
|-
 
|-
|style="background:Game;"|The Sims 2 Medieval
+
|style="background:Game;"|Platoon
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064058/http://wireless.ign.com/objects/704/704755.html]
 
|-
 
|-
|style="background:Game;"|The Sims 2
+
|style="background:Game;"|Pocket God
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
 
|-
 
|-
|style="background:Game;"|The Sims 2 Castaway
+
|style="background:Game;"|Pole Position II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
 
|-
 
|-
|style="background:Game;"|The Sims 2 Pets
+
|style="background:Game;"|Pool Pro Online (1 & 2)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
|style="background:Game;"|The Sims Bowling
+
|style="background:Game;"|Pop Tower / ポップ☆タワー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://corp.gree.net/jp/ja/news/press/2011/0519.html]
 
|-
 
|-
|style="background:Game;"|SkeeBall for Prizes
+
|style="background:Game;"|Powerboat Challenge
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Skipping Stone / 건너 뛰는 돌
+
|style="background:Game;"|The Price is Right
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/skipping-stone]
 
 
|-
 
|-
|style="background:Game;"|Skipping Stone IQ / 건너 뛰는 돌 IQ
+
|style="background:Game;"|Prey Invasion
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/prey-invasion/]
 
|-
 
|-
|style="background:Game;"|SLOT Garo / SLOT牙狼
+
|style="background:Game;"|Prey Mobile 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/33113/amp]
 
 
|-
 
|-
|style="background:Game;"|Slyder
+
|style="background:Game;"|Princess Tomato in the Salad Country / サラダの国のトマト姫
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0410/21/news11.html]
 
|-
 
|-
|style="background:Game;"|Small Girl Maniacs / 微少女マニアックス
+
|style="background:Game;"|Prince of Persia 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0508/04/news097.html]
 
 
|-
 
|-
|style="background:Game;"|Snake Battle Royale Online / スネークバトルロワイヤル・オンライン
+
|style="background:Game;"|Prince of Persia: Harem Adventures
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-harem-adventures]
 
|-
 
|-
|style="background:Game;"|SNK's DARTS-Three In The Black
+
|style="background:Game;"|Prince of Persia HD
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-hd]
 
|-
 
|-
|style="background:Game;"|Snoop Dogg Boxing
+
|style="background:Game;"|Prince of Persia: The Sands of Time
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/snoop-dogg-boxing]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-the-sands-of-time__]
 
|-
 
|-
|style="background:Game;"|Snoopy: The Flying Ace
+
|style="background:Game;"|Prince of Persia Warrior Within
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20041226234952/http://wireless.ign.com/articles/569/569689p1.html]
 
|-
 
|-
|style="background:Game;"|Snowboarding TNT
+
|style="background:Game;"|Pro Bike Racing
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Soaring Bird
+
|style="background:Game;"|Professor Fizzwizzle
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Sōhide Series: Omatsuri Dukushi
+
|style="background:Game;"|Professional Baseball TV / プロ野球TV
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/28400.html]
 
|-
 
|-
|style="background:Game;"|SolaRola
+
|style="background:Game;"|Pucchin Puzzle
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Solar Target
+
|style="background:Game;"|Punisher
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Solitaire deluxe
+
|style="background:Game;"|Punitto Erase / プニっと消して
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 
|-
 
|-
|style="background:Game;"|Solomon's Key SEASON I, II, III, IV / ソロモンの鍵
+
|style="background:Game;"|Putt de Golf / パットdeゴルフ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
|style="background:Game;"|Sonson / ソンソン
+
|style="background:Game;"|Puyo Puyo / とことんぷよぷよ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
+
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_(mobile)]
 
|-
 
|-
|style="background:Game;"|Sonic Jump
+
|style="background:Game;"|Puyo Puyo Alone / ひとりでぷよぷよ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sonic-jump_/buy-trade]
+
|style="background:Ref.;"|[https://segaretro.org/Hitori_de_Puyo_Puyo]
 
|-
 
|-
|style="background:Game;"|Sonic the Hedgehog
+
|style="background:Game;"|Puyo Pop DX
|style="background:#b3d9b3;"|Normal
 
|style="background:Notes;"|Slow
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sonic-the-hedgehog]
 
|-
 
|style="background:Game;"|Sonic the Hedgehog ll
 
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064054/http://wireless.ign.com/objects/704/704087.html]
 
|-
 
|-
|style="background:Game;"|Sorcery Sword / ソーサリーソード
+
|style="background:Game;"|Puyo Puyo Fever
 +
Habanero / ぷよぷよフィーバー
 +
ハバネロ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
+
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 +
|-
 +
|style="background:Game;"|Puyo Puyo Fever
 +
DX / ぷよぷよフィーバーDX
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|Only available Demo!
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 
|-
 
|-
|style="background:Game;"|Sorcery Sword 2-The Last Dragon Sword / ソーサリーソード2 -最後の滅竜剣-
+
|style="background:Game;"|Puyo Puyo Solitaire / ぷよぷよソリティア
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
+
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html][https://ja.m.wikipedia.org/wiki/%E3%81%B7%E3%82%88%E3%81%B7%E3%82%88%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA]
 
|-
 
|-
|style="background:Game;"|Soul of Darkness
+
|style="background:Game;"|Puyo Puyo Sun / ぷよぷよSUN
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/soul-of-darkness]
+
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_Sun_(mobile)]
 
|-
 
|-
|style="background:Game;"|South Park: Mega Millionaire
+
|style="background:Game;"|Puyo Puyo Zurashi / ぷよぷよズラシ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 
|-
 
|-
|style="background:Game;"|Space Invaders Infinity Gene
+
|style="background:Game;"|Puzzle Bobble Online / パズルボブルONLINE
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/space-invaders-infinity-gene]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27490.html]
 
|-
 
|-
|style="background:Game;"|Space Monkey
+
|style="background:Game;"|Puzzle Quest 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Space Taxi Pinball
+
|style="background:Game;"|Puzznic / パズニック
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/24/news082.html]
 
|-
 
|-
|style="background:Game;"|Sphinx
+
|style="background:Game;"|Raiden (KTF)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
+
|style="background:Ref.;"|[https://youtu.be/nhOpJ0SE3_o]
 
|-
 
|-
|style="background:Game;"|Spiral Coffin Murder Case / 螺旋の棺殺人事件
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000016818]
 
 
|-
 
|-
|style="background:Game;"|SplatterHouse
+
|style="background:Game;"|Ratchet & Clank: Going Mobile!
|style="background:grey;"| Not tested
+
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ratchet-clank-going-mobile]
 
|-
 
|-
|style="background:Game;"|Speed Devils
+
|style="background:Game;"|Rayman Bowling
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-bowling]
 
|-
 
|-
|style="background:Game;"|Spider-Man 2: 3D NY Rooftops
+
|style="background:Game;"|Rayman Golf
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-golf]
 
|-
 
|-
|style="background:Game;"|Spider-Man 2: The Hero Returns
+
|style="background:Game;"|Ray Newman racing
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/spider-man-2-the-hero-returns]
 
|-
 
|style="background:Game;"|Spore Origins
 
|style="background:lightgreen;"| Excellent
 
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/spore-origins]
 
 
|-
 
|-
|style="background:Game;"|Spore 2 Creatures
+
|style="background:Game;"|Red Baron
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://youtu.be/6R8Wkb9-p2k]
 
|-
 
|-
|style="background:Game;"|Squawk
+
|style="background:Game;"|Real: Another Edition
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/cOTdhmlk_io]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207064506/http://wireless.ign.com/objects/706/706758.html]
 
|-
 
|-
|style="background:Game;"|Stack'Um
+
|style="background:Game;"|Red Faction: Guerrilla
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/red-faction-guerrilla_]
 
|-
 
|-
|style="background:Game;"|Standing Stones
+
|style="background:Game;"|Red Faction ll
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Star Force Complete Edition / スターフォース完全版
+
|style="background:Game;"|Resident Evil: Degeneration
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product_vau.htm]
 
 
|-
 
|-
|style="background:Game;"|Star Force - PARSEC1 ~ 3 / スターフォース完全版
+
|style="background:Game;"|Resident Evil: Genesis
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
 
|-
 
|-
|style="background:Game;"|Stargate SG-1
+
|style="background:Game;"|Resident Evil 4: Mobile Edition
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/resident-evil-4-mobile-edition]
 
|-
 
|-
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
+
|style="background:Game;"|Ridge Racer / リッジレーサー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25243.html]
 
|-
 
|-
|style="background:Game;"|Star Soldier / スターソルジャー
+
|style="background:Game;"|Right brain fortune-telling / 右脳占い
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0311/10/n_hudson.html]
+
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|style="background:Game;"|Star Trek: Nemesis
+
|style="background:Game;"|Rinji Shūden
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Star Trek: The Cold Enemy
+
|style="background:Game;"|The Rise of Atlantis
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Star Wars: The Empire Strikes Back
+
|style="background:Game;"|River Raid
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Story of Seasons and My Village / 牧場物語 みんなの街とわたしの村
+
|style="background:Game;"|Ro
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011047]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/Ro_(video_game)]
 
|-
 
|-
|style="background:Game;"|Street Fighter II Champion Edition
+
|style="background:Game;"|Robocop
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25019.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204084025/http://wireless.ign.com/objects/695/695449.html]
 
|-
 
|-
|style="background:Game;"|Street Hoops
+
|style="background:Game;"|Robotech: The New Generation
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/tO-5XZpb94k]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Stuntcar Extreme
+
|style="background:Game;"|Rockman EXE EZ / ロックマンエグゼEZ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://jet.ro/about]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/24/news103.html]
 
|-
 
|-
|style="background:Game;"|Sukebooo Man
+
|style="background:Game;"|ROCKin' Stone (KTF)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sukebooo-man]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rockin-stone]
 
|-
 
|-
|style="background:Game;"|Super Boom Boom
+
|style="background:Game;"|Rolling with Katamari
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Super Drop Mania
+
|style="background:Game;"|Return of the king : Trivia
|style="background:lightgreen;"| Excellent
+
|style="background:salmon;"| Doesn't work
|style="background:Notes;"|
+
|style="background:Notes;"| Freeze
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Super Mahjong Quest
+
|style="background:Game;"|RPG Alphadia / RPGアルファディア
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0712/05/news112.html]
 
|-
 
|-
|style="background:Game;"|Super Monaco GP / スーパーモナコGP
+
|style="background:Game;"|RPG Mercenaries Saga 3 / RPGマーセナリーズサーガ3
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Super_Monaco_GP_(mobile)]
+
|style="background:Ref.;"|[https://japan.cnet.com/release/30009670]
 
|-
 
|-
|style="background:Game;"|Superman / 海外人気ゲーム
+
|style="background:Game;"|RPG Moero! Dungeon Musume / RPG萌えろ!ダンジョン娘
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30555.html]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/31/news063.html]
 
|-
 
|-
|style="background:Game;"|Super Motocross / スーパーモトクロス
+
|style="background:Game;"|RPG Tavern in Wonderland 2 / RPG不思議の国の酒場2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000039.000000730.html]
 
|-
 
|-
|style="background:Game;"|Super Puzzle Fighter II Turbo
+
|style="background:Game;"|The Quiz Daisousa Line 1 / クイズ大捜査線1
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/super-puzzle-fighter-ii-turbo]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
|style="background:Game;"|Super Real Mahjong for Mobile
+
|style="background:Game;"|S.W.A.T. The Movie: 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204051759/http://wireless.ign.com/articles/584/584958p1.html]
 
|-
 
|-
|style="background:Game;"|Super Sketcher
+
|style="background:Game;"|Saints Row 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/072/G007209/20090206075/?amp]
 
|-
 
|-
|style="background:Game;"|Super Street Fighter II
+
|style="background:Game;"|Salaryman's Counterattack / サラリーマンの逆襲
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/21/news104.html]
 
|-
 
|-
|style="background:Game;"|Sushi Shuffle 3D
+
|style="background:Game;"|Salaryman Masuda Escape from Dirty Room / サラリーマンマスダ汚部屋からの脱出
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 
|-
 
|-
|style="background:Game;"|Swerve Basketball
+
|style="background:Game;"|Sally’s Salon
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://youtu.be/ZV93Y6nyVeU]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Symphony of Eternity
+
|style="background:Game;"|Sally's Spa
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Taisen Columns / 対戦コラムス)
+
|style="background:Game;"|Sally’s Salon Luxury Edition
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Taisen_Columns]
+
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|Taisen Puyo Puyo / 対戦ぷよぷよ
+
|style="background:Game;"|Samba De Amigo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|style="background:Game;"|Taisen Puyo Puyo Tsuu / 対戦ぷよぷよ通
+
|style="background:Game;"|Samurai
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo_Tsuu]
 
 
|-
 
|-
|style="background:Game;"|Tales of Breaker Chapter 4 / テイルズ オブ ブレイカー 第4章
+
|style="background:Game;"|Samurai Spirits ~ Makai Rinkai  / サムライスピリッツ~魔界輪廻記
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://s.inside-games.jp/article/2008/03/04/27524.amp.html]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
|style="background:Game;"|Tales of Commons / テイルズ オブ
+
|style="background:Game;"|Samurai Soul Tenka Musou Typing-Chapter of Makai Reincarnation / 侍魂天下無双タイピング~魔界転生の章
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/27/news116.html]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 1: Kamen Gensō Satsujin Jiken
+
|style="background:Game;"|Sangokushi Nendaiki DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken
+
|style="background:Game;"|Sangokushi Tactics / 三國志タクティクス
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2007/08/02/22539.html]
 
|-
 
|-
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
+
|style="background:Game;"|Saturn Strike 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20040423124608/http://www.gameloft.com/en/product_page.php?game=134]
 
|-
 
|-
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane
+
|style="background:Game;"|Scarface: The Rise of Tony Montana
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
+
|style="background:Game;"|Scene It? Movies
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
+
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo
+
|style="background:Game;"|Scooby-Doo!: Castle Capers
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Tashikuro / たしクロ
+
|style="background:Game;"|Scuba Solitaire
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0806/24/news113.html]
+
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 
|-
 
|-
|style="background:Game;"|Tattoo Ink: Hollywood
+
|style="background:Game;"|SEASON 365's Thoughts ~ winter season / SEASON 365の想い~winter season
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
|style="background:Game;"|Tegaki Sonic
+
|style="background:Game;"|Secret of Mana / 聖剣伝説
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/secret-of-mana]
 
|-
 
|-
|style="background:Game;"|Tekken Resolute
+
|style="background:Game;"|Secret of Mana 2 / 聖剣伝説2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC2]
 
|-
 
|-
|style="background:Game;"|Tekken 2
+
|style="background:Game;"|Sector 7
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://videogamefanon.fandom.com/wiki/Sector_7]
 
|-
 
|-
|style="background:Game;"|Tenchi wo Kurau II / 天地を喰らう II
+
|style="background:Game;"|Segagaga R-720
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27286.html]
+
|style="background:Ref.;"|[https://segaretro.org/Segagaga_R-720]
 
|-
 
|-
|style="background:Game;"|Tenchu: Ayame's Tale 3D
+
|style="background:Game;"|Sega Rally 1st Stage / セガラリー1st Stage
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tenchu-ayames-tale-3d]
+
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_1st_Stage]
 
|-
 
|-
|style="background:Game;"|The Terminator
+
|style="background:Game;"|Sega Rally Next Stage / セガラリー NextStage
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/terminator__]
+
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_Next_Stage]
 
|-
 
|-
|style="background:Game;"|Terminator 3: Rise of the Machines
+
|style="background:Game;"|SEGA Volleyball / SEGAバレーボール
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/29586.html]
 
|-
 
|-
|style="background:Game;"|Tetris Diamond
+
|style="background:Game;"|Seiken Densetsu ~ Final Fantasy Gaiden
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-diamond]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
 
|-
 
|-
|style="background:Game;"|Tetris Pop
+
|style="background:Game;"|Seiken Densetsu FRIENDS of MANA
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-pop]
+
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC_FRIENDS_of_MANA]
 
|-
 
|-
|style="background:Game;"|Tetris Revolution
+
|style="background:Game;"|Senbazuru
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-revolution]
 
 
|-
 
|-
|style="background:Game;"|Thief, Run
+
|style="background:Game;"|Sennincho City Story Sennin / 仙人町市物語 せんにん.
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000026120]
 
|-
 
|-
|style="background:Game;"|Theme Park
+
|style="background:Game;"|Sepas Channel
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|The Three Stooges: Makin' Dough
+
|style="background:Game;"|Shado Fighter
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
 
|-
 
|-
|style="background:Game;"|Tiger Woods PGA Tour 06
+
|style="background:Game;"|Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://shakugan.fandom.com/wiki/Shakugan_no_Shana_~Enpatsu_Shakugan_no_Uchite~]
 
|-
 
|-
|style="background:Game;"|Tiger Woods PGA Tour 09
+
|style="background:Game;"|Shanghai / 上海
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E4%B8%8A%E6%B5%B7_(%E3%82%B2%E3%83%BC%E3%83%A0)]
 
|-
 
|-
|style="background:Game;"|Tiki Towers
+
|style="background:Game;"|Shijō Saikyō Miyamoto Julia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|T-Mac Street Ball
+
|style="background:Game;"|Shining Force Chronicle / シャイニング・フォース クロニクル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
+
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_I]
 
|-
 
|-
|style="background:Game;"|Tom Clancy's Ghost Recon: Jungle Storm
+
|style="background:Game;"|Shining Force Chronicle II / シャイニングフォース クロニクルII
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-ghost-recon-jungle-storm_]
+
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_II]
 
|-
 
|-
|style="background:Game;"|Tom Clancy's H.A.W.X
+
|style="background:Game;"|Shining Force Chronicle III / シャイニングフォース クロニクルIII
|style="background:lightgreen;"| Excellent
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-hawx__]
+
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_III]
 
|-
 
|-
|style="background:Game;"|Tom Clancy's Rainbow Six: Broken Wing
+
|style="background:Game;"|Shining Force EXA Mobile / シャイニング・フォース イクサモバイル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-rainbow-six-broken-wing]
+
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
|style="background:Game;"|Tom Clancy's Splinter Cell
+
|style="background:Game;"|Shining Road: To the Force / シャイニング・ロード:トゥ・ザ・フォース
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell_]
+
|style="background:Ref.;"|[https://segaretro.org/Shining_Road:_To_the_Force]
 
|-
 
|-
|style="background:Game;"|Tom Clancy's Splinter Cell: Chaos Theory
+
|style="background:Game;"|Shining Road 2: Kuroki Ryuu no Miko / シャイニング・ロード2 ~黒き竜の巫女~
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-chaos-theory__]
+
|style="background:Ref.;"|[https://segaretro.org/Shining_Road_2:_Kuroki_Ryuu_no_Miko]
 
|-
 
|-
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow
+
|style="background:Game;"|Shining Wind Cross ~ Weisslitter Senki / シャイニング・ウィンド・クロス ~ヴァイスリッター戦記
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-pandora-tomorrow__]
+
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
+
|style="background:Game;"|Shin Megami Tensei if ... Hazama / 真・女神転生if...ハザマ編
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-pandora-tomorrow-3d]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/29/news117.html]
 
|-
 
|-
|style="background:Game;"|Tomorrow is King / あしたは王様
+
|style="background:Game;"|Shogi King DX / 将棋王DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000005.000000730.html]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0305/21/n_it.html]
 
|-
 
|-
|style="background:Game;"|Tomorrow is King 2 / あしたは王様2
+
|style="background:Game;"|Shutokou Battle EVOLUTION / 首都高バトルEVOLUTION
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000066.000000730.html]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0601/26/news112.html]
 
|-
 
|-
|style="background:Game;"|Topolon
+
|style="background:Game;"|Siberian Strike: Episode I
|style="background:grey;"| Not tested
+
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/siberian-strike-episode-i]
 
|-
 
|-
|style="background:Game;"|Tower Bloxx
+
|style="background:Game;"|Silent Hill Mobile 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Transformers G1 Awakening (V CAST)
+
|style="background:Game;"|SimCity
|style="background:salmon;"| Doesn't work
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/22766.html]
 +
|-
 +
|style="background:Game;"|SimCity Classic / シムシティ クラシック
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050224/sim.htm]
 +
|-
 +
|style="background:Game;"|The Sims 2 Medieval
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|The Sims 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 +
|-
 +
|style="background:Game;"|The Sims 2 Castaway
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 +
|-
 +
|style="background:Game;"|The Sims 2 Pets
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 +
|-
 +
|style="background:Game;"|The Sims Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|SkeeBall for Prizes
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Skipping Stone / 건너 뛰는 돌
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/skipping-stone]
 +
|-
 +
|style="background:Game;"|Skipping Stone IQ / 건너 뛰는 돌 IQ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|SLOT Garo / SLOT牙狼
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/33113/amp]
 +
|-
 +
|style="background:Game;"|Slyder
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Small Girl Maniacs / 微少女マニアックス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0508/04/news097.html]
 +
|-
 +
|style="background:Game;"|Snake Battle Royale Online / スネークバトルロワイヤル・オンライン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 +
|-
 +
|style="background:Game;"|Snoop Dogg Boxing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/snoop-dogg-boxing]
 +
|-
 +
|style="background:Game;"|Snoopy: The Flying Ace
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Snowboarding TNT
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Soaring Bird
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Sōhide Series: Omatsuri Dukushi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|SolaRola
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Solar Target
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Solitaire deluxe
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Solomon's Key SEASON I, II, III, IV / ソロモンの鍵
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|SOMA / 소마
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/soma-2004]
 +
|-
 +
|style="background:Game;"|Sonson / ソンソン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 +
|-
 +
|style="background:Game;"|Sonic Jump
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sonic-jump_/buy-trade]
 +
|-
 +
|style="background:Game;"|Sonic the Hedgehog
 +
|style="background:#b3d9b3;"|Normal
 +
|style="background:Notes;"|Slow
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sonic-the-hedgehog]
 +
|-
 +
|style="background:Game;"|Sonic the Hedgehog ll
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Sorcery Sword / ソーサリーソード
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 +
|-
 +
|style="background:Game;"|Sorcery Sword 2-The Last Dragon Sword / ソーサリーソード2 -最後の滅竜剣-
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 +
|-
 +
|style="background:Game;"|Sorrent and the Robots
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207034415/http://wireless.ign.com/articles/582/582347p1.html]
 +
|-
 +
|style="background:Game;"|Soul of Darkness
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/soul-of-darkness]
 +
|-
 +
|style="background:Game;"|South Park: Mega Millionaire
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Space Invaders Infinity Gene
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/space-invaders-infinity-gene]
 +
|-
 +
|style="background:Game;"|Space Monkey
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Space Taxi Pinball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Space Warrior / 스페이스워리어
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/space-warrior-2004]
 +
|-
 +
|style="background:Game;"|Sphinx
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
 +
|-
 +
|style="background:Game;"|Spiral Coffin Murder Case / 螺旋の棺殺人事件
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000016818]
 +
|-
 +
|style="background:Game;"|Splatter House
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Speed ​​Car 2004 / 极速 飞车 2004
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/speed-car-2004]
 +
|-
 +
|style="background:Game;"|Speed Devils
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Speed Texting 2.0
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Spider-Man 2: 3D NY Rooftops
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Spider-Man 2: The Hero Returns
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/spider-man-2-the-hero-returns]
 +
|-
 +
|style="background:Game;"|Spore Origins
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/spore-origins]
 +
|-
 +
|style="background:Game;"|Spore 2 Creatures
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Squawk
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://youtu.be/cOTdhmlk_io]
 +
|-
 +
|style="background:Game;"|Stack'Um
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 +
|-
 +
|style="background:Game;"|Standing Stones
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Star Force Complete Edition / スターフォース完全版
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product_vau.htm]
 +
|-
 +
|style="background:Game;"|Star Force - PARSEC1 ~ 3 / スターフォース完全版
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Stargate SG-1
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Star Runner / 星际征服者
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/star-runner]
 +
|-
 +
|style="background:Game;"|Star Soldier / スターソルジャー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0311/10/n_hudson.html]
 +
|-
 +
|style="background:Game;"|Star Striker / 스타스트라이커
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/star-striker-2005]
 +
|-
 +
|style="background:Game;"|Star Trek: Nemesis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Star Trek: The Cold Enemy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050206173035/http://wireless.ign.com/objects/720/720332.html]
 +
|-
 +
|style="background:Game;"|Star Wars: The Empire Strikes Back
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Steel Bluster / 钢铁 咆哮
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/steel-bluster-2005]
 +
|-
 +
|style="background:Game;"|Story of Seasons and My Village / 牧場物語 みんなの街とわたしの村
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011047]
 +
|-
 +
|style="background:Game;"|Street Fighter II Champion Edition
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25019.html]
 +
|-
 +
|style="background:Game;"|Street Fighter Zero
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/street-fighter-zero/]
 +
|-
 +
|style="background:Game;"|Street Hoops
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://youtu.be/tO-5XZpb94k]
 +
|-
 +
|style="background:Game;"|Stuntcar Extreme
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://jet.ro/about]
 +
|-
 +
|style="background:Game;"|Sukebooo Man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sukebooo-man]
 +
|-
 +
|style="background:Game;"|Super Boom Boom
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Super Drop Mania
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Super Mahjong Quest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Super Monkey Ball 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064042/http://wireless.ign.com/objects/704/704085.html]
 +
|-
 +
|style="background:Game;"|Super Monaco GP / スーパーモナコGP
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://segaretro.org/Super_Monaco_GP_(mobile)]
 +
|-
 +
|style="background:Game;"|Superman / 海外人気ゲーム
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30555.html]
 +
|-
 +
|style="background:Game;"|Super Motocross / スーパーモトクロス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 +
|-
 +
|style="background:Game;"|Super Puzzle Fighter II Turbo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/super-puzzle-fighter-ii-turbo]
 +
|-
 +
|style="background:Game;"|Super Real Mahjong for Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Super Sketcher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Super Street Fighter II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Sushi Shuffle 3D
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Swerve Basketball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://youtu.be/ZV93Y6nyVeU]
 +
|-
 +
|style="background:Game;"|Symphony of Eternity / シンフォニー オブ エタニティ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/symphony-of-eternity/]
 +
|-
 +
|style="background:Game;"|TAIKO: Drum Master
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207074041/http://wireless.ign.com/objects/710/710846.html]
 +
|-
 +
|style="background:Game;"|Taisen Columns / 対戦コラムス)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://segaretro.org/Taisen_Columns]
 +
|-
 +
|style="background:Game;"|Taisen Puyo Puyo / 対戦ぷよぷよ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo]
 +
|-
 +
|style="background:Game;"|Taisen Puyo Puyo Tsuu / 対戦ぷよぷよ通
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo_Tsuu]
 +
|-
 +
|style="background:Game;"|Tales of Breaker Chapter 4 / テイルズ オブ ブレイカー 第4章
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2008/03/04/27524.amp.html]
 +
|-
 +
|style="background:Game;"|Tales of Commons / テイルズ オブ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/27/news116.html]
 +
|-
 +
|style="background:Game;"|Tank / 疯狂坦克
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/tank]
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 1: Kamen Gensō Satsujin Jiken
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tashikuro / たしクロ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0806/24/news113.html]
 +
|-
 +
|style="background:Game;"|Tattoo Ink: Hollywood
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Tegaki Sonic
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tekken Resolute
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tekken 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tenchi wo Kurau II / 天地を喰らう II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27286.html]
 +
|-
 +
|style="background:Game;"|Tenchu: Ayame's Tale 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tenchu-ayames-tale-3d]
 +
|-
 +
|style="background:Game;"|Tenchu: Wrath of Heaven
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204082914/http://wireless.ign.com/objects/684/684550.html]
 +
|-
 +
|style="background:Game;"|Terminal Speed / 터미널스피드
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/terminal-speed-2005]
 +
|-
 +
|style="background:Game;"|The Day After Tomorrow
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204074506/http://wireless.ign.com/objects/681/681612.html]
 +
|-
 +
|style="background:Game;"|The Incredibles 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050314014118/http://wireless.ign.com/objects/726/726911.html]
 +
|-
 +
|style="background:Game;"|The Terminator
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/terminator__]
 +
|-
 +
|style="background:Game;"|Terminator: I'm Back
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207005336/http://wireless.ign.com/objects/717/717865.html]
 +
|-
 +
|style="background:Game;"|Terminator 3: Rise of the Machines
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Terrorist Bomberman / 反恐 炸弹
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/terrorist-bomberman-2004]
 +
|-
 +
|style="background:Game;"|Tetris Blue
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Tetris Diamond
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-diamond]
 +
|-
 +
|style="background:Game;"|Tetris Pop
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-pop]
 +
|-
 +
|style="background:Game;"|Tetris Revolution
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-revolution]
 +
|-
 +
|style="background:Game;"|Thief: Deadly Shadows: Episode I
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20041212083632/http://wireless.ign.com/objects/717/717298.html]
 +
|-
 +
|style="background:Game;"|Thief: Deadly Shadows: Episode II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Thief, Run
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Theme Park
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|The Three Stooges: Makin' Dough
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Tiger Woods PGA Tour 06
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tiger Woods PGA Tour 09
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tiki Towers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|T-Mac Street Ball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 +
|-
 +
|style="background:Game;"|Tom Clancy's Ghost Recon: Jungle Storm
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-ghost-recon-jungle-storm_]
 +
|-
 +
|style="background:Game;"|Tom Clancy's H.A.W.X
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-hawx__]
 +
|-
 +
|style="background:Game;"|Tom Clancy's Rainbow Six: Broken Wing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-rainbow-six-broken-wing]
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell_]
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell: Chaos Theory
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-chaos-theory__]
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-pandora-tomorrow__]
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-pandora-tomorrow-3d]
 +
|-
 +
|style="background:Game;"|Tomorrow is King / あしたは王様
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000005.000000730.html]
 +
|-
 +
|style="background:Game;"|Tomorrow is King 2 / あしたは王様2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000066.000000730.html]
 +
|-
 +
|style="background:Game;"|Tony Hawk's Underground 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207065138/http://wireless.ign.com/objects/707/707811.html]
 +
|-
 +
|style="background:Game;"|Top Gun 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207080523/http://wireless.ign.com/objects/711/711374.html]
 +
|-
 +
|style="background:Game;"|Topolon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Tower Bloxx
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Townsmen 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20041211090358/http://wireless.ign.com/objects/714/714023.html]
 +
|-
 +
|style="background:Game;"|Townsmen 2: Fear of the King
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204120757/http://wireless.ign.com/objects/714/714023.html]
 +
|-
 +
|style="background:Game;"|Transformers G1 Awakening
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#d4b0fe;"|Partially
 +
|style="background:Ref.;"|[https://forums.lostmediawiki.com/thread/4410/sadly-verizon-vcast-games-partially]
 +
|-
 +
|style="background:Game;"|Triple Crown
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 +
|-
 +
|style="background:Game;"|Trivia King
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Trivial Pursuit
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204002757/http://wireless.ign.com/articles/583/583658p1.html]
 +
|-
 +
|style="background:Game;"|True Crime: Streets of LA
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Tsuppari Grand Sumo / つっぱり大相撲
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Twelve GEMs
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|The Twilight Saga: Memory Quest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Ultimate Angels
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Ultimate helper! "Muscle Man / 究極助っ人!筋肉男
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 +
|-
 +
|style="background:Game;"|Ultimate Chess 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://glitchwave.com/game/ultimate-chess-3d/]
 +
|-
 +
|style="background:Game;"|Ultimate Spider-Man
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ultimate-spider-man___]
 +
|-
 +
|style="background:Game;"|Ultimate War
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Umeko! Don't die! / 梅子!死ぬな!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/33625.html]
 +
|-
 +
|style="background:Game;"|Uno
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/uno___]
 +
|-
 +
|style="background:Game;"|Unō Paradise
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/un-paradise]
 +
|-
 +
|style="background:Game;"|Vampire VS Hunter / 뱀파이어 VS헌터
 +
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#d4b0fe;"|Partial
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/vampire-vs-hunter-2006]
 
|-
 
|-
|style="background:Game;"|Triple Crown
+
|style="background:Game;"|Vancouver 2010: Official Mobile Game of the Olympic Winter Games
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
 
|-
 
|-
|style="background:Game;"|Trivia King
+
|style="background:Game;"|Vanguard (unreleased/prototype)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Trivial Pursuit
+
|style="background:Game;"|VANS Skate & Slam feat. Geoff Rawley
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20041211085643/http://wireless.ign.com/objects/714/714018.html]
 
|-
 
|-
|style="background:Game;"|Tsuppari Grand Sumo / つっぱり大相撲
+
|style="background:Game;"|Venture 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
 
|-
 
|-
|style="background:Game;"|Twelve GEMs
+
|style="background:Game;"|Verizon Championship Racing
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|The Twilight Saga: Memory Quest
+
|style="background:Game;"|Video Poker Master
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
|style="background:Game;"|ULTIMATE ANGELS
+
|style="background:Game;"|Vijay Singh Pro Golf 2005
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050207001417/http://wireless.ign.com/objects/692/692950.html]
 
|-
 
|-
|style="background:Game;"|Ultimate helper! "Muscle Man / 究極助っ人!筋肉男
+
|style="background:Game;"|Viral Attack
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
|style="background:Game;"|Ultimate Chess 3D
+
|style="background:Game;"|VZW Mahjong
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Ultimate Spider-Man
+
|style="background:Game;"|VZW Texas Hold'em
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ultimate-spider-man___]
 
 
|-
 
|-
|style="background:Game;"|Umeko! Don't die! / 梅子!死ぬな!
+
|style="background:Game;"|Wacky Races
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/33625.html]
+
|style="background:Ref.;"|[https://web.archive.org/web/20050204091151/http://wireless.ign.com/objects/698/698330.html]
 
|-
 
|-
|style="background:Game;"|Uno
+
|style="background:Game;"|Wakuwakuinami / わくわくテニス
|style="background:turquoise;"| Perfect
+
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/uno___]
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15967.html]
|-
 
|style="background:Game;"|Unō Paradise
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/un-paradise]
 
|-
 
|style="background:Game;"|Vancouver 2010: Official Mobile Game of the Olympic Winter Games
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|style="background:Game;"|Vanguard (unreleased/prototype)
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|style="background:Game;"|Venture 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|style="background:Game;"|Verizon Championship Racing
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|style="background:Game;"|Video Poker Master
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|style="background:Game;"|Viral Attack
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|style="background:Game;"|VZW Mahjong
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|style="background:Game;"|VZW Texas Hold'em
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|-
 
|style="background:Game;"|Wakuwakuinami / わくわくテニス
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15967.html]
 
 
|-
 
|-
 
|style="background:Game;"|Wallace & Gromit Adventures
 
|style="background:Game;"|Wallace & Gromit Adventures
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Where's Waldo?
 
|style="background:Game;"|Where's Waldo?
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Wide 8 ball
 
|style="background:Game;"|Wide 8 ball
Line 4,540: Line 5,488:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Winter Games
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207075857/http://wireless.ign.com/objects/711/711373.html]
 
|-
 
|-
 
|style="background:Game;"|Wipeout 2
 
|style="background:Game;"|Wipeout 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 4,558: Line 5,512:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_(mobile)]
 
|-
 
|-
Line 4,564: Line 5,518:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_Monster_Land_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_Monster_Land_(mobile)]
 
|-
 
|-
Line 4,570: Line 5,524:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Woody_Pop_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Woody_Pop_(mobile)]
 
|-
 
|-
|style="background:Game;"| World Series of Poker: Pro Challenge
+
|style="background:Game;"|World Series of Poker: Pro Challenge
 
|style="background:lightgreen;"| Excellent
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"| World Poker Tour: Texas Hold'Em 2
+
|style="background:Game;"|World Poker Tour: Texas Hold'Em 2
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|World War III / 제3차세계대전
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/world-war-iii-2004]
 
|-
 
|-
 
|style="background:Game;"|WRC: FIA World Rally Championship Mobile 3D
 
|style="background:Game;"|WRC: FIA World Rally Championship Mobile 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|WWE Smackdown
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204090116/http://wireless.ign.com/objects/696/696915.html]
 
|-
 
|-
 
|style="background:Game;"|Xanadu: Dragon Slayer II
 
|style="background:Game;"|Xanadu: Dragon Slayer II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Xevious
 
|style="background:Game;"|Xevious
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207072445/http://wireless.ign.com/articles/560/560409p1.html]
 
|-
 
|-
 
|style="background:Game;"|Yahtzee
 
|style="background:Game;"|Yahtzee
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Yahtzee Adventures
 
|style="background:Game;"|Yahtzee Adventures
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Yahtzee Deluxe
 
|style="background:Game;"|Yahtzee Deluxe
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Yamasa Slot World EZ / 山佐スロワールドEZ
 
|style="background:Game;"|Yamasa Slot World EZ / 山佐スロワールドEZ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/26/news097.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/26/news097.html]
 
|-
 
|-
Line 4,627: Line 5,594:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ys VI: The Ark of Napishtim
 
|style="background:Game;"|Ys VI: The Ark of Napishtim
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ys-vi-the-ark-of-napishtim]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ys-vi-the-ark-of-napishtim]
 
|-
 
|-
Line 4,638: Line 5,605:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/18/news100.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/18/news100.html]
 
|-
 
|-
Line 4,644: Line 5,611:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|-
 
|-
Line 4,650: Line 5,617:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Zenio Fishing / 제니오 낚시
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://knopkozavr.ru/zenio-fishing-2003]
 
|-
 
|-
 
|style="background:Game;"|Zombie Infection
 
|style="background:Game;"|Zombie Infection
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zombie-infection]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zombie-infection]
 
|-
 
|-
Line 4,662: Line 5,635:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Zombieland 2
 
|style="background:Game;"|Zombieland 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Zombie Master / ゾンビマスター
 
|style="background:Game;"|Zombie Master / ゾンビマスター
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000082.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000082.000000730.html]
 
|-
 
|-
Line 4,678: Line 5,651:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zoo-tycoon-2-mobile]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zoo-tycoon-2-mobile]/[https://web.archive.org/web/20050207143427/http://wireless.ign.com/objects/718/718973.html]
 
|-
 
|-
 
|style="background:Game;"|Zuma Deluxe
 
|style="background:Game;"|Zuma Deluxe
Line 4,690: Line 5,663:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Zunzunkyou_no_Yabou_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Zunzunkyou_no_Yabou_(mobile)]
 
|}
 
|}
Line 4,699: Line 5,672:
 
==External links==
 
==External links==
 
* [https://discord.gg/re9Ab3cpj7 Discord server]
 
* [https://discord.gg/re9Ab3cpj7 Discord server]
* [https://lpcwiki.miraheze.org/wiki/Qualcomm_BREW BREW article]
+
* [https://lpcwiki.miraheze.org/wiki/Qualcomm_BREW BREW articles]
* [https://www.youtube.com/channel/UC-c4v27-3H_rZJW_jk3jPJw kraze's YouTube channel], dedicated to BREW preservation
+
* [https://www.youtube.com/channel/UC-c4v27-3H_rZJW_jk3jPJw kraze's YouTube channel] - Dedicated to BREW/Zeebo preservation
 +
* [https://4pda.to/forum/index.php?showtopic=1033270 4pda] - Melange
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]
 
[[Category:Binary Runtime Environment for Wireless emulators]]
 
[[Category:Binary Runtime Environment for Wireless emulators]]
 
[[Category:Android emulation software]]
 
[[Category:Android emulation software]]
[[Category:Mobiles emulators]]
+
[[Category:Mobile emulators]]
 
[[Category:Cellphone emulators]]
 
[[Category:Cellphone emulators]]

Revision as of 12:21, 14 May 2022

Melange
Melange.png
Developer(s) UsernameAK (a.k.a. /bin/cat)
Latest version 1.0.9a
Active Yes
Platform(s) Android
Emulates BREW
Programmed in C, C++
License N/A
Source code GitLab

Melange is a BREW wrapper for Android. 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 boot many 2D/3D BREW games that don't require OpenGL (e.g. Id Software games, EA games) or some other APIs. As such, some KTF/KDDI/Chinese BREW titles work but have trouble properly rendering fonts and no Zeebo titles are currently supported, as OpenGL is unimplemented. The emulator is still in early development.

How to use

→ Game path

In /sdcard/MelangeBREW/,

place manifest files (.mif) in mif/<game_name>.mif and application resources (folder) in mod/<game_name>.

→ Screen resolution

Create a `breConfig.toml` text file under the path /MelangeBREW/sys/

Add the following text in `breConfig.toml`

width = px
height = px

For example

width = 240
height = 320

→ Storage limit

If a game says there is not enough space in the storage.

Create a `breConfig.toml` text file under the path /MelangeBREW/sys/

Add the following text in `breConfig.toml`

storageLimit = Bytes

Features

  • Most BREW titles work without problems.
  • One screen control support.
  • Screenshot button [+] added.
  • Sound is not supported.
  • Touchscreen support is unimplemented.
  • Some KTF/KDDI/Chinese BREW titles run but have issues with font rendering.
  • Zeebo games are not yet supported.

Screenshots

Gameplay

Menu view

Downloads

Melange
Android Stable
Beta (debug build)
Apps

Icon BREW.png

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 collections of European, American and Korean titles, but not Japanese and Chinese ones.

Set Backups
Qualcomm/KTF/KDDI BREW Games 08-10
15-18
Mirror
Mirror+(includes 2020 collection)
Original from 2021
Korean KTF BREW 358 Mobile Games Backup
Korean 2003-2004 KTF BREW eMule network Mobile Games Backup
Straces games & Apps collection pack
(🔑 : Straces)
N/A
Straces games collection N/A
Allsiemens.com games list by kraze N/A
Korean BREW MP games collection N/A
Standalone (Signed/Unsigned)
Games Download
Kingdom Hearts (Ep.1-3 / Partially found) 💾
Transformers G1 Awakening (Partially found) 💾
Asphalt (All Versions) 💾
Nascar 09 + Verizon Championship Racing (All Versions) 💾
Spider-Man 2: 3D NY Rooftops 💾
Red Baron 💾
Ratchet & Clank: Going Mobile 💾
Tom Clancy's Splinter Cell: Pandora Tomorrow 3D 💾
Contra 4: Redux 💾
The Legend of Spyro: A New Beginning
The Legend of Spyro: The Eternal Night
💾
Sonic The Hedgehog 💾
Sonic The Hedgehog 2 💾
💾(320x240)
OpenLara port (Tomb Raider) 💾
Tetris Blue (KDDI) 💾
Puyo Puyo Fever DX Demo! (KDDI) 💾
Need For Speed: Underground 2 Mobile (Debug build / prototype) 💾
Need For Speed: Most Wanted Mobile 💾
Doom RPG 💾
Orcs & Elves 💾
Zeebo

Icon Zeebo.png

A 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.

Set Backups
Zeebo Games & Apps compilation

Backup

Zeebo (All Games + Dev Tools) N/A
Zeebo games N/A
Zeebo collection N/A

Compatibility list

Key
Compat Legend Class
Excellent : Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay. Very playable
Perfect : Games that work 100%, good audio, or other things that still affect gameplay. Very playable/playable
Normal : Game is playable with some few/very minor sound or other issues. Playable
Okay : Games that work 100% and playable, but bugs may interfere with gameplay. Working/playable.
Horrible : Games that mostly work but with more serious but playable bugs/glitches/slow. Working/unplayable
Doesn't work : Games that do not load and have major problems and/or are unplayable. Unplayable
Bad : Game is unplayable. Unplayable
Terrible : game can't boot or boots but freezes sometimes. Extremely unplayable/broken
Untested : Unknown status. Game has not been tested, or the test results were unclear. Untested/not tested
Name Status Notes Dumped Reference
1000 Words Not tested No [1]
24 Not tested No [2]
24: Agent Down Not tested No [3]
1942 Not tested No [4]
1943 Midway Battle / 1943 ミッドウェイ海戦 Not tested No [5]
2004 Gameloft Real Football / 2004 ゲームロフト リアルサッカー Not tested No [6]
2004 Gameloft Real Soccer / 2004 ゲームロフト リアルサッカー Not tested No [7]
2007 Professional Baseball NET / 2007 프로야구 NET Not tested No [8]
2 Fast 2 Furious Not tested No [9]
365 Puzzle Club Not tested No [10]
3°C Not tested No [11]
3D Battle Marine / 3D 배틀마린 Not tested No [12]
3D Battle Tank Not tested No [13]
3D Brick Breaker Revolution 2 Not tested No
3D City Racing / 3D 都市 狂飙 Not tested No [14]
3D Fast & Furious Pink Slip Not tested No [15]
3D The Fast and the Furious Not tested No [16]
3D The Fast and the Furious: Tokyo Not tested No [17]
3D Rollercoaster Rush Not tested No
3D Slam Ping Pong Not tested No [18]
3D Tilt-A-World Not tested No [19]
4 Elements Not tested No [20]
7 Wonders of the Ancient World Not tested No [21]
A certain company voyage game / 某社航海ゲーム Not tested No [22]
ABO Diet Queen / ABO 다이어트 퀸 Not tested No [23]
Ace Combat / エースコンバット Not tested No [24]
Ace Fighter / 王牌 战机 Not tested No [25]
Action Hero 3D: Wild Dog Not tested No
ADV Midomaru Residence Case Introduction Part 1 / ADV御堂丸邸事件 導入編/前編 Not tested No [26]
Adventure Bar Story / 不思議の国の冒険酒場 Not tested No [27]
style="background:Game;"Aerostorm / 에어로 스톰 Not tested No [28]
After Burner II Not tested No [29]/[30]
Age of Empires 2 DX / エイジオブエンパイア 2 DX Not tested No [31]
Age of Stone / 에이지 오브 스톤 Not tested No [32]
Ai Senshi Nicol Not tested No
Ai to Rōdō no Hibi Not tested No
Air Borne Ops Doesn't work Yes
Akubi Girl Liz Mix / アクビガール リズミックス Not tested No [33]
Aladdin Doesn't work Yes [34]
Ali 3D Not tested No [35]
Aliens: Unleashed Not tested No [36]
Aliens vs Predator 3D Normal Yes
Aliens vs Predator: Requiem Not tested No [37]
Alpine Racer EX Not tested No
AltEarth Not tested No [38]
Alone: The horror begins Not tested No
Amber Will / 琥珀色の遺言 Not tested No [39]
AND 1 Street Basketball / AND1 ストリートバスケ Not tested No [40]
AND 1 Streetball Not tested Yes
Andretti Racing 3D Doesn't work Yes
Angelade / 엔젤에이드 Not tested No [41]
Ant Kingdom Tycoon Not tested No [42]/[43]
Anytime !! 3D Golf DX / いつでも!!3DゴルフDX Not tested No [44]
Anytime Paint Puzzle / いつでもペイントパズル Not tested No [45]
Arcade Fishing Not tested No [46]
Arcana-Ecstasy of Light and Darkness / アルカナ~光と闇のエクスタシス~ Not tested No [47]
Arctic Challenge Snowboarding Not tested No [48]
Are you smarter than a 5th Grader? Excellent Yes
Are you smarter than a 5th Grader? 2009 Excellent Yes
Area 88 / エリア88 Not tested No [49]
Argos Warrior / アルゴスの戦士 Not tested No [50]
Arji and Shitsuji / アルジとシツジ Not tested No [51]
Arm Macho! / 腕マッチョ! Not tested No [52]
Armadillo Gold Rush Not tested No
Ashoka Not tested No
Asphalt 4: Elite Racing Not tested No
Asphalt: Import Tuner Edition Not tested No
Asphalt: Online Not tested No
Asphalt: Urban GT Perfect Require change resolution. Yes
Asphalt: Urban GT 2 3D Not tested Yes
Asteroids Excellent Yes
Athena Full Throttle / アテナ フルスロットル Not tested No [53]
Attack of the Flarb Not tested No [54]
Atletismo Not tested No
Aulbath: Wild River Not tested No
Avalanche Snowboarding Not tested No
Avatar Heart 2 / アバタールハート2 Not tested No [55]
Baku Baku Animal ばくばくアニマル Not tested No [56]
Baldur's Gate Not tested No [57]
Bar of Wonderland 2 / 不思議の国の酒場2 Not tested No [58]
Bases Loaded Not tested No
Bass Fishing in California Not tested No [59]
Bathing Combat Game / 入浴戦闘ゲーム Not tested No [60]
Batman Begins Not tested No [61]
Battle ☆ Bomberman 8 / 対戦☆ボンバーマン8 Not tested No [62]
Battle! Fighting Glitter Legend / 対戦!格闘煌伝説 Not tested No [63]
"Battle Garegga Part 1 / バトルガレッガ前編 Not tested No [64]
Batton’s Force / 巴顿的铁拳 Not tested No [65]
Beach Volley Girl Shizuku Not tested No
Beach Volley Girl Shizuku 2: Hishō-hen Not tested No
Beach Volley Girl Shizuku 3: Sekai Taikai-hen Not tested No
Bejeweled Doesn't work Yes
Bejeweled: Twist Not tested No [66]
Beowulf / ベオウルフ Not tested No [67]
Big Buck Hunter Pro Not tested No
Big Kahuna Reef Not tested No [68]
Biohazard: DEGENERATION Not tested No [69]
BioShock 3D Perfect Patch : Bio3D_fixed Yes [70]/[71]
The Birds: Evil has Wings Not tested No
BLACK JACK & POKER Not tested No [72]
Blacksmith in Wonderland / 不思議の国の鍛冶屋 Not tested No [73]/Official/[74]
Blacksmith in Wonderland 2 / 不思議の国の鍛冶屋 2 Not tested No [75]
Blade: Trinity Not tested No
Blingster Battle Not tested No
Blitzkrieg Doesn't work Yes
Block Breaker Deluxe Perfect Yes [76]
Block Breaker Deluxe 2 Not tested Yes
Block Breaker 3 Unlimited Not tested No
Blokus Not tested No
Bloody Ghost / ブラッディゴースト Not tested No [77]
Blue Wolf White Female Deer Genghis Khan / 蒼き狼白き牝鹿 ジンギスカン Not tested No [78]
Bloons Not tested No
BOBBY BEARING Not tested No [79]
Bode Miller Alpine Racing Not tested No
Bomberman 3D Island / ボンバーマン3Dアイランド Not tested No [80]
Bomberman Land: Battles Not tested No
Bomberman Special Not tested No [81]
Bomberman Puzzle / ボンバーマンパズル Not tested No [82]
Bonk's Return Not tested No
Bookworm Deluxe Not tested No
Bosconian / ボスコニアン Not tested No [83]
Brain Exercise Perfect Yes
Brave Shot 2 Not tested No
Brothers in Arms: Earned in Blood Doesn't work Crash when play Yes
Brothers in Arms: Earned in Blood 3D Doesn't work Yes [84]
Bruce Lee – Iron Fist 3D Not tested No
Bubble Ducky Not tested No
Bubble Bobble Not tested No
Bubble Trouble Not tested No [85]
Bugs Bunny: Rabbit Rescue Not tested No [86]
Buffy the Vampire Slayer Not tested No
Burning Fighter / 버닝파이터 Not tested No [87]
Burning Flame / 烈火 雄心 Not tested No [88]
Burnout Not tested No
Bush VS Kerry Boxing Not tested No [89]
Buzztime Trivia Not tested No
Cake Mania Celebrity Chef Not tested No [90]
Call Of Duty Perfect Yes
Call Of Duty 5: World At War Perfect Yes
Cameltry / キャメルトライ Not tested No [91]
Cannon Launcher / 캐논 런처 Not tested No [92]
Captain Lunar Not tested No [93]
Cartel Wars Not tested No
CATCHa Mouse Not tested No
Centipede Excellent Yes
Chaos Breaker / カオスブレイカー Not tested No [94]
Chess Perfect Yes
Chessmaster Not tested No
Chief of Wonderland 2 / 不思議の国の長者2 Not tested No [95]
Chocobo de Mobile / チョコボdeモバイル Not tested No [96]
Choro-Q Cannonball 3D / チョロQキャノンボール (3D by Mascot Capsule) Not tested No [97]
Chuck Norris: Bring on the Pain Not tested No
Churashima Kurashi Not tested No
Chuzzle / チャズル Not tested No [98]
Chuzzle Deluxe Not tested No
Cinematic Soccer Not tested No [99]
City Connection: Rocket Not tested No
Classic Mini Golf 3D Excellent Yes
Clue Not tested No
Cluster fruits Not tested No
Collapse! Doesn't work Yes [100]
Collapse! Chaos Doesn't work Yes
Collapse! Blast Not tested No [101]
Collapse! Holiday Edition Not tested No [102]
Columns コラムス Not tested No [103]
Common Knowledge Quiz Not tested No
Competitive Cyber ​​Reversi / 対戦サイバーリバーシ! Not tested No [104]
Congklak Not tested Yes
Congo Cube Not tested No
Contra Not tested No [105]
Contra 4 Not tested Yes [106]
Contra 4: Redux Doesn't work Yes [107]
Counter-Strike / 反恐精英 Not tested No [108]
CR Shinkai Monogatari Special M6 / CR新海物語スペシャルM6 Not tested No [109]
Crazy Castle Excellent Yes
Crazy diver Not tested Yes
Crazy Texi Not tested No
Crash N Burn Not tested No [110]
Crash Twin Insanity Not tested No [111]
Creature Shock Not tested No
Critter Crunch Doesn't work Yes
The crown is for you / 栄冠は君に Not tested No [112]
Crystal Defenders Perfect Yes [113]
Crystal Monsters Not tested No [114]
Cubis 2 Not tested No
Custom !! 3D Golf / カスタム!!3Dゴルフ Not tested No [115]
Cyber Chess Not tested No [116]
Damage San Not tested No
Danmaku Kentei Shiken: Dai-Ou-Jou-Hen Not tested No
Darius Not tested No
Dark Castle Not tested No
The Dark Horse Doesn't work Yes
The Dark Knight Perfect Yes
Dark Online / 暗黑 online Not tested No [117]
Darts for a camera Phone Doesn't work Yes
DARTS-Three In The Black Not tested No [118]
The Da Vinci Code: The Quest Begins Not tested No
Days of Memories ~ He and my hot summer / Days of Memories ~彼と私の熱い夏 Not tested No [119]
Days of Memories ~ Oedo Love Picture Scroll / Days of Memories ~大江戸恋愛絵巻 Not tested No [120]
Days of Memories-Koi wa Good Job! / Days of Memories ~恋はグッジョブ! Not tested No [121]
Days of Memories ~ Pure White Angels / Days of Memories ~純白の天使たち Not tested No [122]
Days of Memories 2 ~ To my most important you / Days of Memories 2 ~僕の一番大切な君へ Not tested No [123]
Days of Memories ~僕と彼女の熱い夏 / Days of Memories ~僕と彼女の熱い夏 Not tested No [124]
de Blob Not tested No
Deer Hunter 3D Doesn't work Yes
Defend the Earth / 天煞, tiansha Not tested No [125]
Defender Not tested No
Defender of the Crown Not tested No [126]
Delicious – Emily’s Taste of Fame Not tested No [127]
Demon's Saga 2 Not tested No [128]
Derek Jeter Pro Baseball 2009 Not tested No
Derek Jeter Pro Baseball 3D 2007 Not tested No
Desert Fox V2 / 砂漠の狐V2 Not tested No [129]
Destroy All Humans! Not tested No [130]
Detective Jinguji Saburo & Mystery Jike! / 探偵 神宮寺三郎&謎じけ! Not tested No [131]
Detonate Perfect Yes
Devil Crisis / 데빌크라이시스 Not tested No [132]
Devil Hunter / デビルハンター / 데빌헌터 Not tested No [133][134]
Devil Maker / デビルメーカー Not tested No [135]
Devil May Cry: Dante X Vergil Excellent Yes
Diamond Detective Not tested No [136]
Diamond Twister Not tested No
Dig Dug Not tested No
Dig It! Not tested No
Digital Devil Story: Megami Tensei / デジタルデビル物語 女神転生 Not tested No [137]
Digital Devil Story: Megami Tensei II / デジタルデビル物語 女神転生 ll Not tested No
Diner Dash Not tested No
Diner Dash: Flo on the Go Not tested No
Disney•Pixar Ratatouille Not tested No
DJ Baseball 2005 (Medal) / DJベースボール2005 (メダル) Not tested No [138]
Doki Doki Bento / どきどき弁当 Not tested No [139]
Doki Doki Penguin Land どきどきペンギンランド Not tested No [140]
Donald Trump's Real Estate Tycoon Not tested No [141]
Doodle Jump Deluxe Doesn't work Yes [142]
Doom II RPG Excellent Yes [143]
Doom RPG Excellent Requires patch

xdelta3 -d -s doomrpg.mod doomrpg_patch.xdelta doomrpg_fix.mod

patch that fixes doom rpg renderer patcher: xdelta converted from this: Patch

Yes [144]
Donald Trump's Real Estate Tycoon Not tested No
Double Dragon / 더블 드래곤 Not tested Yes
Downtown Texas Hold 'Em Not tested No
Dr. Mary / 玛丽医生 Not tested No [145]
Dragon Buster / ドラゴンバスター Not tested No [146]
Dragon Fire Pinball Not tested No [147]
The dragon hiding in deep waters / 潜龙 Not tested No
Dragon Island Doesn't work Yes
Dragon Sword Excellent Yes
Dragon Tower Not tested No [148]
Dragon Warrior III Not tested No
Dragon Quest Mystery Dungeon MOBILE / ドラゴンクエスト 不思議のダンジョン MOBILE Not tested No [149]
Dragon Quest & Final Fantasy in Fortune Street MOBILE / ドラゴンクエスト&ファイナルファンタジー in いただきストリートMOBILE Not tested No [150]
Dragon Quest ll Not tested No
Dragon Quest II Evil Spirit Gods / ドラゴンクエストII 悪霊の神々 Not tested No [151]
Dream Chronicles Not tested No
Driv3r Doesn't work Yes
Driver: L.A. Undercover Not tested No
Drummania / ドラムマニア Not tested No [152]
Duke Nukem Battlefields Excellent Yes [153]
Duke Nukem Arena Not tested Yes [154]
Duke Nukem Mobile Excellent Yes [155]
DuraTrax Mobile RC Not tested No
DX Millionaire / DX大富豪 Not tested No [156]
DX Pinball Heaven and Hell / DXピンボール 天国と地獄 Not tested No [157]
Dynamic Thunder V / ダイナミックサンダーV Not tested No [158]
Early Cross EX Soccer / アーリークロスEXサッカー Not tested No [159]
Earth Glory / 地球 荣耀 Not tested No [160]
Earthworm Jim: Special Edition Excellent Yes [161]
Edge Doesn't work Yes
The Elder Scrolls Travels: Dawnstar Not tested No [162]/[163]
The Elder Scrolls Travels: Oblivion (Mobile) Not tested No [164]
The Elder Scrolls Travels: Stormhold Not tested No [165]/[166]
Elemental Gelade / エレメンタル ジェレイド Not tested No [167]
Elven Chronicles Not tested No [168]
The End of the Night, Beyond Goodbye / 最果ての夜、さよならの向こう Not tested No [169]
Escape from a Dead Town / 死镇逃生 Not tested No
Evel Knievel Evel-ution Not tested No [170]
Everybody's Golf Mobile 2 / みんなのGOLF モバイル2 Not tested No [171]
Everyday English Trainer Not tested No
Ever Quest: Hero's Call Not tested No
EX High School Baseball 3 / EX高校野球3 Not tested No [172]
EX Rally / EXラリー Not tested No [173]
EX University Ekiden / EX大学駅伝 Not tested No [174]
Expanded Fantasy / エクスパンドファンタジー Not tested No [175]
Exploration hamster / 探検ハムスター Not tested No [176]
Fairy Warrior Not tested No [177]
Family Feud Not tested No
Family Guy: Uncensored Not tested No
Famista Mobile / ファミスタモバイル Not tested No [178]
Fantasy Zone / 幻想空间 / ファンタジーゾーン Not tested No [179]
Fantasy Zone Trilogy Not tested No [180]
The Fast and the Furious: Fugitive 3D Not tested No
The Fast and the Furious: Fugitive Not tested No
The Fast and the Furious: Pink Slip 3D Not tested No
Fast Racing / 急速飙车 Not tested No
Feeding Frenzy Not tested No
Ferrari GT: Evolution Not tested No
Ferrari World Championship Not tested No
Fieldrunners Not tested No
FIFA World Cup: On the Break Not tested No
Fiftgrather Not tested No
Fight Club Not tested No [181]
Fight Hard 3D Not tested No
Fight Night Round 3 Not tested No
Fight Night Round 4 Not tested No
Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness / 闘牌伝説 アカギ ~闇に舞い降りた天才 Not tested No [182]
Fighting Spirit Road / 闘魂ロード Not tested No [183]
Final Fantasy Excellent Yes [184]
Final Fantasy ll Excellent Yes [185]
FINAL FANTASY in Fortune Street MOBILE Not tested No [186]
FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士 Not tested No [187]
Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku Not tested No
Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui Not tested No
Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu Not tested No
Final Fantasy IV: The After Years Not tested No
Final Fantasy IV: The After Years - Edge's Tale Not tested No
Final Fantasy IV: The After Years - Edward's Tale Not tested No
Final Fantasy IV: The After Years - Kain's Tale Not tested No
Final Fantasy IV: The After Years - Palom's Tale Not tested No
Final Fantasy IV: The After Years - Porom's Tale Not tested No
Final Fantasy IV: The After Years - Rydia's Tale Not tested No
Final Fantasy IV: The After Years - The Lunarians' Tale Not tested No
Final Fantasy IV: The After Years - Yang's Tale Not tested No
Final Fantasy VII: Before Crisis Not tested No [188]
Final Fantasy VII: Dirge of Cerberus Lost Episode Not tested No [189]
FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士 Not tested No [190]
Final Fantasy VII Snowboarding Not tested No [191]
Fist of the North Star-Hayakenden / 北斗の拳~早拳伝 Not tested No [192]
Fish Tycoon Not tested No
Flight Control Not tested No
Flicky Not tested No [193]
Fliple / フリップル Not tested No [194]
Flip It! Not tested No
Flyhight Cloudia Not tested No
Flyhight Cloudia II Not tested No
Flyhight Cloudia III Not tested No
Flyhight Cloudia IV: Eien no Kizuna Not tested No
Flynn's Adventures Not tested No
Football Trivia Not tested No
Fortress Double Not tested No
Fortress Tournament Not tested No
FOX Motocross 3D Not tested Yes
FOX Sports Football '05 Not tested No [195]
Frog Angel / カ エ ル テ ン シ Not tested No [196]
Frogger Plus Not tested No
Fruit Escape Not tested Yes
Frustrated! Ball rolling / イライラ!玉ころがし Not tested No [197]
Furry Legends Not tested No
Fushigi no Kuni Bouken Chouja / 不思議の国の冒険長者 Not tested No [198]
Fushigi no Kuni no Chouja 2 / 不思議の国の長者2 Not tested No [199]
Galaga Not tested No [200]
Galaxy on Fire 3D Excellent Yes
Galaxy Force II / ギャラクシーフォースII Not tested No [201]
Gallop Racer / ギャロップレーサー Not tested No [202]
Game God DX / ゲームの神様DX Not tested No [203]
Gangstar: Samurai

サムライ・ギャングスター

Not tested No [204]
Garfield Not tested No [205]
Geeks Not tested No [206]
General Store Barcodo / よろず屋バーコー堂 Not tested No [207]
Geo Fantasia / ジオファンタジア Not tested No [208]
Get out early! / 早く出してよ! Not tested No [209]
Ghostbusters Mobile Not tested No
Ghouls'n Ghost Village / 大魔界村 Not tested No [210]
Ghosts 'N Goblins Not tested No [211]
Ghosts 'N Goblins ll / 魔界村騎士列伝 II Not tested No [212]
Ghosts 'N Goblins: Gold Knights Not tested No [213]
Gobaksodor Not tested No
God of War: Betrayal Not tested No [214]
Golden Tee Advanced Not tested No [215]
Golemya Monogatari / 本格メガゲームズ Not tested No [216]
Golf Life / ゴルフライフ Not tested No [217]
Golf Superstars / 골프 슈퍼스타 Not tested No [218]
GoodFellas Not tested No [219]
Gradius Not tested No [220]
Grappler 2 / グラップラ2 Not tested No [221]
Great Legends: Vikings Not tested No
Great Run / 잘달리자 Not tested No [222]
Great Strategy Online / 大戦略オンライン Not tested No [223]
Greedy Snake Not tested Yes
Grinsia Not tested No
Groovy Arche / グルーヴィーアーチェ Not tested No [224]
Guitar Hero III Mobile Not tested No
Gumball 3000 Not tested No [225]
Gum Blox Excellent Yes
Gunparade March-Fantasy Duet / ガンパレード・マーチ~幻想連弾 Not tested No [226]
Gauntlet Not tested No [227]
G-Unit: Free Yayo Not tested No
Hair Designer SIM / SIM헤어디자이너 Not tested No [228]
Hanjuku Hero Mobile / 半熟英雄モバイル Not tested No [229]
Hannibal / 한니발 전기 Not tested No [230]
Harlem Globetrotters Not tested No [231]
Heal the Soul / 힐더소울 Not tested No [232]
Heavy Weapon Deluxe Not tested No
Helicopter Apache / 长弓阿帕奇 Not tested No [233]
Heli Strike 3D - Advance Air Combat Perfect Yes
Hello Kitty Jump Rope Not tested No [234]
Herakles no Eikō III: Kamigami no Chinmoku Not tested No
Heroes Lore: Wind Of Soltia / 히어로즈 로어: 솔티아의 바람 Not tested Yes
Heroes Lore 2 / 히어로즈 로어 2 Perfect Yes
Hero Must Die Not tested No
Hexcite Fusion Not tested No
Hidden Expedition: Everest Not tested No
Highway Racer Not tested Yes
Hills and Rivers Remain Not tested No
Home Run King 2 Not tested No [235]
Hot Blood New Record 400M Haul / 熱血新記録400Mハードル Not tested No [236]
Hot Blood New Record Hammer Throw Golf / 熱血新記録ハンマー投げゴルフ Not tested No [237]
Ice Cream Boy / アイスクリーム ボーイ Not tested No [238]
ID4 Independence Day Not tested No [239]
Infinite form Disgaea Not tested No [240]
Inuyasha Not tested No
I-play Bowling Not tested No
Irekae IQ Crossword DX Not tested No
Ironman Stewart's Off-Road Not tested No [241]
iShoot Not tested Yes
Jail Trail Not tested No
Jagged West / 铁血西部 Not tested No [242]
JAMDAT Bowling Not tested Yes
JAMDAT Bowling 2 Not tested No
JAMDAT Bowling 3D Not tested Yes
JAMDAT Sports NBA 2005 Not tested No [243]
JAMDAT Sudoku Not tested No
James Patterson: Women's Murder Club - Death in Scarlet Not tested No
Jarheads of Zarabus Not tested No [244]
JAWS 3D (V CAST) Not tested No
Jewel Quest Not tested Yes
Jewel Quest ll Not tested No [245]
Jewels and Jim Not tested No
Johnny Crash Not tested No
Johnny Crash Stuntman Does Texas Not tested No
Journey to the West / 悟空传 Not tested No [246]
Jungle Mahjong Not tested No [247]
Kagero -Destiny 1 / 影牢 Not tested No [248]
Kaiser Blare / カ イ ザ ー ブ レ ア / 카이저 블레어 Not tested No [249]
Kaptaan Dhoni Not tested Yes
Karma Fighter Not tested No
Keitai Shōjo Not tested No
Kenny vs Spenny Not tested No [250]
KiKi KaiKai / 奇々怪界 Not tested No [251]
King of Fighters M2 Not tested No
THE KING OF FIGHTERS Mahjong / 麻雀 Not tested No [252]
THE KING OF FIGHTERS -MOBILE Not tested No [253]
THE KING OF FIGHTERS -Volleyball Not tested No [254]
King of RPG144 / RPG144の王 Not tested No [255]
Kingdom Hearts / キングダムハーツ V Doesn't work Partially [256]/[257]
Kodo Not tested No
Kungfu Stickman / 功夫火柴人 Not tested No
Kururin Cafe Not tested No
La Tale mobile / ラテールmobile Not tested No [258]
Learn to Fly Perfect Yes
Legend of Sword / 铸 剑 传说 Not tested No [259]
The Legend of Valiant / 勇者 传说 Not tested No [260]
Lego Batman Not tested No
Lemonade Tycoon Not tested No
Life Game BB / 人生ゲームBB Not tested No [261]
Life Game Heisei Edition / 人生ゲーム平成版 Not tested No [262]
LineZ Perfect Yes
Little Shop: World Traveler Not tested No
The Legend of Elros Perfect Yes
The Legend of Kage / 影の伝説 Not tested No [263]
The Legend of Spyro: A New Beginning Excellent Yes
The Legend of Spyro: The Eternal Night Excellent Yes
The Legend of Spyro: Ripto Quest Not tested No [264]
Lock'em Up Not tested No
The Lord of the Rings: The Return of the King Not tested Yes
The Lord of the Rings: The Two Towers Not tested No
Lost Planet 2 Not tested No [265]
Love Love Knuckle Not tested No
Lowrider 3D / ロ ー ラ イ ダ ー 3D Not tested No [266]
Lumines Not tested No
Lumines Mobile Not tested No
Lunatic Saga / ル ナ テ ィ ッ ク サ ー ガ Not tested No [267]
Luxor Not tested No [268]
Madden NFL 2006 Not tested No
Madden NFL 2007 Not tested No
Magic Zone Online Not tested No [269]
Magical Character Place / マジカルキャラプレース Not tested No [270]
Magical Drop DX Not tested No
Magical Fantasista Not tested No
Magical Fantasista 2 Not tested No
Magical Fantasista 3 Not tested No
Magical Golf Korupo! / マジカルゴルフこるぽ! Not tested No [271]
Mahjong Quest Not tested No [272]
Majokko Princess Not tested No
Makiba Monogatari Mobile Life / 牧場物語モバイルライフ Not tested No [273]
Maryu Kenki / 魔龍剣記 Not tested No [274]
Mastermind Not tested No [275]
Master of Sword / マスターオブソード Not tested No [276]
Maō Company Not tested No
Max Trigger: Insurgence / 超级 特种兵 之 平叛 Not tested No [277]
Massive Snowboarding 3D Not tested Yes
Mega Man Not tested No [278]
Mega Man: Rush Marine Not tested No [279]
Memories Off / メモリーズオフ / 메모리즈 오프 Not tested No
Mercenaries Saga / マーセナリーズサーガ Not tested No [280]
Mercenaries Saga 2 / マーセナリーズサーガ2 Not tested No [281]
Mercenaries Saga 2: Order of the Silver Eagle Not tested No
Mercenaries Saga 3: Gray Wolves of War Not tested No [282]
Metal Gear Solid Mobile / メタルギアソリッドモバイル Not tested No [283]
Metal Gear Solid 2: Solid Snake / メタルギア2 ソリッドスネーク Not tested No
Metal Slug (Part 1) / メタルスラッグ (前編) Not tested No [284]
Metal Slug (Mission 1) / 메탈슬러그 Not tested Yes
Metal Slug Fighters / メタルスラッグ ファイターズ Not tested No [285]
Metal Slug Survivors / メタルスラッグ サバイバーズ Not tested No [286]
Metal Slug Warriors / メタルスラッグ ウォリアーズ Not tested No [287]
Metal Slug: Mobile Impact Excellent Yes [288]
Metal Slug: Mobile 3 Doesn't work Yes
Metal Slug: Mobile 4 Excellent Yes
Metal Slug Team Mission / メタルスラッグ チームミッション Not tested No [289]
Meteos Mobile / メテオスモバイル Not tested No [290]
Midnight Bowling Not tested No
Midnight Bowling 2 Not tested No
Midnight Bowling 3D Not tested No
Midnight Pool 3D Not tested Yes
Midtown Madness 3 Mobile Not tested No
Might and Magic II Not tested No [291]
Military Madness Not tested No
Military Madness 2 Excellent Yes
Million Versus / 大ミリオンヴァーサス Not tested No [292]
Millionaire 07 Not tested Yes
Millionaire 2010 Not tested No
Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森 Not tested No [293]
Millionaire Music Not tested Yes
Milton Bradley Board Games Not tested No [294]
Miner 2049er Not tested No
Mirakue / ミラくえ Not tested No [295]
Mobi Escape Doesn't work Yes
Mobile Battles: Reign of Swords Not tested No [296]
Mobile League Sports Network Not tested No
Mobile Racing 2004 Perfect Yes
Mobile Romance of the Three Kingdoms 2 / Mobile 三國志2 Not tested No [297]
Mobile Suit Gundam 3D VS EDITION / 機動戦士ガンダム 3D VS EDITION Not tested No [298]/[299]
Moe Slot: Beach no Shizuku Not tested No
Momotaro Dentetsu TOHOKU / 桃太郎電鉄 Not tested No [300]
Momotaro Dentetsu HOKKAIDO / 桃太郎電鉄 Not tested No [301]
Momotaro Dentetsu KANTO / 桃太郎電鉄 Not tested No [302]
Momotaro Dentetsu KYUSHU / 桃太郎電鉄 Not tested No [303]
Momotaro Dentetsu CHUBU / 桃太郎電鉄 Not tested No [304]
Momotaro Dentetsu SETOUCHI / 桃太郎電鉄 Not tested No [305]
Momotaro Dentetsu WORLD / 桃太郎電鉄 Not tested No [306]
Momotaro Dentetsu KINKI / 桃太郎電鉄 Not tested No [307]
Momotaro Dentetsu JAPAN Deluxe Edition / 桃太郎電鉄 Not tested No [308]
Momotaro Dentetsu AOMORI / 桃太郎電鉄 Not tested No [309]
Momotaro Dentetsu SHIZUOKA / 桃太郎電鉄SHIZUOKA Not tested No [310]
Momotaro Dentetsu TOKAI / 桃太郎電鉄TOKAI Not tested No [311]
Momotaro Dentetsu TOKYO / 桃太郎電鉄TOKYO Not tested No [312]
Momotaro Electric Railway JAPAN / 桃太郎電鉄 Not tested No [313]
Monkey Bars Not tested No
Monopoly Here and Now Excellent Yes [314]
Monopoly Worldwide Not tested No [315]
Monster Farm Seven Lines - Monster Farm Edition / モンスターファーム七ならべ  モンスターファーム編 Not tested No [316]
Monster Farm SPEED / モンスターファームSPEED Not tested No [317]
Monster Smash Not tested No
Moon Patrol Not tested No
Moto GP 2 Not tested Yes
Monaco GP / モナコ GP Not tested No [318]
Monkey Ball / ウッディポップ Not tested No [319]
Movement / Object / Chain / Chain / 動・物・連・鎖 Not tested No [320]
Mr Do's Circus Not tested No [321]
Mr. Driller / ミスタードリラー Not tested No [322]/[323]
Ms Pac-man Not tested Yes
MTV Star Factory Not tested No [324]
The Mummy / ハムナプトラ Not tested No [325]/[326]
Muncher Not tested No [327]
MX vs ATV: Untamed Excellent Yes
My Monster Pet Not tested No
Mystery Express / 미스테리 특급 Not tested No [328]
Mystia 2 Not tested No
Narnia Prince Caspian An Not tested Yes
Nascar 09 Excellent Yes
Nate Adams Freestyle Motocross Not tested No [329]
Nazo Puyo / なぞぷよ Not tested No [330]
Nazo Puyo 2 / なぞぷよ 2 Not tested No [331]
NBA Basketball 2005 Not tested No [332]
NBA Live 06 Not tested No
NBC Sports Figure Skating Not tested No
NBC Sports National Heads-Up Poker Championship Not tested No
Need for Speed: Hot Pursuit Excellent Yes
Need for Speed: Most Wanted Not tested Yes
Need for Speed: Pro Street Excellent Yes
Need for Speed: Shift Excellent Yes
Need for Speed: The Run Excellent Yes
Need for Speed: Undercover Excellent Yes
Need For Speed: Underground 2 Doesn't work This build is BUGGY. Expect crashes when you running it. This is still not the full game, Debug build. Yes [333]
Neverwinter Nights Not tested No [334]
New Rally-X Not tested No
New York Nights: Success in the City Not tested No [335]
Night Hike Not tested No
Night Shift Not tested No [336]
Ninja Gaiden Not tested No
Ninja Jajamaru-kun Ranbu Not tested No
Ninja no Gakko Not tested No
Ninja Prophecy Not tested No [337]
Ninja Ryukenden / 忍者龍剣伝 Not tested No [338]
Ninjutsu / 忍術 Not tested No [339]
Nintendo High School Dodgeball Club Soccer Edition / 熱血高校ドッジボール部サッカー編 Not tested No [340]
Nobunaga no Yabou, Shoseiroku / 信長の野望・将星録 Not tested No [341]
NOM / 놈 Not tested No [342]
NOM 2 / 놈 2 Not tested No [343]
Nuts & milk / ナッツ&ミルク Not tested No [344]
Ollie King ME Not tested No [345]
Omagatoki no Rhapsody / 逢魔が刻の狂詩曲 Not tested No [346]
Orcs & Elves Excellent Yes [347]
Orcs & Elves ll Excellent Yes
The Oregon Trail Doesn't work Yes [348]
Othello / オセロ Not tested No [349]
OutRun / アウトラン Not tested No [350]
PAC-MAN Excellent Yes
PAC-MAN 2010 Excellent Yes
PAC-MAN: Championship Edition Excellent Yes [351]
PAC-MAN Arcade Golf Perfect Yes
PAC-MAN Bowling Not tested No [352]/[353]
PAC-Mania Not tested No [354]
PAC-MAN Kart Rally 3D Not tested No [355]
PAC-MAN Pinball / パックマン・ピンボール Not tested No [356]
Pandemonium! Not tested No
Panick Bomber / ぱにっくボンバー Not tested No [357]
Pat Sajak's Blackjack Bowling Not tested No [358]
Peggle Extreme Not tested No
Pengo / ペンゴ Not tested No [359]
Petit Game Friends / プチゲーフレンズ Not tested No [360]
Phishing everywhere / どこでもフィシング Not tested No
Phoenix Wright, Ace Attorney / 逆転裁判 Not tested No [361]
Pipe Worker / 水管工 Not tested No [362]
Pitfall! Not tested No [363]
Plantasia Not tested No
Plants vs. Zombies Not tested No [364]
Platoon Not tested No [365]
Pocket God Excellent Yes
Pole Position II Not tested No
Pool Pro Online (1 & 2) Not tested No [366]
Pop Tower / ポップ☆タワー Not tested No [367]
Powerboat Challenge Not tested No
The Price is Right Not tested Yes
Prey Invasion Not tested No [368]
Prey Mobile 3D Not tested No
Princess Tomato in the Salad Country / サラダの国のトマト姫 Not tested No [369]
Prince of Persia 3D Not tested No
Prince of Persia: Harem Adventures Not tested No [370]
Prince of Persia HD Not tested No [371]
Prince of Persia: The Sands of Time Not tested No [372]
Prince of Persia Warrior Within Not tested No [373]
Pro Bike Racing Not tested No
Professor Fizzwizzle Not tested No [374]
Professional Baseball TV / プロ野球TV Not tested No [375]
Pucchin Puzzle Not tested No
Punisher Not tested No
Punitto Erase / プニっと消して Not tested No [376]
Putt de Golf / パットdeゴルフ Not tested No [377]
Puyo Puyo / とことんぷよぷよ Not tested No [378]
Puyo Puyo Alone / ひとりでぷよぷよ Not tested No [379]
Puyo Pop DX Not tested No [380]
Puyo Puyo Fever

Habanero / ぷよぷよフィーバー ハバネロ

Not tested No [381]
Puyo Puyo Fever

DX / ぷよぷよフィーバーDX

Perfect Only available Demo! Yes [382]
Puyo Puyo Solitaire / ぷよぷよソリティア Not tested No [383][384]
Puyo Puyo Sun / ぷよぷよSUN Not tested No [385]
Puyo Puyo Zurashi / ぷよぷよズラシ Not tested No [386]
Puzzle Bobble Online / パズルボブルONLINE Not tested No [387]
Puzzle Quest 2 Not tested No
Puzznic / パズニック Not tested No [388]
Raiden (KTF) Not tested No [389]
Ratchet & Clank: Going Mobile! Perfect Yes [390]
Rayman Bowling Not tested No [391]
Rayman Golf Not tested No [392]
Ray Newman racing Not tested Yes
Red Baron Not tested No [393]
Real: Another Edition Not tested No [394]
Red Faction: Guerrilla Not tested No [395]
Red Faction ll Not tested No [396]
Resident Evil: Degeneration Doesn't work Yes
Resident Evil: Genesis Excellent Yes
Resident Evil 4: Mobile Edition Not tested No [397]
Ridge Racer / リッジレーサー Not tested No [398]
Right brain fortune-telling / 右脳占い Not tested No [399]
Rinji Shūden Not tested No
The Rise of Atlantis Not tested No
River Raid Not tested No
Ro Not tested No [400]
Robocop Not tested No [401]
Robotech: The New Generation Not tested No [402]
Rockman EXE EZ / ロックマンエグゼEZ Not tested No [403]
ROCKin' Stone (KTF) Not tested No [404]
Rolling with Katamari Doesn't work Yes
Return of the king : Trivia Doesn't work Freeze Yes
RPG Alphadia / RPGアルファディア Not tested No [405]
RPG Mercenaries Saga 3 / RPGマーセナリーズサーガ3 Not tested No [406]
RPG Moero! Dungeon Musume / RPG萌えろ!ダンジョン娘 Not tested No [407]
RPG Tavern in Wonderland 2 / RPG不思議の国の酒場2 Not tested No [408]
The Quiz Daisousa Line 1 / クイズ大捜査線1 Not tested No [409]
S.W.A.T. The Movie: 3D Not tested No [410]
Saints Row 2 Not tested No [411]
Salaryman's Counterattack / サラリーマンの逆襲 Not tested No [412]
Salaryman Masuda Escape from Dirty Room / サラリーマンマスダ汚部屋からの脱出 Not tested No [413]
Sally’s Salon Not tested No [414]
Sally's Spa Not tested No [415]
Sally’s Salon Luxury Edition Not tested No [416]
Samba De Amigo Not tested No [417]
Samurai Excellent Yes
Samurai Spirits ~ Makai Rinkai / サムライスピリッツ~魔界輪廻記 Not tested No [418]
Samurai Soul Tenka Musou Typing-Chapter of Makai Reincarnation / 侍魂天下無双タイピング~魔界転生の章 Not tested No [419]
Sangokushi Nendaiki DX Not tested No
Sangokushi Tactics / 三國志タクティクス Not tested No [420]
Saturn Strike 3D Not tested No [421]
Scarface: The Rise of Tony Montana Not tested No
Scene It? Movies Not tested No
Scooby-Doo! 2: Dark Dungeons Not tested No
Scooby-Doo!: Castle Capers Not tested No
Scuba Solitaire Not tested No [422]
SEASON 365's Thoughts ~ winter season / SEASON 365の想い~winter season Not tested No [423]
Secret of Mana / 聖剣伝説 Not tested No [424]
Secret of Mana 2 / 聖剣伝説2 Not tested No [425]
Sector 7 Not tested No [426]
Segagaga R-720 Not tested No [427]
Sega Rally 1st Stage / セガラリー1st Stage Not tested No [428]
Sega Rally Next Stage / セガラリー NextStage Not tested No [429]
SEGA Volleyball / SEGAバレーボール Not tested No [430]
Seiken Densetsu ~ Final Fantasy Gaiden Not tested No [431]
Seiken Densetsu FRIENDS of MANA Not tested No [432]
Senbazuru Not tested No
Sennincho City Story Sennin / 仙人町市物語 せんにん. Not tested No [433]
Sepas Channel Not tested No
Shado Fighter Not tested No
Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手 Not tested No [434]
Shanghai / 上海 Not tested No [435]
Shijō Saikyō Miyamoto Julia Not tested No
Shining Force Chronicle / シャイニング・フォース クロニクル Not tested No [436]
Shining Force Chronicle II / シャイニングフォース クロニクルII Not tested No [437]
Shining Force Chronicle III / シャイニングフォース クロニクルIII Not tested No [438]
Shining Force EXA Mobile / シャイニング・フォース イクサモバイル Not tested No [439]
Shining Road: To the Force / シャイニング・ロード:トゥ・ザ・フォース Not tested No [440]
Shining Road 2: Kuroki Ryuu no Miko / シャイニング・ロード2 ~黒き竜の巫女~ Not tested No [441]
Shining Wind Cross ~ Weisslitter Senki / シャイニング・ウィンド・クロス ~ヴァイスリッター戦記 Not tested No [442]
Shin Megami Tensei if ... Hazama / 真・女神転生if...ハザマ編 Not tested No [443]
Shogi King DX / 将棋王DX Not tested No [444]
Shutokou Battle EVOLUTION / 首都高バトルEVOLUTION Not tested No [445]
Siberian Strike: Episode I Doesn't work Yes [446]
Silent Hill Mobile 2 Not tested No
SimCity Not tested No [447]
SimCity Classic / シムシティ クラシック Not tested No [448]
The Sims 2 Medieval Not tested No
The Sims 2 Not tested No [449]
The Sims 2 Castaway Not tested No [450]
The Sims 2 Pets Not tested No [451]
The Sims Bowling Not tested No
SkeeBall for Prizes Not tested No
Skipping Stone / 건너 뛰는 돌 Not tested No [452]
Skipping Stone IQ / 건너 뛰는 돌 IQ Not tested No
SLOT Garo / SLOT牙狼 Not tested No [453]
Slyder Not tested No
Small Girl Maniacs / 微少女マニアックス Not tested No [454]
Snake Battle Royale Online / スネークバトルロワイヤル・オンライン Not tested No [455]
Snoop Dogg Boxing Not tested No [456]
Snoopy: The Flying Ace Not tested No
Snowboarding TNT Not tested Yes
Soaring Bird Doesn't work Yes
Sōhide Series: Omatsuri Dukushi Not tested No
SolaRola Not tested No
Solar Target Not tested No
Solitaire deluxe Excellent Yes
Solomon's Key SEASON I, II, III, IV / ソロモンの鍵 Not tested No [457]
SOMA / 소마 Not tested No [458]
Sonson / ソンソン Not tested No [459]
Sonic Jump Not tested No [460]
Sonic the Hedgehog Normal Slow Yes [461]
Sonic the Hedgehog ll Excellent Yes
Sorcery Sword / ソーサリーソード Not tested No [462]
Sorcery Sword 2-The Last Dragon Sword / ソーサリーソード2 -最後の滅竜剣- Not tested No [463]
Sorrent and the Robots Not tested No [464]
Soul of Darkness Not tested No [465]
South Park: Mega Millionaire Not tested No
Space Invaders Infinity Gene Not tested No [466]
Space Monkey Not tested No
Space Taxi Pinball Not tested No
Space Warrior / 스페이스워리어 Not tested No [467]
Sphinx Not tested No [468]
Spiral Coffin Murder Case / 螺旋の棺殺人事件 Not tested No [469]
Splatter House Excellent Yes
Speed ​​Car 2004 / 极速 飞车 2004 Not tested No [470]
Speed Devils Not tested No
Speed Texting 2.0 Perfect Yes
Spider-Man 2: 3D NY Rooftops Excellent Yes
Spider-Man 2: The Hero Returns Not tested No [471]
Spore Origins Excellent Yes [472]
Spore 2 Creatures Perfect Yes
Squawk Not tested No [473]
Stack'Um Not tested No [474]
Standing Stones Not tested No [475]
Star Force Complete Edition / スターフォース完全版 Not tested No [476]
Star Force - PARSEC1 ~ 3 / スターフォース完全版 Not tested No [477]
Stargate SG-1 Not tested No
Stargate SG-1: Entropy Syndrome Not tested No
Star Runner / 星际征服者 Not tested No [478]
Star Soldier / スターソルジャー Not tested No [479]
Star Striker / 스타스트라이커 Not tested No [480]
Star Trek: Nemesis Not tested No
Star Trek: The Cold Enemy Not tested No [481]
Star Wars: The Empire Strikes Back Not tested No
Steel Bluster / 钢铁 咆哮 Not tested No [482]
Story of Seasons and My Village / 牧場物語 みんなの街とわたしの村 Not tested No [483]
Street Fighter II Champion Edition Excellent Yes [484]
Street Fighter Zero Not tested No [485]
Street Hoops Not tested No [486]
Stuntcar Extreme Not tested No [487]
Sukebooo Man Not tested No [488]
Super Boom Boom Not tested No
Super Drop Mania Excellent Yes
Super Mahjong Quest Not tested No [489]
Super Monkey Ball 3D Not tested No [490]
Super Monaco GP / スーパーモナコGP Not tested No [491]
Superman / 海外人気ゲーム Not tested No [492]
Super Motocross / スーパーモトクロス Not tested No [493]
Super Puzzle Fighter II Turbo Not tested Yes [494]
Super Real Mahjong for Mobile Not tested No
Super Sketcher Not tested No
Super Street Fighter II Not tested Yes
Sushi Shuffle 3D Excellent Yes
Swerve Basketball Not tested No [495]
Symphony of Eternity / シンフォニー オブ エタニティ Not tested No [496]
TAIKO: Drum Master Not tested No [497]
Taisen Columns / 対戦コラムス) Not tested No [498]
Taisen Puyo Puyo / 対戦ぷよぷよ Not tested No [499]
Taisen Puyo Puyo Tsuu / 対戦ぷよぷよ通 Not tested No [500]
Tales of Breaker Chapter 4 / テイルズ オブ ブレイカー 第4章 Not tested No [501]
Tales of Commons / テイルズ オブ Not tested No [502]
Tank / 疯狂坦克 Not tested No [503]
Tantei Kibukawa Ryōsuke Jikentan Vol. 1: Kamen Gensō Satsujin Jiken Not tested No
Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken Not tested No
Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen Not tested No
Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane Not tested No
Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue Not tested No
Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken Not tested No
Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo Not tested No
Tashikuro / たしクロ Not tested No [504]
Tattoo Ink: Hollywood Not tested No [505]
Tegaki Sonic Not tested No
Tekken Resolute Not tested No
Tekken 2 Not tested No
Tenchi wo Kurau II / 天地を喰らう II Not tested No [506]
Tenchu: Ayame's Tale 3D Not tested No [507]
Tenchu: Wrath of Heaven Not tested No [508]
Terminal Speed / 터미널스피드 Not tested No [509]
The Day After Tomorrow Not tested No [510]
The Incredibles 3D Not tested No [511]
The Terminator Not tested Yes [512]
Terminator: I'm Back Not tested No [513]
Terminator 3: Rise of the Machines Perfect Yes
Terrorist Bomberman / 反恐 炸弹 Not tested No [514]
Tetris Blue Perfect Yes
Tetris Diamond Not tested No [515]
Tetris Pop Not tested No [516]
Tetris Revolution Not tested No [517]
Thief: Deadly Shadows: Episode I Not tested No [518]
Thief: Deadly Shadows: Episode II Not tested No
Thief, Run Not tested No
Theme Park Not tested No [519]
The Three Stooges: Makin' Dough Not tested No [520]
Tiger Woods PGA Tour 06 Not tested No
Tiger Woods PGA Tour 09 Not tested No
Tiki Towers Not tested No
T-Mac Street Ball Not tested No [521]
Tom Clancy's Ghost Recon: Jungle Storm Not tested No [522]
Tom Clancy's H.A.W.X Excellent Yes [523]
Tom Clancy's Rainbow Six: Broken Wing Not tested No [524]
Tom Clancy's Splinter Cell Not tested No [525]
Tom Clancy's Splinter Cell: Chaos Theory Not tested No [526]
Tom Clancy's Splinter Cell: Pandora Tomorrow Not tested No [527]
Tom Clancy's Splinter Cell: Pandora Tomorrow 3D Perfect Yes [528]
Tomorrow is King / あしたは王様 Not tested No [529]
Tomorrow is King 2 / あしたは王様2 Not tested No [530]
Tony Hawk's Underground 2 Not tested No [531]
Top Gun 2 Not tested No [532]
Topolon Not tested No
Tower Bloxx Not tested No
Townsmen 2 Not tested No [533]
Townsmen 2: Fear of the King Not tested No [534]
Transformers G1 Awakening Doesn't work Partially [535]
Triple Crown Not tested No [536]
Trivia King Not tested Yes
Trivial Pursuit Not tested No [537]
True Crime: Streets of LA Not tested No
Tsuppari Grand Sumo / つっぱり大相撲 Not tested No [538]
Twelve GEMs Not tested No
The Twilight Saga: Memory Quest Not tested No [539]
Ultimate Angels Not tested No [540]
Ultimate helper! "Muscle Man / 究極助っ人!筋肉男 Not tested No [541]
Ultimate Chess 3D Doesn't work Yes [542]
Ultimate Spider-Man Perfect Yes [543]
Ultimate War Perfect Yes
Umeko! Don't die! / 梅子!死ぬな! Not tested No [544]
Uno Perfect Yes [545]
Unō Paradise Not tested No [546]
Vampire VS Hunter / 뱀파이어 VS헌터 Not tested No [547]
Vancouver 2010: Official Mobile Game of the Olympic Winter Games Not tested No
Vanguard (unreleased/prototype) Not tested No
VANS Skate & Slam feat. Geoff Rawley Not tested No [548]
Venture 3D Not tested No
Verizon Championship Racing Excellent Yes
Video Poker Master Not tested No [549]
Vijay Singh Pro Golf 2005 Not tested No [550]
Viral Attack Not tested No [551]
VZW Mahjong Not tested No
VZW Texas Hold'em Not tested Yes
Wacky Races Not tested No [552]
Wakuwakuinami / わくわくテニス Not tested No [553]
Wallace & Gromit Adventures Not tested No
Where's Waldo? Not tested No
Wide 8 ball Excellent Yes
Who Wants to Be a Millionaire? Not tested Yes
Win At Texas Hold'em Not tested No [554]
Winter Games Not tested No [555]
Wipeout 2 Not tested No
Wolfenstein RPG Excellent Yes [556]
Wonder Boy / ワンダーボーイ Not tested No [557]
Wonder Boy Monster Land / ワンダーボーイ モンスターランド Not tested No [558]
Woody Pop / ウッディポップ Not tested No [559]
World Series of Poker: Pro Challenge Excellent Yes
World Poker Tour: Texas Hold'Em 2 Doesn't work Yes
World War III / 제3차세계대전 Not tested No [560]
WRC: FIA World Rally Championship Mobile 3D Not tested No
WWE Smackdown Not tested No [561]
Xanadu: Dragon Slayer II Not tested No
Xevious Not tested No [562]
Yahtzee Not tested No
Yahtzee Adventures Not tested No
Yahtzee Deluxe Not tested No
Yamasa Slot World EZ / 山佐スロワールドEZ Not tested No [563]
Yeti Sports: Games of the Yeti Volume 1 Doesn't work Yes
Ys Book 1: The Vanished Omens Not tested No
Ys VI: The Ark of Napishtim Not tested No [564]
Ys VI: The Box of Napishtem / イースVI~ナピシュテムの匣 Not tested No [565]
ZANAC Not tested No [566]
Zenerchi Not tested No [567]
Zenio Fishing / 제니오 낚시 Not tested No [568]
Zombie Infection Not tested No [569]
Zombieland Not tested No
Zombieland 2 Not tested No
Zombie Master / ゾンビマスター Not tested No [570]
Zoo Tycoon 2 Mobile Not tested No [571]/[572]
Zuma Deluxe Doesn't work Yes [573]
Zunzunkyou no Yabou / ずんずん教の野望 Not tested No [574]

See also

  • Infuse - BREW emulator for Windows Mobile

External links