Difference between revisions of "Melange"

From Emulation General Wiki
Jump to navigation Jump to search
(Downloads)
(Tags: Mobile edit, Mobile web edit)
(How to use)
(Tags: Mobile edit, Mobile web edit)
(16 intermediate revisions by 6 users not shown)
Line 3: Line 3:
 
|logo = Melange.png
 
|logo = Melange.png
 
|logowidth = 150
 
|logowidth = 150
|version = 1.0.9 <small>(unstable)</small>
+
|version = 1.0.9a
 
|active = Yes
 
|active = Yes
 
|platform = [[Emulators on Android|Android]]
 
|platform = [[Emulators on Android|Android]]
Line 15: Line 15:
 
}}
 
}}
  
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] emulator for [[Emulators on Android|Android]] device, 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.
+
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] wrapper for [[Emulators on Android|Android]].
 +
Filesystem implementation is written in C++ and the rest is in C. While the core emulator is free and open-source, it relies on proprietary components from Qualcomm, the creators of BREW.
  
 
==Overview==
 
==Overview==
As BREW and Android share the ARM architecture, Melange only has to translate specific calls, 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/KDDI/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.
+
As BREW and Android share the ARM architecture, Melange only has to translate specific calls, providing increased performance compared to a virtual machine or emulator.  
 +
 
 +
It can boot many 2D/3D BREW games that don't require OpenGL (e.g. Id Software games, EA games) or some other APIs. As such, some KTF/KDDI/Chinese BREW titles work but have trouble properly rendering fonts and no [[Zeebo]] titles are currently supported, as OpenGL is unimplemented. The emulator is still in early development.
  
 
==How to use==
 
==How to use==
  
<b>★ Game path ★</b>
+
===→ Game path===
 +
In <code><b><span style="color:#FE2E2E">/sdcard/MelangeBREW/</b></span></code>,
  
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>.
+
place manifest files (.mif) in <code><b><span style="color:#FE2E2E">mif/<game_name>.mif</code></b></span> and application resources (folder) in <code><b><span style="color:#FE2E2E">mod/<game_name></code></b></span>.
  
<b>★ Screen resulation ★</b>
+
===→ Screen resolution===
 +
Create a <i><b>`breConfig.toml`</i></b> text file under the path
 +
<code><b><span style="color:Red">/MelangeBREW/sys/</code></b></span>
  
Create a <i>`breConfig.toml`</i> text file under the path
+
Add the following text in <i><b>`breConfig.toml`</i></b>
<code>/MelangeBREW/sys/, </code>
 
  
Add the following text in <i>`breConfig.toml`</i>
+
<code><b><span style="color:#FE2E2E">
 +
width = px <br/>
 +
height = px
 +
</code></b></span>
  
<pre>
 
width = px
 
height = px
 
</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
</pre>
+
</code></b></span>
* <code>[https://cdn.discordapp.com/attachments/735124238398259281/914296973052485662/breConfig.toml 176×203]</code>
+
<br/>
* <code>[https://cdn.discordapp.com/attachments/735124238398259281/914334809906643004/breConfig_-_128x146.toml 128×146]</code>
+
* <code><b>[https://cdn.discordapp.com/attachments/735124238398259281/914296973052485662/breConfig.toml 176×203]</code></b>
* <code>[https://cdn.discordapp.com/attachments/735124238398259281/916070265656574032/breConfig-240x298.toml 240×298]</code>
+
* <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>
  
<b>★ Storage limit ★</b>
+
===→ Storage limit===
 +
If a game says there is not enough space in the storage.
  
If game say there is not enough space in the storage.
+
Create a <i><b>`breConfig.toml`</i></b> text file under the path
 +
<code><b><span style="color:Red">/MelangeBREW/sys/ </code></b></span>
  
Create a <i>`breConfig.toml`</i> text file under the path
+
Add the following text in <i><b>`breConfig.toml`</i></b>
<code>/MelangeBREW/sys/, </code>
 
  
Add the following text in <i>`breConfig.toml`</i>
+
<code><b><span style="color:#FE2E2E">
<pre>
 
 
storageLimit = Bytes
 
storageLimit = Bytes
</pre>
+
</code></b></span>
  
 
==Features==
 
==Features==
* Most BREW titles run perfect.
+
* Most BREW titles work without problems.
* Some KTF/KDDI/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.
* Screenshot button (+)
+
* Screenshot button [+] added.
 
* Sound is not supported.
 
* Sound is not supported.
 +
* Touchscreen support is unimplemented.
 +
* Some KTF/KDDI/Chinese BREW titles run but have issues with font rendering.
 +
* Zeebo games are not yet supported.
  
 
==Screenshots==
 
==Screenshots==
===Menu view===
 
<gallery widths="190px" heights="400px">
 
UI.jpg|Small icons
 
UI2.jpg|Large icons
 
UI3.jpg|List
 
</gallery>
 
  
 
===Gameplay===
 
===Gameplay===
<gallery widths="190px" heights="400px" perrow=6>
+
<gallery widths="152px" heights="320px" perrow=6>
 
EWJ.jpg|Earthworm Jim: SE
 
EWJ.jpg|Earthworm Jim: SE
 
TDK.jpg|The Dark Knight
 
TDK.jpg|The Dark Knight
Line 82: Line 82:
 
DS.jpg|Dragon Sword
 
DS.jpg|Dragon Sword
 
Samurai.jpg|Samurai
 
Samurai.jpg|Samurai
Sonic.jpg|Sonic the hedgehog
+
Sonic.jpg|Sonic The Hedgehog
 
NFS.jpg|Need for Speed: Shift 3D
 
NFS.jpg|Need for Speed: Shift 3D
 
Spore.jpg|Spore
 
Spore.jpg|Spore
 
GOF3D.jpg|Galaxy on Fire 3D
 
GOF3D.jpg|Galaxy on Fire 3D
HS3D.jpg|Helistrike 3D
+
HS3D.jpg|Heli Strike 3D - Advance Air Combat
 
SFllCE.jpg|Street Fighter ll
 
SFllCE.jpg|Street Fighter ll
Sonic2.jpg|Sonic the hedgehog 2
+
Sonic2.jpg|Sonic The Hedgehog 2
 
DN3D.jpg|Duke Nukem 3D
 
DN3D.jpg|Duke Nukem 3D
 
NFSR.jpg|Need for Speed: The Run
 
NFSR.jpg|Need for Speed: The Run
Pacm.jpg|Pac-Man
+
Pacm.jpg|PAC-MAN
 
OEll.jpg|Orcs & Elves ll
 
OEll.jpg|Orcs & Elves ll
 
HAWK.jpg|H.A.W.K
 
HAWK.jpg|H.A.W.K
Sypro1.jpg|Sypro 1
+
Sypro1.jpg|Spyro 1
 
SDM.jpg|Super Drop Mania
 
SDM.jpg|Super Drop Mania
 
NFSPS.jpg|Need for Speed: Pro Street
 
NFSPS.jpg|Need for Speed: Pro Street
Line 101: Line 101:
 
Chess.jpg|Chess
 
Chess.jpg|Chess
 
Sypro2.jpg|Spyro 2
 
Sypro2.jpg|Spyro 2
 +
</gallery>
 +
 +
===Menu view===
 +
<gallery widths="152px" heights="320px">
 +
UI.jpg|Small icons
 +
UI2.jpg|Large icons
 +
UI3.jpg|List
 
</gallery>
 
</gallery>
  
Line 108: Line 115:
 
|-
 
|-
 
|align=center|{{Icon|APK-big}}
 
|align=center|{{Icon|APK-big}}
|'''[https://cdn.discordapp.com/attachments/735124238398259281/934767663765405746/Melange_v.1.0.8.apk 1.0.8]<small> (Beta, debug build)</small>
+
|'''[https://deltacxx.insomnia247.nl/brewemu/versions/stable/ Stable]<br/>
 +
|'''[https://deltacxx.insomnia247.nl/brewemu/versions/beta/ Beta]<small> (debug build)</small>
 
|}
 
|}
  
Line 114: Line 122:
 
[[File:Icon_BREW.png|100px]]
 
[[File:Icon_BREW.png|100px]]
  
Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many games have been dumped, but most are undumped as of yet. There are a collections of European, American and Korean titles, but not Japanese and Chinese ones.
+
Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many games have been dumped, but most are undumped as of yet. There are collections of European, American and Korean titles, but not Japanese and Chinese ones.
  
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
Line 121: Line 129:
 
! scope="col"|Backups
 
! scope="col"|Backups
 
|-
 
|-
|[https://archive.org/details/qualcomm-brew-games Qualcomm BREW Games]
+
|[https://archive.org/details/qualcomm-brew Qualcomm/KTF/KDDI BREW Games]
|[https://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 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://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 08-10]<br/> [https://mega.nz/#F!fSZmBQbK!cOhvnFTNoI375xGjxCT9fg 15-18]<br/> [https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror]<br/> [https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download Mirror+]<small>(includes 2020 collection)</small><br/>[https://archive.org/details/qualcomm-brew-games Original from 2021]
 
|-
 
|-
 
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
 
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
Line 143: Line 151:
 
|}
 
|}
  
; Standalone <small>(<b>BREW</b> — Signed)</small>
+
; Standalone <small>(Signed/Unsigned)</small>
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
 
|-
 
|-
Line 158: Line 166:
 
|[https://mega.nz/file/SWAhmQLL#TLg0gb9qkF6P6R8SAYs1XrgMsi6MVSeuE0UXhi8TBdM 💾]
 
|[https://mega.nz/file/SWAhmQLL#TLg0gb9qkF6P6R8SAYs1XrgMsi6MVSeuE0UXhi8TBdM 💾]
 
|-
 
|-
|Nascar 09 <small>(All Versions)</small>
+
|Nascar 09 + Verizon Championship Racing <small>(All Versions)</small>
 
|[https://mega.nz/file/7OZTDKyY#PM2JPvvlroucluAgqOHaHLZe2osyPtnH87KHykAt6Wo 💾]
 
|[https://mega.nz/file/7OZTDKyY#PM2JPvvlroucluAgqOHaHLZe2osyPtnH87KHykAt6Wo 💾]
 
|-
 
|-
 
|Spider-Man 2: 3D NY Rooftops
 
|Spider-Man 2: 3D NY Rooftops
 
|[https://mega.nz/file/DP4WBQSZ#CJbTl9GqAGaZEb-RNFDNyET7jgANNHi6dYdGeCc0Idw 💾]
 
|[https://mega.nz/file/DP4WBQSZ#CJbTl9GqAGaZEb-RNFDNyET7jgANNHi6dYdGeCc0Idw 💾]
 +
|-
 +
| Red Baron
 +
| [https://mega.nz/file/aSoX2SbJ#GFWeuEKlhCBZPJLD-9NSjpl_EyBiCwZht68nBx0BPB8 💾]
 
|-
 
|-
 
|Ratchet & Clank: Going Mobile
 
|Ratchet & Clank: Going Mobile
Line 175: Line 186:
 
|The Legend of Spyro: A New Beginning<br/>The Legend of Spyro: The Eternal Night
 
|The Legend of Spyro: A New Beginning<br/>The Legend of Spyro: The Eternal Night
 
|[https://mega.nz/file/uehRyCCA#rq_sogGg1qWBV4GbhPxU7_G_2YHHUEQfs4rUp9KsesE 💾]
 
|[https://mega.nz/file/uehRyCCA#rq_sogGg1qWBV4GbhPxU7_G_2YHHUEQfs4rUp9KsesE 💾]
 +
|-
 +
|Sonic The Hedgehog
 +
|[https://drive.google.com/file/d/1OPJHKu-JsqwqMJ80wUaqS_eyClx3yETv/view?fbclid=IwAR0Nxnu-306y5O1NTaAIp2tSvTgBA_ZqXQerZE_Bsp2GeaqhZC3gxh8uNLI 💾]
 
|-
 
|-
 
|Sonic The Hedgehog 2
 
|Sonic The Hedgehog 2
|[https://mega.nz/file/3fg30SDJ#XZReUQXDeEaNxNxFGSoVV2eMqYnwGEC4rj0ZFPwi__E 💾]&[https://mega.nz/file/TDhmCCaZ#UK1DO565oQcg9L_6yTDBkaqMauAkcg-KTbjN4xJFtgI 💾]<small>(320x240)</small>
+
|[https://mega.nz/file/3fg30SDJ#XZReUQXDeEaNxNxFGSoVV2eMqYnwGEC4rj0ZFPwi__E 💾]<br/>[https://mega.nz/file/TDhmCCaZ#UK1DO565oQcg9L_6yTDBkaqMauAkcg-KTbjN4xJFtgI 💾]<small>(320x240)</small>
 +
|-
 +
|OpenLara port (Tomb Raider)
 +
|[https://cdn.discordapp.com/attachments/735124238398259281/950398259556417566/OpenLara.7z 💾]
 
|-
 
|-
 
|Tetris Blue <small>(KDDI)</small>
 
|Tetris Blue <small>(KDDI)</small>
Line 201: Line 218:
 
[[File:icon_Zeebo.png|110px]]
 
[[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.
+
A video game console and online distribution platform developed with developing markets in mind, that also runs on BREW. Dumps of the Zeebo and its games exist, and gameplay footage of them has been uploaded on YouTube.
  
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
Line 223: Line 240:
  
 
==Compatibility list==
 
==Compatibility list==
 
 
{|class="wikitable" width=500px
 
{|class="wikitable" width=500px
 
! colspan="2" | Key
 
! colspan="2" | Key
Line 262: Line 278:
 
! class=sortable | Status
 
! class=sortable | Status
 
! class=sortable | Notes
 
! class=sortable | Notes
! class=sortable | Dumped/Available?
+
! class=sortable | Dumped
 
! class=sortable | Reference
 
! class=sortable | Reference
 
|-
 
|-
Line 268: Line 284:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1000-words]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1000-words]
 
|-
 
|-
Line 274: Line 290:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 280: Line 296:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 286: Line 302:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1942arcade]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/1942arcade]
 
|-
 
|-
Line 292: Line 308:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/25/news094.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/25/news094.html]
 
|-
 
|-
Line 298: Line 314:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/2455/amp]
 
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/2455/amp]
 
|-
 
|-
Line 304: Line 320:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://dengekionline.com/data/news/2004/12/24/2936d421fb95158eba9f57fa34cd77b2.html]
 
|style="background:Ref.;"|[https://dengekionline.com/data/news/2004/12/24/2936d421fb95158eba9f57fa34cd77b2.html]
 
|-
 
|-
Line 310: Line 326:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://m.aving.net/global-news-aving?a_num=45759]
 
|style="background:Ref.;"|[http://m.aving.net/global-news-aving?a_num=45759]
 
|-
 
|-
Line 316: Line 332:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/2-fast-2-furious]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/2-fast-2-furious]
 
|-
 
|-
Line 322: Line 338:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/365-puzzle-club]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/365-puzzle-club]
 
|-
 
|-
Line 328: Line 344:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3c]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3c]
 
|-
 
|-
Line 334: Line 350:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/battle-marine-2003]
 
|style="background:Ref.;"|[https://knopkozavr.ru/battle-marine-2003]
 
|-
 
|-
Line 340: Line 356:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-battle-tank]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-battle-tank]
 
|-
 
|-
Line 346: Line 362:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 352: Line 368:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/3d-city-racing-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/3d-city-racing-2004]
 
|-
 
|-
Line 358: Line 374:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-fast-furious]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-fast-furious]
 
|-
 
|-
Line 364: Line 380:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious]
 
|-
 
|-
Line 370: Line 386:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious-tokyo]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-the-fast-and-the-furious-tokyo]
 
|-
 
|-
Line 376: Line 392:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 382: Line 398:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-slam-ping-pong]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/3d-slam-ping-pong]
 
|-
 
|-
Line 388: Line 404:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/hzmwRlar0wI]
 
|style="background:Ref.;"|[https://youtu.be/hzmwRlar0wI]
 
|-
 
|-
Line 394: Line 410:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/4-elements]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/4-elements]
 
|-
 
|-
Line 400: Line 416:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/7-wonders-of-the-ancient-world]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/7-wonders-of-the-ancient-world]
 
|-
 
|-
Line 406: Line 422:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 412: Line 428:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/abo-diet-queen-2006]
 
|style="background:Ref.;"|[https://knopkozavr.ru/abo-diet-queen-2006]
 
|-
 
|-
Line 418: Line 434:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/25/news112.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/25/news112.html]
 
|-
 
|-
Line 424: Line 440:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/ace-fighter-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/ace-fighter-2004]
 
|-
 
|-
Line 430: Line 446:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 436: Line 452:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000031713]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000031713]
 +
|-
 +
|style="background:Game;"|Adventure Bar Story / 不思議の国の冒険酒場
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/adventure-bar-story/]
 
|-
 
|-
 
|style="background:Game;"Aerostorm / 에어로 스톰
 
|style="background:Game;"Aerostorm / 에어로 스톰
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/aerostorm-1-2-2002]
 
|style="background:Ref.;"|[https://knopkozavr.ru/aerostorm-1-2-2002]
 
|-
 
|-
Line 448: Line 470:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://segaretro.org/After_Burner_II_(mobile)]
+
|style="background:Ref.;"|[https://segaretro.org/After_Burner_II_(mobile)]/[https://web.archive.org/web/20050207064034/http://wireless.ign.com/objects/704/704083.html]
 
|-
 
|-
 
|style="background:Game;"|Age of Empires 2 DX / エイジオブエンパイア 2 DX
 
|style="background:Game;"|Age of Empires 2 DX / エイジオブエンパイア 2 DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.4gamer.net/games/018/G001859/20071101002]
 
|style="background:Ref.;"|[https://www.4gamer.net/games/018/G001859/20071101002]
 
|-
 
|-
Line 460: Line 482:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/age-of-stone-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/age-of-stone-2004]
 
|-
 
|-
Line 466: Line 488:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 472: Line 494:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 484: Line 506:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|-
 
|-
Line 496: Line 518:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/NjSANQsrw2U]
 
|style="background:Ref.;"|[https://youtu.be/NjSANQsrw2U]
 
|-
 
|-
Line 502: Line 524:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-unleashed]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-unleashed]
 
|-
 
|-
Line 514: Line 536:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-vs-predator-requiem_]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/aliens-vs-predator-requiem_]
 
|-
 
|-
Line 520: Line 542:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 526: Line 548:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204074648/http://wireless.ign.com/objects/714/714602.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204074648/http://wireless.ign.com/objects/714/714602.html]
 
|-
 
|-
Line 532: Line 554:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 538: Line 560:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/14/news097.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/14/news097.html]
 
|-
 
|-
Line 544: Line 566:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 
|-
 
|-
Line 562: Line 584:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/angelade-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/angelade-2005]
 
|-
 
|-
Line 568: Line 590:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/ant-kingdom-tycoon-2005]/[http://www.atdata.net/main_e/game/ant.htm]
 
|style="background:Ref.;"|[https://knopkozavr.ru/ant-kingdom-tycoon-2005]/[http://www.atdata.net/main_e/game/ant.htm]
 
|-
 
|-
Line 574: Line 596:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/07/news065.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/07/news065.html]
 
|-
 
|-
Line 580: Line 602:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 
|-
 
|-
Line 586: Line 608:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 592: Line 614:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000100.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000100.000000730.html]
 
|-
 
|-
Line 598: Line 620:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207082757/http://wireless.ign.com/objects/710/710909.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207082757/http://wireless.ign.com/objects/710/710909.html]
 
|-
 
|-
Line 616: Line 638:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0608/24/news120.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0608/24/news120.html]
 
|-
 
|-
Line 622: Line 644:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 628: Line 650:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000074.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000074.000000730.html]
 
|-
 
|-
Line 634: Line 656:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24679.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24679.html]
 
|-
 
|-
Line 640: Line 662:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 646: Line 668:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 652: Line 674:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 658: Line 680:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 664: Line 686:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
 
|style="background:Game;"|Asphalt: Urban GT
 
|style="background:Game;"|Asphalt: Urban GT
 
|style="background:turquoise;"| Perfect
 
|style="background:turquoise;"| Perfect
|style="background:Notes;"| Require change resulation.
+
|style="background:Notes;"| Require change resolution.
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
Line 688: Line 710:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=104]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=104]
 
|-
 
|-
Line 694: Line 716:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/YE27YY7SoKw]
 
|style="background:Ref.;"|[https://youtu.be/YE27YY7SoKw]
 
|-
 
|-
Line 700: Line 722:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 706: Line 728:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 712: Line 734:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 718: Line 740:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000118.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000118.000000730.html]
 
|-
 
|-
Line 724: Line 746:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Baku_Baku_Animal_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Baku_Baku_Animal_(mobile)]
 +
|-
 +
|style="background:Game;"|Baldur's Gate
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207070841/http://wireless.ign.com/objects/688/688224.html]
 +
|-
 +
|style="background:Game;"|Bar of Wonderland 2 / 不思議の国の酒場2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/bar-of-wonderland-2/]
 
|-
 
|-
 
|style="background:Game;"|Bases Loaded
 
|style="background:Game;"|Bases Loaded
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 736: Line 770:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/bass-fishing-in-california]
 
|style="background:Ref.;"|[https://knopkozavr.ru/bass-fishing-in-california]
 
|-
 
|-
Line 742: Line 776:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34406.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34406.html]
 
|-
 
|-
Line 748: Line 782:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/batman-begins__]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/batman-begins__]
 
|-
 
|-
Line 754: Line 788:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050728/bomb.htm]
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050728/bomb.htm]
 
|-
 
|-
Line 760: Line 794:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 
|-
 
|-
Line 766: Line 800:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/23/news081.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/23/news081.html]
 
|-
 
|-
Line 772: Line 806:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/battons-force-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/battons-force-2004]
 
|-
 
|-
Line 778: Line 812:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 784: Line 818:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 790: Line 824:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 802: Line 836:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bejeweled-twist]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bejeweled-twist]
 
|-
 
|-
Line 808: Line 842:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0711/29/news127.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0711/29/news127.html]
 
|-
 
|-
Line 814: Line 848:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 820: Line 854:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 826: Line 860:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.4gamer.net/games/038/G003891/20090121058]
 
|style="background:Ref.;"|[https://www.4gamer.net/games/038/G003891/20090121058]
 
|-
 
|-
Line 833: Line 867:
 
|style="background:Notes;"|Patch : [https://cdn.discordapp.com/attachments/735124238398259281/914282917981732874/bio3d_fixed.7z Bio3D_fixed]
 
|style="background:Notes;"|Patch : [https://cdn.discordapp.com/attachments/735124238398259281/914282917981732874/bio3d_fixed.7z Bio3D_fixed]
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bioshock_]
+
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bioshock_]/[https://glitchwave.com/game/bioshock-brew/]
 
|-
 
|-
 
|style="background:Game;"|The Birds: Evil has Wings
 
|style="background:Game;"|The Birds: Evil has Wings
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 844: Line 878:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 850: Line 884:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0701/25/news132.html][https://www.rideongames.com/kajiya2 Official]
+
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0701/25/news132.html]/[https://www.rideongames.com/kajiya2 Official]/[https://glitchwave.com/game/blacksmith-in-wonderland/]
 +
|-
 +
|style="background:Game;"|Blacksmith in Wonderland 2 / 不思議の国の鍛冶屋 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/blacksmith-in-wonderland-2/]
 
|-
 
|-
 
|style="background:Game;"|Blade: Trinity
 
|style="background:Game;"|Blade: Trinity
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 862: Line 902:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 886: Line 926:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 892: Line 932:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 898: Line 938:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/04/news104.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/04/news104.html]
 
|-
 
|-
Line 904: Line 944:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 910: Line 950:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 916: Line 956:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.edgegames.com/mobile.htm#]
 
|style="background:Ref.;"|[http://www.edgegames.com/mobile.htm#]
 
|-
 
|-
Line 922: Line 962:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 928: Line 968:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.matrixsoft.co.jp/products/mob_bom3]
 
|style="background:Ref.;"|[https://www.matrixsoft.co.jp/products/mob_bom3]
 
|-
 
|-
Line 934: Line 974:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 940: Line 980:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15530.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15530.html]
 
|-
 
|-
Line 946: Line 986:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17589.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17589.html]
 
|-
 
|-
Line 952: Line 992:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 958: Line 998:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 964: Line 1,004:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0409/01/news01.html]
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0409/01/news01.html]
 
|-
 
|-
Line 976: Line 1,016:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 993: Line 1,033:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 999: Line 1,039:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,005: Line 1,045:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,011: Line 1,051:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 1,017: Line 1,057:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bugs-bunny-rabbit-rescue]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/bugs-bunny-rabbit-rescue]
 
|-
 
|-
Line 1,023: Line 1,063:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,029: Line 1,069:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/burning-fighter-2002]
 
|style="background:Ref.;"|[https://knopkozavr.ru/burning-fighter-2002]
 
|-
 
|-
Line 1,035: Line 1,075:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/burning-flame-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/burning-flame-2004]
 
|-
 
|-
Line 1,041: Line 1,081:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bush VS Kerry Boxing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204083734/http://wireless.ign.com/objects/694/694141.html]
 
|-
 
|-
 
|style="background:Game;"|Buzztime Trivia
 
|style="background:Game;"|Buzztime Trivia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,053: Line 1,099:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 1,071: Line 1,117:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050520/cameltry.htm]
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050520/cameltry.htm]
 
|-
 
|-
Line 1,077: Line 1,123:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/cannon-launcher-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/cannon-launcher-2005]
 
|-
 
|-
Line 1,083: Line 1,129:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 1,089: Line 1,135:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,095: Line 1,141:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,107: Line 1,153:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/06/news082.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/06/news082.html]
 
|-
 
|-
Line 1,119: Line 1,165:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,125: Line 1,171:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.rideongames.com/chouja2/top.html]
 
|style="background:Ref.;"|[https://www.rideongames.com/chouja2/top.html]
 
|-
 
|-
Line 1,131: Line 1,177:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%81%E3%83%A7%E3%82%B3%E3%83%9Cde%E3%83%A2%E3%83%90%E3%82%A4%E3%83%AB]
 
|style="background:Ref.;"|[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]
 
|-
 
|-
Line 1,137: Line 1,183:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25240.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25240.html]
 
|-
 
|-
Line 1,143: Line 1,189:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,149: Line 1,195:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,155: Line 1,201:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|-
 
|-
Line 1,161: Line 1,207:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,167: Line 1,213:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 1,173: Line 1,219:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,185: Line 1,231:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,191: Line 1,237:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,209: Line 1,255:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 1,215: Line 1,261:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 1,221: Line 1,267:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Columns_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Columns_(mobile)]
 
|-
 
|-
Line 1,227: Line 1,273:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,233: Line 1,279:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0804/10/news125.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0804/10/news125.html]
 
|-
 
|-
Line 1,245: Line 1,291:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,251: Line 1,297:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-ports-brew]
 
|style="background:Ref.;"|[https://contrapedia.wordpress.com/contra-ports-brew]
 
|-
 
|-
Line 1,269: Line 1,315:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/counter-strike-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/counter-strike-2005]
 
|-
 
|-
Line 1,275: Line 1,321:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/04/news101.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/04/news101.html]
 
|-
 
|-
Line 1,293: Line 1,339:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,299: Line 1,345:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crash-n-burn]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crash-n-burn]
 
|-
 
|-
Line 1,305: Line 1,351:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 1,311: Line 1,357:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,323: Line 1,369:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0407/23/news061.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0407/23/news061.html]
 
|-
 
|-
Line 1,335: Line 1,381:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crystal-monsters]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/crystal-monsters]
 
|-
 
|-
Line 1,341: Line 1,387:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,347: Line 1,393:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news100.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news100.html]
 
|-
 
|-
Line 1,353: Line 1,399:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 1,359: Line 1,405:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,365: Line 1,411:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,371: Line 1,417:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,377: Line 1,423:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
|style="background:Game;"|The Dark Horse Horse
+
|style="background:Game;"|The Dark Horse
 
|style="background:salmon;"| Doesn't work
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
Line 1,395: Line 1,441:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/dark-online-2007]
 
|style="background:Ref.;"|[https://knopkozavr.ru/dark-online-2007]
 
|-
 
|-
Line 1,403: Line 1,449:
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|DARTS-Three In The Black
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
 
|style="background:Game;"|The Da Vinci Code: The Quest Begins
 
|style="background:Game;"|The Da Vinci Code: The Quest Begins
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,413: Line 1,465:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
Line 1,419: Line 1,471:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
Line 1,425: Line 1,477:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 
|-
 
|-
Line 1,431: Line 1,483:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 
|-
 
|-
Line 1,437: Line 1,489:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
Line 1,443: Line 1,495:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
Line 1,449: Line 1,501:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,461: Line 1,513:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/defend-the-earth-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/defend-the-earth-2004]
 
|-
 
|-
Line 1,467: Line 1,519:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Defender of the Crown
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204080451/http://wireless.ign.com/objects/690/690053.html]
 
|-
 
|-
 
|style="background:Game;"|Delicious – Emily’s Taste of Fame
 
|style="background:Game;"|Delicious – Emily’s Taste of Fame
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 1,479: Line 1,537:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.biglobe.co.jp/press/2004/040909.html]
 
|style="background:Ref.;"|[https://www.biglobe.co.jp/press/2004/040909.html]
 
|-
 
|-
Line 1,485: Line 1,543:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,491: Line 1,549:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,497: Line 1,555:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17563.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17563.html]
 
|-
 
|-
Line 1,503: Line 1,561:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207043112/http://wireless.ign.com/articles/583/583067p1.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207043112/http://wireless.ign.com/articles/583/583067p1.html]
 
|-
 
|-
Line 1,509: Line 1,567:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24840.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24840.html]
 
|-
 
|-
Line 1,521: Line 1,579:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/devil-crisis-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/devil-crisis-2005]
 
|-
 
|-
Line 1,527: Line 1,585:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history][https://knopkozavr.ru/devil-hunter-2005]
 
|style="background:Ref.;"|[https://r-force.co.jp/history][https://knopkozavr.ru/devil-hunter-2005]
 
|-
 
|-
Line 1,533: Line 1,591:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 1,545: Line 1,603:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 1,551: Line 1,609:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,557: Line 1,615:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,563: Line 1,621:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,569: Line 1,627:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news102.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news102.html]
 
|-
 
|-
Line 1,575: Line 1,633:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,581: Line 1,639:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,587: Line 1,645:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,593: Line 1,651:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,599: Line 1,657:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 
|-
 
|-
Line 1,605: Line 1,663:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
 
|-
 
|-
Line 1,611: Line 1,669:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Doki_Doki_Penguin_Land_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Doki_Doki_Penguin_Land_(mobile)]
 +
|-
 +
|style="background:Game;"|Donald Trump's Real Estate Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207052503/http://wireless.ign.com/objects/700/700262.html]
 
|-
 
|-
 
|style="background:Game;"|Doodle Jump Deluxe
 
|style="background:Game;"|Doodle Jump Deluxe
Line 1,640: Line 1,704:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,652: Line 1,716:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,658: Line 1,722:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/dr-mary-2003]
 
|style="background:Ref.;"|[https://knopkozavr.ru/dr-mary-2003]
 
|-
 
|-
Line 1,664: Line 1,728:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0602/21/news076.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0602/21/news076.html]
 
|-
 
|-
Line 1,670: Line 1,734:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 
|-
 
|-
Line 1,676: Line 1,740:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,694: Line 1,758:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 1,700: Line 1,764:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,706: Line 1,770:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://dragonquest.fandom.com/ja/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88_%E5%B0%91%E5%B9%B4%E3%83%A4%E3%83%B3%E3%82%AC%E3%82%B9%E3%81%A8%E4%B8%8D%E6%80%9D%E8%AD%B0%E3%81%AE%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 1,712: Line 1,776:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88%26%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC_in_%E3%81%84%E3%81%9F%E3%81%A0%E3%81%8D%E3%82%B9%E3%83%88%E3%83%AA%E3%83%BC%E3%83%88_MOBILE]
 
|style="background:Ref.;"|[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]
 
|-
 
|-
Line 1,718: Line 1,782:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,724: Line 1,788:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27398.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27398.html]
 
|-
 
|-
Line 1,730: Line 1,794:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,742: Line 1,806:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,748: Line 1,812:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news055.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news055.html]
 
|-
 
|-
Line 1,772: Line 1,836:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,778: Line 1,842:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0309/26/n_daifugo.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0309/26/n_daifugo.html]
 
|-
 
|-
Line 1,784: Line 1,848:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0605/19/news067.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0605/19/news067.html]
 
|-
 
|-
Line 1,790: Line 1,854:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/21079/amp]
 
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/21079/amp]
 
|-
 
|-
Line 1,796: Line 1,860:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34416.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34416.html]
 
|-
 
|-
Line 1,802: Line 1,866:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/earth-glory]
 
|style="background:Ref.;"|[https://knopkozavr.ru/earth-glory]
 
|-
 
|-
Line 1,819: Line 1,883:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Dawnstar]/[https://glitchwave.com/game/the-elder-scrolls-travels-dawnstar/]
 
|-
 
|-
 
|style="background:Game;"|The Elder Scrolls Travels: Oblivion (Mobile)
 
|style="background:Game;"|The Elder Scrolls Travels: Oblivion (Mobile)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://elderscrolls.fandom.com/wiki/The_Elder_Scrolls_Travels:_Oblivion_(Mobile)]
 
|style="background:Ref.;"|[https://elderscrolls.fandom.com/wiki/The_Elder_Scrolls_Travels:_Oblivion_(Mobile)]
 
|-
 
|-
Line 1,831: Line 1,895:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]
+
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/The_Elder_Scrolls_Travels#Stormhold]/[https://glitchwave.com/game/the-elder-scrolls-travels-stormhold/]
 
|-
 
|-
 
|style="background:Game;"|Elemental Gelade / エレメンタル ジェレイド
 
|style="background:Game;"|Elemental Gelade / エレメンタル ジェレイド
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23818.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23818.html]
 
|-
 
|-
Line 1,843: Line 1,907:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 1,849: Line 1,913:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000025391]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000025391]
 
|-
 
|-
Line 1,855: Line 1,919:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Evel Knievel Evel-ution
 
|style="background:Game;"|Evel Knievel Evel-ution
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20041031205136/http://wireless.ign.com/objects/690/690685.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20041031205136/http://wireless.ign.com/objects/690/690685.html]
 
|-
 
|-
Line 1,866: Line 1,930:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 
|-
 
|-
Line 1,872: Line 1,936:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ever Quest: Hero's Call
 
|style="background:Game;"|Ever Quest: Hero's Call
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|EX High School Baseball 3 / EX高校野球3
 
|style="background:Game;"|EX High School Baseball 3 / EX高校野球3
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 
|-
 
|-
Line 1,888: Line 1,952:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/ex-rally-2006]
 
|style="background:Ref.;"|[https://knopkozavr.ru/ex-rally-2006]
 
|-
 
|-
Line 1,894: Line 1,958:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011516]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011516]
 
|-
 
|-
Line 1,900: Line 1,964:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0510/05/news103.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0510/05/news103.html]
 
|-
 
|-
Line 1,906: Line 1,970:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 1,912: Line 1,976:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/fair.htm]
 
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/fair.htm]
 
|-
 
|-
Line 1,918: Line 1,982:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Family Guy: Uncensored
 
|style="background:Game;"|Family Guy: Uncensored
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Famista Mobile / ファミスタモバイル
 
|style="background:Game;"|Famista Mobile / ファミスタモバイル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0507/20/news109.html]
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0507/20/news109.html]
 
|-
 
|-
Line 1,934: Line 1,998:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Fantasy_Zone_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Fantasy_Zone_(mobile)]
 +
|-
 +
|style="background:Game;"|Fantasy Zone Trilogy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064050/http://wireless.ign.com/objects/704/704086.html]
 
|-
 
|-
 
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
 
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|The Fast and the Furious: Fugitive
 
|style="background:Game;"|The Fast and the Furious: Fugitive
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
 
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fast Racing / 急速飙车
 
|style="background:Game;"|Fast Racing / 急速飙车
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 1,961: Line 2,031:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ferrari GT: Evolution
 
|style="background:Game;"|Ferrari GT: Evolution
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ferrari World Championship
 
|style="background:Game;"|Ferrari World Championship
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fieldrunners
 
|style="background:Game;"|Fieldrunners
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|FIFA World Cup: On the Break
 
|style="background:Game;"|FIFA World Cup: On the Break
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fiftgrather
 
|style="background:Game;"|Fiftgrather
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fight Club
 
|style="background:Game;"|Fight Club
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/1bO2UI3rf0Y]
 
|style="background:Ref.;"|[https://youtu.be/1bO2UI3rf0Y]
 
|-
 
|-
Line 1,997: Line 2,067:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fight Night Round 3
 
|style="background:Game;"|Fight Night Round 3
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fight Night Round 4
 
|style="background:Game;"|Fight Night Round 4
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness  / 闘牌伝説 アカギ ~闇に舞い降りた天才
 
|style="background:Game;"|Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness  / 闘牌伝説 アカギ ~闇に舞い降りた天才
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/09/news102.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/09/news102.html]
 
|-
 
|-
Line 2,018: Line 2,088:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://sp.njpw.jp/32325]
 
|style="background:Ref.;"|[https://sp.njpw.jp/32325]
 
|-
 
|-
Line 2,036: Line 2,106:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 2,042: Line 2,112:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC_%E3%83%AC%E3%82%B8%E3%82%A7%E3%83%B3%E3%82%BA_%E5%85%89%E3%81%A8%E9%97%87%E3%81%AE%E6%88%A6%E5%A3%AB]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 2,048: Line 2,118:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
 
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
 
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years
 
|style="background:Game;"|Final Fantasy IV: The After Years
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
 
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Final Fantasy VII: Before Crisis
 
|style="background:Game;"|Final Fantasy VII: Before Crisis
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%93%E3%83%95%E3%82%A9%E3%82%A2_%E3%82%AF%E3%83%A9%E3%82%A4%E3%82%B7%E3%82%B9_%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BCVII]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 2,114: Line 2,184:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/dirge-of-cerberus-lost-episode-final-fantasy-vii/]
 
|-
 
|-
 
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
 
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.4gamer.net/games/116/G011618/20101209019]
 
|style="background:Ref.;"|[https://www.4gamer.net/games/116/G011618/20101209019]
 +
|-
 +
|style="background:Game;"|Final Fantasy VII Snowboarding
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/final-fantasy-vii-snowboarding/]
 
|-
 
|-
 
|style="background:Game;"|Fist of the North Star-Hayakenden / 北斗の拳~早拳伝
 
|style="background:Game;"|Fist of the North Star-Hayakenden / 北斗の拳~早拳伝
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0606/22/news089.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0606/22/news089.html]
 
|-
 
|-
Line 2,131: Line 2,208:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Flight Control
 
|style="background:Game;"|Flight Control
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Flicky
 
|style="background:Game;"|Flicky
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Flicky_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Flicky_(mobile)]
 
|-
 
|-
Line 2,147: Line 2,224:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news088.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news088.html]
 
|-
 
|-
|style="background:Game;"|FlipIt!
+
|style="background:Game;"|Flip It!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Flyhight Cloudia
 
|style="background:Game;"|Flyhight Cloudia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Flyhight Cloudia II
 
|style="background:Game;"|Flyhight Cloudia II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Flyhight Cloudia III
 
|style="background:Game;"|Flyhight Cloudia III
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
 
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Flynn's Adventures
 
|style="background:Game;"|Flynn's Adventures
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Football Trivia
 
|style="background:Game;"|Football Trivia
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fortress Double
 
|style="background:Game;"|Fortress Double
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fortress Tournament
 
|style="background:Game;"|Fortress Tournament
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|Fox Motocross 3D
+
|style="background:Game;"|FOX Motocross 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|FOX Sports Football '05
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207050833/http://wireless.ign.com/objects/699/699530.html]
 
|-
 
|-
 
|style="background:Game;"|Frog Angel / カ エ ル テ ン シ
 
|style="background:Game;"|Frog Angel / カ エ ル テ ン シ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/frog-angel-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/frog-angel-2004]
 
|-
 
|-
Line 2,209: Line 2,292:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Fruit Escape
 
|style="background:Game;"|Fruit Escape
Line 2,220: Line 2,303:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.ksol.jp/v2/information20071119_1.html]
 
|style="background:Ref.;"|[http://www.ksol.jp/v2/information20071119_1.html]
 
|-
 
|-
Line 2,226: Line 2,309:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Fushigi no Kuni Bouken Chouja / 不思議の国の冒険長者
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/fushigi-no-kuni-bouken-chouja/]
 +
|-
 +
|style="background:Game;"|Fushigi no Kuni no Chouja 2 / 不思議の国の長者2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/fushigi-no-kuni-no-chouja-2/]
 
|-
 
|-
 
|style="background:Game;"|Galaga
 
|style="background:Game;"|Galaga
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0603/07/news106.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0603/07/news106.html]
 
|-
 
|-
Line 2,242: Line 2,337:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Galaxy_Force_II_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Galaxy_Force_II_(mobile)]
 
|-
 
|-
Line 2,248: Line 2,343:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 2,254: Line 2,349:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000003492]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000003492]
 
|-
 
|-
Line 2,261: Line 2,356:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://gangstargameloft.fandom.com/wiki/Gangstar:_Samurai]
 
|style="background:Ref.;"|[https://gangstargameloft.fandom.com/wiki/Gangstar:_Samurai]
 +
|-
 +
|style="background:Game;"|Garfield
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204075819/http://wireless.ign.com/objects/688/688930.html]
 
|-
 
|-
 
|style="background:Game;"|Geeks
 
|style="background:Game;"|Geeks
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 2,273: Line 2,374:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 2,279: Line 2,380:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000096.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000096.000000730.html]
 
|-
 
|-
Line 2,285: Line 2,386:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 
|-
 
|-
Line 2,291: Line 2,392:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ghouls'n Ghost Village / 大魔界村
 
|style="background:Game;"|Ghouls'n Ghost Village / 大魔界村
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 
|-
 
|-
Line 2,302: Line 2,403:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins]
 
|-
 
|-
Line 2,308: Line 2,409:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/1008/19/news053.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/1008/19/news053.html]
 
|-
 
|-
Line 2,314: Line 2,415:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins-gold-knights]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ghosts-n-goblins-gold-knights]
 
|-
 
|-
Line 2,320: Line 2,421:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|God of War: Betrayal
 
|style="background:Game;"|God of War: Betrayal
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/god-of-war-betrayal]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/god-of-war-betrayal]
 
|-
 
|-
Line 2,331: Line 2,432:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207044230/http://wireless.ign.com/articles/583/583607p1.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207044230/http://wireless.ign.com/articles/583/583607p1.html]
 
|-
 
|-
Line 2,337: Line 2,438:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://japan.zdnet.com/release/10467385]
 
|style="background:Ref.;"|[https://japan.zdnet.com/release/10467385]
 
|-
 
|-
Line 2,343: Line 2,444:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 
|-
 
|-
Line 2,349: Line 2,450:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/golf-superstars]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/golf-superstars]
 
|-
 
|-
Line 2,355: Line 2,456:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 2,361: Line 2,462:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 
|-
 
|-
Line 2,368: Line 2,469:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 2,374: Line 2,475:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Great Run / 잘달리자
 
|style="background:Game;"|Great Run / 잘달리자
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/great-run-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/great-run-2005]
 
|-
 
|-
Line 2,385: Line 2,486:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.4gamer.net/games/045/G004585/20080515007]
 
|style="background:Ref.;"|[https://www.4gamer.net/games/045/G004585/20080515007]
 
|-
 
|-
Line 2,396: Line 2,497:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Groovy Arche / グルーヴィーアーチェ  
 
|style="background:Game;"|Groovy Arche / グルーヴィーアーチェ  
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0709/05/news099.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0709/05/news099.html]
 
|-
 
|-
Line 2,407: Line 2,508:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Gumball 3000  
 
|style="background:Game;"|Gumball 3000  
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207075154/http://wireless.ign.com/objects/711/711371.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207075154/http://wireless.ign.com/objects/711/711371.html]
 
|-
 
|-
Line 2,423: Line 2,524:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/40261.html]
 +
|-
 +
|style="background:Game;"|Gauntlet
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204081128/http://wireless.ign.com/objects/684/684360.html]
 
|-
 
|-
 
|style="background:Game;"|G-Unit: Free Yayo
 
|style="background:Game;"|G-Unit: Free Yayo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Hair Designer SIM / SIM헤어디자이너  
 
|style="background:Game;"|Hair Designer SIM / SIM헤어디자이너  
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/hair-designer-sim-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/hair-designer-sim-2005]
 
|-
 
|-
Line 2,440: Line 2,547:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0604/13/news109.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0604/13/news109.html]
 
|-
 
|-
Line 2,446: Line 2,553:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/hannibal-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/hannibal-2005]
 
|-
 
|-
Line 2,452: Line 2,559:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/TmMpooQKlzI]
 
|style="background:Ref.;"|[https://youtu.be/TmMpooQKlzI]
 
|-
 
|-
Line 2,458: Line 2,565:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/heal-the-soul-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/heal-the-soul-2004]
 
|-
 
|-
Line 2,464: Line 2,571:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Helicopter Apache / 长弓阿帕奇
 
|style="background:Game;"|Helicopter Apache / 长弓阿帕奇
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/helicopter-apache-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/helicopter-apache-2005]
 
|-
 
|-
|style="background:Game;"|Helistrike 3D
+
|style="background:Game;"|Heli Strike 3D - Advance Air Combat
 
|style="background:turquoise;"| Perfect
 
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:Notes;"|
Line 2,480: Line 2,587:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207001437/http://wireless.ign.com/objects/715/715315.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207001437/http://wireless.ign.com/objects/715/715315.html]
 
|-
 
|-
Line 2,486: Line 2,593:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Heroes Lore: Wind Of Soltia / 히어로즈 로어: 솔티아의 바람
 
|style="background:Game;"|Heroes Lore: Wind Of Soltia / 히어로즈 로어: 솔티아의 바람
Line 2,501: Line 2,608:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Hexcite Fusion
 
|style="background:Game;"|Hexcite Fusion
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Hidden Expedition: Everest
 
|style="background:Game;"|Hidden Expedition: Everest
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Highway Racer
 
|style="background:Game;"|Highway Racer
Line 2,521: Line 2,628:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Home Run King 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064018/http://wireless.ign.com/objects/704/704082.html]
 
|-
 
|-
 
|style="background:Game;"|Hot Blood New Record 400M Haul / 熱血新記録400Mハードル
 
|style="background:Game;"|Hot Blood New Record 400M Haul / 熱血新記録400Mハードル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000039.000000082.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000039.000000082.html]
 
|-
 
|-
Line 2,532: Line 2,645:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000030.000000082.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000030.000000082.html]
 
|-
 
|-
Line 2,538: Line 2,651:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/ice-cream-boy-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/ice-cream-boy-2005]
 
|-
 
|-
Line 2,544: Line 2,657:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/V_AINE3QkvY]
 
|style="background:Ref.;"|[https://youtu.be/V_AINE3QkvY]
|-
 
 
|-
 
|-
 
|style="background:Game;"|Infinite form Disgaea
 
|style="background:Game;"|Infinite form Disgaea
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://disgaea.jp/mugen_dis]
 
|style="background:Ref.;"|[https://disgaea.jp/mugen_dis]
 
|-
 
|-
Line 2,557: Line 2,669:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|I-play Bowling
 
|style="background:Game;"|I-play Bowling
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Irekae IQ Crossword DX
 
|style="background:Game;"|Irekae IQ Crossword DX
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ironman Stewart's Off-Road
 
|style="background:Game;"|Ironman Stewart's Off-Road
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/YayaqzhYHfU]
 
|style="background:Ref.;"|[https://youtu.be/YayaqzhYHfU]
 
|-
 
|-
Line 2,583: Line 2,695:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Jagged West / 铁血西部
 
|style="background:Game;"|Jagged West / 铁血西部
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/jagged-west-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/jagged-west-2004]
 
|-
 
|-
Line 2,599: Line 2,711:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|JAMDAT Bowling 3D
 
|style="background:Game;"|JAMDAT Bowling 3D
Line 2,605: Line 2,717:
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|JAMDAT Sports NBA 2005
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207065554/http://wireless.ign.com/objects/708/708925.html]
 
|-
 
|-
 
|style="background:Game;"|JAMDAT Sudoku
 
|style="background:Game;"|JAMDAT Sudoku
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
 
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Jarheads of Zarabus
 
|style="background:Game;"|Jarheads of Zarabus
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 2,625: Line 2,743:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Jewel Quest
 
|style="background:Game;"|Jewel Quest
Line 2,635: Line 2,753:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 2,641: Line 2,759:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Johnny Crash
 
|style="background:Game;"|Johnny Crash
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Johnny Crash Stuntman Does Texas
 
|style="background:Game;"|Johnny Crash Stuntman Does Texas
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Journey to the West / 悟空传
 
|style="background:Game;"|Journey to the West / 悟空传
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/journey-to-the-west-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/journey-to-the-west-2005]
 
|-
 
|-
Line 2,662: Line 2,780:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/jung.htm]
 
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/jung.htm]
 
|-
 
|-
Line 2,668: Line 2,786:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 2,674: Line 2,792:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/kaiser-blare-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/kaiser-blare-2005]
 
|-
 
|-
Line 2,685: Line 2,803:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Keitai Shōjo
 
|style="background:Game;"|Keitai Shōjo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Kenny vs Spenny  
 
|style="background:Game;"|Kenny vs Spenny  
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 2,701: Line 2,819:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news065.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news065.html]
 
|-
 
|-
Line 2,707: Line 2,825:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|THE KING OF FIGHTERS Mahjong / 麻雀
 
|style="background:Game;"|THE KING OF FIGHTERS Mahjong / 麻雀
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
Line 2,718: Line 2,836:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=95]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=95]
 
|-
 
|-
Line 2,724: Line 2,842:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
Line 2,730: Line 2,848:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000230.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000230.000000730.html]
 
|-
 
|-
|style="background:Game;"|Kingdom Hearts
+
|style="background:Game;"|Kingdom Hearts / キングダムハーツ V
 
|style="background:salmon;"| Doesn't work
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
Line 2,742: Line 2,860:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Kungfu Stickman / 功夫火柴人
 
|style="background:Game;"|Kungfu Stickman / 功夫火柴人
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Kururin Cafe
 
|style="background:Game;"|Kururin Cafe
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|La Tale mobile / ラテールmobile
 
|style="background:Game;"|La Tale mobile / ラテールmobile
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.4gamer.net/games/115/G011510/20100701059]
 
|style="background:Ref.;"|[https://www.4gamer.net/games/115/G011510/20100701059]
 
|-
 
|-
Line 2,768: Line 2,886:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-sword-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-sword-2005]
 
|-
 
|-
Line 2,774: Line 2,892:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-valiant-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/legend-of-valiant-2005]
 
|-
 
|-
Line 2,780: Line 2,898:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Lemonade Tycoon
 
|style="background:Game;"|Lemonade Tycoon
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Life Game BB / 人生ゲームBB
 
|style="background:Game;"|Life Game BB / 人生ゲームBB
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0503/17/news073.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0503/17/news073.html]
 
|-
 
|-
Line 2,796: Line 2,914:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0504/13/news085.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0504/13/news085.html]
 
|-
 
|-
Line 2,808: Line 2,926:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
  
 
|-
 
|-
Line 2,819: Line 2,937:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/29/news098.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/29/news098.html]
 
|-
 
|-
Line 2,837: Line 2,955:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207081052/http://wireless.ign.com/objects/708/708711.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207081052/http://wireless.ign.com/objects/708/708711.html]
 
|-
 
|-
Line 2,843: Line 2,961:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|The Lord of the Rings: The Return of the King
 
|style="background:Game;"|The Lord of the Rings: The Return of the King
Line 2,853: Line 2,971:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Lost Planet 2
 
|style="background:Game;"|Lost Planet 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/lost-planet-2_]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/lost-planet-2_]
 
|-
 
|-
Line 2,864: Line 2,982:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Lowrider 3D / ロ ー ラ イ ダ ー 3D
 
|style="background:Game;"|Lowrider 3D / ロ ー ラ イ ダ ー 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/lowrider-3d-2003]
 
|style="background:Ref.;"|[https://knopkozavr.ru/lowrider-3d-2003]
 
|-
 
|-
Line 2,875: Line 2,993:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Lumines Mobile
 
|style="background:Game;"|Lumines Mobile
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Lunatic Saga / ル ナ テ ィ ッ ク サ ー ガ
 
|style="background:Game;"|Lunatic Saga / ル ナ テ ィ ッ ク サ ー ガ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/lunatic-saga-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/lunatic-saga-2005]
 
|-
 
|-
Line 2,891: Line 3,009:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/luxor]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/luxor]
 
|-
 
|-
Line 2,897: Line 3,015:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Madden NFL 2007
 
|style="background:Game;"|Madden NFL 2007
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Magic Zone Online
 
|style="background:Game;"|Magic Zone Online
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/magic.htm]
 
|style="background:Ref.;"|[http://www.atdata.net/main_e/game/magic.htm]
 
|-
 
|-
Line 2,913: Line 3,031:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 2,919: Line 3,037:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Magical Fantasista
 
|style="background:Game;"|Magical Fantasista
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Magical Fantasista 2
 
|style="background:Game;"|Magical Fantasista 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Magical Fantasista 3
 
|style="background:Game;"|Magical Fantasista 3
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Magical Golf Korupo! / マジカルゴルフこるぽ!
 
|style="background:Game;"|Magical Golf Korupo! / マジカルゴルフこるぽ!
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000010.000001348.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000010.000001348.html]
 
|-
 
|-
Line 2,945: Line 3,063:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 2,951: Line 3,069:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Makiba Monogatari Mobile Life / 牧場物語モバイルライフ
 
|style="background:Game;"|Makiba Monogatari Mobile Life / 牧場物語モバイルライフ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000006958]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000006958]
 
|-
 
|-
Line 2,962: Line 3,080:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17268.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17268.html]
 
|-
 
|-
Line 2,968: Line 3,086:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 2,974: Line 3,092:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0409/14/news074.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0409/14/news074.html]
 
|-
 
|-
Line 2,980: Line 3,098:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Max Trigger: Insurgence / 超级 特种兵 之 平叛
 
|style="background:Game;"|Max Trigger: Insurgence / 超级 特种兵 之 平叛
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/max-trigger-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/max-trigger-2005]
 
|-
 
|-
Line 2,996: Line 3,114:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#00ff7f;"|Yes
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-]
 
|-
 
|-
Line 3,002: Line 3,120:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-rush-marine]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/mega-man-rush-marine]
 
|-
 
|-
Line 3,008: Line 3,126:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|-
 +
|style="background:Game;"|Mercenaries Saga / マーセナリーズサーガ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/mercenaries-saga/]
 
|-
 
|-
 
|style="background:Game;"|Mercenaries Saga 2 / マーセナリーズサーガ2
 
|style="background:Game;"|Mercenaries Saga 2 / マーセナリーズサーガ2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000155.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000155.000000730.html]
 
|-
 
|-
Line 3,019: Line 3,143:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
 
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/mercenaries-saga-3/]
 
|-
 
|-
 
|style="background:Game;"|Metal Gear Solid Mobile / メタルギアソリッドモバイル
 
|style="background:Game;"|Metal Gear Solid Mobile / メタルギアソリッドモバイル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-gear-solid-mobile]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/metal-gear-solid-mobile]
 
|-
 
|-
Line 3,035: Line 3,160:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 3,041: Line 3,166:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
Line 3,054: Line 3,179:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 
|-
 
|-
Line 3,060: Line 3,185:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=105]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=105]
 
|-
 
|-
Line 3,066: Line 3,191:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=139]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=139]
 
|-
 
|-
Line 3,090: Line 3,215:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=239]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=239]
 
|-
 
|-
Line 3,096: Line 3,221:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.4gamer.net/news/history/2006.11/20061130161119detail.html]
 
|style="background:Ref.;"|[http://www.4gamer.net/news/history/2006.11/20061130161119detail.html]
 
|-
 
|-
Line 3,102: Line 3,227:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Midnight Bowling 2
 
|style="background:Game;"|Midnight Bowling 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Midnight Bowling 3D
 
|style="background:Game;"|Midnight Bowling 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Midnight Pool 3D
 
|style="background:Game;"|Midnight Pool 3D
Line 3,122: Line 3,247:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Might and Magic II
 
|style="background:Game;"|Might and Magic II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/might-and-magic-ii]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/might-and-magic-ii]
 
|-
 
|-
Line 3,133: Line 3,258:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Military Madness 2
 
|style="background:Game;"|Military Madness 2
Line 3,143: Line 3,268:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000004.000001348.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000004.000001348.html]
 
|-
 
|-
Line 3,154: Line 3,279:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森
 
|style="background:Game;"|Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 3,170: Line 3,295:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 3,176: Line 3,301:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Mirakue / ミラくえ
 
|style="background:Game;"|Mirakue / ミラくえ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/08/news076.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/08/news076.html]
 
|-
 
|-
Line 3,192: Line 3,317:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://x100robots.carbonmade.com/projects/6752732]
 
|style="background:Ref.;"|[https://x100robots.carbonmade.com/projects/6752732]
 
|-
 
|-
Line 3,198: Line 3,323:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Mobile Racing 2004
 
|style="background:Game;"|Mobile Racing 2004
Line 3,209: Line 3,334:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.4gamer.net/games/000/G000000/20050128161018]
 
|style="background:Ref.;"|[https://www.4gamer.net/games/000/G000000/20050128161018]
 
|-
 
|-
Line 3,215: Line 3,340:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.bcnretail.com/news/detail/070608_7627.html]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=687&ref=200703]
 
|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]
 
|-
 
|-
Line 3,221: Line 3,346:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Momotaro Dentetsu TOHOKU / 桃太郎電鉄
 
|style="background:Game;"|Momotaro Dentetsu TOHOKU / 桃太郎電鉄
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,232: Line 3,357:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,238: Line 3,363:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,244: Line 3,369:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,250: Line 3,375:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,256: Line 3,381:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,262: Line 3,387:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,268: Line 3,393:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,274: Line 3,399:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,280: Line 3,405:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,286: Line 3,411:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,292: Line 3,417:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,298: Line 3,423:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,304: Line 3,429:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 3,310: Line 3,435:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Monopoly Here and Now
 
|style="background:Game;"|Monopoly Here and Now
Line 3,321: Line 3,446:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|-
 
|-
Line 3,327: Line 3,452:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 3,333: Line 3,458:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 3,339: Line 3,464:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Moon Patrol
 
|style="background:Game;"|Moon Patrol
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Moto GP 2
 
|style="background:Game;"|Moto GP 2
Line 3,354: Line 3,479:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Monaco_GP_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Monaco_GP_(mobile)]
 
|-
 
|-
Line 3,360: Line 3,485:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Monkey_Ball_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Monkey_Ball_(mobile)]
 
|-
 
|-
Line 3,366: Line 3,491:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|-
 
|-
Line 3,372: Line 3,497:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 3,378: Line 3,503:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/17/news091.html]/[https://web.archive.org/web/20050207083144/http://wireless.ign.com/objects/608/608832.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/17/news091.html]/[https://web.archive.org/web/20050207083144/http://wireless.ign.com/objects/608/608832.html]
 
|-
 
|-
Line 3,389: Line 3,514:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 3,395: Line 3,520:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0609/06/news105.html]/[https://web.archive.org/web/20050225211310/http://wireless.ign.com/objects/724/724131.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0609/06/news105.html]/[https://web.archive.org/web/20050225211310/http://wireless.ign.com/objects/724/724131.html]
 
|-
 
|-
Line 3,401: Line 3,526:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 3,412: Line 3,537:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Mystery Express / 미스테리 특급
 
|style="background:Game;"|Mystery Express / 미스테리 특급
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/mystery-express-2006]
 
|style="background:Ref.;"|[https://knopkozavr.ru/mystery-express-2006]
 
|-
 
|-
Line 3,423: Line 3,548:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Narnia Prince Caspian An
 
|style="background:Game;"|Narnia Prince Caspian An
Line 3,439: Line 3,564:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050403215619/http://wireless.ign.com/objects/726/726447.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050403215619/http://wireless.ign.com/objects/726/726447.html]
 
|-
 
|-
Line 3,445: Line 3,570:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_(mobile)]
 
|-
 
|-
Line 3,451: Line 3,576:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_2_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Nazo_Puyo_2_(mobile)]
 
|-
 
|-
Line 3,457: Line 3,582:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204120821/http://wireless.ign.com/objects/717/717859.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204120821/http://wireless.ign.com/objects/717/717859.html]
 
|-
 
|-
Line 3,463: Line 3,588:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|NBC Sports Figure Skating
 
|style="background:Game;"|NBC Sports Figure Skating
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
 
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Need for Speed: Hot Pursuit
 
|style="background:Game;"|Need for Speed: Hot Pursuit
Line 3,510: Line 3,635:
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|[https://needforspeedtheories.boards.net/thread/2433/nfsug2-nfsmw-mobile-brew-versions]
 
|style="background:Ref.;"|[https://needforspeedtheories.boards.net/thread/2433/nfsug2-nfsmw-mobile-brew-versions]
 +
|-
 +
|style="background:Game;"|Neverwinter Nights
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204091630/http://wireless.ign.com/objects/699/699368.html]
 
|-
 
|-
 
|style="background:Game;"|New Rally-X
 
|style="background:Game;"|New Rally-X
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|New York Nights: Success in the City
 
|style="background:Game;"|New York Nights: Success in the City
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204003228/http://wireless.ign.com/articles/584/584139p1.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204003228/http://wireless.ign.com/articles/584/584139p1.html]
 
|-
 
|-
Line 3,525: Line 3,656:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Night Shift
 
|style="background:Game;"|Night Shift
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/nightshift-2003]
 
|style="background:Ref.;"|[https://knopkozavr.ru/nightshift-2003]
 
|-
 
|-
Line 3,536: Line 3,667:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 3,542: Line 3,673:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ninja no Gakko
 
|style="background:Game;"|Ninja no Gakko
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ninja Prophecy
 
|style="background:Game;"|Ninja Prophecy
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ninja-prophecy]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ninja-prophecy]
 
|-
 
|-
Line 3,558: Line 3,689:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 3,564: Line 3,695:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0402/19/news049.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0402/19/news049.html]
 
|-
 
|-
Line 3,570: Line 3,701:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000056.000000082.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000056.000000082.html]
 
|-
 
|-
Line 3,576: Line 3,707:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.gamecity.ne.jp/products/products/ee/keitai/nob/nobsyousei.htm]
 
|style="background:Ref.;"|[https://www.gamecity.ne.jp/products/products/ee/keitai/nob/nobsyousei.htm]
 
|-
 
|-
Line 3,582: Line 3,713:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom]
 
|-
 
|-
Line 3,588: Line 3,719:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom-2]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/nom-2]
 
|-
 
|-
Line 3,594: Line 3,725:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://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: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;"|Ollie King ME
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050206233001/http://wireless.ign.com/objects/704/704081.html]
 
|-
 
|-
 
|style="background:Game;"|Omagatoki no Rhapsody / 逢魔が刻の狂詩曲
 
|style="background:Game;"|Omagatoki no Rhapsody / 逢魔が刻の狂詩曲
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000019772]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000019772]
 
|-
 
|-
Line 3,623: Line 3,760:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0304/11/n_brgame.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0304/11/n_brgame.html]
 
|-
 
|-
Line 3,629: Line 3,766:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/OutRun_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/OutRun_(mobile)]
 
|-
 
|-
|style="background:Game;"|Pac-man
+
|style="background:Game;"|PAC-MAN
 
|style="background:lightgreen;"| Excellent
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Pac-Man: Championship Edition
+
|style="background:Game;"|PAC-MAN 2010
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|PAC-MAN: Championship Edition
 
|style="background:lightgreen;"| Excellent
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
Line 3,648: Line 3,790:
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|style="background:Game;"|Pac-Man Bowling
+
|style="background:Game;"|PAC-MAN Bowling
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]/[https://web.archive.org/web/20050207084502/http://wireless.ign.com/objects/711/711660.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]/[https://web.archive.org/web/20050207084502/http://wireless.ign.com/objects/711/711660.html]
 
|-
 
|-
|style="background:Game;"|Pac-Mania
+
|style="background:Game;"|PAC-Mania
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-mania]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-mania]
 
|-
 
|-
|style="background:Game;"|Pac-Man Kart Rally 3D
+
|style="background:Game;"|PAC-MAN Kart Rally 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-kart-rally-3d]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pac-man-kart-rally-3d]
 
|-
 
|-
|style="background:Game;"|Pac-Man Pinball / パックマン・ピンボール
+
|style="background:Game;"|PAC-MAN Pinball / パックマン・ピンボール
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://dengekionline.com/data/news/2007/12/27/71781ea44d6b010afcfc765508ae6911.html]
 
|style="background:Ref.;"|[https://dengekionline.com/data/news/2007/12/27/71781ea44d6b010afcfc765508ae6911.html]
 
|-
 
|-
Line 3,675: Line 3,817:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Panick Bomber / ぱにっくボンバー
 
|style="background:Game;"|Panick Bomber / ぱにっくボンバー
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0403/04/news068.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0403/04/news068.html]
 
|-
 
|-
Line 3,686: Line 3,828:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 3,692: Line 3,834:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Pengo / ペンゴ
 
|style="background:Game;"|Pengo / ペンゴ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Pengo_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Pengo_(mobile)]
 
|-
 
|-
Line 3,703: Line 3,845:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000092.000000082.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000092.000000082.html]
 
|-
 
|-
Line 3,709: Line 3,851:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Phoenix Wright, Ace Attorney / 逆転裁判
 
|style="background:Game;"|Phoenix Wright, Ace Attorney / 逆転裁判
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/21692.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/21692.html]
 
|-
 
|-
Line 3,720: Line 3,862:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/pipe-worker-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/pipe-worker-2004]
 
|-
 
|-
Line 3,726: Line 3,868:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pitfall]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/pitfall]
 
|-
 
|-
Line 3,732: Line 3,874:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Plants vs. Zombies
 
|style="background:Game;"|Plants vs. Zombies
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/plants-vs-zombies]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/plants-vs-zombies]
 +
|-
 +
|style="background:Game;"|Platoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064058/http://wireless.ign.com/objects/704/704755.html]
 
|-
 
|-
 
|style="background:Game;"|Pocket God
 
|style="background:Game;"|Pocket God
Line 3,748: Line 3,896:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Pool Pro Online (1 & 2)
 
|style="background:Game;"|Pool Pro Online (1 & 2)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 3,759: Line 3,907:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://corp.gree.net/jp/ja/news/press/2011/0519.html]
 
|style="background:Ref.;"|[https://corp.gree.net/jp/ja/news/press/2011/0519.html]
 
|-
 
|-
Line 3,765: Line 3,913:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
|style="background:Game;"|The Price is right
+
|style="background:Game;"|The Price is Right
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Prey Invasion
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/prey-invasion/]
 
|-
 
|-
 
|style="background:Game;"|Prey Mobile 3D
 
|style="background:Game;"|Prey Mobile 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Princess Tomato in the Salad Country / サラダの国のトマト姫
 
|style="background:Game;"|Princess Tomato in the Salad Country / サラダの国のトマト姫
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0410/21/news11.html]
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0410/21/news11.html]
 
|-
 
|-
Line 3,786: Line 3,940:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Prince of Persia: Harem Adventures
 
|style="background:Game;"|Prince of Persia: Harem Adventures
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-harem-adventures]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-harem-adventures]
 
|-
 
|-
Line 3,797: Line 3,951:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-hd]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-hd]
 
|-
 
|-
Line 3,803: Line 3,957:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-the-sands-of-time__]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/prince-of-persia-the-sands-of-time__]
 
|-
 
|-
Line 3,809: Line 3,963:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20041226234952/http://wireless.ign.com/articles/569/569689p1.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20041226234952/http://wireless.ign.com/articles/569/569689p1.html]
 
|-
 
|-
Line 3,815: Line 3,969:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Professor Fizzwizzle
 
|style="background:Game;"|Professor Fizzwizzle
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 3,826: Line 3,980:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/28400.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/28400.html]
 
|-
 
|-
Line 3,832: Line 3,986:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Punisher
 
|style="background:Game;"|Punisher
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Punitto Erase / プニっと消して
 
|style="background:Game;"|Punitto Erase / プニっと消して
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 
|-
 
|-
Line 3,848: Line 4,002:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|style="background:Ref.;"|[https://r-force.co.jp/history]
 
|-
 
|-
Line 3,854: Line 4,008:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_(mobile)]
 
|-
 
|-
Line 3,860: Line 4,014:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Hitori_de_Puyo_Puyo]
 
|style="background:Ref.;"|[https://segaretro.org/Hitori_de_Puyo_Puyo]
 +
|-
 +
|style="background:Game;"|Puyo Pop DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064054/http://wireless.ign.com/objects/704/704087.html]
 
|-
 
|-
 
|style="background:Game;"|Puyo Puyo Fever
 
|style="background:Game;"|Puyo Puyo Fever
Line 3,868: Line 4,028:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 
|-
 
|-
Line 3,881: Line 4,041:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html][https://ja.m.wikipedia.org/wiki/%E3%81%B7%E3%82%88%E3%81%B7%E3%82%88%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA]
 
|style="background:Ref.;"|[http://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]
 
|-
 
|-
Line 3,887: Line 4,047:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_Sun_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Puyo_Puyo_Sun_(mobile)]
 
|-
 
|-
Line 3,893: Line 4,053:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 
|style="background:Ref.;"|[http://suwa3.web.fc2.com/data-kan/data/list2.html]
 
|-
 
|-
Line 3,899: Line 4,059:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27490.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27490.html]
 
|-
 
|-
Line 3,905: Line 4,065:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Puzznic / パズニック
 
|style="background:Game;"|Puzznic / パズニック
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/24/news082.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/24/news082.html]
 
|-
 
|-
Line 3,916: Line 4,076:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/nhOpJ0SE3_o]
 
|style="background:Ref.;"|[https://youtu.be/nhOpJ0SE3_o]
 
|-
 
|-
Line 3,929: Line 4,089:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-bowling]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-bowling]
 
|-
 
|-
Line 3,935: Line 4,095:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-golf]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rayman-golf]
 
|-
 
|-
Line 3,946: Line 4,106:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/6R8Wkb9-p2k]
 
|style="background:Ref.;"|[https://youtu.be/6R8Wkb9-p2k]
 +
|-
 +
|style="background:Game;"|Real: Another Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064506/http://wireless.ign.com/objects/706/706758.html]
 
|-
 
|-
 
|style="background:Game;"|Red Faction: Guerrilla
 
|style="background:Game;"|Red Faction: Guerrilla
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/red-faction-guerrilla_]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/red-faction-guerrilla_]
 
|-
 
|-
Line 3,958: Line 4,124:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 3,974: Line 4,140:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/resident-evil-4-mobile-edition]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/resident-evil-4-mobile-edition]
 
|-
 
|-
Line 3,980: Line 4,146:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25243.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25243.html]
 
|-
 
|-
Line 3,986: Line 4,152:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 3,992: Line 4,158:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|The Rise of Atlantis
 
|style="background:Game;"|The Rise of Atlantis
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|River Raid
 
|style="background:Game;"|River Raid
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ro
 
|style="background:Game;"|Ro
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/Ro_(video_game)]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/Ro_(video_game)]
 +
|-
 +
|style="background:Game;"|Robocop
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204084025/http://wireless.ign.com/objects/695/695449.html]
 
|-
 
|-
 
|style="background:Game;"|Robotech: The New Generation
 
|style="background:Game;"|Robotech: The New Generation
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 4,019: Line 4,191:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/24/news103.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/24/news103.html]
 
|-
 
|-
Line 4,025: Line 4,197:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rockin-stone]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/rockin-stone]
 
|-
 
|-
Line 4,041: Line 4,213:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0712/05/news112.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0712/05/news112.html]
 
|-
 
|-
Line 4,047: Line 4,219:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://japan.cnet.com/release/30009670]
 
|style="background:Ref.;"|[https://japan.cnet.com/release/30009670]
 
|-
 
|-
Line 4,053: Line 4,225:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/31/news063.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/31/news063.html]
 
|-
 
|-
Line 4,059: Line 4,231:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000039.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000039.000000730.html]
 
|-
 
|-
Line 4,065: Line 4,237:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
Line 4,071: Line 4,243:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204051759/http://wireless.ign.com/articles/584/584958p1.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204051759/http://wireless.ign.com/articles/584/584958p1.html]
 
|-
 
|-
Line 4,077: Line 4,249:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.4gamer.net/games/072/G007209/20090206075/?amp]
 
|style="background:Ref.;"|[https://www.4gamer.net/games/072/G007209/20090206075/?amp]
 
|-
 
|-
Line 4,083: Line 4,255:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/21/news104.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/21/news104.html]
 
|-
 
|-
Line 4,089: Line 4,261:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 
|-
 
|-
Line 4,095: Line 4,267:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 4,101: Line 4,273:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 4,107: Line 4,279:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 4,113: Line 4,285:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 4,124: Line 4,296:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
Line 4,130: Line 4,302:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 
|-
 
|-
Line 4,136: Line 4,308:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Sangokushi Tactics / 三國志タクティクス
 
|style="background:Game;"|Sangokushi Tactics / 三國志タクティクス
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2007/08/02/22539.html]
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2007/08/02/22539.html]
 
|-
 
|-
Line 4,147: Line 4,319:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20040423124608/http://www.gameloft.com/en/product_page.php?game=134]
 
|style="background:Ref.;"|[https://web.archive.org/web/20040423124608/http://www.gameloft.com/en/product_page.php?game=134]
 
|-
 
|-
Line 4,153: Line 4,325:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Scene It? Movies
 
|style="background:Game;"|Scene It? Movies
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
 
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Scooby-Doo!: Castle Capers
 
|style="background:Game;"|Scooby-Doo!: Castle Capers
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Scuba Solitaire
 
|style="background:Game;"|Scuba Solitaire
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 
|style="background:Ref.;"|[https://youtu.be/d7UWRNH-63A]
 
|-
 
|-
Line 4,179: Line 4,351:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
Line 4,185: Line 4,357:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/secret-of-mana]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/secret-of-mana]
 
|-
 
|-
Line 4,191: Line 4,363:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC2]
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC2]
 
|-
 
|-
Line 4,197: Line 4,369:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://videogamefanon.fandom.com/wiki/Sector_7]
 
|style="background:Ref.;"|[https://videogamefanon.fandom.com/wiki/Sector_7]
 
|-
 
|-
Line 4,203: Line 4,375:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Segagaga_R-720]
 
|style="background:Ref.;"|[https://segaretro.org/Segagaga_R-720]
 
|-
 
|-
Line 4,209: Line 4,381:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_1st_Stage]
 
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_1st_Stage]
 
|-
 
|-
Line 4,215: Line 4,387:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_Next_Stage]
 
|style="background:Ref.;"|[https://segaretro.org/Sega_Rally_Next_Stage]
 
|-
 
|-
Line 4,221: Line 4,393:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/29586.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/29586.html]
 
|-
 
|-
Line 4,227: Line 4,399:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%A4%E3%83%8A%E3%83%AB%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA%E3%81%AE%E4%BD%9C%E5%93%81%E4%B8%80%E8%A6%A7]
 
|style="background:Ref.;"|[https://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]
 
|-
 
|-
Line 4,233: Line 4,405:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC_FRIENDS_of_MANA]
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E8%81%96%E5%89%A3%E4%BC%9D%E8%AA%AC_FRIENDS_of_MANA]
 
|-
 
|-
Line 4,239: Line 4,411:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Sennincho City Story Sennin / 仙人町市物語 せんにん.
 
|style="background:Game;"|Sennincho City Story Sennin / 仙人町市物語 せんにん.
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000026120]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000026120]
 
|-
 
|-
Line 4,250: Line 4,422:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Shado Fighter
 
|style="background:Game;"|Shado Fighter
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手
 
|style="background:Game;"|Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://shakugan.fandom.com/wiki/Shakugan_no_Shana_~Enpatsu_Shakugan_no_Uchite~]
 
|style="background:Ref.;"|[https://shakugan.fandom.com/wiki/Shakugan_no_Shana_~Enpatsu_Shakugan_no_Uchite~]
 
|-
 
|-
Line 4,266: Line 4,438:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E4%B8%8A%E6%B5%B7_(%E3%82%B2%E3%83%BC%E3%83%A0)]
 
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E4%B8%8A%E6%B5%B7_(%E3%82%B2%E3%83%BC%E3%83%A0)]
 
|-
 
|-
Line 4,272: Line 4,444:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Shining Force Chronicle / シャイニング・フォース クロニクル
 
|style="background:Game;"|Shining Force Chronicle / シャイニング・フォース クロニクル
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_I]
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_I]
 
|-
 
|-
Line 4,283: Line 4,455:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_II]
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_II]
 
|-
 
|-
Line 4,289: Line 4,461:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_III]
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Force_Chronicle_III]
 
|-
 
|-
Line 4,295: Line 4,467:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
Line 4,301: Line 4,473:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Road:_To_the_Force]
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Road:_To_the_Force]
 
|-
 
|-
Line 4,307: Line 4,479:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Road_2:_Kuroki_Ryuu_no_Miko]
 
|style="background:Ref.;"|[https://segaretro.org/Shining_Road_2:_Kuroki_Ryuu_no_Miko]
 
|-
 
|-
Line 4,313: Line 4,485:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
Line 4,319: Line 4,491:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/29/news117.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/29/news117.html]
 
|-
 
|-
Line 4,325: Line 4,497:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0305/21/n_it.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0305/21/n_it.html]
 
|-
 
|-
Line 4,331: Line 4,503:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0601/26/news112.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0601/26/news112.html]
 
|-
 
|-
Line 4,343: Line 4,515:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|SimCity
 
|style="background:Game;"|SimCity
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/22766.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/22766.html]
 
|-
 
|-
Line 4,354: Line 4,526:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050224/sim.htm]
 
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050224/sim.htm]
 
|-
 
|-
Line 4,360: Line 4,532:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|The Sims 2
 
|style="background:Game;"|The Sims 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|-
 
|-
Line 4,371: Line 4,543:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|-
 
|-
Line 4,377: Line 4,549:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|style="background:Ref.;"|[http://zariadev.blogspot.com/p/portfolio-mobilepc.html?m=1]
 
|-
 
|-
Line 4,383: Line 4,555:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|SkeeBall for Prizes
 
|style="background:Game;"|SkeeBall for Prizes
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Skipping Stone / 건너 뛰는 돌  
 
|style="background:Game;"|Skipping Stone / 건너 뛰는 돌  
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/skipping-stone]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/skipping-stone]
 
|-
 
|-
Line 4,399: Line 4,571:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|SLOT Garo / SLOT牙狼
 
|style="background:Game;"|SLOT Garo / SLOT牙狼
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/33113/amp]
 
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/33113/amp]
 
|-
 
|-
Line 4,410: Line 4,582:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Small Girl Maniacs / 微少女マニアックス
 
|style="background:Game;"|Small Girl Maniacs / 微少女マニアックス
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0508/04/news097.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0508/04/news097.html]
 
|-
 
|-
Line 4,421: Line 4,593:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 
|style="background:Ref.;"|[https://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:Game;"|Snoop Dogg Boxing
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/snoop-dogg-boxing]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/snoop-dogg-boxing]
 
|-
 
|-
Line 4,439: Line 4,605:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Snowboarding TNT
 
|style="background:Game;"|Snowboarding TNT
Line 4,454: Line 4,620:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|SolaRola
 
|style="background:Game;"|SolaRola
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Solar Target
 
|style="background:Game;"|Solar Target
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Solitaire deluxe
 
|style="background:Game;"|Solitaire deluxe
Line 4,474: Line 4,640:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 4,480: Line 4,646:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/soma-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/soma-2004]
 
|-
 
|-
Line 4,486: Line 4,652:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 
|-
 
|-
Line 4,492: Line 4,658:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sonic-jump_/buy-trade]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sonic-jump_/buy-trade]
 
|-
 
|-
Line 4,510: Line 4,676:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 
|-
 
|-
Line 4,516: Line 4,682:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 
|-
 
|-
Line 4,522: Line 4,688:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207034415/http://wireless.ign.com/articles/582/582347p1.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207034415/http://wireless.ign.com/articles/582/582347p1.html]
 
|-
 
|-
Line 4,528: Line 4,694:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/soul-of-darkness]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/soul-of-darkness]
 
|-
 
|-
Line 4,534: Line 4,700:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Space Invaders Infinity Gene
 
|style="background:Game;"|Space Invaders Infinity Gene
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/space-invaders-infinity-gene]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/space-invaders-infinity-gene]
 
|-
 
|-
Line 4,545: Line 4,711:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Space Taxi Pinball
 
|style="background:Game;"|Space Taxi Pinball
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Space Warrior / 스페이스워리어
 
|style="background:Game;"|Space Warrior / 스페이스워리어
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/space-warrior-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/space-warrior-2004]
 
|-
 
|-
Line 4,561: Line 4,727:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0510/13/news079.html]
 
|-
 
|-
Line 4,567: Line 4,733:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000016818]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000016818]
 
|-
 
|-
|style="background:Game;"|SplatterHouse
+
|style="background:Game;"|Splatter House
 
|style="background:lightgreen;"| Excellent
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
Line 4,578: Line 4,744:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/speed-car-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/speed-car-2004]
 
|-
 
|-
Line 4,584: Line 4,750:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Speed Texting 2.0
 
|style="background:Game;"|Speed Texting 2.0
Line 4,600: Line 4,766:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/spider-man-2-the-hero-returns]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/spider-man-2-the-hero-returns]
 
|-
 
|-
Line 4,617: Line 4,783:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/cOTdhmlk_io]
 
|style="background:Ref.;"|[https://youtu.be/cOTdhmlk_io]
 
|-
 
|-
Line 4,623: Line 4,789:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 4,629: Line 4,795:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 4,635: Line 4,801:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product_vau.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product_vau.htm]
 
|-
 
|-
Line 4,641: Line 4,807:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 4,647: Line 4,813:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
 
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Star Runner / 星际征服者
 
|style="background:Game;"|Star Runner / 星际征服者
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/star-runner]
 
|style="background:Ref.;"|[https://knopkozavr.ru/star-runner]
 
|-
 
|-
Line 4,663: Line 4,829:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0311/10/n_hudson.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0311/10/n_hudson.html]
 
|-
 
|-
Line 4,669: Line 4,835:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/star-striker-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/star-striker-2005]
 
|-
 
|-
Line 4,675: Line 4,841:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Star Trek: The Cold Enemy
 
|style="background:Game;"|Star Trek: The Cold Enemy
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050206173035/http://wireless.ign.com/objects/720/720332.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050206173035/http://wireless.ign.com/objects/720/720332.html]
 
|-
 
|-
Line 4,686: Line 4,852:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Steel Bluster / 钢铁 咆哮
 
|style="background:Game;"|Steel Bluster / 钢铁 咆哮
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/steel-bluster-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/steel-bluster-2005]
 
|-
 
|-
Line 4,697: Line 4,863:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011047]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011047]
 
|-
 
|-
Line 4,705: Line 4,871:
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25019.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25019.html]
 +
|-
 +
|style="background:Game;"|Street Fighter Zero
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/street-fighter-zero/]
 
|-
 
|-
 
|style="background:Game;"|Street Hoops
 
|style="background:Game;"|Street Hoops
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/tO-5XZpb94k]
 
|style="background:Ref.;"|[https://youtu.be/tO-5XZpb94k]
 
|-
 
|-
Line 4,715: Line 4,887:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://jet.ro/about]
 
|style="background:Ref.;"|[https://jet.ro/about]
 
|-
 
|-
Line 4,721: Line 4,893:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sukebooo-man]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/sukebooo-man]
 
|-
 
|-
Line 4,727: Line 4,899:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Super Drop Mania
 
|style="background:Game;"|Super Drop Mania
Line 4,737: Line 4,909:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 +
|-
 +
|style="background:Game;"|Super Monkey Ball 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207064042/http://wireless.ign.com/objects/704/704085.html]
 
|-
 
|-
 
|style="background:Game;"|Super Monaco GP / スーパーモナコGP
 
|style="background:Game;"|Super Monaco GP / スーパーモナコGP
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Super_Monaco_GP_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Super_Monaco_GP_(mobile)]
 
|-
 
|-
Line 4,749: Line 4,927:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30555.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30555.html]
 
|-
 
|-
Line 4,755: Line 4,933:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 
|-
 
|-
Line 4,767: Line 4,945:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Super Sketcher
 
|style="background:Game;"|Super Sketcher
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Super Street Fighter II
 
|style="background:Game;"|Super Street Fighter II
Line 4,787: Line 4,965:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://youtu.be/ZV93Y6nyVeU]
 
|style="background:Ref.;"|[https://youtu.be/ZV93Y6nyVeU]
 
|-
 
|-
|style="background:Game;"|Symphony of Eternity
+
|style="background:Game;"|Symphony of Eternity / シンフォニー オブ エタニティ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://glitchwave.com/game/symphony-of-eternity/]
 +
|-
 +
|style="background:Game;"|TAIKO: Drum Master
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207074041/http://wireless.ign.com/objects/710/710846.html]
 
|-
 
|-
 
|style="background:Game;"|Taisen Columns / 対戦コラムス)
 
|style="background:Game;"|Taisen Columns / 対戦コラムス)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Taisen_Columns]
 
|style="background:Ref.;"|[https://segaretro.org/Taisen_Columns]
 
|-
 
|-
Line 4,804: Line 4,989:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo]
 
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo]
 
|-
 
|-
Line 4,810: Line 4,995:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo_Tsuu]
 
|style="background:Ref.;"|[https://segaretro.org/Taisen_Puyo_Puyo_Tsuu]
 
|-
 
|-
Line 4,816: Line 5,001:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2008/03/04/27524.amp.html]
 
|style="background:Ref.;"|[https://s.inside-games.jp/article/2008/03/04/27524.amp.html]
 
|-
 
|-
Line 4,822: Line 5,007:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/27/news116.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/27/news116.html]
 
|-
 
|-
Line 4,828: Line 5,013:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/tank]
 
|style="background:Ref.;"|[https://knopkozavr.ru/tank]
 
|-
 
|-
Line 4,834: Line 5,019:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tashikuro / たしクロ
 
|style="background:Game;"|Tashikuro / たしクロ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0806/24/news113.html]
 
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0806/24/news113.html]
 
|-
 
|-
Line 4,875: Line 5,060:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
Line 4,881: Line 5,066:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tekken Resolute
 
|style="background:Game;"|Tekken Resolute
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tekken 2
 
|style="background:Game;"|Tekken 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tenchi wo Kurau II / 天地を喰らう II
 
|style="background:Game;"|Tenchi wo Kurau II / 天地を喰らう II
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27286.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27286.html]
 
|-
 
|-
Line 4,902: Line 5,087:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tenchu-ayames-tale-3d]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tenchu-ayames-tale-3d]
 +
|-
 +
|style="background:Game;"|Tenchu: Wrath of Heaven
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204082914/http://wireless.ign.com/objects/684/684550.html]
 
|-
 
|-
 
|style="background:Game;"|Terminal Speed / 터미널스피드
 
|style="background:Game;"|Terminal Speed / 터미널스피드
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/terminal-speed-2005]
 
|style="background:Ref.;"|[https://knopkozavr.ru/terminal-speed-2005]
 +
|-
 +
|style="background:Game;"|The Day After Tomorrow
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204074506/http://wireless.ign.com/objects/681/681612.html]
 
|-
 
|-
 
|style="background:Game;"|The Incredibles 3D
 
|style="background:Game;"|The Incredibles 3D
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050314014118/http://wireless.ign.com/objects/726/726911.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050314014118/http://wireless.ign.com/objects/726/726911.html]
 
|-
 
|-
Line 4,926: Line 5,123:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207005336/http://wireless.ign.com/objects/717/717865.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207005336/http://wireless.ign.com/objects/717/717865.html]
 
|-
 
|-
Line 4,937: Line 5,134:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/terrorist-bomberman-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/terrorist-bomberman-2004]
 
|-
 
|-
Line 4,949: Line 5,146:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-diamond]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-diamond]
 
|-
 
|-
Line 4,955: Line 5,152:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-pop]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-pop]
 
|-
 
|-
Line 4,961: Line 5,158:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-revolution]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tetris-revolution]
 
|-
 
|-
Line 4,967: Line 5,164:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20041212083632/http://wireless.ign.com/objects/717/717298.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20041212083632/http://wireless.ign.com/objects/717/717298.html]
 
|-
 
|-
Line 4,973: Line 5,170:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 4,979: Line 5,176:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Theme Park
 
|style="background:Game;"|Theme Park
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 4,990: Line 5,187:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 4,996: Line 5,193:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tiger Woods PGA Tour 09
 
|style="background:Game;"|Tiger Woods PGA Tour 09
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tiki Towers
 
|style="background:Game;"|Tiki Towers
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|T-Mac Street Ball
 
|style="background:Game;"|T-Mac Street Ball
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 5,017: Line 5,214:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-ghost-recon-jungle-storm_]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-ghost-recon-jungle-storm_]
 
|-
 
|-
Line 5,029: Line 5,226:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-rainbow-six-broken-wing]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-rainbow-six-broken-wing]
 
|-
 
|-
Line 5,035: Line 5,232:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell_]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell_]
 
|-
 
|-
Line 5,041: Line 5,238:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-chaos-theory__]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-chaos-theory__]
 
|-
 
|-
Line 5,047: Line 5,244:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-pandora-tomorrow__]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/tom-clancys-splinter-cell-pandora-tomorrow__]
 
|-
 
|-
Line 5,059: Line 5,256:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000005.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000005.000000730.html]
 
|-
 
|-
Line 5,065: Line 5,262:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000066.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000066.000000730.html]
 
|-
 
|-
Line 5,071: Line 5,268:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207065138/http://wireless.ign.com/objects/707/707811.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207065138/http://wireless.ign.com/objects/707/707811.html]
 
|-
 
|-
Line 5,077: Line 5,274:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207080523/http://wireless.ign.com/objects/711/711374.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207080523/http://wireless.ign.com/objects/711/711374.html]
 
|-
 
|-
Line 5,083: Line 5,280:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Tower Bloxx
 
|style="background:Game;"|Tower Bloxx
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Townsmen 2
 
|style="background:Game;"|Townsmen 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20041211090358/http://wireless.ign.com/objects/714/714023.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20041211090358/http://wireless.ign.com/objects/714/714023.html]
 
|-
 
|-
Line 5,099: Line 5,296:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204120757/http://wireless.ign.com/objects/714/714023.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204120757/http://wireless.ign.com/objects/714/714023.html]
 
|-
 
|-
|style="background:Game;"|Transformers G1 Awakening (V CAST)
+
|style="background:Game;"|Transformers G1 Awakening
 
|style="background:salmon;"| Doesn't work
 
|style="background:salmon;"| Doesn't work
 
|style="background:Notes;"|
 
|style="background:Notes;"|
Line 5,111: Line 5,308:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 5,122: Line 5,319:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204002757/http://wireless.ign.com/articles/583/583658p1.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204002757/http://wireless.ign.com/articles/583/583658p1.html]
 
|-
 
|-
Line 5,128: Line 5,325:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 5,134: Line 5,331:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 5,140: Line 5,337:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|The Twilight Saga: Memory Quest
 
|style="background:Game;"|The Twilight Saga: Memory Quest
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|style="background:Ref.;"|[https://www.kuuasema.com/game-portfolio]
 
|-
 
|-
|style="background:Game;"|ULTIMATE ANGELS
+
|style="background:Game;"|Ultimate Angels
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
Line 5,157: Line 5,354:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 
|-
 
|-
Line 5,164: Line 5,361:
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://glitchwave.com/game/ultimate-chess-3d/]
 
|-
 
|-
 
|style="background:Game;"|Ultimate Spider-Man
 
|style="background:Game;"|Ultimate Spider-Man
Line 5,180: Line 5,378:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/33625.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/33625.html]
 
|-
 
|-
Line 5,192: Line 5,390:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/un-paradise]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/un-paradise]
 
|-
 
|-
Line 5,198: Line 5,396:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/vampire-vs-hunter-2006]
 
|style="background:Ref.;"|[https://knopkozavr.ru/vampire-vs-hunter-2006]
 
|-
 
|-
Line 5,204: Line 5,402:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Vanguard (unreleased/prototype)
 
|style="background:Game;"|Vanguard (unreleased/prototype)
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|VANS Skate & Slam feat. Geoff Rawley
 
|style="background:Game;"|VANS Skate & Slam feat. Geoff Rawley
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20041211085643/http://wireless.ign.com/objects/714/714018.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20041211085643/http://wireless.ign.com/objects/714/714018.html]
 
|-
 
|-
Line 5,220: Line 5,418:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Verizon Championship Racing
 
|style="background:Game;"|Verizon Championship Racing
|style="background:grey;"| Not tested
+
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
 
|style="background:Game;"|Video Poker Master
 
|style="background:Game;"|Video Poker Master
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 5,236: Line 5,434:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207001417/http://wireless.ign.com/objects/692/692950.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207001417/http://wireless.ign.com/objects/692/692950.html]
 
|-
 
|-
Line 5,242: Line 5,440:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|style="background:Ref.;"|[http://jerazo.weebly.com/game-portfolio.html]
 
|-
 
|-
Line 5,248: Line 5,446:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|VZW Texas Hold'em
 
|style="background:Game;"|VZW Texas Hold'em
Line 5,254: Line 5,452:
 
|style="background:Notes;"|
 
|style="background:Notes;"|
 
|style="background:#00ff7f;"|Yes
 
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Wacky Races
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050204091151/http://wireless.ign.com/objects/698/698330.html]
 
|-
 
|-
 
|style="background:Game;"|Wakuwakuinami / わくわくテニス
 
|style="background:Game;"|Wakuwakuinami / わくわくテニス
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15967.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15967.html]
 
|-
 
|-
Line 5,264: Line 5,468:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Where's Waldo?
 
|style="background:Game;"|Where's Waldo?
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Wide 8 ball
 
|style="background:Game;"|Wide 8 ball
Line 5,284: Line 5,488:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 5,290: Line 5,494:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207075857/http://wireless.ign.com/objects/711/711373.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050207075857/http://wireless.ign.com/objects/711/711373.html]
 
|-
 
|-
Line 5,296: Line 5,500:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|
 
|style="background:Ref.;"|
 
|-
 
|-
Line 5,308: Line 5,512:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_(mobile)]
 
|-
 
|-
Line 5,314: Line 5,518:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_Monster_Land_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Wonder_Boy_Monster_Land_(mobile)]
 
|-
 
|-
Line 5,320: Line 5,524:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Woody_Pop_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Woody_Pop_(mobile)]
 
|-
 
|-
Line 5,336: Line 5,540:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/world-war-iii-2004]
 
|style="background:Ref.;"|[https://knopkozavr.ru/world-war-iii-2004]
 
|-
 
|-
Line 5,342: Line 5,546:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|WWE Smackdown  
 
|style="background:Game;"|WWE Smackdown  
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204090116/http://wireless.ign.com/objects/696/696915.html]
 
|style="background:Ref.;"|[https://web.archive.org/web/20050204090116/http://wireless.ign.com/objects/696/696915.html]
 
|-
 
|-
Line 5,353: Line 5,557:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Xevious
 
|style="background:Game;"|Xevious
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 +
|style="background:Ref.;"|[https://web.archive.org/web/20050207072445/http://wireless.ign.com/articles/560/560409p1.html]
 
|-
 
|-
 
|style="background:Game;"|Yahtzee
 
|style="background:Game;"|Yahtzee
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Yahtzee Adventures
 
|style="background:Game;"|Yahtzee Adventures
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Yahtzee Deluxe
 
|style="background:Game;"|Yahtzee Deluxe
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Yamasa Slot World EZ / 山佐スロワールドEZ
 
|style="background:Game;"|Yamasa Slot World EZ / 山佐スロワールドEZ
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/26/news097.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/26/news097.html]
 
|-
 
|-
Line 5,389: Line 5,594:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Ys VI: The Ark of Napishtim
 
|style="background:Game;"|Ys VI: The Ark of Napishtim
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ys-vi-the-ark-of-napishtim]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/ys-vi-the-ark-of-napishtim]
 
|-
 
|-
Line 5,400: Line 5,605:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/18/news100.html]
 
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/18/news100.html]
 
|-
 
|-
Line 5,406: Line 5,611:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 
|-
 
|-
Line 5,412: Line 5,617:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/List_of_Big_Blue_Bubble_games]
 
|-
 
|-
Line 5,418: Line 5,623:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://knopkozavr.ru/zenio-fishing-2003]
 
|style="background:Ref.;"|[https://knopkozavr.ru/zenio-fishing-2003]
 
|-
 
|-
Line 5,424: Line 5,629:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zombie-infection]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zombie-infection]
 
|-
 
|-
Line 5,430: Line 5,635:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Zombieland 2
 
|style="background:Game;"|Zombieland 2
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|-
 
|-
 
|style="background:Game;"|Zombie Master / ゾンビマスター
 
|style="background:Game;"|Zombie Master / ゾンビマスター
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000082.000000730.html]
 
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000082.000000730.html]
 
|-
 
|-
Line 5,446: Line 5,651:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavaliable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zoo-tycoon-2-mobile]/[https://web.archive.org/web/20050207143427/http://wireless.ign.com/objects/718/718973.html]
 
|style="background:Ref.;"|[https://www.mobygames.com/game/brew/zoo-tycoon-2-mobile]/[https://web.archive.org/web/20050207143427/http://wireless.ign.com/objects/718/718973.html]
 
|-
 
|-
Line 5,458: Line 5,663:
 
|style="background:grey;"| Not tested
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:Notes;"|
|style="background:#ffcccc;"|Unavailable
+
|style="background:#ffcccc;"|No
 
|style="background:Ref.;"|[https://segaretro.org/Zunzunkyou_no_Yabou_(mobile)]
 
|style="background:Ref.;"|[https://segaretro.org/Zunzunkyou_no_Yabou_(mobile)]
 
|}
 
|}

Revision as of 12:21, 14 May 2022

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

Melange is a BREW wrapper for Android. Filesystem implementation is written in C++ and the rest is in C. While the core emulator is free and open-source, it relies on proprietary components from Qualcomm, the creators of BREW.

Overview

As BREW and Android share the ARM architecture, Melange only has to translate specific calls, providing increased performance compared to a virtual machine or emulator.

It can boot many 2D/3D BREW games that don't require OpenGL (e.g. Id Software games, EA games) or some other APIs. As such, some KTF/KDDI/Chinese BREW titles work but have trouble properly rendering fonts and no Zeebo titles are currently supported, as OpenGL is unimplemented. The emulator is still in early development.

How to use

→ Game path

In /sdcard/MelangeBREW/,

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

→ Screen resolution

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

Add the following text in `breConfig.toml`

width = px
height = px

For example

width = 240
height = 320

→ Storage limit

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

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

Add the following text in `breConfig.toml`

storageLimit = Bytes

Features

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

Screenshots

Gameplay

Menu view

Downloads

Melange
Android Stable
Beta (debug build)
Apps

Icon BREW.png

Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many games have been dumped, but most are undumped as of yet. There are collections of European, American and Korean titles, but not Japanese and Chinese ones.

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

Icon Zeebo.png

A video game console and online distribution platform developed with developing markets in mind, that also runs on BREW. Dumps of the Zeebo and its games exist, and gameplay footage of them has been uploaded on YouTube.

Set Backups
Zeebo Games & Apps compilation

Backup

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

Compatibility list

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

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

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

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

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

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

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

Not tested No [381]
Puyo Puyo Fever

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

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

See also

  • Infuse - BREW emulator for Windows Mobile

External links