Editing Melange

Jump to navigation Jump to search

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

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
{{Infobox emulator
 
{{Infobox emulator
|logo=Melange.png
+
|logo = Melange.png
|logowidth=170
+
|logowidth = 150
|version=1.1.0
+
|version = 1.0.8
|active=Yes
+
|active = Yes
|platform=[[Emulators on Android|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)
|source=[https://gitlab.com/usernameak/brewemulator GitLab]
+
|support =
|support=[https://paypal.com/donate?business=[email protected] PayPal]<br/>[https://btc.com/bc1qwl2ma98eztwmsecekqm908evccrgxp98r2xlfs Bitcoin]
+
|license = N/A
|prog-lang=C, C++
+
|source = [https://gitlab.com/usernameak/brewemulator GitLab]
 +
|website =  
 +
|prog-lang = C, C++
 
}}
 
}}
  
'''<span style="font-size: 120%; font-weight: 400; color: #000000; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: black;">Melange</span>''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] wrapper/emulator for [[Emulators on Android|Android]].
+
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] emulator for [[Emulators on Android|Android]] device, written in C, C++ <small> (filesystem implementation is in C++, the rest is in C)</small>. While the core emulator is free and open-source, it relies on proprietary components from Qualcomm, the creators of BREW.
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 2D/3D BREW games not requiring OpenGL (e.g. Id Software games, EA games) or some other APIs. As such, some KTF/Chinese BREW titles work with font problem, but no Zeebo titles are currently supported, as OpenGL is unimplemented. The emulator is in still in early development.
 
 
It can run many 2D and 3D BREW games that don't require OpenGL or some other APIs. As such, some KTF and KDDI BREW (Au's EZweb) titles work but have trouble properly rendering fonts, and no [[Zeebo]] games are currently supported since they all require OpenGL. The emulator is still in early development.
 
 
 
==Compatibility list==
 
See "'<i><b>[[Melange compatibility list]]</b></i>"'
 
  
 
==How to use==
 
==How to use==
  
===Game path===
+
<b>★ Game path ★</b>
•To use, you need to put the game file in the /sdcard/MelangeBREW/mod folder
 
  
•place manifest files .mif in (mif) folder
+
In <code>/sdcard/MelangeBREW/</code>, place manifest files (.mif) in <code>mif/<game_name>.mif</code> and application resources in <code>mod/<game_name></code>.
  
ALL THIS INSIDE THE MelangeBREW folder!
+
<b>★ Screen resulation ★</b>
  
===Screen resolution===
+
Create a <i>`breConfig.toml`</i> text file under the path  
Create a <i><b>breConfig.toml</i></b> file under the path  
+
<code>/MelangeBREW/sys/, </code>
<code><b><span style="color:Red">/MelangeBREW/sys/</code></b></span>
 
  
Add the following text in <i><b>breConfig.toml</i></b>
+
Add the following text in <i>`breConfig.toml`</i>
  
<code><b><span style="color:#FE2E2E">
+
<pre>
width = px <br/>
+
width = px
 
height = px
 
height = px
</code></b></span>
+
</pre>
 
+
<small> For example</small>
<small>For example</small>
+
<pre>
 
+
width = 240
<code><b><span style="color:#FE2E2E">
 
width = 240 <br/>
 
 
height = 320
 
height = 320
</code></b></span>
+
</pre>
 +
* <code>[https://cdn.discordapp.com/attachments/735124238398259281/914296973052485662/breConfig.toml 176×203]</code>
 +
* <code>[https://cdn.discordapp.com/attachments/735124238398259281/914334809906643004/breConfig_-_128x146.toml 128×146]</code>
 +
* <code>[https://cdn.discordapp.com/attachments/735124238398259281/916070265656574032/breConfig-240x298.toml 240×298]</code>
  
<small>Samples</small>
+
<b>★ Storage limit ★</b>
* <code><b>[https://cdn.discordapp.com/attachments/735124238398259281/914296973052485662/breConfig.toml 176×203]</code></b>
 
* <code><b>[https://cdn.discordapp.com/attachments/735124238398259281/914334809906643004/breConfig_-_128x146.toml 128×146]</code></b>
 
* <code><b>[https://cdn.discordapp.com/attachments/735124238398259281/916070265656574032/breConfig-240x298.toml 240×298]</code></b>
 
  
===Storage limit===
+
If game say there is not enough space in the storage.  
If game says there is not enough space in the storage.  
 
  
Create a <i><b>breConfig.toml</i></b> file under the path
+
Create a <i>`breConfig.toml`</i> text file under the path
<code><b><span style="color:Red">/MelangeBREW/sys/ </code></b></span>
+
<code>/MelangeBREW/sys/, </code>
  
Add the following text in <i><b>breConfig.toml</i></b>
+
Add the following text in <i>`breConfig.toml`</i>
 
+
<pre>
<code><b><span style="color:#FE2E2E">
 
 
storageLimit = Bytes
 
storageLimit = Bytes
</code></b></span>
+
</pre>
  
 
==Features==
 
==Features==
* Most BREW titles works.
+
* Most BREW titles run perfect.
 +
* Some KTF/Chinese BREW titles run but font problem.
 +
* Zeebo games might be supported soon.
 +
* Touchscreen support is unimplemented.
 
* One screen control support.
 
* One screen control support.
* Added screenshot button [+].
+
* Screenshot button (+)
 
* Sound is not supported.
 
* Sound is not supported.
* Touchscreen support is unimplemented.
 
* Some KTF and KDDI BREW titles run but have issues with font rendering.
 
* Zeebo games are not yet supported.
 
  
 
==Screenshots==
 
==Screenshots==
 +
;Menu view
 +
{| class="wikitable mw-sortable"
 +
|[[File:UI.jpg|190px]]<br/>Small icons
 +
|[[File:UI2.jpg|190px]]<br/>Large icons
 +
|[[File:UI3.jpg|190px]]<br/>List
 +
|}
 +
 +
;Gameplay
 +
{| class="wikitable mw-sortable"
 +
|[[File:EWJ.jpg|190px]]<br/>Earthworm Jim: SE
 +
|[[File:TDK.jpg|190px]]<br/>The Dark Knight
 +
|[[File:USM.jpg|190px]]<br/>Ultimate Spider-Man
 +
|[[File:DS.jpg|190px]]<br/>Dragon Sword
 +
|[[File:Samurai.jpg|190px]]<br/>Samurai
 +
|[[File:Sonic.jpg|190px]]<br/>Sonic the hedgehog
 +
|-
 +
|[[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:SFllCE.jpg|190px]]<br/>Street Fighter ll
 +
|[[File:Sonic2.jpg|190px]]<br/>Sonic the hedgehog 2
 +
|-
 +
|[[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
 +
|[[File:HAWK.jpg|190px]]<br/>H.A.W.K
 +
|[[File:Sypro1.jpg|190px]]<br/>Sypro 1
 +
|-
 +
|[[File:SDM.jpg|190px]]<br/>Super Drop Mania
 +
|[[File:NFSPS.jpg|190px]]<br/>Need for Speed: Pro Street
 +
|[[File:REG.jpg|190px]]<br/>Resident Evil: Genesis
 +
|[[File:W8B.jpg|190px]]<br/>Wide 8 Ball
 +
|[[File:Chess.jpg|190px]]<br/>Chess
 +
|[[File:Sypro2.jpg|190px]]<br/>Sypro 2
 +
|}
  
===Gameplay===
+
==Downloads==
<gallery widths="152px" heights="320px" perrow=6>
 
EWJ.jpg|Earthworm Jim
 
TDK.jpg|The Dark Knight
 
USM.jpg|The Ultimate Spider-Man
 
DS.jpg|
 
Samurai.jpg|Samurai
 
Sonic.jpg|Sonic The Hedgehog
 
NFS.jpg|Need For Speed: Shift
 
Spore.jpg|Spore
 
GOF3D.jpg|Galaxy on Fire 3D
 
HS3D.jpg|Heli Striker 3D
 
SFllCE.jpg|Street Fighter II
 
Sonic2.jpg|Sonic The Hedgehog 2
 
DN3D.jpg|Duke Nukem 3D
 
NFSR.jpg|Need For Speed: The Run
 
Pacm.jpg|Pac Man
 
OEll.jpg|Orcs and Elves II
 
HAWK.jpg|H.A.W.K
 
Sypro1.jpg|
 
SDM.jpg|Super Drop Mania
 
NFSPS.jpg|Need For Speed: ProStreet
 
REG.jpg|Resident Evil: The Game
 
W8B.jpg|
 
Chess.jpg|Chess
 
Sypro2.jpg|
 
TetrisBlue2.jpg|Tetris Blue (EZweb)
 
TETRISREMIX3.jpg|Tetris Remix (EZweb)
 
PuyoPuyoFeverDXKDDI.jpg|Puyo Puyo Fever DX (EZweb)
 
BlueLavaTetris.jpg|Tetris (Blue Lava)
 
</gallery>
 
  
===Menu UI view===
+
; Melange
<gallery widths="152px" heights="320px">
+
{| cellpadding="4"
UI.jpg|Small icons
+
|-
UI2.jpg|Large icons
+
|align=center|{{Icon|APK-big}}
UI3.jpg|List
+
|'''[https://cdn.discordapp.com/attachments/735124238398259281/934767663765405746/Melange_v.1.0.8.apk 1.0.8]<small> (Beta, debug build)</small>
</gallery>
+
|}
  
==List of dumped games==
+
; Apps
* Soon™
+
[[File:Icon_BREW.png|100px]]
  
==Downloads==
+
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 collections of European, American and Korean titles, but not Japanese and Chinese ones.
;Melange
+
 
{|cellpadding="2"
+
{| class="wikitable" style="text-align:center;"
 +
|-
 +
! scope="col"|Set
 +
! scope="col"|Backups
 +
|-
 +
|[https://archive.org/details/qualcomm-brew-games Qualcomm BREW Games]
 +
|[https://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 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>
 +
|-
 +
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
 +
|[https://drive.google.com/file/d/1lqooICJIZKXSLYGBEmWPixL62_U2u09I/view Backup]
 +
|-
 +
|[https://archive.org/details/ktf.....game..qpst. Korean 2003-2004 KTF BREW eMule network Mobile Games]
 +
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c Backup]
 +
|-
 +
|[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html Straces games & Apps collection pack]<br/><small> (🔑 : ''Straces'')</small>
 +
|N/A
 +
|-
 +
|[http://straces.wz.cz/brew/brew_games.htm Straces games collection]
 +
|N/A
 +
|-
 +
|[http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com games list by kraze]
 +
|N/A
 
|-
 
|-
|align=center|{{Icon|APK-big}}
+
|[https://spac1.net/files/user/rostislav582/list/dostup-zapreschen-postoronnim/kollekcija-korejskih-java-igr-dlja-brew-mp-7225391 Korean BREW MP games collection]
|'''[https://deltacxx.insomnia247.nl/brewemu/versions/ Builds]
+
|N/A
 
|}
 
|}
  
;SDKs
+
; Standalone <small>(<b>BREW</b> — Signed)</small>
{|class="wikitable" style="text-align:center;"
+
{| class="wikitable" style="text-align:center;"
!scope="col"|SDK
+
|-
!scope="col"|Note
+
! scope="col"|Games
 +
! scope="col"|Download
 +
|-
 +
|Kingdom Hearts <small> (Ep.1-3 / Partially found)</small>
 +
|[https://mega.nz/file/FcNygIJT#4j6MyVL7dqdiuNwv85AXsS4UmQu5JVk41r-88ZxviHI 💾]
 +
|-
 +
|Transformers G1 Awakening <small> (Partially found)</small>
 +
|[https://mega.nz/file/cFEg1IRL#TIqWCGANV2GZpZHIrr7CNVML_Y5-ZVtWiOgSgvfqBmI 💾]
 +
|-
 +
|Asphalt Urban GT 3D / <small>(MP version)</small>
 +
|[https://mega.nz/file/HOhRmaSI#e5O9foWcHJPxZ-VAOnXbupA8di_i6Mo0U-2P_7nokFo 💾]
 +
|-
 +
|Spider-Man 2: 3D NY Rooftops
 +
|[https://mega.nz/file/DP4WBQSZ#CJbTl9GqAGaZEb-RNFDNyET7jgANNHi6dYdGeCc0Idw 💾]
 +
|-
 +
|Ratchet & Clank: Going Mobile
 +
|[https://mega.nz/file/bOQz2ART#oPD8E_bqtHcHZKV6mGqoW-sscP4XqKRd6b0mDipLnuw 💾]
 +
|-
 +
|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
 +
|[https://cdn.discordapp.com/attachments/735124238398259281/819371808343064586/scpt_3d.zip 💾]
 +
|-
 +
|Contra 4: Redux
 +
|[https://mega.nz/file/3bgRnSxS#uxMukrqGvn5YxZKVU4BAs09OZAWNvKY1OHJmiQ8-Ldk 💾]
 +
|-
 +
|The Legend of Spyro: A New Beginning<br/>The Legend of Spyro: The Eternal Night
 +
|[https://mega.nz/file/uehRyCCA#rq_sogGg1qWBV4GbhPxU7_G_2YHHUEQfs4rUp9KsesE 💾]
 +
|-
 +
|Sonic the hedgehog 2
 +
|[https://mega.nz/file/3fg30SDJ#XZReUQXDeEaNxNxFGSoVV2eMqYnwGEC4rj0ZFPwi__E 💾]&[https://mega.nz/file/TDhmCCaZ#UK1DO565oQcg9L_6yTDBkaqMauAkcg-KTbjN4xJFtgI 💾]<small>(320x240)</small>
 +
|-
 +
|Need For Speed: Underground 2 Mobile <small> (Debug build / prototype)</small>
 +
|[https://archive.org/details/nfsu2mobile 💾]
 +
|-
 +
|Need For Speed: Most Wanted Mobile
 +
|[https://archive.org/details/nfsmw_202107 💾]
 +
|-
 +
|Doom RPG
 +
|[https://archive.org/details/doomrpg_brew 💾]
 
|-
 
|-
|[https://archive.org/details/brewx.7z Old BREW SDK]
+
|Orcs & Elves
| Old BREW SDK extensions from brewx.qualcomm.com
+
|[https://archive.org/details/orcsandelves_brew 💾]
Archived by /bin/cat
+
|}
 +
 
 +
; Zeebo
 +
[[File:icon_Zeebo.png|110px]]
 +
 
 +
`Zeebo` a video game console and online distribution platform developed and released with developing markets in mind, also runs on BREW. Dumps of the Zeebo and its games exist, and gameplay footage of them have been uploaded on YouTube.
 +
 
 +
{| class="wikitable" style="text-align:center;"
 
|-
 
|-
|[https://archive.org/details/brew_1.1_sdk Qualcomm BREW 1.1 SDK]
+
! scope="col"|Set
| An SDK for making mobile applications for Qualcomm's BREW runtime, version 1.1
+
! scope="col"|Backups
 
|-
 
|-
|[https://archive.org/details/bmp-sdkmp-7.12.5 Brew MP SDK 7.12.5]
+
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Games & Apps compilation]
 
|
 
|
 +
[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ Backup]
 
|-
 
|-
|[https://www.mediafire.com/file/3spev5vb59ivbtv/Zeebo_SDK_%252B_BREW_SDK_4.0.2_%252B_BREW_MP_SDK.zip/file Zeebo SDK + BREW SDK + BREW MP SDK]
+
|[https://archive.org/details/zeebo-romset-and-devtools Zeebo (All Games + Dev Tools)]
|
+
|N/A
 +
|-
 +
|[https://archive.org/details/zeebo-zeebo Zeebo games]
 +
|N/A
 
|-
 
|-
|[https://mega.nz/folder/DHBwwTIK#Jh-bkcWsRICxg0xBeCXRLQ BREW MP SDK + tools]
+
|[https://archive.org/download/hearto-1g1r-collection/hearto_1g1r_collection/Zeebo%20-%20Zeebo.zip Zeebo collection]
|
+
|N/A
 
|}
 
|}
  
;Apps
+
==Compatibility list==
[[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 European and American games have been dumped, but most are undumped as of yet. There are collections of European, American, Korean, few Japanese and Chinese titles.
+
{|class="wikitable" width=500px
 
+
! colspan="2" | Key
{|class="wikitable" style="text-align:center;"
+
|-
!scope="col"|Set
+
! style="background:#E9E9E9;" | Compat Legend
!scope="col"|Note
+
! style="background:#E9E9E9;" | Class
!scope="col"|Backups
+
|-
 +
|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
 
|-
 
|-
|[https://mega.nz/folder/LfRQCYqR#Bc_lPnMJbH5pYGZx7IB-Qw brew2010]<br/>[https://mega.nz/folder/fSZmBQbK#cOhvnFTNoI375xGjxCT9fg brew2018]<br/>[https://mega.nz/folder/THwnXBRD#zRj5xP4_v_CWsMkXMt8qpA brew2022]
+
|style="background:yellow;"|<b>Okay</b> : Games that work 100% and playable, but bugs may interfere with gameplay.
|BREW collections by Kraze
+
|Working/playable.
|[https://archive.org/details/qualcomm-brew-games 2010 & 2018]
 
 
|-
 
|-
|[https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download BREW games]
+
|style="background:orange;"|<b>Horrible</b> : Games that mostly work but with more serious but playable bugs/glitches/slow.
|Included 2020 collection
+
|Working/unplayable
|[https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror]
 
 
|-
 
|-
|[https://archive.org/details/ktf-brew Korean KTF BREW Mobile Games]
+
|style="background:salmon;"|<b>Doesn't work</b> : Games that do not load and have major problems and/or are unplayable.
|courtesy of DUBIGAME
+
|Unplayable
|[https://drive.google.com/file/d/1lqooICJIZKXSLYGBEmWPixL62_U2u09I/view ✓]
 
 
|-
 
|-
|[https://archive.org/details/ktf.....game..qpst. Korean 2003-2004 KTF BREW eMule network Mobile Games]
+
|style="background:#ff4f3b;"|<b>Bad</b> : Game is unplayable.
|Archive of 2003-2004-ish KTF BREW Games, courtesy of Kraze.
+
|Unplayable
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c ✓]
 
 
|-
 
|-
|[http://straces.wz.cz/brew/brew_games.htm straces.wz.cz]
+
|style="background:#4a4646;"|<b>Terrible</b> : game can't boot or boots but freezes sometimes.
|BREW Games collection by Straces
+
|Extremely unplayable/broken
|[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html ✓]
 
 
|-
 
|-
|
+
|style="background:grey;"|<b>Untested</b> : Unknown status. Game has not been tested, or the test results were unclear.
|Games posted by kraze and Straces.
+
|Untested/not tested
|[https://web.archive.org/web/20220113073347/http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com]
 
 
|}
 
|}
  
;Signed / Unsigned
+
{|class="wikitable sortable mw-collapsible mw-collapsed" width="800px"
<i><b>NOTE:</b> All games are dumped by [https://twitter.com/krzbrew Kraze].</i>
+
! class=sortable | Name
{|class="wikitable" style="text-align:center;"
+
! class=sortable | Status
!scope="col"|Games
+
! class=sortable | Notes
!scope="col"|Download
+
! class=sortable | Dumped/Available?
!scope="col"|Note(s) (Version)
+
! class=sortable | Reference
 +
|-
 +
|style="background:Game;"|1000 Words
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1000-words]
 +
|-
 +
|style="background:Game;"|24
 +
|style="background:grey;"| Not tested
 +
|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
 +
|style="background:grey;"| Not tested
 +
|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
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/25/news094.html]
 +
|-
 +
|style="background:Game;"|2004 Gameloft Real Football / 2004 ゲームロフト リアルサッカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/2455/amp]
 +
|-
 +
|style="background:Game;"|2004 Gameloft Real Soccer / 2004 ゲームロフト リアルサッカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://dengekionline.com/data/news/2004/12/24/2936d421fb95158eba9f57fa34cd77b2.html]
 +
|-
 +
|style="background:Game;"|2007 Professional Baseball NET / 2007 프로야구 NET
 +
|style="background:grey;"| Not tested
 +
|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
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/2-fast-2-furious]
 +
|-
 +
|style="background:Game;"|365 Puzzle Club
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/365-puzzle-club]
 +
|-
 +
|style="background:Game;"|3°C
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3c]
 +
|-
 +
|style="background:Game;"|3D Battle Marine / 3D 배틀마린
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/battle-marine-2003]
 +
|-
 +
|style="background:Game;"|3D Battle Tank
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-battle-tank]
 +
|-
 +
|style="background:Game;"|3D Brick Breaker Revolution 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D City Racing / 3D 都市 狂飙
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/3d-city-racing-2004]
 +
|-
 +
|style="background:Game;"|3D Fast & Furious Pink Slip
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-fast-furious]
 +
|-
 +
|style="background:Game;"|3D The Fast and the Furious
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious]
 +
|-
 +
|style="background:Game;"|3D The Fast and the Furious: Tokyo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious-tokyo]
 +
|-
 +
|style="background:Game;"|3D Rollercoaster Rush
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D Slam Ping Pong
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-slam-ping-pong]
 +
|-
 +
|style="background:Game;"|3D Tilt-A-World
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://youtu.be/hzmwRlar0wI]
 +
|-
 +
|style="background:Game;"|4 Elements
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/4-elements]
 +
|-
 +
|style="background:Game;"|7 Wonders of the Ancient World
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/7-wonders-of-the-ancient-world]
 +
|-
 +
|style="background:Game;"|A certain company voyage game / 某社航海ゲーム
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|ABO Diet Queen / ABO 다이어트 퀸
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/abo-diet-queen-2006]
 +
|-
 +
|style="background:Game;"|Ace Combat / エースコンバット
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/25/news112.html]
 +
|-
 +
|style="background:Game;"|Ace Fighter / 王牌 战机
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/ace-fighter-2004]
 +
|-
 +
|style="background:Game;"|Action Hero 3D: Wild Dog
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|ADV Midomaru Residence Case Introduction Part 1 / ADV御堂丸邸事件 導入編/前編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000031713]
 +
|-
 +
|style="background:Game;"Aerostorm / 에어로 스톰
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/aerostorm-1-2-2002]
 +
|-
 +
|style="background:Game;"|After Burner II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/After_Burner_II_(mobile)]
 +
|-
 +
|style="background:Game;"|Age of Empires 2 DX / エイジオブエンパイア 2 DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/018/G001859/20071101002]
 +
|-
 +
|style="background:Game;"|Age of Stone / 에이지 오브 스톤
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/age-of-stone-2004]
 +
|-
 +
|style="background:Game;"|Ai Senshi Nicol
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Ai to Rōdō no Hibi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Air Borne Ops
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Akubi Girl Liz Mix / アクビガール リズミックス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 +
|-
 +
|style="background:Game;"|Ali 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://youtu.be/NjSANQsrw2U]
 +
|-
 +
|style="background:Game;"|Aliens: Unleashed
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-unleashed]
 +
|-
 +
|style="background:Game;"|Aliens vs Predator 3D
 +
|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:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-vs-predator-requiem_]
 +
|-
 +
|style="background:Game;"|Alpine Racer EX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Aladdin
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://youtu.be/-T5yzBHA4V4]
 +
|-
 +
|style="background:Game;"|Alone: The horror begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Amber Will / 琥珀色の遺言
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/14/news097.html]
 +
|-
 +
|style="background:Game;"|AND 1 Street Basketball / AND1 ストリートバスケ
 +
|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/30453.html]
 +
|-
 +
|style="background:Game;"|AND 1 Streetball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Andretti Racing 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Angelade / 엔젤에이드
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/angelade-2005]
 +
|-
 +
|style="background:Game;"|Ant Kingdom Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/ant-kingdom-tycoon-2005/]
 +
|-
 +
|style="background:Game;"|Anytime !! 3D Golf DX / いつでも!!3DゴルフDX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/07/news065.html]
 +
|-
 +
|style="background:Game;"|Anytime Paint Puzzle / いつでもペイントパズル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 +
|-
 +
|style="background:Game;"|Arcade Fishing
 +
|style="background:grey;"| Not tested
 +
|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;"|Arcana-Ecstasy of Light and Darkness / アルカナ~光と闇のエクスタシス~
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000100.000000730.html]
 +
|-
 +
|style="background:Game;"|Are you smarter than a 5th Grader?
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Are you smarter than a 5th Grader? 2009
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Area 88 / エリア88
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0608/24/news120.html]
 +
|-
 +
|style="background:Game;"|Argos Warrior / アルゴスの戦士
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Arji and Shitsuji / アルジとシツジ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000074.000000730.html]
 +
|-
 +
|style="background:Game;"|Arm Macho! / 腕マッチョ!
 +
|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/24679.html]
 +
|-
 +
|style="background:Game;"|Armadillo Gold Rush
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Ashoka
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asphalt 4: Elite Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asphalt: Urban GT
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"| Requires change resulation.
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asphalt: Urban GT 2 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asteroids
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Athena Full Throttle / アテナ フルスロットル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=104]
 +
|-
 +
|style="background:Game;"|Attack of the Flarb
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://youtu.be/YE27YY7SoKw]
 +
|-
 +
|style="background:Game;"|Atletismo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Aulbath: Wild River
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Avalanche Snowboarding
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Avatar Heart 2 / アバタールハート2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000118.000000730.html]
 +
|-
 +
|style="background:Game;"|Baku Baku Animal ばくばくアニマル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Baku_Baku_Animal_(mobile)]
 +
|-
 +
|style="background:Game;"|Bases Loaded
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bass Fishing in California
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/bass-fishing-in-california]
 +
|-
 +
|style="background:Game;"|Bathing Combat Game / 入浴戦闘ゲーム
 +
|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/34406.html]
 +
|-
 +
|style="background:Game;"|Batman Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/batman-begins__]
 +
|-
 +
|style="background:Game;"|Battle ☆ Bomberman 8 / 対戦☆ボンバーマン8
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050728/bomb.htm]
 +
|-
 +
|style="background:Game;"|Battle! Fighting Glitter Legend / 対戦!格闘煌伝説
 +
|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/18583.html]
 +
|-
 +
|style="background:Game;"|"Battle Garegga Part 1 / バトルガレッガ前編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/23/news081.html]
 +
|-
 +
|style="background:Game;"|Batton’s Force / 巴顿的铁拳
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/battons-force-2004]
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 2: Hishō-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 3: Sekai Taikai-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bejeweled
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bejeweled: Twist
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bejeweled-twist]
 +
|-
 +
|style="background:Game;"|Beowulf / ベオウルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0711/29/news127.html]
 +
|-
 +
|style="background:Game;"|Big Buck Hunter Pro
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Big Kahuna Reef
 +
|style="background:grey;"| Not tested
 +
|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;"|Biohazard: DEGENERATION
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/038/G003891/20090121058]
 +
|-
 +
|style="background:Game;"|BioShock 3D
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|Patch : [https://cdn.discordapp.com/attachments/735124238398259281/914282917981732874/bio3d_fixed.7z Bio3D_fixed]
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bioshock_]
 +
|-
 +
|style="background:Game;"|The Birds: Evil has Wings
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|BLACK JACK & POKER
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Blacksmith in Wonderland / 不思議の国の鍛冶屋
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0701/25/news132.html][https://www.rideongames.com/kajiya2 Official]
 +
|-
 +
|style="background:Game;"|Blade: Trinity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Blingster Battle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Blitzkrieg
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/block-breaker-deluxe]
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Block Breaker 3 Unlimited
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Blokus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bloody Ghost / ブラッディゴースト
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/04/news104.html]
 +
|-
 +
|style="background:Game;"|Blue Wolf White Female Deer Genghis Khan / 蒼き狼白き牝鹿 ジンギスカン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Bloons
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|BOBBY BEARING
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bomberman 3D Island / ボンバーマン3Dアイランド
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.matrixsoft.co.jp/products/mob_bom3]
 +
|-
 +
|style="background:Game;"|Bomberman Land: Battles
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bomberman Special
 +
|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/15530.html]
 +
|-
 +
|style="background:Game;"|Bomberman Puzzle / ボンバーマンパズル
 +
|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/17589.html]
 +
|-
 +
|style="background:Game;"|Bonk's Return
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bookworm Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bosconian / ボスコニアン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0409/01/news01.html]
 +
|-
 +
|style="background:Game;"|Brain Exercise
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Brave Shot 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Brothers in Arms: Earned in Blood
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"| Crash when play
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Brothers in Arms: Earned in Blood 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/brothers-in-arms-earned-in-blood-3d]
 +
|-
 +
|style="background:Game;"|Bruce Lee – Iron Fist 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bubble Ducky
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bubble Bobble
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bubble Trouble
 +
|style="background:grey;"| Not tested
 +
|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;"|Bugs Bunny: Rabbit Rescue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bugs-bunny-rabbit-rescue]
 +
|-
 +
|style="background:Game;"|Burning Fighter / 버닝파이터
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/burning-fighter-2002]
 +
|-
 +
|style="background:Game;"|Burning Flame / 烈火 雄心
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/burning-flame-2004]
 +
|-
 +
|style="background:Game;"|Burnout
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Buzztime Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cake Mania Celebrity Chef
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Call Of Duty
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Call Of Duty 5: World At War
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cameltry / キャメルトライ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050520/cameltry.htm]
 +
|-
 +
|style="background:Game;"|Cannon Launcher / 캐논 런처
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/cannon-launcher-2005]
 +
|-
 +
|style="background:Game;"|Captain Lunar
 +
|style="background:grey;"| Not tested
 +
|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;"|Cartel Wars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|CATCHa Mouse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Centipede
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Chaos Breaker / カオスブレイカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/06/news082.html]
 +
|-
 +
|style="background:Game;"|Chess
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Chessmaster
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Chief of Wonderland 2 / 不思議の国の長者2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.rideongames.com/chouja2/top.html]
 +
|-
 +
|style="background:Game;"|Chocobo de Mobile / チョコボdeモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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]
 
|-
 
|-
|Wheel of Fortune 2002
+
|style="background:Game;"|Choro-Q Cannonball 3D / チョロQキャノンボール (3D by Mascot Capsule)
|[https://cdn.discordapp.com/attachments/735124238398259281/1082469959856312401/wheel_of_fortune_2002_signed_all.zip 💾]
+
|style="background:grey;"| Not tested
|120x148
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25240.html]
 
|-
 
|-
|Ghosts and Goblins
+
|style="background:Game;"|Chuck Norris: Bring on the Pain
|[https://mega.nz/file/jP5ACTqb#Z2_SdUAKluykL-YDAHYmqrkSux149bsSCUoiH77-d4U 💾]
+
|style="background:grey;"| Not tested
|128x128
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 
|-
 
|-
|Ghouls and Ghosts
+
|style="background:Game;"|Churashima Kurashi
|[https://mega.nz/file/3KIHwYKL#Og78bbZCd3-W4jGijZstSyiclsDesnSgkyXz3oTSPs0 💾]
+
|style="background:grey;"| Not tested
|176x203
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 
|-
 
|-
|EverQuest: Hero's Call 2
+
|style="background:Game;"|Chuzzle / チャズル
|[https://mega.nz/file/jOp0SAyD#ABhDLRpdrhs3YKDmX2otwKzd5fACLSeYYikFkcR0keE 💾]
+
|style="background:grey;"| Not tested
|176x204
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|-
 
|-
|Tetris 2008
+
|style="background:Game;"|Chuzzle Deluxe
|[https://cdn.discordapp.com/attachments/735124238398259281/1035338353207431198/Tetris_2008_v.4.28.36_vx8360_signed.zip  💾]
+
|style="background:grey;"| Not tested
|240x298
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 
|-
 
|-
|Pool 3D
+
|style="background:Game;"|Cinematic Soccer
|[https://cdn.discordapp.com/attachments/735124238398259281/1024126584917065808/Gameloft_pool3d_vx8800_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
|240x300
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|Fox Motocross 3D
+
|style="background:Game;"|City Connection: Rocket
|[https://mega.nz/file/jbg0CQ4D#gnDH_SQH9i9ZaqT6Yu94R5zQwbPBE1vqFABic1TnFiE 💾]
+
|style="background:grey;"| Not tested
|176x204, stretchable to 240x320
+
|style="background:Notes;"|
--------------
+
|style="background:#ffcccc;"|Unavailable
Superscape Group plc's Swerve 3D Technology
+
|style="background:Ref.;"|
 
|-
 
|-
|Transformers G1 Awakening
+
|style="background:Game;"|Classic Mini Golf 3D
|[https://mega.nz/file/cFEg1IRL#TIqWCGANV2GZpZHIrr7CNVML_Y5-ZVtWiOgSgvfqBmI 💾]
+
|style="background:lightgreen;"| Excellent
|Partially found
+
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Clue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cluster fruits
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Collapse!
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Collapse! Chaos
 +
|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:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Collapse! Holiday Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Columns コラムス
 +
|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:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Competitive Cyber ​​Reversi / 対戦サイバーリバーシ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0804/10/news125.html]
 +
|-
 +
|style="background:Game;"|Congklak
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Congo Cube
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Contra
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-ports-brew]
 +
|-
 +
|style="background:Game;"|Contra 4
 +
|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:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-4-redux-ports-brew]
 +
|-
 +
|style="background:Game;"|Counter-Strike / 反恐精英
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/counter-strike-2005]
 +
|-
 +
|style="background:Game;"|CR Shinkai Monogatari Special M6 / CR新海物語スペシャルM6
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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:Game;"|Crazy diver
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Crazy Texi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Crash N Burn
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Unavailable
 +
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 +
|-
 +
|style="background:Game;"|Creature Shock
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Critter Crunch
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The crown is for you / 栄冠は君に
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0407/23/news061.html]
 +
|-
 +
|style="background:Game;"|Crystal Defenders
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|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;"|Crystal Monsters
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crystal-monsters]
 +
|-
 +
|style="background:Game;"|Cubis 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Custom !! 3D Golf / カスタム!!3Dゴルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Unavailable
 +
|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:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Danmaku Kentei Shiken: Dai-Ou-Jou-Hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Darius
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dark Castle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Dark Horse Horse
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Dark Knight
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dark Online / 暗黑 online
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/dark-online-2007]
 +
|-
 +
|style="background:Game;"|Darts for a camera Phone
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Da Vinci Code: The Quest Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Days of Memories ~ He and my hot summer / Days of Memories ~彼と私の熱い夏
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Days of Memories ~ Oedo Love Picture Scroll / Days of Memories ~大江戸恋愛絵巻
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Days of Memories-Koi wa Good Job! / Days of Memories ~恋はグッジョブ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 +
|-
 +
|style="background:Game;"|Days of Memories ~ Pure White Angels / Days of Memories ~純白の天使たち
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 +
|-
 +
|style="background:Game;"|Days of Memories 2 ~ To my most important you / Days of Memories 2 ~僕の一番大切な君へ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Days of Memories ~僕と彼女の熱い夏 / Days of Memories ~僕と彼女の熱い夏
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|de Blob
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Deer Hunter 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Defend the Earth / 天煞, tiansha
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/defend-the-earth-2004]
 +
|-
 +
|style="background:Game;"|Defender
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Delicious – Emily’s Taste of Fame
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Demon's Saga 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.biglobe.co.jp/press/2004/040909.html]
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 2009
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 3D 2007
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Desert Fox V2 / 砂漠の狐V2
 +
|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/17563.html]
 +
|-
 +
|style="background:Game;"|Destroy All Humans!
 +
|style="background:grey;"| Not tested
 +
|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;"|Detective Jinguji Saburo & Mystery Jike! / 探偵 神宮寺三郎&謎じけ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Devil Crisis / 데빌크라이시스
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/devil-crisis-2005]
 +
|-
 +
|style="background:Game;"|Devil Hunter / デビルハンター / 데빌헌터
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history][https://knopkozavr.ru/devil-hunter-2005]
 +
|-
 +
|style="background:Game;"|Devil Maker / デビルメーカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Devil May Cry: Dante X Vergil
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Diamond Detective
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Diamond Twister
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dig Dug
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dig It!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei / デジタルデビル物語 女神転生
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news102.html]
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei II / デジタルデビル物語 女神転生 ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Diner Dash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Diner Dash: Flo on the Go
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 
|-
 
|-
|Kingdom Hearts 3D
+
|style="background:Game;"|Disney•Pixar Ratatouille
|[https://mega.nz/file/FcNygIJT#4j6MyVL7dqdiuNwv85AXsS4UmQu5JVk41r-88ZxviHI 💾]
+
|style="background:grey;"| Not tested
|Partially found (Episodes 1-3 found)
+
|style="background:Notes;"|
----------------
+
|style="background:#ffcccc;"|Unavaliable
Superscape Group plc's Swerve 3D Technology
+
|style="background:Ref.;"|
----------------
 
BREW Exclusive
 
 
|-
 
|-
|Jeopardy
+
|style="background:Game;"|DJ Baseball 2005 (Medal) / DJベースボール2005 (メダル)
|[https://mega.nz/file/yDQFVAID#wpaOAOpC50__kAnJ54VDV1kb5AqfHuk1pNv9bWa-lIw 💾]
+
|style="background:grey;"| Not tested
|Included (Jeopardy 2005, 2007, 2010, Rock n Roll Jeopardy and Jeopardy for Prizes)
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 
|-
 
|-
|Neon Genesis Evangelion<br/>에반게리온
+
|style="background:Game;"|Doki Doki Bento / どきどき弁当
|[https://cdn.discordapp.com/attachments/768475641909215232/968872858346463264/eva.zip 💾]
+
|style="background:grey;"| Not tested
|KTF BREW
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
 
|-
 
|-
|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
+
|style="background:Game;"|Doki Doki Penguin Land どきどきペンギンランド
|[https://cdn.discordapp.com/attachments/735124238398259281/819371808343064586/scpt_3d.zip 💾]
+
|style="background:grey;"| Not tested
|The game came out cut off compared to the 2D version, and it also lagged.
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Doki_Doki_Penguin_Land_(mobile)]
 
|-
 
|-
|OpenLara port (Tomb Raider)
+
|style="background:Game;"|Doodle Jump Deluxe
|[https://cdn.discordapp.com/attachments/735124238398259281/950398259556417566/OpenLara.7z 💾]
+
|style="background:salmon;"| Doesn't work
|[https://github.com/usernameak/OpenLara Ported by /bin/cat]
+
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doodle-jump]
 
|-
 
|-
|Need For Speed: Underground 2 Mobile
+
|style="background:Game;"|Doom II RPG
|[https://archive.org/details/nfsu2mobile 💾]
+
|style="background:lightgreen;"| Excellent
|Debug / prototype build
+
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/doom-ii-rpg]
 
|-
 
|-
|The Fast and Furious series
+
|style="background:Game;"|Doom RPG
|[https://mega.nz/file/yWI1Dazb#rJRGqJLlJJYjkdAcjMJ4N09QS_MMSpv0sdJQKPr9QUg 💾]
+
|style="background:lightgreen;"| Excellent
|4-2D/3D, 5/6-3D
+
|style="background:Notes;"| Requires patch
|}
+
<code>xdelta3 -d -s doomrpg.mod doomrpg_patch.xdelta doomrpg_fix.mod</code>
  
{|class="wikitable" style="text-align:center;"
+
patch that fixes doom rpg renderer
!scope="col"|Games
+
patcher: [https://github.com/jmacd/xdelta-gpl/releases xdelta]
!scope="col"|Download
+
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:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Double Dragon / 더블 드래곤
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Downtown Texas Hold 'Em
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dr. Mary / 玛丽医生
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/dr-mary-2003]
 +
|-
 +
|style="background:Game;"|Dragon Buster / ドラゴンバスター
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0602/21/news076.html]
 +
|-
 +
|style="background:Game;"|Dragon Fire Pinball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 +
|-
 +
|style="background:Game;"|The dragon hiding in deep waters / 潜龙
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Island
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Sword
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Tower
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Dragon Warrior III
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Quest Mystery Dungeon MOBILE / ドラゴンクエスト 不思議のダンジョン MOBILE
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Dragon Quest & Final Fantasy in Fortune Street MOBILE / ドラゴンクエスト&ファイナルファンタジー in いただきストリートMOBILE
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Quest II Evil Spirit Gods / ドラゴンクエストII 悪霊の神々
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27398.html]
 +
|-
 +
|style="background:Game;"|Dream Chronicles
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Driv3r
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Driver: L.A. Undercover
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Drummania / ドラムマニア
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news055.html]
 +
|-
 +
|style="background:Game;"|Duke Nukem Battlefields
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://dukenukem.fandom.com/wiki/Duke_Nukem_Battlefields]
 +
|-
 +
|style="background:Game;"|Duke Nukem Arena
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/duke-nukem-arena]
 +
|-
 +
|style="background:Game;"|Duke Nukem Mobile
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/duke-nukem-mobile]
 +
|-
 +
|style="background:Game;"|DuraTrax Mobile RC
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|DX Millionaire / DX大富豪
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0309/26/n_daifugo.html]
 +
|-
 +
|style="background:Game;"|DX Pinball Heaven and Hell / DXピンボール 天国と地獄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0605/19/news067.html]
 +
|-
 +
|style="background:Game;"|Dynamic Thunder V / ダイナミックサンダーV
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/21079/amp]
 +
|-
 +
|style="background:Game;"|Early Cross EX Soccer / アーリークロスEXサッカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34416.html]
 +
|-
 +
|style="background:Game;"|Earth Glory / 地球 荣耀
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/earth-glory]
 +
|-
 +
|style="background:Game;"|Earthworm Jim: Special Edition
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/earthworm-jim-special-edition]
 +
|-
 +
|style="background:Game;"|Edge
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|The Elder Scrolls Travels: Dawnstar
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]
 +
|-
 +
|style="background:Game;"|The Elder Scrolls Travels: Oblivion (Mobile)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://elderscrolls.fandom.com/wiki/The_Elder_Scrolls_Travels:_Oblivion_(Mobile)]
 +
|-
 +
|style="background:Game;"|The Elder Scrolls Travels: Stormhold
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]
 +
|-
 +
|style="background:Game;"|Elemental Gelade / エレメンタル ジェレイド
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23818.html]
 +
|-
 +
|style="background:Game;"|Elven Chronicles
 +
|style="background:grey;"| Not tested
 +
|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;"|The End of the Night, Beyond Goodbye / 最果ての夜、さよならの向こう
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000025391]
 +
|-
 +
|style="background:Game;"|Escape from a Dead Town / 死镇逃生
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Everybody's Golf Mobile 2 / みんなのGOLF モバイル2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 +
|-
 +
|style="background:Game;"|Everyday English Trainer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ever Quest: Hero's Call
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|EX High School Baseball 3 / EX高校野球3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 +
|-
 +
|style="background:Game;"|EX Rally / EXラリー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/ex-rally-2006]
 +
|-
 +
|style="background:Game;"|EX University Ekiden / EX大学駅伝
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011516]
 +
|-
 +
|style="background:Game;"|Expanded Fantasy / エクスパンドファンタジー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0510/05/news103.html]
 +
|-
 +
|style="background:Game;"|Exploration hamster / 探検ハムスター
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Family Feud
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Family Guy: Uncensored
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Famista Mobile / ファミスタモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0507/20/news109.html]
 +
|-
 +
|style="background:Game;"|Fantasy Zone / 幻想空间 / ファンタジーゾーン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Fantasy_Zone_(mobile)]
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Fugitive
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fast Racing / 急速飙车
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Feeding Frenzy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ferrari GT: Evolution
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ferrari World Championship
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fieldrunners
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|FIFA World Cup: On the Break
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fiftgrather
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fight Club
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/1bO2UI3rf0Y]
 +
|-
 +
|style="background:Game;"|Fight Hard 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fight Night Round 3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fight Night Round 4
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness  / 闘牌伝説 アカギ ~闇に舞い降りた天才
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/09/news102.html]
 +
|-
 +
|style="background:Game;"|Fighting Spirit Road / 闘魂ロード
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://sp.njpw.jp/32325]
 +
|-
 +
|style="background:Game;"|Final Fantasy
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|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;"|Final Fantasy ll
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|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;"|FINAL FANTASY in Fortune Street MOBILE
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy VII: Before Crisis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Final Fantasy VII: Dirge of Cerberus Lost Episode
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/116/G011618/20101209019]
 +
|-
 +
|style="background:Game;"|Fist of the North Star-Hayakenden / 北斗の拳~早拳伝
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0606/22/news089.html]
 +
|-
 +
|style="background:Game;"|Fish Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flight Control
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flicky
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Flicky_(mobile)]
 +
|-
 +
|style="background:Game;"|Fliple / フリップル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news088.html]
 +
|-
 +
|style="background:Game;"|FlipIt!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia III
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flynn's Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Football Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fortress Double
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fortress Tournament
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fox Motocross 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Frog Angel / カ エ ル テ ン シ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/frog-angel-2004]
 +
|-
 +
|style="background:Game;"|Frogger Plus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fruit Escape
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Frustrated! Ball rolling / イライラ!玉ころがし
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://www.ksol.jp/v2/information20071119_1.html]
 +
|-
 +
|style="background:Game;"|Furry Legends
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Galaga
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0603/07/news106.html]
 +
|-
 +
|style="background:Game;"|Galaxy on Fire 3D
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Galaxy Force II / ギャラクシーフォースII
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Galaxy_Force_II_(mobile)]
 +
|-
 +
|style="background:Game;"|Gallop Racer / ギャロップレーサー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Game God DX / ゲームの神様DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000003492]
 +
|-
 +
|style="background:Game;"|Gangstar: Samurai
 +
サムライ・ギャングスター
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://gangstargameloft.fandom.com/wiki/Gangstar:_Samurai]
 +
|-
 +
|style="background:Game;"|Geeks
 +
|style="background:grey;"| Not tested
 +
|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;"|General Store Barcodo / よろず屋バーコー堂
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Geo Fantasia / ジオファンタジア
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000096.000000730.html]
 +
|-
 +
|style="background:Game;"|Get out early! / 早く出してよ!
 +
|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/23149.html]
 +
|-
 +
|style="background:Game;"|Ghostbusters Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ghouls'n Ghost Village / 大魔界村
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins]
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins ll / 魔界村騎士列伝 II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/1008/19/news053.html]
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins: Gold Knights
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins-gold-knights]
 +
|-
 +
|style="background:Game;"|Gobaksodor
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|God of War: Betrayal
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/god-of-war-betrayal]
 +
|-
 +
|style="background:Game;"|Golemya Monogatari / 本格メガゲームズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://japan.zdnet.com/release/10467385]
 +
|-
 +
|style="background:Game;"|Golf Life / ゴルフライフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 +
|-
 +
|style="background:Game;"|Golf Superstars / 골프 슈퍼스타
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/golf-superstars]
 +
|-
 +
|style="background:Game;"|GoodFellas
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Gradius
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 +
|-
 +
|-
 +
|style="background:Game;"|Grappler 2 / グラップラ2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Great Legends: Vikings
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Great Run / 잘달리자
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/great-run-2005]
 +
|-
 +
|style="background:Game;"|Great Strategy Online / 大戦略オンライン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/045/G004585/20080515007]
 +
|-
 +
|style="background:Game;"|Greedy Snake
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Grinsia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Groovy Arche / グルーヴィーアーチェ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0709/05/news099.html]
 +
|-
 +
|style="background:Game;"|Guitar Hero III Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Gum Blox
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Gunparade March-Fantasy Duet / ガンパレード・マーチ~幻想連弾
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 +
|-
 +
|style="background:Game;"|G-Unit: Free Yayo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hair Designer SIM / SIM헤어디자이너
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/hair-designer-sim-2005]
 +
|-
 +
|style="background:Game;"|Hanjuku Hero Mobile / 半熟英雄モバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0604/13/news109.html]
 +
|-
 +
|style="background:Game;"|Hannibal / 한니발 전기
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/hannibal-2005]
 +
|-
 +
|style="background:Game;"|Harlem Globetrotters
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/TmMpooQKlzI]
 +
|-
 +
|style="background:Game;"|Heal the Soul / 힐더소울
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/heal-the-soul-2004]
 +
|-
 +
|style="background:Game;"|Heavy Weapon Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Helicopter Apache / 长弓阿帕奇
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/helicopter-apache-2005]
 +
|-
 +
|style="background:Game;"|Helistrike 3D
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Herakles no Eikō III: Kamigami no Chinmoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Heroes Lore: Wind Of Soltia / 히어로즈 로어: 솔티아의 바람
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Heroes Lore 2 / 히어로즈 로어 2
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Hero Must Die
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hexcite Fusion
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hidden Expedition: Everest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Highway Racer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Hills and Rivers Remain
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hot Blood New Record 400M Haul / 熱血新記録400Mハードル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000030.000000082.html]
 +
|-
 +
|style="background:Game;"|Ice Cream Boy / アイスクリーム ボーイ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/ice-cream-boy-2005]
 +
|-
 +
|style="background:Game;"|ID4 Independence Day
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/V_AINE3QkvY]
 +
|-
 +
|-
 +
|style="background:Game;"|Infinite form Disgaea
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://disgaea.jp/mugen_dis]
 +
|-
 +
|style="background:Game;"|Inuyasha
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|I-play Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Irekae IQ Crossword DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ironman Stewart's Off-Road
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/YayaqzhYHfU]
 +
|-
 +
|style="background:Game;"|iShoot
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Jail Trail
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Jagged West / 铁血西部
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/jagged-west-2004]
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|JAMDAT Sudoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Jarheads of Zarabus
 +
|style="background:grey;"| Not tested
 +
|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;"|JAWS 3D (V CAST)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Jewel Quest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Jewel Quest ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Jewels and Jim
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Johnny Crash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Johnny Crash Stuntman Does Texas
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Journey to the West / 悟空传
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/journey-to-the-west-2005]
 +
|-
 +
|style="background:Game;"|Kagero -Destiny 1 / 影牢
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|Bomberman Land: Battles
+
|style="background:Game;"|Kaiser Blare / カ イ ザ ー ブ レ ア / 카이저 블레어
|[https://mega.nz/file/vXwCkIrI#wb0MWhgso_nKDMKSjFOaanuw8kM85cAcNr_zPcG6594 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/kaiser-blare-2005]
 
|-
 
|-
|Asphalt series
+
|style="background:Game;"|Kaptaan Dhoni
|[https://mega.nz/file/SWAhmQLL#TLg0gb9qkF6P6R8SAYs1XrgMsi6MVSeuE0UXhi8TBdM 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|DiRT
+
|style="background:Game;"|Karma Fighter
|[https://mega.nz/file/Of5znQ6L#ztBwBvfNzNwpqzTENsyqpxSoE8VxC3WQm6YjhuaFkgQ 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|BioShock 3D
+
|style="background:Game;"|Keitai Shōjo
|[https://archive.org/details/bioshock3d 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Chuzzle
+
|style="background:Game;"|Kenny vs Spenny
|[https://mega.nz/file/ieglTIwA#N-dE3Kp4z5IUN_Ww8Rn6B2KTsvBEGRXpn8IgBx_gi2k 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|Bloons 1
+
|style="background:Game;"|KiKi KaiKai / 奇々怪界
|[https://mega.nz/file/KDRl3YIT#6phRr1AF0SWSlkpXfWvuFyXTCVh_Qs0BvlwAxCIUHxk 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news065.html]
 
|-
 
|-
|Wheel of Fortune 2008
+
|style="background:Game;"|King of Fighters M2
|[https://cdn.discordapp.com/attachments/735124238398259281/1082470003506421891/wheel_of_fortune_2008_signed.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Wheel of Fortune 2010
+
|style="background:Game;"|THE KING OF FIGHTERS Mahjong / 麻雀
|[https://cdn.discordapp.com/attachments/735124238398259281/1082470065380798464/wheel_of_fortune_2010_signed.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
|Nascar 09
+
|style="background:Game;"|THE KING OF FIGHTERS -MOBILE
---------------
+
|style="background:grey;"| Not tested
Verizon Championship Racing
+
|style="background:Notes;"|
|[https://mega.nz/file/7OZTDKyY#PM2JPvvlroucluAgqOHaHLZe2osyPtnH87KHykAt6Wo 💾]
+
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=95]
 
|-
 
|-
|Duke Nukem Battlefields
+
|style="background:Game;"|THE KING OF FIGHTERS -Volleyball
|[https://anonfiles.com/d9ca91Pdyb/DNBattlefields_zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
|Red Baron
+
|style="background:Game;"|King of RPG144 / RPG144の王
|[https://mega.nz/file/aSoX2SbJ#GFWeuEKlhCBZPJLD-9NSjpl_EyBiCwZht68nBx0BPB8 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000230.000000730.html]
 
|-
 
|-
|Mega Man: Rush Marine
+
|style="background:Game;"|Kingdom Hearts (V CAST)
|[https://mega.nz/file/uLYgyRwZ#W5bkrX5j3Xa4AQw3S-XdVmd9S_RqMo1vIYQ7HZ62Nk4 💾]
+
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#d4b0fe;"|Partially
 +
|style="background:Ref.;"|[https://lostmediawiki.com/Kingdom_Hearts:_V_Cast_(partially_found_mobile_game;_2005)]
 
|-
 
|-
|Ratchet & Clank: Going Mobile
+
|style="background:Game;"|Kodo
|[https://mega.nz/file/bOQz2ART#oPD8E_bqtHcHZKV6mGqoW-sscP4XqKRd6b0mDipLnuw 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Contra 4: Redux
+
|style="background:Game;"|Kungfu Stickman / 功夫火柴人
|[https://mega.nz/file/3bgRnSxS#uxMukrqGvn5YxZKVU4BAs09OZAWNvKY1OHJmiQ8-Ldk 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|The Legend of Spyro: A New Beginning
+
|style="background:Game;"|Kururin Cafe
----------------
+
|style="background:grey;"| Not tested
The Legend of Spyro: The Eternal Night
+
|style="background:Notes;"|
|[https://mega.nz/file/uehRyCCA#rq_sogGg1qWBV4GbhPxU7_G_2YHHUEQfs4rUp9KsesE 💾]
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Sonic The Hedgehog
+
|style="background:Game;"|La Tale mobile / ラテールmobile
|[https://drive.google.com/file/d/1OPJHKu-JsqwqMJ80wUaqS_eyClx3yETv/view?fbclid=IwAR0Nxnu-306y5O1NTaAIp2tSvTgBA_ZqXQerZE_Bsp2GeaqhZC3gxh8uNLI 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/115/G011510/20100701059]
 
|-
 
|-
|Tetris 2007
+
|style="background:Game;"|Learn to Fly
|[https://mega.nz/file/ObgVTIDZ#MCia3feVwoqQjMjh9d2ZFJLxQqtA9pNU4tQUx_lkd8c 💾]
+
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|Need For Speed: Most Wanted Mobile
+
|style="background:Game;"|Legend of Sword / 铸 剑 传说
|[https://archive.org/details/nfsmw_202107 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-sword-2005]
 
|-
 
|-
|Doom RPG
+
|style="background:Game;"|The Legend of Valiant / 勇者 传说
|[https://archive.org/details/doomrpg_brew 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-valiant-2005]
 
|-
 
|-
|Orcs & Elves
+
|style="background:Game;"|Lego Batman
|[https://archive.org/details/orcsandelves_brew 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Orcs & Elves 2
+
|style="background:Game;"|Lemonade Tycoon
|[https://www.mediafire.com/file/djl6n5nnlot5g8m/orcsandelves2.zip/file 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Need For Speed: Undercover
+
|style="background:Game;"|Life Game BB / 人生ゲームBB
|[https://mega.nz/file/7f4ShL4D#mDk5oKvc7X1Yg4Ra7oXV0r6hKDMZDTA-0vyXcsK1aCM 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0503/17/news073.html]
 
|-
 
|-
|Zombie Infection
+
|style="background:Game;"|Life Game Heisei Edition / 人生ゲーム平成版
|[https://cdn.discordapp.com/attachments/735124238398259281/1060000743093972992/Zombie_Infection_1_SCH-R800.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0504/13/news085.html]
 
|-
 
|-
|Zombie Infection 2
+
|style="background:Game;"|LineZ
|[https://cdn.discordapp.com/attachments/735124238398259281/1060000743471464448/Zombie_Infection_2_SCH-R800.zip 💾]
+
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|LOTR: The Two Towers
+
|style="background:Game;"|Little Shop: World Traveler
|[https://mega.nz/file/bSZ2DSTD#LJWYfTmIPDxcaj4ugkPW-BWjDVE_z5DUPF16kLGZmO8 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
  
BREW Exclusive
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
 
|-
 
|-
|Assassin's Creed II 3D
+
|style="background:Game;"|The Legend of Elros
|[https://mega.nz/file/KSJjSAAa#VKpJa9rIam9L5KC1uO5wd6yGXfoIfkl4MkQNk5Pe0Qw 💾][https://archive.org/details/ac2_3d_mobile_brew 💾]
+
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|The Legend of Kage / 影の伝説
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/29/news098.html]
 +
|-
 +
|style="background:Game;"|The Legend of Spyro: The Eternal Night
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Legend of Spyro: A New Beginning
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Lock'em Up
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Lord of the Rings: The Return of the King
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|The Lord of the Rings: The Two Towers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lost Planet 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/lost-planet-2_]
 +
|-
 +
|style="background:Game;"|Love Love Knuckle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lowrider 3D / ロ ー ラ イ ダ ー 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/lowrider-3d-2003]
 +
|-
 +
|style="background:Game;"|Lumines
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lumines Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lunatic Saga / ル ナ テ ィ ッ ク サ ー ガ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/lunatic-saga-2005]
 +
|-
 +
|style="background:Game;"|Luxor
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/luxor]
 +
|-
 +
|style="background:Game;"|Madden NFL 2006
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Madden NFL 2007
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Character Place / マジカルキャラプレース
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Magical Drop DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Fantasista
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Fantasista 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Fantasista 3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Golf Korupo! / マジカルゴルフこるぽ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000010.000001348.html]
 +
|-
 +
|style="background:Game;"|Mahjong Quest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Majokko Princess
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Makiba Monogatari Mobile Life / 牧場物語モバイルライフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000006958]
 +
|-
 +
|style="background:Game;"|Maryu Kenki / 魔龍剣記
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17268.html]
 +
|-
 +
|style="background:Game;"|Mastermind
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Master of Sword / マスターオブソード
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0409/14/news074.html]
 +
|-
 +
|style="background:Game;"|Maō Company
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Max Trigger: Insurgence / 超级 特种兵 之 平叛
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/max-trigger-2005]
 +
|-
 +
|style="background:Game;"|Massive Snowboarding 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Mega Man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-]
 +
|-
 +
|style="background:Game;"|Mega Man: Rush Marine
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-rush-marine]
 +
|-
 +
|style="background:Game;"|Memories Off / メモリーズオフ / 메모리즈 오프
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mercenaries Saga 2 / マーセナリーズサーガ2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Metal Gear Solid Mobile / メタルギアソリッドモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-gear-solid-mobile]
 +
|-
 +
|style="background:Game;"|Metal Gear Solid 2: Solid Snake / メタルギア2 ソリッドスネーク
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Metal Slug (Part 1) / メタルスラッグ (前編)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Metal Slug (Mission 1) / 메탈슬러그
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|-
 +
|style="background:Game;"|Metal Slug Fighters / メタルスラッグ ファイターズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Metal Slug Survivors / メタルスラッグ サバイバーズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=105]
 +
|-
 +
|style="background:Game;"|Metal Slug Warriors / メタルスラッグ ウォリアーズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=139]
 +
|-
 +
|style="background:Game;"|Metal Slug: Mobile Impact
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-slug-mobile-impact]
 +
|-
 +
|style="background:Game;"|Metal Slug: Mobile 3
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Metal Slug: Mobile 4
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Metal Slug Team Mission / メタルスラッグ チームミッション
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=239]
 +
|-
 +
|style="background:Game;"|Meteos Mobile / メテオスモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.4gamer.net/news/history/2006.11/20061130161119detail.html]
 +
|-
 +
|style="background:Game;"|Midnight Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Midnight Bowling 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Midnight Bowling 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Midnight Pool 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Midtown Madness 3 Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Might and Magic II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/might-and-magic-ii]
 +
|-
 +
|style="background:Game;"|Military Madness
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Military Madness 2
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Million Versus / 大ミリオンヴァーサス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000004.000001348.html]
 +
|-
 +
|style="background:Game;"|Millionaire 07
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Millionaire 2010
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Millionaire Music
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Milton Bradley Board Games
 +
|style="background:grey;"| Not tested
 +
|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;"|Miner 2049er
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mirakue / ミラくえ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/08/news076.html]
 +
|-
 +
|style="background:Game;"|Mobi Escape
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Mobile Battles: Reign of Swords
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://x100robots.carbonmade.com/projects/6752732]
 +
|-
 +
|style="background:Game;"|Mobile League Sports Network
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mobile Racing 2004
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Mobile Romance of the Three Kingdoms 2 / Mobile 三國志2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/000/G000000/20050128161018]
 +
|-
 +
|style="background:Game;"|Mobile Suit Gundam 3D VS EDITION / 機動戦士ガンダム 3D VS EDITION
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Moe Slot: Beach no Shizuku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu TOHOKU / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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 HOKKAIDO / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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 SETOUCHI  / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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 KINKI / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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 JAPAN Deluxe Edition / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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 TOKAI / 桃太郎電鉄TOKAI
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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 TOKYO / 桃太郎電鉄TOKYO
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Monopoly Here and Now
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 +
|-
 +
|style="background:Game;"|Monopoly Worldwide
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 +
|-
 +
|style="background:Game;"|Monster Farm Seven Lines - Monster Farm Edition / モンスターファーム七ならべ  モンスターファーム編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Monster Farm SPEED / モンスターファームSPEED
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Monster Smash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Moon Patrol
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Moto GP 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Monaco GP / モナコ GP
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Monaco_GP_(mobile)]
 +
|-
 +
|style="background:Game;"|Monkey Ball / ウッディポップ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Monkey_Ball_(mobile)]
 +
|-
 +
|style="background:Game;"|Movement / Object / Chain / Chain / 動・物・連・鎖
 +
|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/17586.html]
 +
|-
 +
|style="background:Game;"|Mr Do's Circus
 +
|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;"|Mr. Driller / ミスタードリラー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/17/news091.html]
 +
|-
 +
|style="background:Game;"|Ms Pac-man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|MTV Star Factory
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|The Mummy / ハムナプトラ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0609/06/news105.html]
 +
|-
 +
|style="background:Game;"|Muncher
 +
|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;"|MX vs ATV: Untamed
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|My Monster Pet
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Mystery Express / 미스테리 특급
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/mystery-express-2006]
 +
|-
 +
|style="background:Game;"|Mystia 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Narnia Prince Caspian An
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Nazo Puyo  / なぞぷよ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_(mobile)]
 +
|-
 +
|style="background:Game;"|Nazo Puyo 2 / なぞぷよ 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_2_(mobile)]
 +
|-
 +
|style="background:Game;"|NBA Live 06
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|NBC Sports Figure Skating
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Need for Speed: Hot Pursuit
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Most Wanted
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Pro Street
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Shift
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: The Run
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Undercover
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|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;"|New Rally-X
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Night Hike
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Night Shift
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/nightshift-2003]
 +
|-
 +
|style="background:Game;"|Ninja Gaiden
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Ninja Jajamaru-kun Ranbu
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ninja no Gakko
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ninja Prophecy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ninja-prophecy]
 +
|-
 +
|style="background:Game;"|Ninja Ryukenden / 忍者龍剣伝
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Ninjutsu / 忍術
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0402/19/news049.html]
 +
|-
 +
|style="background:Game;"|Nintendo High School Dodgeball Club Soccer Edition / 熱血高校ドッジボール部サッカー編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000056.000000082.html]
 +
|-
 +
|style="background:Game;"|Nobunaga no Yabou, Shoseiroku / 信長の野望・将星録
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.gamecity.ne.jp/products/products/ee/keitai/nob/nobsyousei.htm]
 +
|-
 +
|style="background:Game;"|NOM / 놈
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom]
 +
|-
 +
|style="background:Game;"|NOM 2 / 놈 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom-2]
 +
|-
 +
|style="background:Game;"|Nuts & milk / ナッツ&ミルク
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Omagatoki no Rhapsody / 逢魔が刻の狂詩曲
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000019772]
 +
|-
 +
|style="background:Game;"|Orcs & Elves
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/orcs-elves]
 +
|-
 +
|style="background:Game;"|Orcs & Elves ll
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|The Oregon Trail
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/oregon-trail_]
 +
|-
 +
|style="background:Game;"|Othello / オセロ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0304/11/n_brgame.html]
 +
|-
 +
|style="background:Game;"|OutRun / アウトラン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/OutRun_(mobile)]
 +
|-
 +
|style="background:Game;"|Pac-man
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Pac-Man: Championship Edition
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-championship-edition]
 +
|-
 +
|style="background:Game;"|PAC-MAN Arcade Golf
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Pac-Man Bowling
 +
|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;"|Pac-Mania
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-mania]
 +
|-
 +
|style="background:Game;"|Pac-Man Kart Rally 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-kart-rally-3d]
 +
|-
 +
|style="background:Game;"|Pac-Man Pinball / パックマン・ピンボール
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://dengekionline.com/data/news/2007/12/27/71781ea44d6b010afcfc765508ae6911.html]
 +
|-
 +
|style="background:Game;"|Pandemonium!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Panick Bomber / ぱにっくボンバー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0403/04/news068.html]
 +
|-
 +
|style="background:Game;"|Pat Sajak's Blackjack Bowling
 +
|style="background:grey;"| Not tested
 +
|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;"|Peggle Extreme
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pengo / ペンゴ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Pengo_(mobile)]
 +
|-
 +
|style="background:Game;"|Petit Game Friends / プチゲーフレンズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000092.000000082.html]
 +
|-
 +
|style="background:Game;"|Phishing everywhere / どこでもフィシング
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Phoenix Wright, Ace Attorney / 逆転裁判
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/21692.html]
 +
|-
 +
|style="background:Game;"|Pipe Worker / 水管工
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/pipe-worker-2004]
 +
|-
 +
|style="background:Game;"|Pitfall!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pitfall]
 +
|-
 +
|style="background:Game;"|Plantasia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Plants vs. Zombies
 +
|style="background:grey;"| Not tested
 +
|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:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Pole Position II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pool Pro Online (1 & 2)
 +
|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;"|Pop Tower / ポップ☆タワー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://corp.gree.net/jp/ja/news/press/2011/0519.html]
 +
|-
 +
|style="background:Game;"|Powerboat Challenge
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Price is right
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Prey Mobile 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Princess Tomato in the Salad Country / サラダの国のトマト姫
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0410/21/news11.html]
 +
|-
 +
|style="background:Game;"|Prince of Persia 3D (V CAST)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Prince of Persia: Harem Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-harem-adventures]
 +
|-
 +
|style="background:Game;"|Prince of Persia HD
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-hd]
 +
|-
 +
|style="background:Game;"|Prince of Persia: The Sands of Time
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-the-sands-of-time__]
 +
|-
 +
|style="background:Game;"|Pro Bike Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Professor Fizzwizzle
 +
|style="background:grey;"| Not tested
 +
|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;"|Professional Baseball TV / プロ野球TV
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/28400.html]
 +
|-
 +
|style="background:Game;"|Pucchin Puzzle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Punisher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Punitto Erase / プニっと消して
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 +
|-
 +
|style="background:Game;"|Putt de Golf / パットdeゴルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Puyo Puyo / とことんぷよぷよ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_(mobile)]
 +
|-
 +
|style="background:Game;"|Puyo Puyo Alone / ひとりでぷよぷよ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Hitori_de_Puyo_Puyo]
 
|-
 
|-
|Big Range Hunting 3D
+
|style="background:Game;"|Puyo Puyo Fever
|[https://mega.nz/file/TKYBQCwC#UtlNYXOEtGVY-uug7nNSVc4qYvmWelybgQ1KroA0nPE 💾]
+
Habanero / ぷよぷよフィーバー
|}
+
ハバネロ
 
+
|style="background:grey;"| Not tested
<b>240x320</b>
+
|style="background:Notes;"|
{|class="wikitable" style="text-align:center;"
+
|style="background:#ffcccc;"|Unavaliable
!scope="col"|Games
+
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
!scope="col"|Download
+
|-
 +
|style="background:Game;"|Puyo Puyo Fever
 +
DX / ぷよぷよフィーバーDX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 +
|-
 +
|style="background:Game;"|Puyo Puyo Solitaire / ぷよぷよソリティア
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Puyo Puyo Sun / ぷよぷよSUN
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_Sun_(mobile)]
 +
|-
 +
|style="background:Game;"|Puyo Puyo Zurashi / ぷよぷよズラシ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 +
|-
 +
|style="background:Game;"|Puzzle Bobble Online / パズルボブルONLINE
 +
|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/27490.html]
 +
|-
 +
|style="background:Game;"|Puzzle Quest 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Puzznic / パズニック
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/24/news082.html]
 +
|-
 +
|style="background:Game;"|Raiden (KTF)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/nhOpJ0SE3_o]
 +
|-
 +
|-
 +
|style="background:Game;"|Ratchet & Clank: Going Mobile!
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ratchet-clank-going-mobile]
 +
|-
 +
|style="background:Game;"|Rayman Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-bowling]
 +
|-
 +
|style="background:Game;"|Rayman Golf
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-golf]
 +
|-
 +
|style="background:Game;"|Ray Newman racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Red Baron
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/6R8Wkb9-p2k]
 +
|-
 +
|style="background:Game;"|Red Faction: Guerrilla
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/red-faction-guerrilla_]
 +
|-
 +
|style="background:Game;"|Red Faction ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Resident Evil: Degeneration
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Resident Evil: Genesis
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Resident Evil 4: Mobile Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/resident-evil-4-mobile-edition]
 +
|-
 +
|style="background:Game;"|Ridge Racer / リッジレーサー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25243.html]
 +
|-
 +
|style="background:Game;"|Right brain fortune-telling / 右脳占い
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Rinji Shūden
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Rise of Atlantis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|River Raid
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ro
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/Ro_(video_game)]
 +
|-
 +
|style="background:Game;"|Robotech: The New Generation
 +
|style="background:grey;"| Not tested
 +
|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;"|Rockman EXE EZ / ロックマンエグゼEZ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/24/news103.html]
 +
|-
 +
|style="background:Game;"|ROCKin' Stone (KTF)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rockin-stone]
 +
|-
 +
|style="background:Game;"|Rolling with Katamari
 +
|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:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://japan.cnet.com/release/30009670]
 +
|-
 +
|style="background:Game;"|RPG Moero! Dungeon Musume / RPG萌えろ!ダンジョン娘
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Saints Row 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/072/G007209/20090206075/?amp]
 +
|-
 +
|style="background:Game;"|Salaryman's Counterattack / サラリーマンの逆襲
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 +
|-
 +
|style="background:Game;"|Sally’s Salon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Sally's Spa
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Sally’s Salon Luxury Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 +
|-
 +
|style="background:Game;"|Samba De Amigo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Samurai
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Samurai Spirits ~ Makai Rinkai  / サムライスピリッツ~魔界輪廻記
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Samurai Soul Tenka Musou Typing-Chapter of Makai Reincarnation / 侍魂天下無双タイピング~魔界転生の章
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Sangokushi Nendaiki DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Sangokushi Tactics / 三國志タクティクス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2007/08/02/22539.html]
 +
|-
 +
|style="background:Game;"|Saturn Strike 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://web.archive.org/web/20040423124608/http://www.gameloft.com/en/product_page.php?game=134]
 +
|-
 +
|style="background:Game;"|Scarface: The Rise of Tony Montana
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scene It? Movies
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scooby-Doo!: Castle Capers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scuba Solitaire
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 +
|-
 +
|style="background:Game;"|SEASON 365's Thoughts ~ winter season / SEASON 365の想い~winter season
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 +
|-
 +
|style="background:Game;"|Secret of Mana / 聖剣伝説
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/secret-of-mana]
 +
|-
 +
|style="background:Game;"|Secret of Mana 2 / 聖剣伝説2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC2]
 +
|-
 +
|style="background:Game;"|Sector 7
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://videogamefanon.fandom.com/wiki/Sector_7]
 +
|-
 +
|style="background:Game;"|Segagaga R-720
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Segagaga_R-720]
 +
|-
 +
|style="background:Game;"|Sega Rally 1st Stage / セガラリー1st Stage
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_1st_Stage]
 +
|-
 +
|style="background:Game;"|Sega Rally Next Stage / セガラリー NextStage
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_Next_Stage]
 +
|-
 +
|style="background:Game;"|SEGA Volleyball / SEGAバレーボール
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/29586.html]
 +
|-
 +
|style="background:Game;"|Seiken Densetsu ~ Final Fantasy Gaiden
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Seiken Densetsu FRIENDS of MANA
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Senbazuru
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Sennincho City Story Sennin / 仙人町市物語 せんにん.
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000026120]
 +
|-
 +
|style="background:Game;"|Sepas Channel
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Shado Fighter
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://shakugan.fandom.com/wiki/Shakugan_no_Shana_~Enpatsu_Shakugan_no_Uchite~]
 +
|-
 +
|style="background:Game;"|Shanghai / 上海
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Shijō Saikyō Miyamoto Julia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Shining Force Chronicle / シャイニング・フォース クロニクル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_I]
 +
|-
 +
|style="background:Game;"|Shining Force Chronicle II / シャイニングフォース クロニクルII
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_II]
 +
|-
 +
|style="background:Game;"|Shining Force Chronicle III / シャイニングフォース クロニクルIII
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_III]
 +
|-
 +
|style="background:Game;"|Shining Force EXA Mobile / シャイニング・フォース イクサモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 +
|-
 +
|style="background:Game;"|Shining Road: To the Force / シャイニング・ロード:トゥ・ザ・フォース
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Shining_Road:_To_the_Force]
 +
|-
 +
|style="background:Game;"|Shining Road 2: Kuroki Ryuu no Miko / シャイニング・ロード2 ~黒き竜の巫女~
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://segaretro.org/Shining_Road_2:_Kuroki_Ryuu_no_Miko]
 +
|-
 +
|style="background:Game;"|Shining Wind Cross ~ Weisslitter Senki / シャイニング・ウィンド・クロス ~ヴァイスリッター戦記
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 +
|-
 +
|style="background:Game;"|Shin Megami Tensei if ... Hazama / 真・女神転生if...ハザマ編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/29/news117.html]
 +
|-
 +
|style="background:Game;"|Shogi King DX / 将棋王DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0305/21/n_it.html]
 +
|-
 +
|style="background:Game;"|Shutokou Battle EVOLUTION / 首都高バトルEVOLUTION
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0601/26/news112.html]
 +
|-
 +
|style="background:Game;"|Siberian Strike: Episode I
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/siberian-strike-episode-i]
 +
|-
 +
|style="background:Game;"|Silent Hill Mobile 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|SimCity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Sims 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|SkeeBall for Prizes
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Skipping Stone / 건너 뛰는 돌
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|SLOT Garo / SLOT牙狼
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Small Girl Maniacs / 微少女マニアックス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 +
|-
 +
|style="background:Game;"|SNK's DARTS-Three In The Black
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 +
|-
 +
|style="background:Game;"|Snoop Dogg Boxing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|SolaRola
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Solar Target
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|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;"|Unavailable
 +
|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;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/soma-2004]
 +
|-
 +
|style="background:Game;"|Sonson / ソンソン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavailable
 +
|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;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 +
|-
 +
|style="background:Game;"|Soul of Darkness
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Space Invaders Infinity Gene
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Space Taxi Pinball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Space Warrior / 스페이스워리어
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/space-warrior-2004]
 +
|-
 +
|style="background:Game;"|Sphinx
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000016818]
 +
|-
 +
|style="background:Game;"|SplatterHouse
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|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;"|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:#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;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/cOTdhmlk_io]
 +
|-
 +
|style="background:Game;"|Stack'Um
 +
|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;"|Standing Stones
 +
|style="background:grey;"| Not tested
 +
|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;"|Star Force Complete Edition / スターフォース完全版
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Unavailable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Star Runner / 星际征服者
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/star-runner]
 +
|-
 +
|style="background:Game;"|Star Soldier / スターソルジャー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Unavailable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Star Trek: The Cold Enemy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Star Wars: The Empire Strikes Back
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Steel Bluster / 钢铁 咆哮
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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 Hoops
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/tO-5XZpb94k]
 +
|-
 +
|style="background:Game;"|Stuntcar Extreme
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://jet.ro/about]
 +
|-
 +
|style="background:Game;"|Sukebooo Man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|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;"|Unavailable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Super Monaco GP / スーパーモナコGP
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Super Sketcher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|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;"|Unavaliable
 +
|style="background:Ref.;"|[https://youtu.be/ZV93Y6nyVeU]
 +
|-
 +
|style="background:Game;"|Symphony of Eternity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Taisen Columns / 対戦コラムス)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tashikuro / たしクロ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tekken Resolute
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tekken 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tenchi wo Kurau II / 天地を喰らう II
 +
|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/27286.html]
 +
|-
 +
|style="background:Game;"|Tenchu: Ayame's Tale 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tenchu-ayames-tale-3d]
 +
|-
 +
|style="background:Game;"|Terminal Speed / 터미널스피드
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/terminal-speed-2005]
 +
|-
 +
|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 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;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/terrorist-bomberman-2004]
 +
|-
 +
|style="background:Game;"|Tetris Diamond
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-revolution]
 +
|-
 +
|style="background:Game;"|Thief, Run
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Theme Park
 +
|style="background:grey;"| Not tested
 +
|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;"|The Three Stooges: Makin' Dough
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tiger Woods PGA Tour 09
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tiki Towers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|T-Mac Street Ball
 +
|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;"|Tom Clancy's Ghost Recon: Jungle Storm
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavaliable
 +
|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;"|Unavailable
 +
|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;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000066.000000730.html]
 
|-
 
|-
|Snake Revolution
+
|style="background:Game;"|Topolon
|[https://cdn.discordapp.com/attachments/735124238398259281/961157901454557214/snake_revolution_brew_240x320.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Sim City Deluxe</br>Sims Medieval</br>Sims Castaway</br>Sims 3 World Adventures
+
|style="background:Game;"|Tower Bloxx
|[https://mega.nz/file/bDohlBiS#MMOggzh6VZQdgLaBSDa6CTXHTmfmWepdAYl-MB6yYPs 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Sonic The Hedgehog 2
+
|style="background:Game;"|Transformers G1 Awakening (V CAST)
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309383430717530/sonic2_vx9200_unsigned.zip 💾]
+
|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]
 
|-
 
|-
|Tetris 2008
+
|style="background:Game;"|Triple Crown
|[https://mega.nz/file/3CQFWZQC#jA0vK4_5_Pmf5RIyhkJ-JAWFrHwBXXUMneHINVAa854 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Unavaliable
<b>320x240</b>
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
 
|-
 
|-
|Call of Duty 3
+
|style="background:Game;"|Trivia King
|[https://mega.nz/file/HbAmhZKT#XEp8ey2q1JGiitjGx1Nqdjd1tzLjBewJim6MSQ_Nl2w 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|Call of Duty: Modern Warfare
+
|style="background:Game;"|Trivial Pursuit
|[https://mega.nz/file/nGg0GBqQ#_Z2foH5KqpFej9fi9TdhdoOM_i__8MrsRdKAit3Y3aA 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Call of Duty: Black Ops
+
|style="background:Game;"|Tsuppari Grand Sumo / つっぱり大相撲
|[https://mega.nz/file/2XJSUZCS#gB490H4tZF3WvrLo8RhJMY4XSKT9UNcMHBLlC6wgEIU 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|Call of Duty: World At War
+
|style="background:Game;"|Twelve GEMs
|[https://mega.nz/file/CDo1jSrK#cMTn3vDnpvBt6Q0tslg8WobiW_5QFcCHFEQ1zCKrl4s 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Tetris
+
|style="background:Game;"|The Twilight Saga: Memory Quest
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309384269582376/tetris_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|Tetris Pop
+
|style="background:Game;"|ULTIMATE ANGELS
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309384663842886/tetrispop_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|Tetris 2011
+
|style="background:Game;"|Ultimate helper! "Muscle Man / 究極助っ人!筋肉男
|[https://mega.nz/file/SWYjCYoY#hfYNtO0w2Zj1puaTLlNMahWrV33wtnFgmIISKqF5zyw 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 
|-
 
|-
|Doodle Jump
+
|style="background:Game;"|Ultimate Chess 3D
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309381719445605/doodlejump_vx9200_unsigned.zip 💾]
+
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|Katamari
+
|style="background:Game;"|Ultimate Spider-Man
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309382063374346/katamari_vx9200_unsigned.zip 💾]
+
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ultimate-spider-man___]
 
|-
 
|-
|Ms. Pac-Man
+
|style="background:Game;"|Ultimate War
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309382369554512/mspacman_vx9200_unsigned.zip 💾]
+
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 
|-
 
|-
|Pac-Man
+
|style="background:Game;"|Umeko! Don't die! / 梅子!死ぬな!
|[https://cdn.discordapp.com/attachments/735124238398259281/1039671033822711909/Pac-Man_BREW_320x240.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/33625.html]
 
|-
 
|-
|The Sims 3
+
|style="background:Game;"|Uno
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309382864490546/sims3_vx9200_unsigned.zip 💾]
+
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/uno___]
 
|-
 
|-
|Sonic Spinball
+
|style="background:Game;"|Unō Paradise
|[https://cdn.discordapp.com/attachments/735124238398259281/1035309383791423568/sonicspinball_vx9200_unsigned.zip 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/un-paradise]
 
|-
 
|-
|Sonic The Hedgehog 2
+
|style="background:Game;"|Vampire VS Hunter / 뱀파이어 VS헌터
|[https://mega.nz/file/TDhmCCaZ#UK1DO565oQcg9L_6yTDBkaqMauAkcg-KTbjN4xJFtgI 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Unavailable
<b>KDDI EZweb</b>
+
|style="background:Ref.;"|[https://knopkozavr.ru/vampire-vs-hunter-2006]
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
!scope="col"|Note (Version)
 
 
|-
 
|-
|Tetris Blue
+
|style="background:Game;"|Vancouver 2010: Official Mobile Game of the Olympic Winter Games
|[https://mega.nz/file/CCZj2ALY#yj3Rqd0gZX00GJC32keVqpfoB8oOCSPRI3UaZ-tF6JU 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Tetris Remix
+
|style="background:Game;"|Vanguard (unreleased/prototype)
|[https://mega.nz/file/Pe5gEDzJ#h1n4c5SC4ZMzGhyHID7Y8-um598ZKJpI4Ex1WgRDk_g 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Puyo Puyo Fever DX
+
|style="background:Game;"|Venture 3D
|[https://mega.nz/file/LHxGiIwR#ltnOpTM7kIsx0lkxqhTYFpuYNOUidae4LE615Gip0fE 💾]
+
|style="background:grey;"| Not tested
| Full Version<br>Cracked by Realtimeless
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Pawapuro 5
+
|style="background:Game;"|Verizon Championship Racing
|[https://archive.org/details/powapuro5 💾]
+
|style="background:grey;"| Not tested
| Demo Version
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Metal Gear Solid Mobile
+
|style="background:Game;"|Video Poker Master
|[https://archive.org/details/mgsmobile_jp_trial_unsigned 💾]
+
|style="background:grey;"| Not tested
| Trial Version
+
|style="background:Notes;"|
|}
+
|style="background:#ffcccc;"|Unavaliable
 
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
<b>[[Mascot Capsule 3D]]</b>
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
!scope="col"|Note (Version)
 
 
|-
 
|-
|Bruce Lee
+
|style="background:Game;"|Viral Attack
---------------
+
|style="background:grey;"| Not tested
Bruce Lee - Iron First 2D/3D
+
|style="background:Notes;"|
|[https://mega.nz/file/6WI21BBB#4eZeHVGmEBH8HLqqJ4A_Q1cv7GgN5MR4RI2vB9Qcrhc 💾]
+
|style="background:#ffcccc;"|Unavaliable
|3D version only
+
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
|Spider-Man 2: NY Rooftops 3D
+
|style="background:Game;"|VZW Mahjong
|[https://mega.nz/file/DP4WBQSZ#CJbTl9GqAGaZEb-RNFDNyET7jgANNHi6dYdGeCc0Idw 💾]
+
|style="background:grey;"| Not tested
|
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Brave Shot 2
+
|style="background:Game;"|VZW Texas Hold'em
|[https://cdn.discordapp.com/attachments/735124238398259281/969302555521855558/bsh2_signed.zip 💾]
+
|style="background:grey;"| Not tested
|320x240
+
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|Predator 3D: The Duel
+
|style="background:Game;"|Wakuwakuinami / わくわくテニス
|[https://mega.nz/file/zDIwka6Y#yiuvontOXYE7tc5vzg1VYSCnAUb4PG0PxYCw_4IzZ8E 💾]
+
|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]
圣莫尼卡's ZTE D90+ (<b>176x220</b>) was sent from China (阿拉雷叔) to Poland (Kraze's acquaintance) to Ukraine. Password for all packages is 'alaleishu2023'.
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Games
 
!scope="col"|Download
 
 
|-
 
|-
|潜龙 Deep Sea Dragon: Burning in Blood
+
|style="background:Game;"|Wallace & Gromit Adventures
|[https://mega.nz/file/wksUAZ4R#IeQ4jnX0NTjAVbtUIERmsxoMKfnMrip82lYxisGLny4 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|3D版三国台球 (3D Three Kingdoms Pool)
+
|style="background:Game;"|Where's Waldo?
|[https://mega.nz/file/8g02nabY#iPFWLpoqdZUE8QNsJb1ZccWD9jl_Tm-Ssa84XH60seg 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|3D生化启示录 (3D Biohazard Revelations)
+
|style="background:Game;"|Wide 8 ball
|[https://mega.nz/file/Y40iyaZA#0qr50RAQfHj3uP6Txa2k9_hG_3vwngWzzlJjOlodTVU 💾]
+
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|不可能完成的任务 (Mission Impossible)
+
|style="background:Game;"|Who Wants to Be a Millionaire?
|[https://mega.nz/file/9xEFRbiQ#1135D8rIOnuZVzjlXlyQsrLP73Z9rb91n0VFj4yWCsU 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|菜园保卫战 (Garden Defense)
+
|style="background:Game;"|Win At Texas Hold'em
|[https://mega.nz/file/J9tmSLyI#4YbNbESFgQICcMgZiYvJFZK1CkqV3TIo2N5RTui0irs 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|大众网球 (Public Tennis)
+
|style="background:Game;"|Wipeout 2
|[https://mega.nz/file/c08UDQxD#lE_9N2VTCZFeI_7UjPUqXWGYOviNPDpBPswKYWcqB0g 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 
|-
 
|-
|斗地主和接龙 (Fight the Landlord and Solitaire)
+
|style="background:Game;"|Wolfenstein RPG
|[https://mega.nz/file/MlNFFLrL#FJpu4yLBrSMFSQDC4culNwjrZrJm0NPivUBvDBR1FtI 💾]
+
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/wolfenstein-rpg]
 
|-
 
|-
|飞行棋-决战天幕 (Fly Chess - Fighting in the Sky)
+
|style="background:Game;"|Wonder Boy / ワンダーボーイ
|[https://mega.nz/file/o81k2SLD#fmnT6rDI07m-6IJcyumoByXUKcvNeWruQ2Q-yGf53nA 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_(mobile)]
 
|-
 
|-
|疯狂碰碰车之强者为王 (Crazy Bumper Car)
+
|style="background:Game;"|Wonder Boy Monster Land / ワンダーボーイ モンスターランド
|[https://mega.nz/file/cgcAzBwQ#gUw-4tIADT2wlry7Nj684ladrCvnvfMr7NQD-bMOrk0 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_Monster_Land_(mobile)]
 
|-
 
|-
|疯狂医院 (Crazy Hospital)
+
|style="background:Game;"|Woody Pop / ウッディポップ
|[https://mega.nz/file/s1Vm0ZgL#mr_grzjGXinPtkf_JIxL5CFEYBpWqGe3TgTnASQ20Xk 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Woody_Pop_(mobile)]
 
|-
 
|-
|火神狱 (The Prison of Fire God)
+
|style="background:Game;"|World Series of Poker: Pro Challenge
|[https://mega.nz/file/J8NmAThQ#ks0ki6QyCdO3ALxT6trB6l4N_U9cj4jHicsKzEIwO6g 💾]
+
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|剑灵-诛仙之战 (Sword Spirit)
+
|style="background:Game;"|World Poker Tour: Texas Hold'Em 2
|[https://mega.nz/file/sgN3jJQC#a2bD4LFex8kGsCCrWtjNBL6jdo_i8jb38yr_9GEdAQQ 💾]
+
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|剑缘IV之转瞬红颜 (Karma of Sword 4)
+
|style="background:Game;"|World War III / 제3차세계대전
|[https://mega.nz/file/VxUWRIya#nzZmyYommnyXYVs1iki4Pcr3ZXov4lZoYCF9DEzzbyM 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/world-war-iii-2004]
 
|-
 
|-
|军魂十面埋伏 (Soldier Soul)
+
|style="background:Game;"|WRC: FIA World Rally Championship Mobile 3D
|[https://mega.nz/file/N1EBhRjb#mkSTsNhAwaRqUYa4KS9dGiadStrR6Vvt5UQNsahl25A 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|龙斗士 (Dragon Fighter)
+
|style="background:Game;"|Xanadu: Dragon Slayer II
|[https://mega.nz/file/JkFQgCzB#MQnbdBpP8Vl8XvfoOzUhX4awfdS4WUW29xLzqZeFup8 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|魔幻水晶 (Magical Crystal)
+
|style="background:Game;"|Xevious
|[https://mega.nz/file/QlU0lJTa#5kJDFwnaV4XdW7CE59et4Rgqc8L-hy2C-vb4iuqSa2Q 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|情侣游戏之死了都要爱 (Lover's Game)
+
|style="background:Game;"|Yahtzee
|[https://mega.nz/file/l50WmCqJ#sFsM4tGtrtsoaHSSoHiPXm_NUwNPnrRQ0b3HBohhcE4 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|三国斗地主 (Fight the Landlord in Three Kingdoms)
+
|style="background:Game;"|Yahtzee Adventures
|[https://mega.nz/file/ElsAyCJB#DyXnzQhJfPGz51qwNzYYdBmTbokLGy-w2ceHiGWcs-A 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|三国象棋 (Chess of the Three Kingdoms)
+
|style="background:Game;"|Yahtzee Deluxe
|[https://mega.nz/file/dsUWWJQB#Z9zuDIDRSZ2M6F15DjprmUauRb22gxTSUGi4UcsNVG8 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|三重小镇 (Triple Town)
+
|style="background:Game;"|Yamasa Slot World EZ / 山佐スロワールドEZ
|[https://mega.nz/file/B5Uh3aoR#31WsZjwY0-1S00RkMijiX1lmjq2D3S5OBLZBQ6rrjak 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/26/news097.html]
 
|-
 
|-
|世界大战 (World War)
+
|style="background:Game;"|Yeti Sports: Games of the Yeti Volume 1
|[https://mega.nz/file/JtthFQoL#lauxzd8YgIgAkGzwZ1oeTZWW5Ywc4g5lMlXNqcxHSAQ 💾]
+
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|索马里海战 (Somali Naval War)
+
|style="background:Game;"|Ys Book 1: The Vanished Omens
|[https://mega.nz/file/V50G2CJZ#1UoyLWefpohqaO6etR3bOVNOYTyQtjC-PuuWae8dJs0 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|天国与地狱2 (Heaven and Hell 2)
+
|style="background:Game;"|Ys VI: The Ark of Napishtim
|[https://mega.nz/file/V4VUzCZa#EOgUen569gFAhAoqEplnUIbxRj8sHLC5EecUol_CnWc 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ys-vi-the-ark-of-napishtim]
 
|-
 
|-
|豚鼠嘉年华 (Guinea Pig Carnival)
+
|style="background:Game;"|Ys VI: The Box of Napishtem / イースVI~ナピシュテムの匣
|[https://mega.nz/file/58tiATLY#o5ak6o-aJvIzlxnkon5uuhwZI_Nq2wLKic5c3bOl9L4 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/18/news100.html]
 
|-
 
|-
|无间道 (Infernal Affairs)
+
|style="background:Game;"|ZANAC
|[https://mega.nz/file/p1E3xCJD#sIsRmJs7LpF6eQ2RlGqMfoFakoZwsOZGAw221O6pu0E 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|-
 
|-
|五子棋大师 (Master of Gomoku)
+
|style="background:Game;"|Zenerchi
|[https://mega.nz/file/t11EnQZb#XJvNb3hLDfA3auv_xguW5ERWy13lfJQ5hQedaAwj740 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
|星际大战-防御 (Star Wars - Defense)
+
|style="background:Game;"|Zenio Fishing / 제니오 낚시
|[https://mega.nz/file/xh9CUYJR#N4RD6buQKEPVAQ186h1fD0f7uOonjDRx5D62e6PBNfA 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://knopkozavr.ru/zenio-fishing-2003]
 
|-
 
|-
|英雄大战僵尸 (Heroes vs Zombies)
+
|style="background:Game;"|Zombie Infection
|[https://mega.nz/file/QpMF2CJA#JCWpIgFRR5k5boXcO743f5qQfUqmSHyGz_K8-ONG3uo 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zombie-infection]
 
|-
 
|-
|真西游记 (True - Journey to the West)
+
|style="background:Game;"|Zombieland
|[https://mega.nz/file/gslz2CaQ#Yie-KZd-kt_j5sSRV6wX22dJsWN76e_pnWH0L9drIcI 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|征战天下 (Conquering the World)
+
|style="background:Game;"|Zombieland 2
|[https://mega.nz/file/hgFFiSyL#S_FkuJTRaX2dvczPvyT5twYn5EnIpeayIS8esUfHYy0 💾]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|中华料理学院 (Chinese Cooking Academy)
+
|style="background:Game;"|Zombie Master / ゾンビマスター
|[https://mega.nz/file/R5EGCYKQ#_pY_Yy1Jjyuc_zaBz266RlD1BParqme2-kLHs3Baj2o 💾]
+
|style="background:grey;"| Not tested
|}
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Unavailable
; Zeebo
+
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000082.000000730.html]
[[File:icon_Zeebo.png|110px]]
 
 
 
A brazilian video game console and online distribution platform developed with developing markets in mind, that also runs on BREW. Dumps of the Zeebo and its games exist, and gameplay footage of them has been uploaded on YouTube.
 
 
 
{|class="wikitable" style="text-align:center;"
 
!scope="col"|Set
 
!scope="col"|Backups
 
 
|-
 
|-
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Games & Apps compilation]
+
|style="background:Game;"|Zoo Tycoon 2 Mobile
|
+
|style="background:grey;"| Not tested
[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ ✓]
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zoo-tycoon-2-mobile]
 
|-
 
|-
|[https://archive.org/details/zeebo-romset-and-devtools Zeebo (All Games + Dev Tools)]
+
|style="background:Game;"|Zuma Deluxe
|[https://www.tripleoxygen.net/files/devices/zeebo/ ✓]
+
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zuma-deluxe]
 
|-
 
|-
|[https://archive.org/details/zeebo-zeebo Zeebo Games]
+
|style="background:Game;"|Zunzunkyou no Yabou / ずんずん教の野望
||[https://archive.org/download/hearto-1g1r-collection/hearto_1g1r_collection/Zeebo%20-%20Zeebo.zip ✓]
+
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://segaretro.org/Zunzunkyou_no_Yabou_(mobile)]
 
|}
 
|}
  
 
==See also==
 
==See also==
* [[Zeebo]] - Zeebo's software platform is essentially a custom version of Qualcomm's BREW, so Zeebo games might be playable in BREW emulators.
+
* [[Infuse]] - BREW emulator for Windows Mobile
* [[Cellphone_emulators#Binary_Runtime_Environment_for_Wireless_.28BREW.29|BREW]]
 
 
 
==Donations==
 
*Monero: 49GCgSWs5kUccr66X74oZ8MedgBaJrbdRPj4PYJkvCfSPShfHfXoJxC6ZBTJm3R4YLQ7eWP3i4aBHcPKqShS6aybVc1DURB
 
  
 
==External links==
 
==External links==
 
* [https://discord.gg/re9Ab3cpj7 Discord server]
 
* [https://discord.gg/re9Ab3cpj7 Discord server]
 
* [https://lpcwiki.miraheze.org/wiki/Qualcomm_BREW BREW articles]
 
* [https://lpcwiki.miraheze.org/wiki/Qualcomm_BREW BREW articles]
* [https://www.youtube.com/channel/UC-c4v27-3H_rZJW_jk3jPJw kraze's YouTube channel] - Dedicated to BREW and Zeebo preservation
+
* [https://www.youtube.com/channel/UC-c4v27-3H_rZJW_jk3jPJw kraze's YouTube channel] - Dedicated to BREW/Zeebo preservation
* [https://space.bilibili.com/454570522 B站 阿拉雷叔 Arale's Bilibili channel] - Focus on nostalgia mobile games, mainly J2ME, iOS and BREW
+
* [https://4pda.to/forum/index.php?showtopic=1033270 4pda] - Melange
* [https://4pda.to/forum/index.php?showtopic=1033270 Melange - 4PDA]
 
  
 
[[Category:Emulators]]
 
[[Category:Emulators]]
[[Category:BREW emulators]]
+
[[Category:Binary Runtime Environment for Wireless emulators]]
 
[[Category:Android emulation software]]
 
[[Category:Android emulation software]]
 
[[Category:Mobile emulators]]
 
[[Category:Mobile emulators]]
 
[[Category:Cellphone emulators]]
 
[[Category:Cellphone emulators]]

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

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

Cancel Editing help (opens in new window)