Difference between pages "Game Boy/Game Boy Color emulators" and "Melange"

From Emulation General Wiki
(Difference between pages)
Jump to navigation Jump to search
(Emulators: Added cycle-accurate GB (& hacky CGB) emu 'binjgb' for browsers.)
 
m (Changed the screenshots size)
 
Line 1: Line 1:
{{Infobox console
+
{{WIP}}
|title = Nintendo Game Boy/Color
+
__NOTOC__
|logo = Game_Boy.png
+
{{Infobox emulator
|developer = [[:Nintendo]]
+
|logo =
|type = [[:Category:Consoles|Handheld game console]]
+
|logowidth =  
|generation = [[:Category:Fourth-generation video game consoles|Fourth generation]]
+
|version = 1.0.2
|release = 1989
+
|active = Yes
|discontinued = 2003
+
|platform = [[Emulators on Android OS|Android]]
|predecessor = [[Game & Watch]]
+
|target = [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]]
|successor = [[Virtual Boy emulators|Virtual Boy]]
+
|developer = UsernameAK (a.k.a. /bin/cat)
|emulated = {{✓}}
+
|support =  
 +
|license =
 +
|source = [https://gitlab.com/usernameak/brewemulator GitLab]
 +
|website =  
 +
|prog-lang = C
 
}}
 
}}
The '''[[wikipedia:Game Boy|Game Boy]]''' (GB) and '''[[wikipedia:Game Boy Color|Game Boy Color]]''' (GBC) are 8-bit, fourth-generation handheld consoles released by Nintendo on July 31, 1989 and November 18, 1998 respectively and retailed for <abbr title="($182.24 in 2018 money)">$89.95</abbr>. The Game Boy has a Sharp LR35902 core CPU at 4.19 MHz. It had a monochrome display that could only show four shades of grey, albeit with a olive green tinge on the original. The Game Boy Color uses the same LR35902 core as the original, albeit clocked at 8.38 MHz, though it can be underclocked to 4.19 MHz for backwards-compatibility purposes. It was named such from its color screen, but it also had a larger memory size and a faster CPU. The hardware similarities allow cross-compatibility between the two platforms and they are often treated as one. They would both be succeeded by the backward-compatible [[Game Boy Advance emulators|Game Boy Advance]].
 
  
Nintendo re-released the console as the '''Game Boy Pocket''' in 1996, with a more compact body and a better screen. A front light was added to a special edition of the Pocket in Japan called the '''Game Boy Light''', a feature that wouldn't be seen outside of Japan until the Game Boy Advance SP.
+
'''Melange''' is an Qualcomm [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] emulator for [[Emulators on Android OS|Android]], written in C. While it is free and open-source, it contains proprietary components from Qualcomm, the platform's creator.
  
Nintendo released a peripheral for the [[Super Nintendo emulators|Super Nintendo Entertainment System]] called [[wikipedia:Super Game Boy|Super Game Boy]] in June 1994, which was modeled like a cartridge but included its own cartridge slot for Game Boy/Color games, as well as the hardware needed to translate the games. Many Game Boy/Color emulators offer at least some of the special features it included, such as added borders, colorization, custom button mappings, and other features. It was possible to link, but without the external port, as well as errors in the CPU, it would not be feasible to the end user. These issues would later be corrected in the Japan-exclusive Super Game Boy 2.
+
==How to use==
 +
 
 +
<b><u>Game path</u></b> :
 +
 
 +
In <code>/sdcard/Android/data/io.github.usernameak.brewemulator/files/</code>, place manifest files (.mif) in <code>mif/<game_name>.mif</code> and application resources in <code>mod/<game_name></code>.
 +
 
 +
<b><u>Screen resulation</u></b> :
 +
 
 +
Create a <b>breConfig.toml</b> text file under the path
 +
<code>Android/data/io.github.usernameak.brewemulator/files/sys, </code>
 +
 
 +
* Add the following text in <abbr>breConfig.toml</abbr>
 +
 
 +
<pre>
 +
width = px
 +
height = px
 +
</pre>
 +
<pre>
 +
e.g.
 +
width = 240
 +
height = 320
 +
</pre>
 +
 
 +
==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 BREW games not requiring OpenGL (e.g. Doom RPG) or some other APIs and OpenGL 3D games doesn't work (e.g. BioShock 3D). As such, some KTF titles work with font glitches, but not Zeebo titles support, as OpenGL are unimplemented. The emulator is in early development.
 +
 
 +
==Features==
 +
* Better Compatibility.
 +
* Most of BREW titles run.
 +
* Some KTF titles run with font problem.
 +
* Zeebo games are unsupported.
 +
* Touchscreen support is unimplemented.
 +
* One screen control support.
 +
* Sound is not supported.
 +
 
 +
==Screenshots==
 +
<div style=display:inline-table>
 +
;UI
 +
{| class="wikitable mw-sortable"
 +
|-
 +
|[[File:UI.jpg|234px]]
 +
|}
 +
</div>
 +
<div style=display:inline-table>
 +
;Gameplay
 +
{| class="wikitable mw-sortable"
 +
|-
 +
|[[File:MS4.jpg|225px]]
 +
|[[File:TDK.jpg|225px]]
 +
|}
 +
</div>
 +
 
 +
==Downloads==
 +
; Melange
 +
{| cellpadding="4"
 +
|-
 +
|align=center|{{Icon|APK-big}}
 +
|'''[https://cdn.discordapp.com/attachments/735124238398259281/906394504322502747/Melange_v.1.0.2.apk 1.0.2]
 +
|}
 +
 
 +
; Apps
 +
Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many games have been dumped, but most are undumped as of yet. There are a few collections of European, American and Korean titles, but not Japanese ones.
  
==Emulators==
 
Because of how relatively easy popular 8-bit consoles are to emulate, tons of Game Boy emulators exist. For a list of open-source projects, see [https://github.com/search?o=desc&q=gameboy+emulator&s=updated&type=Repositories&utf8=%E2%9C%93 this GitHub query]. For a list of accuracy tests, see [[GB/C Tests]].
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
! scope="col"|Name
 
! scope="col"|Operating System(s)
 
! scope="col"|Latest Version
 
! scope="col"|Game Link Support
 
! scope="col"|[[libretro|Libretro Core]]
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
!colspan="7"|PC
+
! scope="col"|Set
 +
! scope="col"|Backups
 +
|-
 +
|[https://archive.org/details/qualcomm-brew-games Qualcomm BREW Games]
 +
|[https://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 2008-2010]<br/> [https://mega.nz/#F!fSZmBQbK!cOhvnFTNoI375xGjxCT9fg 2015-2018]<br/> [https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror]<br/> [https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download Super Mirror]<br/>[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html Super Backup + more games]<br/><small> (Password: ''Straces'')</small>
 +
|-
 +
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
 +
|[https://drive.google.com/file/d/1lqooICJIZKXSLYGBEmWPixL62_U2u09I/view ✓]
 +
|-
 +
|[https://archive.org/details/ktf.....game..qpst. Korean 2003-2004 KTF BREW eMule network Mobile Games]
 +
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c ✓]
 +
|-
 +
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Game & App Compilation]
 +
|[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ ✓]
 +
|-
 +
|[http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com list by kraze]
 +
|N/A
 +
|-
 +
|[http://straces.wz.cz/brew/brew_games.htm Straces collection]
 +
|N/A
 +
|-
 +
|[https://spac1.net/files/user/rostislav582/list/dostup-zapreschen-postoronnim/kollekcija-korejskih-java-igr-dlja-brew-mp-7225391 Korean BREW MP games collection]
 +
|N/A
 +
|}
 +
 
 +
==Compatibility list==
 +
{|class="wikitable" width=500px
 +
! colspan="2" | Key
 +
|-
 +
! style="background:#E9E9E9;" | Compat Legend
 +
! style="background:#E9E9E9;" | Class
 +
|-
 +
|style="background:lightgreen;"|Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay.
 +
|style="background:lightgreen;"|Excellent
 +
|-
 +
|style="background:turquoise;"|Games that work 100%, good audio, or other things that still affect gameplay.
 +
|style="background:turquoise;"|Perfect
 +
|-
 +
|style="background:yellow;"|Games that work 100% or have few/very major issues, like stuttering audio, or other things that don't affect gameplay.
 +
|style="background:yellow;"|Okay
 +
|-
 +
|style="background:orange;"|Games that mostly work but with more serious but playable bugs, or random lockups (random doesn't mean lock up every time at the same spot in the game).
 +
|style="background:orange;"|Issues
 +
|-
 +
|style="background:salmon;"|Games that do not load and have major problems and/or are unplayable, or have consistent lock ups.
 +
|style="background:salmon;"|Doesn't Work
 +
|-
 +
|style="background:grey;"|Unknown status. Game has not been tested, or the test results were unclear.
 +
|style="background:grey;"|Untested
 +
|}
 +
 
 +
{|class="wikitable sortable mw-collapsible mw-collapsed" width="800px"
 +
! class=sortable | Name
 +
! class=sortable | Status
 +
! class=sortable | Notes
 +
! class=sortable | Dumped/Available?
 +
! class=sortable | Ref.
 +
|-
 +
|style="background:Game;"|1000 Words
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|1942
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|1943 Midway Battle / 1943 ミッドウェイ海戦
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/25/news094.html]
 +
|-
 +
|style="background:Game;"|2004 GameLoft Real Football / 2004 ゲームロフト リアルサッカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/2455/amp]
 +
|-
 +
|style="background:Game;"|2 Fast 2 Furious
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|365 Puzzle Club
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3°C
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D Battle Tank
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D Brick Breaker Revolution 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D Fast & Furious Pink Slip
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D Rollercoaster Rush
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D Slam Ping Pong
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D The Fast and the Furious
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D The Fast and the Furious: Tokyo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|3D Tilt-A-World
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|4 Elements
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|7 Wonders of the Ancient World
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|A certain company voyage game / 某社航海ゲーム
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Ace Combat / エースコンバット
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/25/news112.html]
 +
|-
 +
|style="background:Game;"|Action Hero 3D: Wild Dog
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|ADV Midomaru Residence Case Introduction Part 1 / ADV御堂丸邸事件 導入編/前編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000031713]
 +
|-
 +
|style="background:Game;"|Age of Empires 2 DX / エイジオブエンパイア 2 DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/018/G001859/20071101002]
 +
|-
 +
|style="background:Game;"|Ai Senshi Nicol
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Ai to Rōdō no Hibi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Akubi Girl Liz Mix / アクビガール リズミックス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 +
|-
 +
|style="background:Game;"|Ali 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Aliens: Unleashed
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Aliens vs Predator 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Aliens vs Predator: Requiem
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Alpine Racer EX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Aladdin
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Amber Will / 琥珀色の遺言
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/14/news097.html]
 +
|-
 +
|style="background:Game;"|AND1 Street Basketball / AND1 ストリートバスケ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 +
|-
 +
|style="background:Game;"|AND 1 Streetball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Andretti Racing 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Anytime !! 3D Golf DX / いつでも!!3DゴルフDX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/07/news065.html]
 +
|-
 +
|style="background:Game;"|Anytime Paint Puzzle / いつでもペイントパズル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 +
|-
 +
|style="background:Game;"|Arcana-Ecstasy of Light and Darkness / アルカナ~光と闇のエクスタシス~
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000100.000000730.html]
 +
|-
 +
|style="background:Game;"|Are you smarter than a 5th Grader?
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Area 88 / エリア88
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0608/24/news120.html]
 +
|-
 +
|style="background:Game;"|Argos Warrior / アルゴスの戦士
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Arji and Shitsuji / アルジとシツジ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000074.000000730.html]
 +
|-
 +
|style="background:Game;"|Arm Macho! / 腕マッチョ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24679.html]
 +
|-
 +
|style="background:Game;"|Armadillo Gold Rush
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Ashoka
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asphalt 4: Elite Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asphalt: Urban GT
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asphalt: Urban GT 2 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Asteroids
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Athena Full Throttle / アテナ フルスロットル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=104]
 +
|-
 +
|style="background:Game;"|Attack of the Flarb
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Atletismo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Aulbath: Wild River
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Avalanche Snowboarding
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Avatar Heart 2 / アバタールハート2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000118.000000730.html]
 +
|-
 +
|style="background:Game;"|Bases Loaded
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bathing Combat Game / 入浴戦闘ゲーム
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34406.html]
 +
|-
 +
|style="background:Game;"|Batman Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Battle ☆ Bomberman 8 / 対戦☆ボンバーマン8
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050728/bomb.htm]
 +
|-
 +
|style="background:Game;"|Battle! Fighting Glitter Legend / 対戦!格闘煌伝説
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 +
|-
 +
|style="background:Game;"|"Battle Garegga Part 1 / バトルガレッガ前編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/23/news081.html]
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 2: Hishō-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 3: Sekai Taikai-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bejeweled: Twist
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Beowulf / ベオウルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0711/29/news127.html]
 +
|-
 +
|style="background:Game;"|Big Buck Hunter Pro
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|BioShock 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Birds: Evil has Wings
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|BLACK JACK & POKER
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Blacksmith in Wonderland / 不思議の国の鍛冶屋
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0701/25/news132.html][https://www.rideongames.com/kajiya2 Official]
 +
|-
 +
|style="background:Game;"|Blade: Trinity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Blingster Battle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Block Breaker 3 Unlimited
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Blokus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bloody Ghost / ブラッディゴースト
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/04/news104.html]
 +
|-
 +
|style="background:Game;"|Blue Wolf White Female Deer Genghis Khan / 蒼き狼白き牝鹿 ジンギスカン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Bloons
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bode Miller Alpine Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bomberman 3D Island / ボンバーマン3Dアイランド
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.matrixsoft.co.jp/products/mob_bom3]
 +
|-
 +
|style="background:Game;"|Bomberman Land: Battles
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bomberman Special
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bomberman Puzzle / ボンバーマンパズル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17589.html]
 +
|-
 +
|style="background:Game;"|Bonk's Return
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bookworm Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bosconian / ボスコニアン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0409/01/news01.html]
 +
|-
 +
|style="background:Game;"|Brain Exercise
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Brave Shot 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Brothers in Arms: Earned in Blood 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bruce Lee – Iron Fist 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bubble Ducky
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Bugs Bunny: Rabbit Rescue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Burnout
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Buzztime Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cake Mania Celebrity Chef
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Call Of Duty 5: World At War
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cameltry / キャメルトライ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050520/cameltry.htm]
 +
|-
 +
|style="background:Game;"|Cartel Wars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|CATCHa Mouse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Centipede
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Chaos Breaker / カオスブレイカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/06/news082.html]
 +
|-
 +
|style="background:Game;"|Chessmaster
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Chief of Wonderland 2 / 不思議の国の長者2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.rideongames.com/chouja2/top.html]
 +
|-
 +
|style="background:Game;"|Chocobo de Mobile / チョコボdeモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0609/08/news111.html]
 +
|-
 +
|style="background:Game;"|Choro-Q Cannonball 3D / チョロQキャノンボール (3D by Mascot Capsule)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25240.html]
 +
|-
 +
|style="background:Game;"|Chuck Norris: Bring on the Pain
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Churashima Kurashi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Chuzzle / チャズル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 +
|-
 +
|style="background:Game;"|Chuzzle Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cinematic Soccer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|City Connection: Rocket
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Classic Mini Golf 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Clue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cluster fruits
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Collapse! Chaos
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Collapse! Blast
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Collapse! Holiday Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Common Knowledge Quiz
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Competitive Cyber ​​Reversi / 対戦サイバーリバーシ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0804/10/news125.html]
 +
|-
 +
|style="background:Game;"|Congklak
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Congo Cube
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Contra
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Contra 4: Redux
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|CR Shinkai Monogatari Special M6 / CR新海物語スペシャルM6
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/04/news101.html]
 +
|-
 +
|style="background:Game;"|Crazy diver
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Crazy Texi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Crash N Burn
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Crash Twin Insanity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Creature Shock
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Critter Crunch
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The crown is for you / 栄冠は君に
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0407/23/news061.html]
 +
|-
 +
|style="background:Game;"|Crystal Defenders
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Crystal Monsters
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Cubis 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Custom !! 3D Golf / カスタム!!3Dゴルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news100.html]
 +
|-
 +
|style="background:Game;"|Damage San
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Danmaku Kentei Shiken: Dai-Ou-Jou-Hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Darius
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dark Castle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Dark Horse Horse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Dark Knight
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Darts for a camera phone
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|The Da Vinci Code: The Quest Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Days of Memories ~ He and my hot summer / Days of Memories ~彼と私の熱い夏
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Days of Memories ~ Oedo Love Picture Scroll / Days of Memories ~大江戸恋愛絵巻
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Days of Memories-Koi wa Good Job! / Days of Memories ~恋はグッジョブ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 +
|-
 +
|style="background:Game;"|Days of Memories ~ Pure White Angels / Days of Memories ~純白の天使たち
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=215]
 +
|-
 +
|style="background:Game;"|Days of Memories 2 ~ To my most important you / Days of Memories 2 ~僕の一番大切な君へ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Days of Memories ~僕と彼女の熱い夏 / Days of Memories ~僕と彼女の熱い夏
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|de Blob
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Defender
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Delicious – Emily’s Taste of Fame
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Demon's Saga 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.biglobe.co.jp/press/2004/040909.html]
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 2009
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 3D 2007
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Detective Jinguji Saburo & Mystery Jike! / 探偵 神宮寺三郎&謎じけ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24840.html]
 +
|-
 +
|style="background:Game;"|Detonate
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Devil Hunter / デビルハンター
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Devil Maker / デビルメーカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Devil May Cry: Dante X Vergil
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Diamond Detective
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Diamond Twister
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dig Dug
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dig It!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei / デジタルデビル物語 女神転生
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0509/28/news102.html]
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei II / デジタルデビル物語 女神転生 ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Diner Dash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Diner Dash: Flo on the Go
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Disney•Pixar Ratatouille
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|DJ Baseball 2005 (Medal) / DJベースボール2005 (メダル)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30453.html]
 +
|-
 +
|style="background:Game;"|Doodle Jump
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Doom II RPG
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Doom RPG
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"| Heavy glitches, requires patch.
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Donald Trump's Real Estate Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Double Dragon (KTF)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Downtown Texas Hold 'Em
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Buster / ドラゴンバスター
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0602/21/news076.html]
 +
|-
 +
|style="background:Game;"|Dragon Fire Pinball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/18583.html]
 +
|-
 +
|style="background:Game;"|Dragon Sword
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Warrior III
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Quest Mystery Dungeon MOBILE / ドラゴンクエスト 不思議のダンジョン MOBILE
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://dragonquest.fandom.com/ja/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%AF%E3%82%A8%E3%82%B9%E3%83%88_%E5%B0%91%E5%B9%B4%E3%83%A4%E3%83%B3%E3%82%AC%E3%82%B9%E3%81%A8%E4%B8%8D%E6%80%9D%E8%AD%B0%E3%81%AE%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3]
 +
|-
 +
|style="background:Game;"|Dragon Quest & Final Fantasy in Fortune Street MOBILE / ドラゴンクエスト&ファイナルファンタジー in いただきストリートMOBILE
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/128/G012822/20110203020]
 +
|-
 +
|style="background:Game;"|Dragon Quest ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Dragon Quest II Evil Spirit Gods / ドラゴンクエストII 悪霊の神々
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27398.html]
 +
|-
 +
|style="background:Game;"|Dream Chronicles
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Driv3r
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Driver: L.A. Undercover
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Drummania / ドラムマニア
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news055.html]
 +
|-
 +
|style="background:Game;"|Duke Nukem Battlefields
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://dukenukem.fandom.com/wiki/Duke_Nukem_Battlefields]
 +
|-
 +
|style="background:Game;"|Duke Nukem Arena
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|Duke Nukem Mobile
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|DuraTrax Mobile RC
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|
 +
|-
 +
|style="background:Game;"|DX Millionaire / DX大富豪
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0309/26/n_daifugo.html]
 +
|-
 +
|style="background:Game;"|DX Pinball Heaven and Hell / DXピンボール 天国と地獄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0605/19/news067.html]
 +
|-
 +
|style="background:Game;"|Dynamic Thunder V / ダイナミックサンダーV
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/21079/amp]
 +
|-
 +
|style="background:Game;"|Early Cross EX Soccer / アーリークロスEXサッカー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/34416.html]
 +
|-
 +
|style="background:Game;"|Earthworm Jim: Special Edition
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Edge
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Elder Scrolls Travels: Dawnstar
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Elder Scrolls Travels: Stormhold
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Elemental Gelade / エレメンタル ジェレイド
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23818.html]
 +
|-
 +
|style="background:Game;"|The End of the Night, Beyond Goodbye / 最果ての夜、さよならの向こう
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000025391]
 +
|-
 +
|style="background:Game;"|Escape
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Everyday English Trainer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ever Quest: Hero's Call
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|EX High School Baseball 3 / EX高校野球3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 +
|-
 +
|style="background:Game;"|EX University Ekiden / EX大学駅伝
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011516]
 +
|-
 +
|style="background:Game;"|Expanded Fantasy / エクスパンドファンタジー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0510/05/news103.html]
 +
|-
 +
|style="background:Game;"|Exploration hamster / 探検ハムスター
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Family Feud
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Family Guy: Uncensored
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Famista Mobile / ファミスタモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0507/20/news109.html]
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Fugitive
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Feeding Frenzy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ferrari GT: Evolution
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ferrari World Championship
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fieldrunners
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|FIFA World Cup: On the Break
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fiftgrather
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fight Club
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fight Hard 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fight Night Round 3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fight Night Round 4
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness  / 闘牌伝説 アカギ ~闇に舞い降りた天才
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/09/news102.html]
 +
|-
 +
|style="background:Game;"|Fighting Spirit Road / 闘魂ロード
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://sp.njpw.jp/32325]
 +
|-
 +
|style="background:Game;"|Final Fantasy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy VII: Before Crisis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Final Fantasy VII: Dirge of Cerberus Lost Episode
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/116/G011618/20101209019]
 +
|-
 +
|style="background:Game;"|Fist of the North Star-Hayakenden / 北斗の拳~早拳伝
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0606/22/news089.html]
 +
|-
 +
|style="background:Game;"|Fish Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flight Control
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fliple / フリップル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news088.html]
 +
|-
 +
|style="background:Game;"|FlipIt!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia III
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Flynn's Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Football Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fortress Double
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fortress Tournament
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Fox Motocross 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Frogger Plus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Furry Legends
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Galaga
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0603/07/news106.html]
 +
|-
 +
|style="background:Game;"|Galaxy on Fire
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Gallop Racer / ギャロップレーサー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Game God DX / ゲームの神様DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000003492]
 +
|-
 +
|style="background:Game;"|General Store Barcodo / よろず屋バーコー堂
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Geo Fantasia / ジオファンタジア
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000096.000000730.html]
 +
|-
 +
|style="background:Game;"|Get out early! / 早く出してよ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 +
|-
 +
|style="background:Game;"|Ghostbusters Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ghouls'n Ghost Village / 大魔界村
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins / 魔界村騎士列伝 II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/1008/19/news053.html]
 +
|-
 +
|style="background:Game;"|Ghosts 'N Goblins: Gold Knights
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Gobaksodor
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|God of War: Betrayal
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Golemya Monogatari / 本格メガゲームズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://japan.zdnet.com/release/10467385]
 +
|-
 +
|style="background:Game;"|Golf Life / ゴルフライフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20090115/gmode.htm]
 +
|-
 +
|style="background:Game;"|Golf Superstars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Gradius
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Grappler 2 / グラップラ2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Great Legends: Vikings
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Great Strategy Online / 大戦略オンライン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/045/G004585/20080515007]
 +
|-
 +
|style="background:Game;"|Greedy Snake
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Grinsia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Groovy Arche / グルーヴィーアーチェ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0709/05/news099.html]
 +
|-
 +
|style="background:Game;"|Guitar Hero III Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Gum Blox
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|G-Unit: Free Yayo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hanjuku Hero Mobile / 半熟英雄モバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0604/13/news109.html]
 +
|-
 +
|style="background:Game;"|Harlem Globetrotters
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Heavy Weapon Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Helistrike 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Herakles no Eikō III: Kamigami no Chinmoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Heroes Lore: Wind Of Soltia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Heroes Lore 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hero Must Die
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hexcite Fusion
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hidden Expedition: Everest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Highway Racer
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Hills and Rivers Remain
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Hot Blood New Record 400M Haul / 熱血新記録400Mハードル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000039.000000082.html]
 +
|-
 +
|style="background:Game;"|Hot Blood New Record Hammer Throw Golf / 熱血新記録ハンマー投げゴルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000030.000000082.html]
 +
|-
 +
|style="background:Game;"|ID4 Independence Day
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Infinite form Disgaea
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://disgaea.jp/mugen_dis]
 +
|-
 +
|style="background:Game;"|Inuyasha
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|I-play Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Irekae IQ Crossword DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ironman Stewart's Off-Road
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|iShoot
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Jail Trail
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|JAMDAT Bowling 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|JAMDAT Sudoku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|JAWS 3D (V CAST)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Jewel Quest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Jewel Quest 2 (Demo)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Jewels and Jim
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Johnny Crash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Johnny Crash Stuntman Does Texas
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Kagero -Destiny 1 / 影牢
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Kaptaan Dhoni We
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Karma Fighter
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Keitai Shōjo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|KiKi KaiKai / 奇々怪界
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/26/news065.html]
 +
|-
 +
|style="background:Game;"|King of Fighters M2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|THE KING OF FIGHTERS Mahjong / 麻雀
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 +
|-
 +
|style="background:Game;"|THE KING OF FIGHTERS -MOBILE
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=95]
 +
|-
 +
|style="background:Game;"|THE KING OF FIGHTERS -Volleyball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|King of RPG144 / RPG144の王
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000230.000000730.html]
 +
|-
 +
|style="background:Game;"|Kingdom Hearts (V CAST)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|
 +
|-
 +
|style="background:Game;"|Kodo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Kururin Cafe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|La Tale mobile / ラテールmobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/115/G011510/20100701059]
 +
|-
 +
|style="background:Game;"|Learn to Fly We
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lego Batman
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lemonade Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Life Game BB / 人生ゲームBB
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0503/17/news073.html]
 +
|-
 +
|style="background:Game;"|Life Game Heisei Edition / 人生ゲーム平成版
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0504/13/news085.html]
 +
|-
 +
|style="background:Game;"|Little Shop: World Traveler
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lock'em Up
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Legend of Elros
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|The Legend of Kage / 影の伝説
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0605/29/news098.html]
 +
|-
 +
|style="background:Game;"|The Lord of the Rings: The Return of the King
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|The Lord of the Rings: The Two Towers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Unavaliable Planet 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Love Love Knuckle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lumines
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Lumines Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Luxor
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Madden NFL 2006
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Madden NFL 2007
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Character Place / マジカルキャラプレース
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Magical Drop DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Fantasista
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Fantasista 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Fantasista 3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Magical Golf Korupo! / マジカルゴルフこるぽ!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000010.000001348.html]
 +
|-
 +
|style="background:Game;"|Majokko Princess
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Makiba Monogatari Mobile Life / 牧場物語モバイルライフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000006958]
 +
|-
 +
|style="background:Game;"|Maryu Kenki / 魔龍剣記
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17268.html]
 +
|-
 +
|style="background:Game;"|Master of Sword / マスターオブソード
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0409/14/news074.html]
 +
|-
 +
|style="background:Game;"|Maō Company
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Massive Snowboarding 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Mega Man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Mega Man: Rush Marine
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Memories Off / メモリーズオフ / 메모리즈 오프
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mercenaries Saga 2 / マーセナリーズサーガ2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/p/000000155.000000730.html]
 +
|-
 +
|style="background:Game;"|Mercenaries Saga 2: Order of the Silver Eagle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Metal Gear Solid Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Metal Slug (Part 1) / メタルスラッグ (前編)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Metal Slug Fighters / メタルスラッグ ファイターズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=212]
 +
|-
 +
|style="background:Game;"|Metal Slug Survivors / メタルスラッグ サバイバーズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=105]
 +
|-
 +
|style="background:Game;"|Metal Slug Warriors / メタルスラッグ ウォリアーズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=139]
 +
|-
 +
|style="background:Game;"|Metal Slug: Mobile Impact
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Metal Slug Team Mission / メタルスラッグ チームミッション
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=239]
 +
|-
 +
|style="background:Game;"|Meteos Mobile / メテオスモバイル
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.4gamer.net/news/history/2006.11/20061130161119detail.html]
 +
|-
 +
|style="background:Game;"|Midnight Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Midnight Bowling 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Midnight Bowling 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Midnight Pool 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Midtown Madness 3 Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Might and Magic II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Military Madness
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Military Madness 2
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Million Versus / 大ミリオンヴァーサス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000004.000001348.html]
 +
|-
 +
|style="background:Game;"|Millionaire 07
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Millionaire 2010
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Millionaire Music
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Miner 2049er
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mirakue / ミラくえ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0411/08/news076.html]
 +
|-
 +
|style="background:Game;"|Mobile Battles: Reign of Swords
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mobile League Sports Network
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mobile Romance of the Three Kingdoms 2 / Mobile 三國志2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/000/G000000/20050128161018]
 +
|-
 +
|style="background:Game;"|Moe Slot: Beach no Shizuku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu TOHOKU / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu HOKKAIDO / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu KANTO / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu KYUSHU / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu CHUBU / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu SETOUCHI  / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu WORLD / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu KINKI / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu JAPAN Deluxe Edition / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu AOMORI / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu SHIZUOKA / 桃太郎電鉄SHIZUOKA
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu TOKAI / 桃太郎電鉄TOKAI
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Dentetsu TOKYO / 桃太郎電鉄TOKYO
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Momotaro Electric Railway JAPAN / 桃太郎電鉄
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84%E3%82%B7%E3%83%AA%E3%83%BC%E3%82%BA#%E6%A1%83%E5%A4%AA%E9%83%8E%E9%9B%BB%E9%89%84TOKYO]
 +
|-
 +
|style="background:Game;"|Monkey Bars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Monopoly
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Monopoly Here and Now
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Monopoly Worldwide
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Monster Farm Seven Lines - Monster Farm Edition / モンスターファーム七ならべ  モンスターファーム編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Monster Farm SPEED / モンスターファームSPEED
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Monster Smash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Moon Patrol
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Moto GP 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Movement / Object / Chain / Chain / 動・物・連・鎖
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 +
|-
 +
|style="background:Game;"|Mr Do's Circus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mr. Driller / ミスタードリラー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/17/news091.html]
 +
|-
 +
|style="background:Game;"|Ms Pac-man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|MTV Star Factory
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Mummy / ハムナプトラ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0609/06/news105.html]
 +
|-
 +
|style="background:Game;"|Muncher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|MX vs ATV: Untamed
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|My Monster Pet
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Mystia 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Narnia Prince Caspian An
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|NBA Live 06
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|NBC Sports Figure Skating
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Need for Speed: Hot Pursuit
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Most Wanted
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Pro Street
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Shift
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: The Run
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need for Speed: Undercover
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Need For Speed: Underground 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|New Rally-X
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Night Hike
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ninja Jajamaru-kun Ranbu
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ninja no Gakko
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ninja Prophecy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ninja Ryukenden / 忍者龍剣伝
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Ninjutsu / 忍術
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0402/19/news049.html]
 +
|-
 +
|style="background:Game;"|Nintendo High School Dodgeball Club Soccer Edition / 熱血高校ドッジボール部サッカー編
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000056.000000082.html]
 +
|-
 +
|style="background:Game;"|NOM
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|NOM 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Omagatoki no Rhapsody / 逢魔が刻の狂詩曲
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000019772]
 +
|-
 +
|style="background:Game;"|Orcs & Elves
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Orcs & Elves ll
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|The Oregon Trail
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Othello / オセロ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0304/11/n_brgame.html]
 +
|-
 +
|style="background:Game;"|Pac-Man: Championship Edition
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|PAC-MAN Arcade Golf
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pac-Man Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pac-Mania
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pac-Man Kart Rally 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pandemonium!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Panick Bomber / ぱにっくボンバー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0403/04/news068.html]
 +
|-
 +
|style="background:Game;"|Peggle Extreme
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Petit Game Friends / プチゲーフレンズ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000092.000000082.html]
 +
|-
 +
|style="background:Game;"|Phishing everywhere / どこでもフィシング
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Phoenix Wright, Ace Attorney
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pitfall!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Plantasia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Plants vs. Zombies
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pocket God
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pole Position II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pool Pro Online (1 & 2)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|ポップ☆タワー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://corp.gree.net/jp/ja/news/press/2011/0519.html]
 +
|-
 +
|style="background:Game;"|Powerboat Challenge
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Price is right
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Prey Mobile 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Princess Tomato in the Salad Country / サラダの国のトマト姫
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/gsnews/0410/21/news11.html]
 +
|-
 +
|style="background:Game;"|Prince of Persia 3D (V CAST)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Prince of Persia: Harem Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Prince of Persia HD
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Prince of Persia: The Sands of Time
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Pro Bike Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Professional Baseball TV / プロ野球TV
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/28400.html]
 +
|-
 +
|style="background:Game;"|Pucchin Puzzle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Punisher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Punitto Erase / プニっと消して
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 +
|-
 +
|style="background:Game;"|Putt de Golf / パットdeゴルフ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://r-force.co.jp/history]
 +
|-
 +
|style="background:Game;"|Puyo Puyo / とことんぷよぷよ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Puzzle Bobble Online / パズルボブルONLINE
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27490.html]
 +
|-
 +
|style="background:Game;"|Puzzle Quest 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Puzznic / パズニック
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/24/news082.html]
 +
|-
 +
|style="background:Game;"|Raiden
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ratchet & Clank: Going Mobile!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Rayman Bowling
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Rayman Golf
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ray Newman racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Red Baron
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Red Faction: Guerrilla
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Resident Evil: Degeneration
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Resident Evil: Genesis
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Resident Evil 4: Mobile Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ridge Racer / リッジレーサー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25243.html]
 +
|-
 +
|style="background:Game;"|Right brain fortune-telling / 右脳占い
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Rinji Shūden
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Rise of Atlantis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|River Raid
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ro
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://en.m.wikipedia.org/wiki/Ro_(video_game)]
 +
|-
 +
|style="background:Game;"|Rockman EXE EZ / ロックマンエグゼEZ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/24/news103.html]
 +
|-
 +
|style="background:Game;"|ROCKin' Stone
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Rolling with Katamari
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|ROTK Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|RPG Alphadia / RPGアルファディア
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0712/05/news112.html]
 +
|-
 +
|style="background:Game;"|RPG Mercenaries Saga 3 / RPGマーセナリーズサーガ3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://japan.cnet.com/release/30009670]
 +
|-
 +
|style="background:Game;"|RPG Moero! Dungeon Musume / RPG萌えろ!ダンジョン娘
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0508/31/news063.html]
 +
|-
 +
|style="background:Game;"|RPG Tavern in Wonderland 2 / RPG不思議の国の酒場2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000039.000000730.html]
 +
|-
 +
|style="background:Game;"|The Quiz Daisousa Line 1 / クイズ大捜査線1
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Saints Row 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.4gamer.net/games/072/G007209/20090206075/?amp]
 +
|-
 +
|style="background:Game;"|Salaryman's Counterattack / サラリーマンの逆襲
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/21/news104.html]
 +
|-
 +
|style="background:Game;"|Salaryman Masuda Escape from Dirty Room / サラリーマンマスダ汚部屋からの脱出
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2010/07/03/43024.amp.html]
 +
|-
 +
|style="background:Game;"|Sally’s Salon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Sally's Spa
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Sally’s Salon Luxury Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Samurai
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Samurai Spirits ~ Makai Rinkai  / サムライスピリッツ~魔界輪廻記
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Samurai Soul Tenka Musou Typing-Chapter of Makai Reincarnation / 侍魂天下無双タイピング~魔界転生の章
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=24]
 +
|-
 +
|style="background:Game;"|Sangokushi Nendaiki DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scarface: The Rise of Tony Montana
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scene It? Movies
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scooby-Doo!: Castle Capers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Scuba Solitaire
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Sonson / ソンソン
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0511/09/news078.html]
 +
|-
 +
|style="background:Game;"|SEASON 365's Thoughts ~ winter season / SEASON 365の想い~winter season
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 +
|-
 +
|style="background:Game;"|Secret of Mana
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Senbazuru
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Sennincho City Story Sennin / 仙人町市物語 せんにん.
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000026120]
 +
|-
 +
|style="background:Game;"|Sepas Channel
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Shado Fighter
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[SameBoy]]
+
|style="background:Game;"|Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手
|Multi-platform
+
|style="background:grey;"| Not tested
|[https://sameboy.github.io/downloads/ {{SameBoyVer}}]
+
|style="background:Notes;"|
|{{✓}}<ref group=N name=sameboylink>SameBoy's libretro core supports Link Cable, standalone does not.</ref> ||{{✓}} ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://shakugan.fandom.com/wiki/Shakugan_no_Shana_~Enpatsu_Shakugan_no_Uchite~]
 
|-
 
|-
|[[BGB]]
+
|style="background:Game;"|Shanghai / 上海
|Windows
+
|style="background:grey;"| Not tested
|[http://bgb.bircd.org/#downloads 1.5.7]
+
|style="background:Notes;"|
|{{✓}} ||{{✗}} ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://ja.m.wikipedia.org/wiki/%E4%B8%8A%E6%B5%B7_(%E3%82%B2%E3%83%BC%E3%83%A0)]
 
|-
 
|-
|[[Gambatte]]
+
|style="background:Game;"|Shijō Saikyō Miyamoto Julia
|Windows, Linux, macOS
+
|style="background:grey;"| Not tested
|[https://sourceforge.net/projects/gambatte/files/gambatte/ r571]
+
|style="background:Notes;"|
|{{✗}} ||{{✓}} ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[Gearboy]]
+
|style="background:Game;"|Shining Force Chronicle / シャイニング・フォース クロニクル
|Multi-platform
+
|style="background:grey;"| Not tested
|[https://github.com/drhelius/Gearboy/releases 2.7.0]
+
|style="background:Notes;"|
|{{✗}} ||{{✓}} ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
|[http://emulicious.net Emulicious]
+
|style="background:Game;"|Shining Force EXA Mobile / シャイニング・フォース イクサモバイル
|Multi-platform
+
|style="background:grey;"| Not tested
|[https://emulicious.net/downloads/ {{EmuliciousVer}}]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✓}} ||{{~}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
|[[BizHawk]]
+
|style="background:Game;"|Shining Road ~ To the Force / シャイニング・ロード ~トゥ・ザ・フォース
|Windows
+
|style="background:grey;"| Not tested
|[http://tasvideos.org/BizHawk/ReleaseHistory.html {{BizHawkVer}}]
+
|style="background:Notes;"|
|{{✓}} ||{{✗}} ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
|[https://fms.komkon.org/VGB/ VGB]
+
|style="background:Game;"|Shining Wind Cross ~ Weisslitter Senki / シャイニング・ウィンド・クロス ~ヴァイスリッター戦記
|Multi-platform
+
|style="background:grey;"| Not tested
|[https://fms.komkon.org/VGB/ 5.6]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✓}} ||{{~}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[http://shining-world.jp/portal/net]
 
|-
 
|-
|[http://binji.github.io/binjgb/ binjgb]
+
|style="background:Game;"|Shin Megami Tensei if ... Hazama / 真・女神転生if...ハザマ編
|Browsers
+
|style="background:grey;"| Not tested
|[https://github.com/binji/binjgb/releases v0.1.5]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✓}} ||{{~}}
+
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0603/29/news117.html]
 
|-
 
|-
|[[GBE+]]
+
|style="background:Game;"|Shogi King DX / 将棋王DX
|Windows, Linux, macOS (untested)
+
|style="background:grey;"| Not tested
|[https://github.com/shonumi/gbe-plus/releases {{GBEVer}}]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0305/21/n_it.html]
 
|-
 
|-
|[[higan]]
+
|style="background:Game;"|Siberian Strike: Episode I
|Windows, Linux, macOS
+
|style="background:grey;"| Not tested
|[http://byuu.org/emulation/higan/ {{higanVer}}]
+
|style="background:Notes;"|
|{{✗}} ||{{✓}} ||{{✓}} ||{{✗}}
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|[[MAME]]
+
|style="background:Game;"|Silent Hill Mobile 2
|Multi-platform
+
|style="background:grey;"| Not tested
|[http://www.mamedev.org/release.html {{MAMEVer}}]
+
|style="background:Notes;"|
|{{✗}} ||{{✓}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[mGBA]]
+
|style="background:Game;"|SimCity
|Multi-platform
+
|style="background:grey;"| Not tested
|[https://mgba.io/downloads.html {{MGBAVer}}]
+
|style="background:Notes;"|
|{{✓}} <small>(pretty buggy but sometimes works)</small> ||{{✓}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/22766.html]
 
|-
 
|-
|[[VisualBoy Advance|VisualBoy Advance-M (VBA-M)]]
+
|style="background:Game;"|SimCity Classic / シムシティ クラシック
|Multi-platform
+
|style="background:grey;"| Not tested
|[https://github.com/visualboyadvance-m/visualboyadvance-m/releases {{VBAMVer}}]
+
|style="background:Notes;"|
|{{✓}} ||{{✗}}<ref group=N name=one>A VBA-M libretro core does exist, but it only emulates GBA.</ref> ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.watch.impress.co.jp/docs/20050224/sim.htm]
 
|-
 
|-
|[[Pantheon]]
+
|style="background:Game;"|The Sims 2 Medieval
|Windows
+
|style="background:grey;"| Not tested
|[http://bostjan-grandovec.si/Content/News.htm {{PantheonVer}}]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[http://hhug.me/ hhugboy]
+
|style="background:Game;"|The Sims 2
|Windows
+
|style="background:grey;"| Not tested
|[https://github.com/tzlion/hhugboy/releases/tag/v1.2.7 1.2.7]
+
|style="background:Notes;"|
|{{✓}} ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|UGE
+
|style="background:Game;"|The Sims 2 Castaway
|Windows
+
|style="background:grey;"| Not tested
|[https://github.com/superdisk/uge WIP]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[KiGB]]
+
|style="background:Game;"|The Sims 2 Pets
|Windows, Linux, macOS
+
|style="background:grey;"| Not tested
|[http://kigb.emuunlim.com/downloads.htm 2.05]
+
|style="background:Notes;"|
|{{✓}} ||{{✗}} ||{{✗}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[TGB Dual]]
+
|style="background:Game;"|The Sims Bowling
|Windows, Linux<ref group=N name=two>As an SDL port (and the [[libretro]] core is based on this version).</ref>
+
|style="background:grey;"| Not tested
|[https://github.com/libertyernie/tgbdual_L/releases "L" v1.2]
+
|style="background:Notes;"|
|{{✓}} ||{{✓}}<ref group=N name=two /> ||{{✗}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|GiiBiiAdvance
+
|style="background:Game;"|SkeeBall for Prizes
|Windows, Linux
+
|style="background:grey;"| Not tested
|[https://github.com/AntonioND/giibiiadvance/releases 0.2.0]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✗}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|MetroBoy
+
|style="background:Game;"|Skipping Stone
|Windows
+
|style="background:grey;"| Not tested
|[https://github.com/aappleby/MetroBoy/releases 1.02]
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
!colspan="7"|Mobile
+
|style="background:Game;"|Skipping Stone IQ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|GBA4iOS
+
|style="background:Game;"|SLOT Garo / SLOT牙狼
|iOS
+
|style="background:grey;"| Not tested
|[https://iemulators.com/gba4ios 2.1]
+
|style="background:Notes;"|
|{{✓}} ||{{✗}} ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.atpress.ne.jp/news/33113/amp]
 
|-
 
|-
|[[mGBA]]
+
|style="background:Game;"|Slyder
|Multi-platform
+
|style="background:grey;"| Not tested
|[https://endrift.com/mgba/downloads.html {{MGBAVer}}]
+
|style="background:Notes;"|
|? ||{{✓}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[http://www.explusalpha.com/home/gbc-emu GBC.emu]<br/><small>(Gambatte 0.5-wip based)</small>
+
|style="background:Game;"|Small Girl Maniacs / 微少女マニアックス
|[[Android emulators|Android]]
+
|style="background:grey;"| Not tested
|[https://play.google.com/store/apps/details?id=com.explusalpha.GbcEmu 1.5.19]
+
|style="background:Notes;"|
|? ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/spv/0508/04/news097.html]
 
|-
 
|-
|[https://my-oldboy-free-gbc-emulator.en.uptodown.com/android My OldBoy!]
+
|style="background:Game;"|Snake Battle Royale Online / スネークバトルロワイヤル・オンライン
|[[Android emulators|Android]]
+
|style="background:grey;"| Not tested
|[https://play.google.com/store/apps/details?id=com.fastemulator.gbc 1.5.2]
+
|style="background:Notes;"|
|{{✓}} ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/23149.html]
 
|-
 
|-
|John GBC
+
|style="background:Game;"|SNK's DARTS-Three In The Black
|[[Android emulators|Android]]
+
|style="background:grey;"| Not tested
|[https://play.google.com/store/apps/details?id=com.johnemulators.johngbc 3.80]
+
|style="background:Notes;"|
|? ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://game.snk-corp.co.jp/press/single.php?num=27]
 
|-
 
|-
|[http://www.explusalpha.com/ GBA.emu]<br/><small>(VBA-M r1097 based)</small>
+
|style="background:Game;"|Snoopy: The Flying Ace
|[[Android emulators|Android]]
+
|style="background:grey;"| Not tested
|[https://play.google.com/store/apps/details?id=com.explusalpha.GbaEmu 1.5.19]
+
|style="background:Notes;"|
|? ||{{✗}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[https://github.com/afjcjsbx/gambatte-droid GambatteDroid]
+
|style="background:Game;"|Snowboarding TNT
|[[Android emulators|Android]]
+
|style="background:grey;"| Not tested
|1.2
+
|style="background:Notes;"|
|? ||{{✗}} ||{{✗}} ||{{✗}}
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
!colspan="7"|Consoles
+
|style="background:Game;"|Soaring Bird
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[http://gbatemp.net/threads/gameyob-a-gameboy-emulator-for-ds.343407/ GameYob DS]
+
|style="background:Game;"|Sōhide Series: Omatsuri Dukushi
|[[Nintendo DS emulators|Nintendo DS]]
+
|style="background:grey;"| Not tested
|[http://www.emucr.com/search/label/GameYob Git]
+
|style="background:Notes;"|
|{{✓}} <small>(NiFi)</small> ||{{✗}} ||{{✗}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[https://gbatemp.net/threads/gameyob-3ds-gb-c-emu.372523/ GameYob 3DS]
+
|style="background:Game;"|SolaRola
|[[Nintendo 3DS emulators|Nintendo 3DS]]
+
|style="background:grey;"| Not tested
|[https://github.com/Steveice10/GameYob/releases v1.0.8]
+
|style="background:Notes;"|
|? ||{{✗}} ||{{✗}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[VisualBoy_Advance#VBA-M|Visual Boy Advance-M (VBA-M)]]
+
|style="background:Game;"|Solar Target
|[[Wii emulators|Wii]], [[GameCube emulators|GameCube]]
+
|style="background:grey;"| Not tested
|r1231
+
|style="background:Notes;"|
|{{✓}} ||{{✓}} <small>(as VBA-Next)</small> ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[http://filetrip.net/psp-downloads/homebrew/download-masterboy-210-f28308.html MasterBoy]
+
|style="background:Game;"|Solitaire deluxe
|[[PlayStation Portable emulators|PlayStation Portable]]
+
|style="background:grey;"| Not tested
|2.10
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✗}} ||{{✓}}
+
|style="background:#00ff7f;"|Yes
 
|-
 
|-
|[[Virtual Console]]
+
|style="background:Game;"|Solomon's Key SEASON I, II, III, IV / ソロモンの鍵
|[[Nintendo 3DS emulators|Nintendo 3DS]]
+
|style="background:grey;"| Not tested
|8.10
+
|style="background:Notes;"|
|{{✓}} <small>(Pokemon only)</small> ||{{✗}} ||{{✓}} ||{{✓}}
+
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 
|-
 
|-
|[[mGBA]]
+
|style="background:Game;"|Sonic Jump
|[[Wii emulators|Wii]], [[Nintendo 3DS emulators|Nintendo 3DS]], [[PlayStation Vita emulators|PlayStation Vita]]
+
|style="background:grey;"| Not tested
|[https://endrift.com/mgba/downloads.html {{MGBAVer}}]
+
|style="background:Notes;"|
|? ||{{✓}} ||{{✓}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[http://filetrip.net/psp-downloads/homebrew/download-gemp-homers-rin-33-final-f27565.html GeMP]
+
|style="background:Game;"|Sonic the Hedgehog
|[[PlayStation Portable emulators|PlayStation Portable]]
+
|style="background:grey;"| Not tested
|3.3 Final
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✗}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[http://dl.qj.net/psp/emulators/rin-v132-gameboy-emulator/gameboy-color-emulator.html RIN]
+
|style="background:Game;"|Sonic the Hedgehog ll
|[[PlayStation Portable emulators|PlayStation Portable]]
+
|style="background:grey;"| Not tested
|1.32
+
|style="background:Notes;"|
|{{✗}} ||{{✗}} ||{{✗}} ||{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
|}
+
|-
<references group=N />
+
|style="background:Game;"|Sorcery Sword / ソーサリーソード
 
+
|style="background:grey;"| Not tested
===Comparison===
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Unavailable
====Game Boy-only emulators====
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
;[[SameBoy]]:A relatively new emulator, probably the most accurate Game Boy emulator currently. The UI is simplistic and lacks mouse support. It includes open source bootroms, although these can be replaced with real ones. Also emulates Game Boy Camera and Game Boy Printer.
+
|-
;[[BGB]]:A closed-source emulator for Windows (and [[Wine]]) with excellent Game Boy and Game Boy Color accuracy, as well as near flawless link support. It has a wealth of options for color palettes and even enabling Super Game Boy colors and borders, though it doesn't emulate all of its functions. It also has an advanced debugger.
+
|style="background:Game;"|Sorcery Sword 2-The Last Dragon Sword / ソーサリーソード2 -最後の滅竜剣-
;[[Gambatte]]:Extremely accurate open-source Game Boy/Color emulator. It has a good range of options and features, though not quite as much as some other emulators. It has not been as active lately.
+
|style="background:grey;"| Not tested
;[[TGB Dual]]:An ancient emulator that supports link cable emulation. It also supports [[netplay]], but it requires a VPN. The libretro port supports local multiplayer using player 2's controls.
+
|style="background:Notes;"|
;[[KiGB]]:An old and obsolete emulator which boasted its accuracy but was proven to be full of game-specific hacks.<ref>https://github.com/mgba-emu/mgba/issues/238</ref><ref>http://gbdev.gg8.se/wiki/articles/Test_ROMs#Emulators_running_on_desktop_computers</ref><ref>http://gbdev.gg8.se/wiki/articles/KiGB</ref> It has a wide selection of features, but other emulators have caught up and are already doing much better.
+
|style="background:#ffcccc;"|Unavailable
;[https://github.com/AntonioND/giibiiadvance GiiBiiAdvance]:Pioneered full GB Camera emulation, including webcam support. Aside from that, it's an unfinished emulator with the basics set up, but its promising future currently on hiatus. It has very accurate timing.
+
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19399.html]
 
+
|-
;[https://github.com/aappleby/MetroBoy MetroBoy]:Extremely accurate Game Boy simulator which being written in a subset of C++ that's designed to to be mechanically translated into Verilog HDL.
+
|style="background:Game;"|Soul of Darkness
 
+
|style="background:grey;"| Not tested
'''List of recommended GB/GBC emulators for Android:'''
+
|style="background:Notes;"|
* [https://www.androidauthority.com/best-game-boy-emulators-for-android-368530/ 10 best Game Boy Advanced, Game Boy Color, and Game Boy emulators for Android] (SEPTEMBER 2, 2018. Includes some emulators not found in above charts. Reviews may be subjective.)
+
|style="background:#ffcccc;"|Unavaliable
 
+
|-
====Backwards-compatible GBA emulators====
+
|style="background:Game;"|South Park: Mega Millionaire
;[[mGBA]]:Primarily emulates the [[Game Boy Advance emulators|Game Boy Advance]] but it also includes GB/C support much like the original system. It's still in development, but it's already on the level of many other emulators.
+
|style="background:grey;"| Not tested
;[[GBE+]]:A recently rewritten emulator that has a large effort in preserving the functions of [[#Game Boy Features|obscure accessories]] that other emulators don't focus on. It can also load custom tiles in games, including colorized tiles for original Game Boy titles.
+
|style="background:Notes;"|
;[[VisualBoy Advance#VBA-M|VisualBoy Advance-M <small>(VBA-M)</small>]]:Used to be the go-to for Game Boy Advance emulation and even included solid GB/C emulation. It's now behind [[mGBA]] on both fronts.
+
|style="background:#ffcccc;"|Unavaliable
 
+
|-
====[[Multi-system emulators]]====
+
|style="background:Game;"|Space Invaders Infinity Gene
;[[higan]]:Because it started out as a [[Super Nintendo emulators|SNES emulator]] (its original name was bsnes), it was the first and only one that properly emulated all of the Super Game Boy's features, such as SPC sound chip utilization. Versions of bsnes at and before v073 used the Gambatte core for its Super Game Boy functionality, but byuu eventually made his own Game Boy core, which ended up having pretty good accuracy.
+
|style="background:grey;"| Not tested
;[[BizHawk]]:Uses a modified Gambatte core. It provides speedrunning tools.
+
|style="background:Notes;"|
;[[MAME]]:Has solid Game Boy emulation through its <code>gameboy</code> driver despite the sound being imperfect, as well as slightly worse Game Boy Color compatibility through its <code>gbcolor</code> driver (where both the graphics and sound are imperfect). Despite its setbacks, it aims to feature compatibility with obscure mappers that other emulators usually ignore, like Wisdom Tree games or MMM01 multicarts. Accuracy was improved upon with contributions by Judge_.
+
|style="background:#ffcccc;"|Unavaliable
;[[Mednafen]]:Its Game Boy Advance core is forked from an old version of [[VisualBoy Advance]].
+
|-
 
+
|style="background:Game;"|Space Monkey
==Emulation issues==
+
|style="background:grey;"| Not tested
 
+
|style="background:Notes;"|
===Oversaturation===
+
|style="background:#ffcccc;"|Unavaliable
[[File:Gbc over saturation2.png|thumb|right|350px|Comparison of saturation levels in [[VisualBoy Advance#VBA-M|VBA-M]] and [[Gambatte]].]]
+
|-
The Game Boy Color's screen is under-saturated. Game developers often work around this by using brighter colors knowing it'll be compensated for on hardware. This does not translate well in emulation, because standard LCD screens don't account for this sort of issue. Many emulators attempt to combat this issue with options that adjust accordingly; if not directly, then [[Shaders_and_Filters#Image_Adjustment|shader functionality]] may be implemented.
+
|style="background:Game;"|Space Taxi Pinball
 
+
|style="background:grey;"| Not tested
This issue also affects [[Game Boy Advance emulators#Oversaturation|Game Boy Advance emulation]].
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Unavaliable
===Unlicensed Mappers===
+
|-
Much like the NES, the Game Boy (and by extension, the Game Boy Color) used '''Memory Bank Controllers''' (MBC) (called MMCs on the NES) and also known informally as '''mappers''', to go beyond the restrictive initial hardware specifications. Nevertheless, Nintendo was much more careful to standardize their specifications to just a small number of possible mappers. Moreover, Game Boy ROMs now included an official internal header mandated by Nintendo that included the correct MMC type. This meant that for the officially licensed games, these mappers proved to be rarely a problem... with some notable unimplemented exceptions: Net de Get's MBC6 that offered downloadable content off the internet, and the MMM01 footer used for some official multi-cart games, among others.
+
|style="background:Game;"|Spiral Coffin Murder Case / 螺旋の棺殺人事件
 
+
|style="background:grey;"| Not tested
However, shit hits the fan when it comes to '''unlicensed games''', since they didn't necessarily respect Nintendo's specifications about how a given mapper type should handle its memory and behave in general, and internal headers were often filled with erroneous data to hinder dumping and emulation efforts. Some emulators like MESS and [http://hhug.me/?tags=hhugboy hhugboy] try to emulate that behavior with various degrees of success ([http://hhug.me/dump/ Compatibility List]). The hhugboy project also proposed a similar solution to iNES for this mapper problem, as the [http://hhug.me/gbx/1.0 gbx ROM format] that appends a footer with extra information needed for some unlicensed games. However, this format, much less unlicensed hardware quirks, isn't widely adopted aside from tentative mGBA support.
+
|style="background:Notes;"|
 
+
|style="background:#ffcccc;"|Unavailable
==Hardware Features==
+
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000016818]
===IR Transmitter===
+
|-
The Game Boy Color had an infrared transmitter and receiver. Generation II Pokémon games made use of this feature through Mystery Gift. Super Mario Bros. Deluxe could send high scores to another cartridge. GBE+ had [https://shonumi.github.io/articles/art4.html basic IR emulation] back in July 2016 but it then only worked with Pokémon games. Now, as of [https://shonumi.github.io/articles/art11.html April 2018], it has full IR emulation for most IR-enabled games (Hudson Soft's HuC-1's IR capabilities need to be emulated for Japanese ''Pokémon TCG'').
+
|style="background:Game;"|SplatterHouse
 
+
|style="background:grey;"| Not tested
===Game Boy Camera===
+
|style="background:Notes;"|
{| class="wikitable" style="text-align:center;"
+
|style="background:#ffcccc;"|Unavaliable
! scope="col"|Name
+
|-
! scope="col"|Operating System(s)
+
|style="background:Game;"|Speed Devils
! scope="col"|Build to Use
+
|style="background:grey;"| Not tested
! scope="col"|[[Recommended Emulators|Recommended]]
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Spider-Man 2: 3D NY Rooftops
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Spider-Man 2: The Hero Returns
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Spore Origins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Spore 2 Creatures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Squawk
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Stack'Um
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Star Force - PARSEC1 ~ 3 / スターフォース完全版
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Stargate SG-1
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Star Soldier / スターソルジャー
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/0311/10/n_hudson.html]
 +
|-
 +
|style="background:Game;"|Star Trek: Nemesis
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Star Trek: The Cold Enemy
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Star Wars: The Empire Strikes Back
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Story of Seasons and My Village / 牧場物語 みんなの街とわたしの村
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000011047]
 +
|-
 +
|style="background:Game;"|Street Fighter II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25019.html]
 +
|-
 +
|style="background:Game;"|Street Hoops
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Sukebooo Man
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Super Boom Boom
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Super Drop Mania
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Superman / 海外人気ゲーム
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/30555.html]
 +
|-
 +
|style="background:Game;"|Super Motocross / スーパーモトクロス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/24928.html]
 +
|-
 +
|style="background:Game;"|Super Puzzle Fighter II Turbo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Super Real Mahjong for Mobile
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Super Sketcher
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Super Street Fighter II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Sushi 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Swerve Basketball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Symphony of Eternity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tales of Breaker Chapter 4 / テイルズ オブ ブレイカー 第4章
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://s.inside-games.jp/article/2008/03/04/27524.amp.html]
 +
|-
 +
|style="background:Game;"|Tales of Commons / テイルズ オブ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0808/27/news116.html]
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 1: Kamen Gensō Satsujin Jiken
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tashikuro / たしクロ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://nlab.itmedia.co.jp/games/spv/0806/24/news113.html]
 +
|-
 +
|style="background:Game;"|Tattoo Ink: Hollywood
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tegaki Sonic
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tekken Resolute
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tekken 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tenchi wo Kurau II / 天地を喰らう II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/27286.html]
 +
|-
 +
|style="background:Game;"|Tenchu: Ayame's Tale 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Terminator
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Terminator 3: Rise of the Machines
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tetris Diamond
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tetris Pop
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tetris Revolution
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Thief, Run
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tiger Woods PGA Tour 06
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tiger Woods PGA Tour 09
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tiki Towers
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|T-Mac Street Ball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tom Clancy's Ghost Recon: Jungle Storm
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tom Clancy's H.A.W.X
 +
|style="background:lightgreen;"| Excellent
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Tom Clancy's Rainbow Six: Broken Wing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell: Chaos Theory
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tomorrow is King / あしたは王様
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000005.000000730.html]
 +
|-
 +
|style="background:Game;"|Tomorrow is King 2 / あしたは王様2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000066.000000730.html]
 +
|-
 +
|style="background:Game;"|Topolon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tower Bloxx
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Transformers G1 Awakening (V CAST)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|
 +
|-
 +
|style="background:Game;"|Triple Crown
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Trivia King
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Trivial Pursuit
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Tsuppari Grand Sumo / つっぱり大相撲
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Twelve GEMs
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|The Twilight Saga: Memory Quest
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|ULTIMATE ANGELS
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[http://www.tecmo.co.jp/product/tgame/product02.htm]
 +
|-
 +
|style="background:Game;"|Ultimate helper! "Muscle Man / 究極助っ人!筋肉男
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.dreamnews.jp/press/0000014913]
 +
|-
 +
|style="background:Game;"|Ultimate Chess 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ultimate Spider-Man
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Umeko! Don't die! / 梅子!死ぬな!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/33625.html]
 +
|-
 +
|style="background:Game;"|Uno
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Unō Paradise
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Vancouver 2010: Official Mobile Game of the Olympic Winter Games
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Vanguard (unreleased/prototype)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Venture 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Verizon Championship Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Video Poker Master
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Viral Attack
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|VZW Mahjong
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|VZW Texas Hold'em
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|Wakuwakuinami / わくわくテニス
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15967.html]
 +
|-
 +
|style="background:Game;"|Wallace & Gromit Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Where's Waldo?
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Who Wants to Be a Millionaire?
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Wolfenstein RPG
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|
 +
World Series of Poker: Pro Challenge
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|
 +
World Poker Tour: Texas Hold'Em 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00ff7f;"|Yes
 +
|-
 +
|style="background:Game;"|WRC: FIA World Rally Championship Mobile 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Xanadu: Dragon Slayer II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Xevious
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|X-RAD
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Yahtzee
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Yahtzee Adventures
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Yahtzee Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Yamasa Slot World EZ / 山佐スロワールドEZ
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0501/26/news097.html]
 +
|-
 +
|style="background:Game;"|YetiSports: Games of the Yeti Volume 1
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ys Book 1: The Vanished Omens
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ys VI: The Ark of Napishtim
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|-
 +
|style="background:Game;"|Ys VI: The Box of Napishtem / イースVI~ナピシュテムの匣
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://www.itmedia.co.jp/mobile/amp/0601/18/news100.html]
 +
|-
 +
|style="background:Game;"|ZANAC
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 +
|style="background:Ref.;"|[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17586.html]
 +
|-
 +
|style="background:Game;"|Zombie Infection
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[mGBA]]
+
|style="background:Game;"|Zombieland
|Multi-platform
+
|style="background:grey;"| Not tested
|0.7
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|[[VisualBoy Advance#VBA-M|VBA-M]]
+
|style="background:Game;"|Zombieland 2
|Multi-platform
+
|style="background:grey;"| Not tested
|Latest
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|GiiBiiAdvance
+
|style="background:Game;"|Zombie Master / ゾンビマスター
|Windows
+
|style="background:grey;"| Not tested
|?
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
 +
|style="background:Ref.;"|[https://prtimes.jp/main/html/rd/amp/p/000000082.000000730.html]
 
|-
 
|-
|[[BGB]]
+
|style="background:Game;"|Zoo Tycoon 2 Mobile
|Windows
+
|style="background:grey;"| Not tested
|?
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavaliable
 
|-
 
|-
|Hashcam
+
|style="background:Game;"|Zuma Deluxe
|Windows
+
|style="background:grey;"| Not tested
|[http://www.darkfader.net/gbc Source]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#00ff7f;"|Yes
 
|}
 
|}
The Game Boy Camera is an official Nintendo accessory for the Game Boy and was released in 1998. Users can take pictures and modify them with stickers and frames, as well as play several included minigames. In addition to the original model, there was a US-exclusive Legend of Zelda: Ocarina of Time edition that included different stamps.
 
 
The first emulator to have some capability of emulating the Game Boy Camera was a modified version of an old emulator called Hash. This version, named Hashcam, can still be found on the author's website. While there were some efforts to run the Game Boy Camera ROM in BGB unofficially, the author didn't show much interest in it. However, it is fully emulated with webcam support in a lesser-known emulator called GiiBiiAdvance.
 
 
As of version 0.7.0, or any dev builds post 0.6.0, mGBA can emulate this accessory by either using the PC's webcam or sending a BMP, GIF, JPEG, PNG, or other image format to the game, as if it was coming from the camera itself.<ref name="mGBA_Cam">{{cite web|url=https://twitter.com/mGBA_emu/status/890954205472501762|title=Game Boy Camera in mGBA dev builds|publisher=Twitter|accessdate=2018-08-10|date=2017-07-28}}</ref>  The camera is also functional on the 3DS port. To enable the PC webcam, go to <code>Game Boy</code> under <code>settings</code> and switch the <code>camera driver</code> to <code>Qt Multimedia</code>, or by editing <code>qt.ini</code> and setting <code>cameraDriver=1</code> under <code>[General]</code>.
 
 
===Game Boy Printer===
 
Game Boy Printer is a thermal printer accessory released by Nintendo in 1998 used in conjunction with the Game Boy Camera and also used to prints images from compatible GB games such as ''Pokémon Gold and Silver'', ''Pokémon Crystal'', ''Super Mario Bros. Deluxe'', ''Donkey Kong Country'' and ''The Legend of Zelda: Link's Awakening DX''.
 
 
[[VisualBoy Advance]] (including its forks), [[GBE+]] and [[mGBA]] have Game Boy Printer support that turn the signals into a bitmap form of the image.
 
 
===Motion Control (Tilt Sensor)===
 
Two Game Boy Color games featured a built-in tilt sensor: Kirby Tilt 'n' Tumble and Command Master. These games cannot be played without support for this feature. [[VisualBoy Advance|VBA]] and [[KiGB]] have a "Motion Sensor" option to map four directional keys to emulate the cartridge tilting, but the controls aren't analog. [[BGB]] can emulate the tilting features with the use of the mouse.
 
 
===Rumble===
 
A good number of cartridges came with a built-in rumble that required an AAA battery to power, such as ''Pokémon Pinball'', but the feature is optional. It is unknown if any emulator supports this feature.
 
 
===Multiplayer===
 
* '''Link Cable:''' [[BGB]], [[KiGB]], some versions of [[VisualBoy Advance#VBA-M|VBA-M]] and [[TGB Dual|TGB-Dual]] supports link cable. It can also be used for Netplay on the corresponding [[RetroArch]] core.
 
* '''4-Player Adapter:''' Currently only [[GBE+]] supports it. There is a 16-Player adapter as well, but it went unreleased outside of unused code in some games, and as such isn't emulated.
 
 
===Online Features===
 
====Mobile Game Boy Adapter====
 
There is a Japan-only accessory that communicates with Mobile Golf and Japanese Pokémon Crystal. It was bundled with Mobile Trainer cartridge which allowed the player to use e-mail as well as browse Nintendo's website. It saw use on some Game Boy Color and Game Boy Advance games, but support was limited to Japan, and the servers went offline by 2002.
 
 
It is possible to partially emulate its feature for Pokémon Crystal by [http://forums.glitchcity.info/index.php?topic=7509.0 using BGB's scripting capability], and GBE+ can at least reach the title screen of Mobile Trainer and made [https://www.reddit.com/r/EmuDev/comments/9141oy/making_progress_with_gb_mobile_adapter_emulation/ some progress in July 2018], but otherwise, no emulators properly support this accessory.
 
 
====Hudsonsoft KISS Link====
 
This accessory allowed users to download exclusive content by them from Hudsonsoft's website. No emulator supports this.
 
 
===Accessories===
 
There are [[wikipedia:Game Boy accessories#Game Boy|a few accessories that the Game Boy and Game Boy Color]] had. Due to their very small and game-specific use, most emulators don't bother with them at all, save for GBE+.
 
 
* '''Game Boy Pocket Sonar:''' Japan only cartridge released by Bandai. It is a sonar-enabled device used for fishing with a fishing game included. Only GBE+ [https://shonumi.github.io/articles/art13.html supports] this feature. A similar cartridge was released for the WonderSwan (still unemulated).
 
* '''Barcode Boy:''' An obscure Japan-only barcode-scanning device released by Namcot (then-Namco's consumer division) in 1992. A total of 4 games were released to utilize this accessory. KiGB and GEST claim support for this device, but they only feed random data to Game Boy until the game accepts it as a valid barcode. GBE+ has [https://shonumi.github.io/articles/art7.html proper emulation] with the ability to read barcodes from binary files.
 
* '''Barcode Taisen Bardigun:''' Another Japan only barcode-scanning device with the dedicated game. GBE+ [https://shonumi.github.io/articles/art6.html supports this accessory].
 
* '''Singer Sewing Machine:''' There is link cable support for the Singer IZEK Digital Sewing Machine. The IZEK was unique in that it came bundled with a specially coloured Game Boy and a cartridge for interfacing with the machine.<ref name="IZEK_1">{{cite web|url=https://www.youtube.com/watch?v=AlhJKMXU7tg&t=5m25s|title=Game Boy Part 2 - Did You Know Gaming? Feat. Jake of Vsauce3|publisher=Youtube|accessdate=2018-08-10|date=2014-05-24}}</ref><ref name="IZEK_2">{{cite web|url=https://www.youtube.com/watch?v=K-Epj2_eJdA|title=Singer IZEK Digital Sewing Machine - Gameboy Color Controller (Game Boy Color) Review|publisher=Youtube|accessdate=2018-08-10|date=2014-06-24}}</ref> No emulator supports this, mostly due to the IZEK being a rare item, along with the complexity of implementing a [https://hackaday.com/2015/01/07/arduino-controlled-sewing-machine-increases-stitch-options/ similarly automated sewing machine].
 
 
==References==
 
{{reflist}}
 
  
 
==External links==
 
==External links==
* [http://gbdev.gg8.se/wiki/articles/Main_Page Game Boy Development Wiki] – Information about the Game Boy
+
* [https://discord.gg/re9Ab3cpj7 Discord server]
* [http://www.youtube.com/watch?v=h_j0w7r6xSk Emulating Game Boy Camera and Game Boy Printer in BGB (work in progress)] – Game Boy Camera ROM running in BGB unofficially by exploiting linking capabilities
+
* [https://lpcwiki.miraheze.org/wiki/Qualcomm_BREW BREW article]
 
+
* [https://www.youtube.com/channel/UC-c4v27-3H_rZJW_jk3jPJw kraze's YouTube channel], dedicated to BREW preservation
 
 
{{Nintendo}}
 
  
[[Category:Consoles]]
+
[[Category:Emulators]]
[[Category:Nintendo consoles]]
+
[[Category:Binary Runtime Environment for Wireless emulators]]
[[Category:Game Boy/Game Boy Color emulators|*]]
+
[[Category:Android emulation software]]
[[Category:Fourth-generation video game consoles]]
 

Revision as of 05:41, 6 November 2021

Melange
Developer(s) UsernameAK (a.k.a. /bin/cat)
Latest version 1.0.2
Active Yes
Platform(s) Android
Emulates BREW
Programmed in C
Source code GitLab

Melange is an Qualcomm BREW emulator for Android, written in C. While it is free and open-source, it contains proprietary components from Qualcomm, the platform's creator.

How to use

Game path :

In /sdcard/Android/data/io.github.usernameak.brewemulator/files/, place manifest files (.mif) in mif/<game_name>.mif and application resources in mod/<game_name>.

Screen resulation :

Create a breConfig.toml text file under the path Android/data/io.github.usernameak.brewemulator/files/sys,

  • Add the following text in breConfig.toml
width = px
height = px
e.g.
width = 240
height = 320

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 BREW games not requiring OpenGL (e.g. Doom RPG) or some other APIs and OpenGL 3D games doesn't work (e.g. BioShock 3D). As such, some KTF titles work with font glitches, but not Zeebo titles support, as OpenGL are unimplemented. The emulator is in early development.

Features

  • Better Compatibility.
  • Most of BREW titles run.
  • Some KTF titles run with font problem.
  • Zeebo games are unsupported.
  • Touchscreen support is unimplemented.
  • One screen control support.
  • Sound is not supported.

Screenshots

UI
UI.jpg
Gameplay
MS4.jpg TDK.jpg

Downloads

Melange
Android 1.0.2
Apps

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

Set Backups
Qualcomm BREW Games 2008-2010
2015-2018
Mirror
Super Mirror
Super Backup + more games
(Password: Straces)
Korean KTF BREW 358 Mobile Games
Korean 2003-2004 KTF BREW eMule network Mobile Games
Zeebo Game & App Compilation
Allsiemens.com list by kraze N/A
Straces collection N/A
Korean BREW MP games collection N/A

Compatibility list

Key
Compat Legend Class
Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay. Excellent
Games that work 100%, good audio, or other things that still affect gameplay. Perfect
Games that work 100% or have few/very major issues, like stuttering audio, or other things that don't affect gameplay. Okay
Games that mostly work but with more serious but playable bugs, or random lockups (random doesn't mean lock up every time at the same spot in the game). Issues
Games that do not load and have major problems and/or are unplayable, or have consistent lock ups. Doesn't Work
Unknown status. Game has not been tested, or the test results were unclear. Untested
Name Status Notes Dumped/Available? Ref.
1000 Words Not tested Unavailable
1942 Not tested Unavailable
1943 Midway Battle / 1943 ミッドウェイ海戦 Not tested Unavailable [1]
2004 GameLoft Real Football / 2004 ゲームロフト リアルサッカー Not tested Unavailable [2]
2 Fast 2 Furious Not tested Unavailable
365 Puzzle Club Not tested Unavailable
3°C Not tested Unavailable
3D Battle Tank Not tested Unavailable
3D Brick Breaker Revolution 2 Not tested Unavailable
3D Fast & Furious Pink Slip Not tested Unavailable
3D Rollercoaster Rush Not tested Unavailable
3D Slam Ping Pong Not tested Unavailable
3D The Fast and the Furious Not tested Unavailable
3D The Fast and the Furious: Tokyo Not tested Unavailable
3D Tilt-A-World Not tested Unavailable
4 Elements Not tested Unavailable
7 Wonders of the Ancient World Not tested Unavailable
A certain company voyage game / 某社航海ゲーム Not tested Unavailable [3]
Ace Combat / エースコンバット Not tested Unavailable [4]
Action Hero 3D: Wild Dog Not tested Unavailable
ADV Midomaru Residence Case Introduction Part 1 / ADV御堂丸邸事件 導入編/前編 Not tested Unavailable [5]
Age of Empires 2 DX / エイジオブエンパイア 2 DX Not tested Unavaliable [6]
Ai Senshi Nicol Not tested Unavailable
Ai to Rōdō no Hibi Not tested Unavailable
Akubi Girl Liz Mix / アクビガール リズミックス Not tested Unavailable [7]
Ali 3D Not tested Unavailable
Aliens: Unleashed Not tested Unavailable
Aliens vs Predator 3D Not tested Unavailable
Aliens vs Predator: Requiem Not tested Unavailable
Alpine Racer EX Not tested Unavailable
Aladdin Not tested Unavailable
Amber Will / 琥珀色の遺言 Not tested Unavailable [8]
AND1 Street Basketball / AND1 ストリートバスケ Not tested Yes [9]
AND 1 Streetball Not tested Yes
Andretti Racing 3D Not tested Yes
Anytime !! 3D Golf DX / いつでも!!3DゴルフDX Not tested Unavailable [10]
Anytime Paint Puzzle / いつでもペイントパズル Not tested Unavailable [11]
Arcana-Ecstasy of Light and Darkness / アルカナ~光と闇のエクスタシス~ Not tested Unavailable [12]
Are you smarter than a 5th Grader? Not tested Unavailable
Area 88 / エリア88 Not tested Unavailable [13]
Argos Warrior / アルゴスの戦士 Not tested Unavailable [14]
Arji and Shitsuji / アルジとシツジ Not tested Unavailable [15]
Arm Macho! / 腕マッチョ! Not tested Unavailable [16]
Armadillo Gold Rush Not tested Unavailable
Ashoka Not tested Unavailable
Asphalt 4: Elite Racing Not tested Unavailable
Asphalt: Urban GT Not tested Unavailable
Asphalt: Urban GT 2 3D Not tested Unavailable
Asteroids Not tested Yes
Athena Full Throttle / アテナ フルスロットル Not tested Unavailable [17]
Attack of the Flarb Not tested Unavailable
Atletismo Not tested Unavailable
Aulbath: Wild River Not tested Unavailable
Avalanche Snowboarding Not tested Unavailable
Avatar Heart 2 / アバタールハート2 Not tested Unavailable [18]
Bases Loaded Not tested Unavailable
Bathing Combat Game / 入浴戦闘ゲーム Not tested Unavailable [19]
Batman Begins Not tested Unavailable
Battle ☆ Bomberman 8 / 対戦☆ボンバーマン8 Not tested Unavailable [20]
Battle! Fighting Glitter Legend / 対戦!格闘煌伝説 Not tested Unavailable [21]
"Battle Garegga Part 1 / バトルガレッガ前編 Not tested Unavailable [22]
Beach Volley Girl Shizuku Not tested Unavailable
Beach Volley Girl Shizuku 2: Hishō-hen Not tested Unavailable
Beach Volley Girl Shizuku 3: Sekai Taikai-hen Not tested Unavailable
Bejeweled: Twist Not tested Unavailable
Beowulf / ベオウルフ Not tested Unavailable [23]
Big Buck Hunter Pro Not tested Unavailable
BioShock 3D Doesn't work Yes
The Birds: Evil has Wings Not tested Unavailable
BLACK JACK & POKER Not tested Unavailable [24]
Blacksmith in Wonderland / 不思議の国の鍛冶屋 Not tested Unavailable [25]Official
Blade: Trinity Not tested Unavailable
Blingster Battle Not tested Unavailable
Block Breaker Deluxe Not tested Yes
Block Breaker Deluxe 2 Not tested Yes
Block Breaker 3 Unlimited Not tested Unavailable
Blokus Not tested Unavailable
Bloody Ghost / ブラッディゴースト Not tested Unavailable [26]
Blue Wolf White Female Deer Genghis Khan / 蒼き狼白き牝鹿 ジンギスカン Not tested Unavailable [27]
Bloons Not tested Unavailable
Bode Miller Alpine Racing Not tested Unavailable
Bomberman 3D Island / ボンバーマン3Dアイランド Not tested Unavailable [28]
Bomberman Land: Battles Not tested Unavailable
Bomberman Special Not tested Unavailable
Bomberman Puzzle / ボンバーマンパズル Not tested Unavailable [29]
Bonk's Return Not tested Unavailable
Bookworm Deluxe Not tested Unavailable
Bosconian / ボスコニアン Not tested Unavailable [30]
Brain Exercise Not tested Yes
Brave Shot 2 Not tested Unavailable
Brothers in Arms: Earned in Blood 3D Doesn't work Yes
Bruce Lee – Iron Fist 3D Not tested Unavailable
Bubble Ducky Not tested Unavailable
Bugs Bunny: Rabbit Rescue Not tested Unavailable
Burnout Not tested Unavailable
Buzztime Trivia Not tested Unavailable
Cake Mania Celebrity Chef Not tested Unavailable
Call Of Duty 5: World At War Not tested Yes
Cameltry / キャメルトライ Not tested Yes [31]
Cartel Wars Not tested Unavailable
CATCHa Mouse Not tested Unavailable
Centipede Not tested Yes
Chaos Breaker / カオスブレイカー Not tested Unavailable [32]
Chessmaster Not tested Unavailable
Chief of Wonderland 2 / 不思議の国の長者2 Not tested Unavaliable [33]
Chocobo de Mobile / チョコボdeモバイル Not tested Unavaliable [34]
Choro-Q Cannonball 3D / チョロQキャノンボール (3D by Mascot Capsule) Not tested Unavaliable [35]
Chuck Norris: Bring on the Pain Not tested Unavailable
Churashima Kurashi Not tested Unavailable
Chuzzle / チャズル Not tested Unavailable [36]
Chuzzle Deluxe Not tested Unavailable
Cinematic Soccer Not tested Unavailable [37]
City Connection: Rocket Not tested Unavailable
Classic Mini Golf 3D Not tested Yes
Clue Not tested Unavailable
Cluster fruits Not tested Unavailable
Collapse! Chaos Not tested Yes
Collapse! Blast Not tested Unavailable
Collapse! Holiday Edition Not tested Unavailable
Common Knowledge Quiz Not tested Unavailable
Competitive Cyber ​​Reversi / 対戦サイバーリバーシ! Not tested Unavailable [38]
Congklak Not tested Yes
Congo Cube Not tested Unavailable
Contra Not tested Unavailable
Contra 4: Redux Not tested Yes
CR Shinkai Monogatari Special M6 / CR新海物語スペシャルM6 Not tested Unavailable [39]
Crazy diver Not tested Yes
Crazy Texi Not tested Unavailable
Crash N Burn Not tested Unavailable
Crash Twin Insanity Not tested Unavailable
Creature Shock Not tested Unavailable
Critter Crunch Not tested Yes
The crown is for you / 栄冠は君に Not tested Yes [40]
Crystal Defenders Not tested Unavailable
Crystal Monsters Not tested Unavailable
Cubis 2 Not tested Unavailable
Custom !! 3D Golf / カスタム!!3Dゴルフ Not tested Unavailable [41]
Damage San Not tested Unavailable
Danmaku Kentei Shiken: Dai-Ou-Jou-Hen Not tested Unavaliable
Darius Not tested Unavaliable
Dark Castle Not tested Unavaliable
The Dark Horse Horse Not tested Yes
The Dark Knight Perfect Yes
Darts for a camera phone Not tested Unavaliable
The Da Vinci Code: The Quest Begins Not tested Unavaliable
Days of Memories ~ He and my hot summer / Days of Memories ~彼と私の熱い夏 Not tested Unavaliable [42]
Days of Memories ~ Oedo Love Picture Scroll / Days of Memories ~大江戸恋愛絵巻 Not tested Unavaliable [43]
Days of Memories-Koi wa Good Job! / Days of Memories ~恋はグッジョブ! Not tested Unavaliable [44]
Days of Memories ~ Pure White Angels / Days of Memories ~純白の天使たち Not tested Unavaliable [45]
Days of Memories 2 ~ To my most important you / Days of Memories 2 ~僕の一番大切な君へ Not tested Unavaliable [46]
Days of Memories ~僕と彼女の熱い夏 / Days of Memories ~僕と彼女の熱い夏 Not tested Unavaliable [47]
de Blob Not tested Unavaliable
Defender Not tested Unavaliable
Delicious – Emily’s Taste of Fame Not tested Unavaliable
Demon's Saga 2 Not tested Unavaliable [48]
Derek Jeter Pro Baseball 2009 Not tested Unavaliable
Derek Jeter Pro Baseball 3D 2007 Not tested Unavaliable
Detective Jinguji Saburo & Mystery Jike! / 探偵 神宮寺三郎&謎じけ! Not tested Unavaliable [49]
Detonate Not tested Unavaliable
Devil Hunter / デビルハンター Not tested Unavailable [50]
Devil Maker / デビルメーカー Not tested Unavailable [51]
Devil May Cry: Dante X Vergil Not tested Unavaliable
Diamond Detective Not tested Unavaliable
Diamond Twister Not tested Unavaliable
Dig Dug Not tested Unavaliable
Dig It! Not tested Unavaliable
Digital Devil Story: Megami Tensei / デジタルデビル物語 女神転生 Not tested Unavaliable [52]
Digital Devil Story: Megami Tensei II / デジタルデビル物語 女神転生 ll Not tested Unavaliable
Diner Dash Not tested Unavaliable
Diner Dash: Flo on the Go Not tested Unavaliable
Disney•Pixar Ratatouille Not tested Unavaliable
DJ Baseball 2005 (Medal) / DJベースボール2005 (メダル) Not tested Unavaliable [53]
Doodle Jump Not tested Yes
Doom II RPG Excellent Yes
Doom RPG Excellent Heavy glitches, requires patch. Yes
Donald Trump's Real Estate Tycoon Not tested Unavaliable
Double Dragon (KTF) Not tested Yes
Downtown Texas Hold 'Em Not tested Unavaliable
Dragon Buster / ドラゴンバスター Not tested Yes [54]
Dragon Fire Pinball Not tested Yes [55]
Dragon Sword Not tested Yes
Dragon Warrior III Not tested Unavaliable
Dragon Quest Mystery Dungeon MOBILE / ドラゴンクエスト 不思議のダンジョン MOBILE Not tested Unavaliable [56]
Dragon Quest & Final Fantasy in Fortune Street MOBILE / ドラゴンクエスト&ファイナルファンタジー in いただきストリートMOBILE Not tested Unavaliable [57]
Dragon Quest ll Not tested Unavaliable
Dragon Quest II Evil Spirit Gods / ドラゴンクエストII 悪霊の神々 Not tested Unavaliable [58]
Dream Chronicles Not tested Unavaliable
Driv3r Not tested Yes
Driver: L.A. Undercover Not tested Unavaliable
Drummania / ドラムマニア Not tested Unavaliable [59]
Duke Nukem Battlefields Not tested Yes [60]
Duke Nukem Arena Not tested Yes
Duke Nukem Mobile Excellent Yes
DuraTrax Mobile RC Not tested Unavaliable
DX Millionaire / DX大富豪 Not tested Unavaliable [61]
DX Pinball Heaven and Hell / DXピンボール 天国と地獄 Not tested Unavaliable [62]
Dynamic Thunder V / ダイナミックサンダーV Not tested Unavaliable [63]
Early Cross EX Soccer / アーリークロスEXサッカー Not tested Unavaliable [64]
Earthworm Jim: Special Edition Excellent Yes
Edge Not tested Unavaliable
The Elder Scrolls Travels: Dawnstar Not tested Unavaliable
The Elder Scrolls Travels: Stormhold Not tested Unavaliable
Elemental Gelade / エレメンタル ジェレイド Not tested Unavaliable [65]
The End of the Night, Beyond Goodbye / 最果ての夜、さよならの向こう Not tested Unavaliable [66]
Escape Not tested Unavaliable
Everyday English Trainer Not tested Unavaliable
Ever Quest: Hero's Call Not tested Unavaliable
EX High School Baseball 3 / EX高校野球3 Not tested Unavaliable [67]
EX University Ekiden / EX大学駅伝 Not tested Unavaliable [68]
Expanded Fantasy / エクスパンドファンタジー Not tested Unavailable [69]
Exploration hamster / 探検ハムスター Not tested Unavaliable [70]
Family Feud Not tested Unavaliable
Family Guy: Uncensored Not tested Unavaliable
Famista Mobile / ファミスタモバイル Not tested Unavaliable [71]
The Fast and the Furious: Fugitive 3D Not tested Unavaliable
The Fast and the Furious: Fugitive Not tested Unavaliable
The Fast and the Furious: Pink Slip 3D Not tested Unavaliable
Feeding Frenzy Not tested Unavaliable
Ferrari GT: Evolution Not tested Unavaliable
Ferrari World Championship Not tested Unavaliable
Fieldrunners Not tested Unavaliable
FIFA World Cup: On the Break Not tested Unavaliable
Fiftgrather Not tested Unavaliable
Fight Club Not tested Unavaliable
Fight Hard 3D Not tested Unavaliable
Fight Night Round 3 Not tested Unavaliable
Fight Night Round 4 Not tested Unavaliable
Fighting Legend Akagi ~ The Genius Who Fell Into the Darkness / 闘牌伝説 アカギ ~闇に舞い降りた天才 Not tested Unavaliable [72]
Fighting Spirit Road / 闘魂ロード Not tested Unavaliable [73]
Final Fantasy Not tested Unavaliable
Final Fantasy ll Not tested Unavaliable
Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku Not tested Unavaliable
Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui Not tested Unavaliable
Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu Not tested Unavaliable
Final Fantasy IV: The After Years Not tested Unavaliable
Final Fantasy IV: The After Years - Edge's Tale Not tested Unavaliable
Final Fantasy IV: The After Years - Edward's Tale Not tested Unavaliable
Final Fantasy IV: The After Years - Kain's Tale Not tested Unavaliable
Final Fantasy IV: The After Years - Palom's Tale Not tested Unavaliable
Final Fantasy IV: The After Years - Porom's Tale Not tested Unavaliable
Final Fantasy IV: The After Years - Rydia's Tale Not tested Unavaliable
Final Fantasy IV: The After Years - The Lunarians' Tale Not tested Unavaliable
Final Fantasy IV: The After Years - Yang's Tale Not tested Unavaliable
Final Fantasy VII: Before Crisis Not tested Unavaliable
Final Fantasy VII: Dirge of Cerberus Lost Episode Not tested Unavaliable
FINAL FANTASY Legends Light and Dark Warrior / ファイナルファンタジー レジェンズ 光と闇の戦士 Not tested Unavaliable [74]
Fist of the North Star-Hayakenden / 北斗の拳~早拳伝 Not tested Unavaliable [75]
Fish Tycoon Not tested Unavaliable
Flight Control Not tested Unavaliable
Fliple / フリップル Not tested Unavaliable [76]
FlipIt! Not tested Unavaliable
Flyhight Cloudia Not tested Unavaliable
Flyhight Cloudia II Not tested Unavaliable
Flyhight Cloudia III Not tested Unavaliable
Flyhight Cloudia IV: Eien no Kizuna Not tested Unavaliable
Flynn's Adventures Not tested Unavaliable
Football Trivia Not tested Unavaliable
Fortress Double Not tested Unavaliable
Fortress Tournament Not tested Unavaliable
Fox Motocross 3D Not tested Unavaliable
Frogger Plus Not tested Unavaliable
Furry Legends Not tested Unavaliable
Galaga Not tested Unavaliable [77]
Galaxy on Fire Not tested Unavaliable
Gallop Racer / ギャロップレーサー Not tested Unavailable [78]
Game God DX / ゲームの神様DX Not tested Unavailable [79]
General Store Barcodo / よろず屋バーコー堂 Not tested Unavailable [80]
Geo Fantasia / ジオファンタジア Not tested Unavailable [81]
Get out early! / 早く出してよ! Not tested Unavailable [82]
Ghostbusters Mobile Not tested Unavaliable
Ghouls'n Ghost Village / 大魔界村 Not tested Unavailable [83]
Ghosts 'N Goblins Not tested Unavaliable
Ghosts 'N Goblins / 魔界村騎士列伝 II Not tested Unavailable [84]
Ghosts 'N Goblins: Gold Knights Not tested Unavaliable
Gobaksodor Not tested Unavaliable
God of War: Betrayal Not tested Unavaliable
Golemya Monogatari / 本格メガゲームズ Not tested Unavailable [85]
Golf Life / ゴルフライフ Not tested Unavailable [86]
Golf Superstars Not tested Unavaliable
Gradius Not tested Unavaliable
Grappler 2 / グラップラ2 Not tested Unavaliable [87]
Great Legends: Vikings Not tested Unavaliable
Great Strategy Online / 大戦略オンライン Not tested Unavaliable [88]
Greedy Snake Not tested Yes
Grinsia Not tested Unavaliable
Groovy Arche / グルーヴィーアーチェ Not tested Unavaliable [89]
Guitar Hero III Mobile Not tested Unavaliable
Gum Blox Not tested Yes
G-Unit: Free Yayo Not tested Unavaliable
Hanjuku Hero Mobile / 半熟英雄モバイル Not tested Unavaliable [90]
Harlem Globetrotters Not tested Unavaliable
Heavy Weapon Deluxe Not tested Unavaliable
Helistrike 3D Not tested Unavaliable
Herakles no Eikō III: Kamigami no Chinmoku Not tested Unavaliable
Heroes Lore: Wind Of Soltia Not tested Unavaliable
Heroes Lore 2 Not tested Unavaliable
Hero Must Die Not tested Unavaliable
Hexcite Fusion Not tested Unavaliable
Hidden Expedition: Everest Not tested Unavaliable
Highway Racer Not tested Yes
Hills and Rivers Remain Not tested Unavaliable
Hot Blood New Record 400M Haul / 熱血新記録400Mハードル Not tested Unavailable [91]
Hot Blood New Record Hammer Throw Golf / 熱血新記録ハンマー投げゴルフ Not tested Unavailable [92]
ID4 Independence Day Not tested Unavaliable
Infinite form Disgaea Not tested Unavaliable [93]
Inuyasha Not tested Unavaliable
I-play Bowling Not tested Unavaliable
Irekae IQ Crossword DX Not tested Unavaliable
Ironman Stewart's Off-Road Not tested Unavaliable
iShoot Not tested Yes
Jail Trail Not tested Unavaliable
JAMDAT Bowling Not tested Yes
JAMDAT Bowling 2 Not tested Unavaliable
JAMDAT Bowling 3D Not tested Yes
JAMDAT Sudoku Not tested Unavaliable
James Patterson: Women's Murder Club - Death in Scarlet Not tested Unavaliable
JAWS 3D (V CAST) Not tested Unavaliable
Jewel Quest Not tested Unavaliable
Jewel Quest 2 (Demo) Not tested Unavaliable
Jewels and Jim Not tested Unavaliable
Johnny Crash Not tested Unavaliable
Johnny Crash Stuntman Does Texas Not tested Unavaliable
Kagero -Destiny 1 / 影牢 Not tested Unavailable [94]
Kaptaan Dhoni We Not tested Yes
Karma Fighter Not tested Unavaliable
Keitai Shōjo Not tested Unavaliable
KiKi KaiKai / 奇々怪界 Not tested Unavaliable [95]
King of Fighters M2 Not tested Unavaliable
THE KING OF FIGHTERS Mahjong / 麻雀 Not tested Unavailable [96]
THE KING OF FIGHTERS -MOBILE Not tested Unavailable [97]
THE KING OF FIGHTERS -Volleyball Not tested Unavailable [98]
King of RPG144 / RPG144の王 Not tested Unavailable [99]
Kingdom Hearts (V CAST) Not tested
Kodo Not tested Unavaliable
Kururin Cafe Not tested Unavaliable
La Tale mobile / ラテールmobile Not tested Unavailable [100]
Learn to Fly We Not tested Unavaliable
Lego Batman Not tested Unavaliable
Lemonade Tycoon Not tested Unavaliable
Life Game BB / 人生ゲームBB Not tested Unavailable [101]
Life Game Heisei Edition / 人生ゲーム平成版 Not tested Unavailable [102]
Little Shop: World Traveler Not tested Unavaliable
Lock'em Up Not tested Unavaliable
The Legend of Elros Not tested Yes
The Legend of Kage / 影の伝説 Not tested Unavaliable [103]
The Lord of the Rings: The Return of the King Not tested Yes
The Lord of the Rings: The Two Towers Not tested Unavaliable
Unavaliable Planet 2 Not tested Unavaliable
Love Love Knuckle Not tested Unavaliable
Lumines Not tested Unavaliable
Lumines Mobile Not tested Unavaliable
Luxor Not tested Unavaliable
Madden NFL 2006 Not tested Unavaliable
Madden NFL 2007 Not tested Unavaliable
Magical Character Place / マジカルキャラプレース Not tested Unavaliable [104]
Magical Drop DX Not tested Unavaliable
Magical Fantasista Not tested Unavaliable
Magical Fantasista 2 Not tested Unavaliable
Magical Fantasista 3 Not tested Unavaliable
Magical Golf Korupo! / マジカルゴルフこるぽ! Not tested Unavailable [105]
Majokko Princess Not tested Unavaliable
Makiba Monogatari Mobile Life / 牧場物語モバイルライフ Not tested Unavaliable [106]
Maryu Kenki / 魔龍剣記 Not tested Unavaliable [107]
Master of Sword / マスターオブソード Not tested Unavaliable [108]
Maō Company Not tested Unavaliable
Massive Snowboarding 3D Not tested Yes
Mega Man Not tested Yes
Mega Man: Rush Marine Not tested Unavaliable
Memories Off / メモリーズオフ / 메모리즈 오프 Not tested Unavaliable
Mercenaries Saga 2 / マーセナリーズサーガ2 Not tested Unavaliable [109]
Mercenaries Saga 2: Order of the Silver Eagle Not tested Unavaliable
Mercenaries Saga 3: Gray Wolves of War Not tested Unavaliable
Metal Gear Solid Mobile Not tested Unavaliable
Metal Slug (Part 1) / メタルスラッグ (前編) Not tested Unavailable [110]
Metal Slug Fighters / メタルスラッグ ファイターズ Not tested Unavailable [111]
Metal Slug Survivors / メタルスラッグ サバイバーズ Not tested Unavailable [112]
Metal Slug Warriors / メタルスラッグ ウォリアーズ Not tested Unavailable [113]
Metal Slug: Mobile Impact Not tested Yes
Metal Slug Team Mission / メタルスラッグ チームミッション Not tested Unavailable [114]
Meteos Mobile / メテオスモバイル Not tested Unavailable [115]
Midnight Bowling Not tested Unavaliable
Midnight Bowling 2 Not tested Unavaliable
Midnight Bowling 3D Not tested Unavaliable
Midnight Pool 3D Not tested Yes
Midtown Madness 3 Mobile Not tested Unavaliable
Might and Magic II Not tested Unavaliable
Military Madness Not tested Unavaliable
Military Madness 2 Excellent Yes
Million Versus / 大ミリオンヴァーサス Not tested Unavailable [116]
Millionaire 07 Not tested Yes
Millionaire 2010 Not tested Unavaliable
Millionaire - Monster Farm Forest / 大富豪-モンスターファームの森 Not tested Unavailable [117]
Millionaire Music Not tested Yes
Miner 2049er Not tested Unavaliable
Mirakue / ミラくえ Not tested Unavaliable [118]
Mobile Battles: Reign of Swords Not tested Unavaliable
Mobile League Sports Network Not tested Unavaliable
Mobile Romance of the Three Kingdoms 2 / Mobile 三國志2 Not tested Unavaliable [119]
Moe Slot: Beach no Shizuku Not tested Unavaliable
Momotaro Dentetsu TOHOKU / 桃太郎電鉄 Not tested Unavaliable [120]
Momotaro Dentetsu HOKKAIDO / 桃太郎電鉄 Not tested Unavaliable [121]
Momotaro Dentetsu KANTO / 桃太郎電鉄 Not tested Unavaliable [122]
Momotaro Dentetsu KYUSHU / 桃太郎電鉄 Not tested Unavaliable [123]
Momotaro Dentetsu CHUBU / 桃太郎電鉄 Not tested Unavaliable [124]
Momotaro Dentetsu SETOUCHI / 桃太郎電鉄 Not tested Unavaliable [125]
Momotaro Dentetsu WORLD / 桃太郎電鉄 Not tested Unavaliable [126]
Momotaro Dentetsu KINKI / 桃太郎電鉄 Not tested Unavaliable [127]
Momotaro Dentetsu JAPAN Deluxe Edition / 桃太郎電鉄 Not tested Unavaliable [128]
Momotaro Dentetsu AOMORI / 桃太郎電鉄 Not tested Unavaliable [129]
Momotaro Dentetsu SHIZUOKA / 桃太郎電鉄SHIZUOKA Not tested Unavaliable [130]
Momotaro Dentetsu TOKAI / 桃太郎電鉄TOKAI Not tested Unavaliable [131]
Momotaro Dentetsu TOKYO / 桃太郎電鉄TOKYO Not tested Unavaliable [132]
Momotaro Electric Railway JAPAN / 桃太郎電鉄 Not tested Unavaliable [133]
Monkey Bars Not tested Unavaliable
Monopoly Not tested Yes
Monopoly Here and Now Not tested Unavaliable
Monopoly Worldwide Not tested Unavaliable
Monster Farm Seven Lines - Monster Farm Edition / モンスターファーム七ならべ  モンスターファーム編 Not tested Unavailable [134]
Monster Farm SPEED / モンスターファームSPEED Not tested Unavailable [135]
Monster Smash Not tested Unavaliable
Moon Patrol Not tested Unavaliable
Moto GP 2 Not tested Yes
Movement / Object / Chain / Chain / 動・物・連・鎖 Not tested Unavailable [136]
Mr Do's Circus Not tested Unavaliable
Mr. Driller / ミスタードリラー Not tested Unavaliable [137]
Ms Pac-man Not tested Yes
MTV Star Factory Not tested Unavaliable
The Mummy / ハムナプトラ Not tested Unavaliable [138]
Muncher Not tested Unavaliable
MX vs ATV: Untamed Not tested Yes
My Monster Pet Not tested Unavaliable
Mystia 2 Not tested Unavaliable
Narnia Prince Caspian An Not tested Unavaliable
NBA Live 06 Not tested Unavaliable
NBC Sports Figure Skating Not tested Unavaliable
NBC Sports National Heads-Up Poker Championship Not tested Unavaliable
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 Not tested Yes
New Rally-X Not tested Unavaliable
Night Hike Not tested Unavaliable
Ninja Jajamaru-kun Ranbu Not tested Unavaliable
Ninja no Gakko Not tested Unavaliable
Ninja Prophecy Not tested Unavaliable
Ninja Ryukenden / 忍者龍剣伝 Not tested Unavailable [139]
Ninjutsu / 忍術 Not tested Unavaliable [140]
Nintendo High School Dodgeball Club Soccer Edition / 熱血高校ドッジボール部サッカー編 Not tested Unavailable [141]
NOM Not tested Unavaliable
NOM 2 Not tested Unavaliable
Omagatoki no Rhapsody / 逢魔が刻の狂詩曲 Not tested Unavailable [142]
Orcs & Elves Not tested Yes
Orcs & Elves ll Not tested Yes
The Oregon Trail Not tested Unavaliable
Othello / オセロ Not tested Unavaliable [143]
Pac-Man: Championship Edition Excellent Yes
PAC-MAN Arcade Golf Not tested Unavaliable
Pac-Man Bowling Not tested Unavaliable
Pac-Mania Not tested Unavaliable
Pac-Man Kart Rally 3D Not tested Unavaliable
Pandemonium! Not tested Unavaliable
Panick Bomber / ぱにっくボンバー Not tested Unavaliable [144]
Peggle Extreme Not tested Unavaliable
Petit Game Friends / プチゲーフレンズ Not tested Unavaliable [145]
Phishing everywhere / どこでもフィシング Not tested Unavaliable
Phoenix Wright, Ace Attorney Not tested Unavaliable
Pitfall! Not tested Unavaliable
Plantasia Not tested Unavaliable
Plants vs. Zombies Not tested Unavaliable
Pocket God Not tested Unavaliable
Pole Position II Not tested Unavaliable
Pool Pro Online (1 & 2) Not tested Unavaliable
ポップ☆タワー Not tested Unavaliable [146]
Powerboat Challenge Not tested Unavaliable
The Price is right Not tested Yes
Prey Mobile 3D Not tested Unavaliable
Princess Tomato in the Salad Country / サラダの国のトマト姫 Not tested Unavaliable [147]
Prince of Persia 3D (V CAST) Not tested Unavaliable
Prince of Persia: Harem Adventures Not tested Unavaliable
Prince of Persia HD Not tested Unavaliable
Prince of Persia: The Sands of Time Not tested Unavaliable
Pro Bike Racing Not tested Unavaliable
Professional Baseball TV / プロ野球TV Not tested Unavaliable [148]
Pucchin Puzzle Not tested Unavaliable
Punisher Not tested Unavaliable
Punitto Erase / プニっと消して Not tested Unavaliable [149]
Putt de Golf / パットdeゴルフ Not tested Unavaliable [150]
Puyo Puyo / とことんぷよぷよ Not tested Unavaliable
Puzzle Bobble Online / パズルボブルONLINE Not tested Unavailable [151]
Puzzle Quest 2 Not tested Unavaliable
Puzznic / パズニック Not tested Unavailable [152]
Raiden Not tested Unavaliable
Ratchet & Clank: Going Mobile! Not tested Yes
Rayman Bowling Not tested Unavaliable
Rayman Golf Not tested Unavaliable
Ray Newman racing Not tested Yes
Red Baron Not tested Unavaliable
Red Faction: Guerrilla Not tested Unavaliable
Resident Evil: Degeneration Doesn't work Yes
Resident Evil: Genesis Excellent Yes
Resident Evil 4: Mobile Edition Not tested Unavaliable
Ridge Racer / リッジレーサー Not tested Unavaliable [153]
Right brain fortune-telling / 右脳占い Not tested Unavailable [154]
Rinji Shūden Not tested Unavaliable
The Rise of Atlantis Not tested Unavaliable
River Raid Not tested Unavaliable
Ro Not tested Unavaliable [155]
Rockman EXE EZ / ロックマンエグゼEZ Not tested Unavailable [156]
ROCKin' Stone Not tested Unavaliable
Rolling with Katamari Doesn't work Yes
ROTK Trivia Not tested Unavaliable
RPG Alphadia / RPGアルファディア Not tested Unavailable [157]
RPG Mercenaries Saga 3 / RPGマーセナリーズサーガ3 Not tested Unavailable [158]
RPG Moero! Dungeon Musume / RPG萌えろ!ダンジョン娘 Not tested Unavailable [159]
RPG Tavern in Wonderland 2 / RPG不思議の国の酒場2 Not tested Unavailable [160]
The Quiz Daisousa Line 1 / クイズ大捜査線1 Not tested Unavailable [161]
Saints Row 2 Not tested Yes [162]
Salaryman's Counterattack / サラリーマンの逆襲 Not tested Yes [163]
Salaryman Masuda Escape from Dirty Room / サラリーマンマスダ汚部屋からの脱出 Not tested Yes [164]
Sally’s Salon Not tested Unavaliable
Sally's Spa Not tested Unavaliable
Sally’s Salon Luxury Edition Not tested Unavaliable
Samurai Not tested Yes
Samurai Spirits ~ Makai Rinkai / サムライスピリッツ~魔界輪廻記 Not tested Yes [165]
Samurai Soul Tenka Musou Typing-Chapter of Makai Reincarnation / 侍魂天下無双タイピング~魔界転生の章 Not tested Yes [166]
Sangokushi Nendaiki DX Not tested Unavaliable
Scarface: The Rise of Tony Montana Not tested Unavaliable
Scene It? Movies Not tested Unavaliable
Scooby-Doo! 2: Dark Dungeons Not tested Unavaliable
Scooby-Doo!: Castle Capers Not tested Unavaliable
Scuba Solitaire Not tested Unavaliable
Sonson / ソンソン Not tested Unavaliable [167]
SEASON 365's Thoughts ~ winter season / SEASON 365の想い~winter season Not tested Unavaliable [168]
Secret of Mana Not tested Unavaliable
Senbazuru Not tested Unavaliable
Sennincho City Story Sennin / 仙人町市物語 せんにん. Not tested Unavaliable [169]
Sepas Channel Not tested Unavaliable
Shado Fighter Not tested Unavaliable
Shakugan no Shana ~Enpatsu Shakugan no Uchite / 灼眼のシャナ 〜炎髪灼眼の討ち手 Not tested Unavailable [170]
Shanghai / 上海 Not tested Unavaliable [171]
Shijō Saikyō Miyamoto Julia Not tested Unavaliable
Shining Force Chronicle / シャイニング・フォース クロニクル Not tested Unavaliable [172]
Shining Force EXA Mobile / シャイニング・フォース イクサモバイル Not tested Unavaliable [173]
Shining Road ~ To the Force / シャイニング・ロード ~トゥ・ザ・フォース Not tested Unavaliable [174]
Shining Wind Cross ~ Weisslitter Senki / シャイニング・ウィンド・クロス ~ヴァイスリッター戦記 Not tested Unavaliable [175]
Shin Megami Tensei if ... Hazama / 真・女神転生if...ハザマ編 Not tested Unavailable [176]
Shogi King DX / 将棋王DX Not tested Unavailable [177]
Siberian Strike: Episode I Not tested Yes
Silent Hill Mobile 2 Not tested Unavaliable
SimCity Not tested Unavaliable [178]
SimCity Classic / シムシティ クラシック Not tested Unavaliable [179]
The Sims 2 Medieval Not tested Unavaliable
The Sims 2 Not tested Unavaliable
The Sims 2 Castaway Not tested Unavaliable
The Sims 2 Pets Not tested Unavaliable
The Sims Bowling Not tested Unavaliable
SkeeBall for Prizes Not tested Unavaliable
Skipping Stone Not tested Unavaliable
Skipping Stone IQ Not tested Unavaliable
SLOT Garo / SLOT牙狼 Not tested Unavaliable [180]
Slyder Not tested Unavaliable
Small Girl Maniacs / 微少女マニアックス Not tested Unavaliable [181]
Snake Battle Royale Online / スネークバトルロワイヤル・オンライン Not tested Unavaliable [182]
SNK's DARTS-Three In The Black Not tested Unavaliable [183]
Snoopy: The Flying Ace Not tested Unavaliable
Snowboarding TNT Not tested Yes
Soaring Bird Not tested Unavaliable
Sōhide Series: Omatsuri Dukushi Not tested Unavaliable
SolaRola Not tested Unavaliable
Solar Target Not tested Unavaliable
Solitaire deluxe Not tested Yes
Solomon's Key SEASON I, II, III, IV / ソロモンの鍵 Not tested Unavailable [184]
Sonic Jump Not tested Unavaliable
Sonic the Hedgehog Not tested Unavaliable
Sonic the Hedgehog ll Not tested Unavaliable
Sorcery Sword / ソーサリーソード Not tested Unavailable [185]
Sorcery Sword 2-The Last Dragon Sword / ソーサリーソード2 -最後の滅竜剣- Not tested Unavailable [186]
Soul of Darkness Not tested Unavaliable
South Park: Mega Millionaire Not tested Unavaliable
Space Invaders Infinity Gene Not tested Unavaliable
Space Monkey Not tested Unavaliable
Space Taxi Pinball Not tested Unavaliable
Spiral Coffin Murder Case / 螺旋の棺殺人事件 Not tested Unavailable [187]
SplatterHouse Not tested Unavaliable
Speed Devils Not tested Unavaliable
Spider-Man 2: 3D NY Rooftops Excellent Yes
Spider-Man 2: The Hero Returns Not tested Unavaliable
Spore Origins Not tested Unavaliable
Spore 2 Creatures Not tested Unavaliable
Squawk Not tested Unavaliable
Stack'Um Not tested Unavaliable
Star Force - PARSEC1 ~ 3 / スターフォース完全版 Not tested Unavailable [188]
Stargate SG-1 Not tested Unavaliable
Stargate SG-1: Entropy Syndrome Not tested Unavaliable
Star Soldier / スターソルジャー Not tested Yes [189]
Star Trek: Nemesis Not tested Unavaliable
Star Trek: The Cold Enemy Not tested Unavaliable
Star Wars: The Empire Strikes Back Not tested Unavaliable
Story of Seasons and My Village / 牧場物語 みんなの街とわたしの村 Not tested Yes [190]
Street Fighter II Not tested Yes [191]
Street Hoops Not tested Unavaliable
Sukebooo Man Not tested Unavaliable
Super Boom Boom Not tested Unavaliable
Super Drop Mania Excellent Yes
Superman / 海外人気ゲーム Not tested Unavaliable [192]
Super Motocross / スーパーモトクロス Not tested Unavaliable [193]
Super Puzzle Fighter II Turbo Not tested Yes
Super Real Mahjong for Mobile Not tested Unavaliable
Super Sketcher Not tested Unavaliable
Super Street Fighter II Not tested Yes
Sushi 3D Not tested Yes
Swerve Basketball Not tested Unavaliable
Symphony of Eternity Not tested Unavaliable
Tales of Breaker Chapter 4 / テイルズ オブ ブレイカー 第4章 Not tested Unavaliable [194]
Tales of Commons / テイルズ オブ Not tested Unavaliable [195]
Tantei Kibukawa Ryōsuke Jikentan Vol. 1: Kamen Gensō Satsujin Jiken Not tested Unavaliable
Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken Not tested Unavaliable
Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen Not tested Unavaliable
Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane Not tested Unavaliable
Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue Not tested Unavaliable
Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken Not tested Unavaliable
Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo Not tested Unavaliable
Tashikuro / たしクロ Not tested Unavailable [196]
Tattoo Ink: Hollywood Not tested Unavaliable
Tegaki Sonic Not tested Unavaliable
Tekken Resolute Not tested Unavaliable
Tekken 2 Not tested Unavaliable
Tenchi wo Kurau II / 天地を喰らう II Not tested Unavailable [197]
Tenchu: Ayame's Tale 3D Not tested Unavaliable
The Terminator Not tested Yes
Terminator 3: Rise of the Machines Not tested Unavaliable
Tetris Diamond Not tested Unavaliable
Tetris Pop Not tested Unavaliable
Tetris Revolution Not tested Unavaliable
Thief, Run Not tested Unavaliable
Tiger Woods PGA Tour 06 Not tested Unavaliable
Tiger Woods PGA Tour 09 Not tested Unavaliable
Tiki Towers Not tested Unavaliable
T-Mac Street Ball Not tested Unavaliable
Tom Clancy's Ghost Recon: Jungle Storm Not tested Unavaliable
Tom Clancy's H.A.W.X Excellent Yes
Tom Clancy's Rainbow Six: Broken Wing Not tested Unavaliable
Tom Clancy's Splinter Cell Not tested Unavaliable
Tom Clancy's Splinter Cell: Chaos Theory Not tested Unavaliable
Tom Clancy's Splinter Cell: Pandora Tomorrow Not tested Unavaliable
Tom Clancy's Splinter Cell: Pandora Tomorrow 3D Not tested Unavaliable
Tomorrow is King / あしたは王様 Not tested Unavailable [198]
Tomorrow is King 2 / あしたは王様2 Not tested Unavailable [199]
Topolon Not tested Unavaliable
Tower Bloxx Not tested Unavaliable
Transformers G1 Awakening (V CAST) Not tested
Triple Crown Not tested Unavaliable
Trivia King Not tested Yes
Trivial Pursuit Not tested Unavaliable
Tsuppari Grand Sumo / つっぱり大相撲 Not tested Unavailable [200]
Twelve GEMs Not tested Unavaliable
The Twilight Saga: Memory Quest Not tested Unavaliable
ULTIMATE ANGELS Not tested Unavailable [201]
Ultimate helper! "Muscle Man / 究極助っ人!筋肉男 Not tested Unavaliable [202]
Ultimate Chess 3D Not tested Unavaliable
Ultimate Spider-Man Perfect Yes
Umeko! Don't die! / 梅子!死ぬな! Not tested Unavaliable [203]
Uno Not tested Unavaliable
Unō Paradise Not tested Unavaliable
Vancouver 2010: Official Mobile Game of the Olympic Winter Games Not tested Unavaliable
Vanguard (unreleased/prototype) Not tested Unavaliable
Venture 3D Not tested Unavaliable
Verizon Championship Racing Not tested Unavaliable
Video Poker Master Not tested Unavaliable
Viral Attack Not tested Unavaliable
VZW Mahjong Not tested Unavaliable
VZW Texas Hold'em Not tested Yes
Wakuwakuinami / わくわくテニス Not tested Unavailable [204]
Wallace & Gromit Adventures Not tested Unavaliable
Where's Waldo? Not tested Unavaliable
Who Wants to Be a Millionaire? Not tested Unavaliable
Wolfenstein RPG Not tested Yes

World Series of Poker: Pro Challenge

Not tested Unavaliable

World Poker Tour: Texas Hold'Em 2

Not tested Yes
WRC: FIA World Rally Championship Mobile 3D Not tested Unavaliable
Xanadu: Dragon Slayer II Not tested Unavaliable
Xevious Not tested Unavaliable
X-RAD Not tested Unavaliable
Yahtzee Not tested Unavaliable
Yahtzee Adventures Not tested Unavaliable
Yahtzee Deluxe Not tested Unavaliable
Yamasa Slot World EZ / 山佐スロワールドEZ Not tested Unavaliable [205]
YetiSports: Games of the Yeti Volume 1 Not tested Unavaliable
Ys Book 1: The Vanished Omens Not tested Unavaliable
Ys VI: The Ark of Napishtim Not tested Unavaliable
Ys VI: The Box of Napishtem / イースVI~ナピシュテムの匣 Not tested Unavaliable [206]
ZANAC Not tested Unavaliable [207]
Zombie Infection Not tested Unavaliable
Zombieland Not tested Unavaliable
Zombieland 2 Not tested Unavaliable
Zombie Master / ゾンビマスター Not tested Unavailable [208]
Zoo Tycoon 2 Mobile Not tested Unavaliable
Zuma Deluxe Not tested Yes

External links