Difference between pages "Melange" and "J2ME Loader"

From Emulation General Wiki
(Difference between pages)
Jump to navigation Jump to search
(Compatibility list)
(Tags: Mobile edit, Mobile web edit)
 
(Tags: Mobile edit, Mobile web edit)
 
Line 1: Line 1:
{{WIP}}
 
 
__NOTOC__
 
__NOTOC__
 
{{Infobox emulator
 
{{Infobox emulator
|logo =  
+
|logo = JL.png
|logowidth =  
+
|logowidth     = 150
|version = 0.1 (Early beta)
+
|version = {{JLVer}}
 
|active = Yes
 
|active = Yes
|platform = [[Emulators on Android OS|Android]]
+
|platform = [[Emulators on Android|Android]]
|target = [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]]
+
|target = [[Cellphone_emulators#J2ME (Java 2 Micro Edition)|J2ME]]<br/> [[Cellphone_emulators#KDDI ezplus|ezplusアプリ]]
|developer = UsernameAK (a.k.a. /bin/cat)
+
|developer = [https://github.com/nikita36078 Nikita Shakarun] <small> (nikita36078)</small>
|support =  
+
|support = [https://www.paypal.me/nikita36078 PayPal]
|license =  
+
[https://money.yandex.ru/to/41001670387745 Yandex Money]
|source = [https://gitlab.com/usernameak/brewemulator GitLab]
+
|license = Apache 2.0
 +
|source = [https://github.com/nikita36078/J2ME-Loader/releases GitHub]
 
|website =  
 
|website =  
|prog-lang = C
+
|prog-lang = Java, C
 
}}
 
}}
  
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] emulator for [[Emulators on Android OS|Android]], written in C.
+
'''J2ME Loader''' is a free and open-source [[Cellphone_emulators#J2ME (Java 2 Micro Edition)|Java 2 Micro Edition]] and [[Cellphone_emulators#KDDI ezplus|ezplusアプリ]] emulator <ref group=N> It's not exactly an emulator. It converts MIDlets to Android API and makes J2ME applications to run almost natively in [https://en.m.wikipedia.org/wiki/Dalvik_(software) Dalvik] or [https://en.m.wikipedia.org/wiki/Android_Runtime Android Runtime]</ref>
 +
for [[Emulators on Android|Android]]
 +
It's written in Java and C. This project is a fork of [https://github.com/NaikSoftware/J2meLoader J2meLoader].
  
==How to use==
+
==Overview==
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>.
+
 
 +
[[File:JL_lg.png|320px|center]]
 +
 
 +
Released in 2017, the emulator is currently capable of playing around lot of games. This is currently the highest compatibility J2ME / ezplusアプリ emulator available. Converts .JAR and .KJX files offline using its own resources. Easily launches both 2D & 3D apps. Samsung & Nokia API implemented. Supports different keyboard layouts and customization. It is highly accurate, with the right frame rate for each game, as well as vibration. Has slightly improved performance through hardware acceleration, but games won't run too fast. Runs almost every Nokia game, even ones that don't work with [[KEmulator]] or [[FreeJ2ME]], but fails with Sony Ericsson 3D engine (Mascot Capsule 3D V3), due to the fact that the Mascot Capsule 3D V3 is almost difficult to port. This is partially implemented with [[JL-Mod]] emulator.
 +
 
 +
<b>System requirements :</b>
 +
Android 4.0 +
  
===Notes===
+
==Features / Settings==
* Android 7 and below is required, so Android 10 and 11 is not supported.
+
* Fast emulation
* Onscreen controls are not supported. A workaround is to use a game controller emulator, e.g. [https://play.google.com/store/apps/details?id=com.locnet.gamekeyboard2 GameKeyboard+] or [https://play.google.com/store/apps/details?id=com.fishstix.gameboard GamPad].
+
* High compatibility
 +
* KDDI ezplusアプリ <code>.kjx</code> games are support. Required 128x160 resulation (ezplus has small size games) and font option recommend: <small>(9 - 13 - 15)</small>
 +
* Bluetooth API support
 +
* Touchscreen input support <small>(Play touch games)</small>
 +
* Supports external virtual keyboards and QWERTY input <small>(PC keyboard / GameKeyboard+)</small>
 +
* 3D support
 +
* Supported formats .JAR, .JAD and .KJX
 +
* Menu key remapping support
 +
* Buttons customisation support
 +
* Supports different keyboard layouts and customization
 +
* Individual settings for each application.
 +
* Highly accurate, with the right frame rate (FPS limit support) for each game, as well as vibration.  
 +
* Hardware acceleration <small>(Graphics mode: OpenGL ES / windows / surface)</small> support (but games won't run too fast)
 +
* Screen gravity support <small>(Up / Down / Left / Right)</small>
 +
* Screen orientation <small>(Default / Auto / Portrait / Landscape)</small>
 +
* Accelerometer support
 +
* Scaling support
 +
* Immediate processing mode
 +
*
  
===Key mappings===
+
; → <i>Add support of external shaders filters</i>
* '''D-pad''' — D-pad
+
Only shaders for [[PPSSPP]] (.vsh format)  are supported to use, you need to put them in the <code>J2ME-Loader/shaders</code> folder in the working folder of the emulator, further in the game settings, select the graphics output mode: <code>HW acceleration (OpenGL ES)</code> and select the shader of interest A small collection of compatible shaders can be taken in this repository: [https://github.com/woesss/ppsspp_shaders shaders]
* '''Select''' — Select
 
* '''Start''' — Start
 
* '''A'''  — Enter
 
* '''L''' — W
 
* '''R''' — E
 
  
 +
; → <i>Game Setting</i>
 
{| class="wikitable mw-sortable"
 
{| class="wikitable mw-sortable"
 
|-
 
|-
|[[File:Key1.png|350px]]
+
|[[File:JL_sm1.jpg|300px]]
 +
|-
 +
|[[File:JL_sm2.jpg|300px]]
 +
|-
 +
|[[File:JL_sm3.jpg|300px]]
 +
|-
 +
|[[File:JL_sm4.jpg|300px]]
 
|}
 
|}
  
==Overview==
+
<big><u><center>FAQs</center></big></u>
As BREW and Android share the ARM architecture, Melange only has to translate specific calls, as with [[Wine]] on POSIX-compliant operating systems, like macOS and Linux, providing increased performance compared to a virtual machine or emulator. It can boot many BREW games not requiring OpenGL (e.g. Doom RPG) or some other APIs. As such, some KTF titles work, but not Zeebo titles, as gamepads and OpenGL are unimplemented. The emulator is in early development.  
+
 
 +
<center>★ In JL setting★</center>
 +
 
 +
<b>Q.</b><i> Enable Action bar<br/></i>
 +
[[File:JL_menu_ab.png|150px]]
 +
 
 +
– Enable display of screenshot button, side menu
 +
 
 +
<center>★ In game setting ★</center>
 +
 
 +
<b>Q.</b><i> Resulation<br/></i>
 +
[[File:JL_ej.jpg|200px]]
 +
 
 +
<b>A.</b> You need to set the resolution of the loaded game here.
 +
You can select in the settings and also specify your resolution, you can specify any for 3d games, since they often have auto-scale, supports 4k
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Background<br/></i>
 +
[[File:JL_tm_bg.jpg|150px]]
 +
 
 +
<b>A.</b> Choosing a background color under the main game image
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Scale<br/></i>
 +
<b>A.</b> Image scale from the specified resolution
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Screen orientation<br/></i>
 +
[[File:JL_so.png|200px]]
 +
 
 +
<b>A.</b> Changes screen orientation
 +
For example: landscape, portrait, auto
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Filter<br/></i>
 +
<b>A.</b> This function increases the quality of the image, but may also decrease the performance.
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Graphic mode<br/></i>
 +
<b>A.</b> Selecting the render
 +
mode The graphics mode only affects the final scaling of the frame and the way it is delivered to the screen
 +
 
 +
1. Software - Used by cpu to output 2D and 3D graphics
 +
 
 +
2. Hardware OpenGL ES - The mode uses OpenGL ES2.0 directly - this can be more profitable if the device does not supports newer versions
 +
 
 +
3. Hardware window - Outputs a frame in a way that is used for buttons, lists, progress bars and other ui
 +
 
 +
4. Hardware Surface - Available since Android 6.0+ uses the interface that is usually used for video output
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Shaders<br/></i>
 +
<b>A.</b> Shaders are GPU microprograms that affect the image in one way or another in order to improve it or replicate the visual features of some on-screen devices, such as displays on portable consoles or old tube TVs. Shaders can significantly alter the image, but also reduce performance. In addition, shaders can have customizable parameters, if there are such an icon for accessing them will be displayed on the far right side and opposite the name of the selected shader.
 +
Here
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Limit fps<br/></i>
 +
<b>A.</b> When playing fast, it allows you to reduce fps for a comfortable game, Rayman 3 128x128 for example.
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Touch input<br/></i>
 +
[[File:JL_tinput.jpg|250px]]
 +
 
 +
<b>A.</b> Used in games with touch controls, for example games 640 × 360 or 800 × 480
 +
 
 +
You can also disable the button overlay, as they are not needed
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> Save / Load state is unimplemented?<br/></i>
 +
<b>A.</b> Because It's impossible, J2ME Loader doesn't emulate hardware, so it can't save the CPU/RAM state.
 +
 
 +
---------------------------------------------
 +
 
 +
<b>Q.</b><i> xx.rsr edit?<br/></i>
 +
<b>A.</b>
  
While it is free and open-source, it contains proprietary components from Qualcomm, the platform's creator.
+
---------------------------------------------
  
==Screenshots==
+
<b>Q.</b><i> Touch games supports<br/></i>
;UI
+
<b>A.</b> Yes, but multi touch don't work
{| class="wikitable mw-sortable"
 
|-
 
|[[File:UI.jpg|300px]]
 
|}
 
  
;Gameplay
+
; → <i>Font option <small>(small — midium — large)</small></i><ref group=N>[http://projectd8.narod.ru/Info/AndroidMIDPShell.htm FAQ]</ref>
{| class="wikitable mw-sortable"
 
|-
 
|[[File:MS4.jpg|300px]]
 
|[[File:TDK.jpg|300px]]
 
|}
 
  
==Features==
+
Here you can set the sizes of small, medium and large fonts that will be used by the MIDlet. Dimensions are in pixels.
* Compatibility is good but unstable.
 
* Most BREW titles run.
 
* Some KTF titles run.
 
* Zeebo games are unsupported.
 
* Touchscreen support is unimplemented.
 
* Sound is not supported.
 
  
==Downloads==
+
If the Scaled Pixel Sizes check box is selected , the specified dimensions will be adjusted by Android to provide the same visible text size on screens with different resolutions. It is recommended to enable this setting when using virtual screen resolutions of more than 240 x 320 pixels.
; Melange
 
{| cellpadding="4"
 
|-
 
|align=center|{{Icon|APK-big}}
 
|'''[https://cdn.discordapp.com/attachments/735124238398259281/902882161252790312/app-release.apk Beta 0.1]''' <small> (Doesn't work on Android 11, black screen)</small>
 
|-
 
|align=center|{{Icon|APK-big}}
 
|'''[https://cdn.discordapp.com/attachments/735124238398259281/902885102927872060/app-debug.apk Debug build]
 
|}
 
  
; Apps
+
The Presets button allows you to quickly set the font sizes that are most suitable for a given virtual screen resolution:
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.
 
  
{| class="wikitable" style="text-align:center;"
+
{| class="wikitable mw-sortable"
|-
 
! scope="col"|Set
 
! scope="col"|Backups
 
|-
 
|[https://archive.org/details/qualcomm-brew-games Qualcomm BREW Games]
 
|[https://mega.nz/#F!LfRQCYqR!Bc_lPnMJbH5pYGZx7IB-Qw 2008-2010], [https://mega.nz/#F!fSZmBQbK!cOhvnFTNoI375xGjxCT9fg 2015-2018], [https://www.mediafire.com/folder/b65px7qldysq9/Games Mirror], [https://drive.google.com/u/0/uc?id=12_wvGkV1OJnTcrvDagHMu9IEXOSPRt9b&export=download Super Mirror],[https://www.4shared.com/rar/VYYDAE2U/BREW_by_Straces.html Super Backup + more games]<br/><small> (Password: ''Straces'')</small>
 
|-
 
|[https://archive.org/details/ktf-brew Korean KTF BREW 358 Mobile Games]
 
|[https://drive.google.com/file/d/1lqooICJIZKXSLYGBEmWPixL62_U2u09I/view ✓]
 
 
|-
 
|-
|[https://archive.org/details/ktf.....game..qpst. Korean 2003-2004 KTF BREW eMule network Mobile Games]
+
|<b>Resulation</b>
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c ✓]
+
|<b>Font</b>
 
|-
 
|-
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Game & App Compilation]
+
|<i>240x320</i>
|[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ ✓]
+
|18 — 22 — 26
 
|-
 
|-
|[http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com list by kraze]
+
|<i>176x220</i>
|N/A
+
|15 — 18 — 22
 
|-
 
|-
|[http://straces.wz.cz/brew/brew_games.htm Straces collection]
+
|<i>128x160</i>
|N/A
+
|13 — 15 — 20
 
|-
 
|-
|[https://spac1.net/files/user/rostislav582/list/dostup-zapreschen-postoronnim/kollekcija-korejskih-java-igr-dlja-brew-mp-7225391 Korean BREW MP games collection]
+
|<i>128x128</i>
|N/A
+
|9 — 13 — 15
 
|}
 
|}
  
==Compatibility list==
+
; → <i>Screen Option</i>
{|class="wikitable" width=500px
+
 
! colspan="2" | Key
+
* Width and Height set the size of the virtual screen that will be available to the MIDlet. Many MIDlets are optimized for a specific screen resolution (usually 240 x 320) and may not display correctly at other resolutions.
|-
+
* Scale if virtual screen resolution does not match smartphone screen resolution:
! style="background:#E9E9E9;" | Compat Legend
+
enabled - the virtual screen is scaled to fit the smartphone screen
! style="background:#E9E9E9;" | Class
+
off - the virtual screen is located in the center of the smartphone screen without resizing
|-
+
* Maintain aspect ratio when scaling:
|style="background:lightgreen;"|Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay.
+
— enabled - the virtual screen fits into the smartphone screen while maintaining the aspect ratio, possibly occupying only a part of it
|style="background:lightgreen;"|Excellent
+
 
|-
+
— off - the virtual screen is stretched to fill the entire smartphone screen, possibly with distortion of the displayed graphics
|style="background:turquoise;"|Games that work 100%, good audio, or other things that still affect gameplay.
+
* Screen filtering when scaling improves image quality, but requires more hardware resources
|style="background:turquoise;"|Perfect
+
 
|-
+
Presets allow you to quickly set the default resolution of the virtual display. The table below shows a list of standard resolutions (for example, HTC Evo 3D, screen resolution 960 x 540)
|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
 
|}
 
  
The following list contains almost all European and American BREW games.
+
{| class="wikitable mw-sortable"
{|class="wikitable sortable mw-collapsible mw-collapsed" width="800px"
 
! class=sortable | Name
 
! class=sortable | Status
 
! class=sortable | Notes
 
! class=sortable | Dumped/Available?
 
 
|-
 
|-
|style="background:Game;"|1000 Words
+
|<b>Resulation</b>
|style="background:grey;"| Not tested
+
|<b>Scale</b>
|style="background:Notes;"|
+
|<b>Aspect ratio and
|style="background:#ffcccc;"|Unavailable
+
screen orientation</b>
 
|-
 
|-
|style="background:Game;"|1942
+
|<i>128x128</i>
|style="background:grey;"| Not tested
+
|4.21875: 1
|style="background:Notes;"|
+
|1: 1
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|2 Fast 2 Furious
+
|<i>128x160</i>
|style="background:grey;"| Not tested
+
|3.375: 1
|style="background:Notes;"|
+
|Portrait 3.2: 4
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|365 Puzzle Club
+
|<i>132x176</i>
|style="background:grey;"| Not tested
+
|3.068: 1
|style="background:Notes;"|
+
|Portrait 3: 4
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3°C
+
|<i>176x220</i>
|style="background:grey;"| Not tested
+
|2.454: 1
|style="background:Notes;"|
+
|Portrait 3.2: 4
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3D Battle Tank
+
|<i>240x320</i>
|style="background:grey;"| Not tested
+
|1.6875: 1
|style="background:Notes;"|
+
|Portrait 3: 4
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3D Brick Breaker Revolution 2
+
|<i>202x270</i>
|style="background:grey;"| Not tested
+
|2: 1
|style="background:Notes;"|
+
|Portrait 3: 4
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3D Fast & Furious Pink Slip
+
|<i>360x270</i>
|style="background:grey;"| Not tested
+
|2: 1
|style="background:Notes;"|
+
|Landscape 4: 3
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3D Rollercoaster Rush
+
|<i>405x540</i>
|style="background:grey;"| Not tested
+
|1: 1
|style="background:Notes;"|
+
|Portrait 3: 4
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3D Slam Ping Pong
+
|<i>720x540</i>
|style="background:grey;"| Not tested
+
|1: 1
|style="background:Notes;"|
+
|Landscape 4: 3
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3D The Fast and the Furious
+
|<i>960x540</i>
|style="background:grey;"| Not tested
+
|1: 1
|style="background:Notes;"|
+
|Landscape 16: 9
|style="background:#ffcccc;"|Unavailable
+
|}
 +
 
 +
* Options 1 through 5 correspond to standard screen resolutions for mobile phones. They provide the greatest compatibility (most MIDlets are optimized for one of these resolutions), but when scaling to the smartphone screen, the graphics quality may decrease slightly.
 +
* Choices 8, 9, and 10 provide the best graphics quality because they are calculated based on the smartphone screen resolution and do not use scaling. However, if the MIDlet is not optimized for these resolutions, it may not work correctly or not work at all. In this case, it is recommended to select a lower resolution.
 +
* Options 5 and 6 are intermediate in quality and compatibility. They are calculated based on the resolution of the smartphone screen so that there are exactly four physical pixels for each virtual pixel. This removes distortion when scaling. When using these options, it is recommended that you turn off screen filtering to sharpen the picture.
 +
The Background button allows you to select the background color of the screen. This color will fill the stripes at the edges of the screen if it is not completely occupied by the virtual screen.
 +
 
 +
; → <i>Recommended Devices</i>
 +
 
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|3D The Fast and the Furious: Tokyo
+
|<b>Resulation</b>
|style="background:grey;"| Not tested
+
|<b>Devices</b>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|3D Tilt-A-World
+
|<i>480x800</i>
|style="background:grey;"| Not tested
+
|Samsung GT-S8000<br/>Samsung Galaxy S II
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|4 Elements
+
|<i>480x360</i>
|style="background:grey;"| Not tested
+
|BlackBerry 9360 / 9700 / 9020 / 9780
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|7 Wonders of the Ancient World
+
|<i>640x480</i>
|style="background:grey;"| Not tested
+
|Nokia E6-00
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Action Hero 3D: Wild Dog
+
|<i>360x640 / 640x360</i>
|style="background:grey;"| Not tested
+
|Nokia 5800 Xpress Music / 5530 Xpress Music<br/> Nokia N8 / C7 <br/> Sony Ericsson SATIO / U5i Vivaz
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Ai Senshi Nicol
+
|<i>320x480</i>
|style="background:grey;"| Not tested
+
|Samsung GT-S5292 / GT-S5296 / GT-S5380K / S7250<br/>Sony Ericsson Xperia X8
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Ai to Rōdō no Hibi
+
|<i>320x240</i>
|style="background:grey;"| Not tested
+
|Nokia E71 / E72 / C3-00 / Asha 201<br/>BlackBerry 8520 / 9220 / 9220 Curve/ 9300<br/>Samsung GT-S3350 / GT-S3353
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Ali 3D
+
|<i>352x416</i>
|style="background:grey;"| Not tested
+
|Nokia N80
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Aliens: Unleashed
+
|<i>240x432</i>
|style="background:grey;"| Not tested
+
|Sony Ericsson Aino
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Aliens vs Predator 3D
+
|<i>240x400</i>
|style="background:grey;"| Not tested
+
|Samsung GT-5230 / GT-S5230<br/>Nokia Asha 305 / 306 / 308 / 311<br/>LG KU990 / GS290 / GS205 / KP500 / GT505 / GT400
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Aliens vs Predator: Requiem
+
|<i>240x320</i>
|style="background:grey;"| Not tested
+
|Sony Ericsson K800i / W595a / Z750i / W595 / W910i, Nokia 6280 / 6300 / 5300 / N73 / N95 / N85 / X3-02 / X2-00 / X2-05 / X2-02 / 5000d / C2-03 / 2700 Classic / C2-01 / 220 / 216 / 215 / 222 / 225 / Asha 303 / 503 / 500DS / 202 / 300<br/>Samsung SGH-F480 / GT-S5222 / SGH-D900 / U600 / GT-C3312R / GT-C3310<br/>LG KS360<br/>Motorola RAZR V8 / ROKR Z6 / E2
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Alpine Racer EX
+
|<i>176x220</i>
|style="background:grey;"| Not tested
+
|LG U8360 / GU230 / GU280 / GB230 / GB280 / A133 / GM205<br/>Motorola RAZR V3 / L7 / KRZR K1<br/>Sony Ericsson W810i<br/>Samsung SGH-L700
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Aladdin
+
|<i>176x208</i>
|style="background:grey;"| Not tested
+
|Nokia N70 / 7610
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|AND 1 Streetball
+
|<i>128x160</i>
|style="background:grey;"| Not tested
+
|Nokia 5200 / 2300 / 2720 / 3110x / 3110 Classic / 6101 / C1-01 / Asha 110 / 2600 Classic / 2630<br/> Motorola L6<br/>Samsung SGH-E250i / J700 / E215L / E258 / F250L / GT-B2100 / C3050 / E2210 / E2210L / E2510 / M2310<br/>Sony Ericsson W200i
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Andretti Racing 3D
+
|<i>128x128</i>
|style="background:grey;"| Not tested
+
|Nokia 6030 / 3220<br/>Samsung GT-E2121 / E2120
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Yes
+
 
 +
; → <i>Theme / UI</i>
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Are you smarter than a 5th Grader?
+
|Dark
|style="background:grey;"| Not tested
+
|White
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Armadillo Gold Rush
+
|[[File:JL_dark.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_white.jpg|200px]]
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
 +
; → <i>FPS</i>
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Ashoka
+
|FPS
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Asphalt 4: Elite Racing
+
|[[File:JL_FPS.png|200px]]
|style="background:grey;"| Not tested
+
|}
|style="background:Notes;"|
+
 
|style="background:#ffcccc;"|Unavailable
+
– Shows the number of frames per second
 +
 
 +
; → <i>Force full-screen</i>
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Asphalt: Urban GT
+
|Normal
|style="background:grey;"| Not tested
+
|Force Fullscreen
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Asphalt: Urban GT 2 3D
+
|[[File:Force_nm.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:Force_fs.jpg|200px]]
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
 +
– Vibrates the forced full screen for the application
 +
 
 +
; → <i>Button Shape</i>
 +
 
 +
* Rounded Rectangle
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Asteroids
+
|L1
|style="background:grey;"| Not tested
+
|L2
|style="background:Notes;"|
+
|L3
|style="background:#ffcccc;"|Yes
+
|L4
 
|-
 
|-
|style="background:Game;"|Attack of the Flarb
+
|[[File:JL_k1.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_k2.jpg|200px]]
|style="background:Notes;"|
+
|[[File:JL_k3.jpg|200px]]
|style="background:#ffcccc;"|Unavailable
+
|[[File:JL_k4.jpg|200px]]
 +
|}
 +
 
 +
* Oval
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Atletismo
+
|L1
|style="background:grey;"| Not tested
+
|L2
|style="background:Notes;"|
+
|L3
|style="background:#ffcccc;"|Unavailable
+
|L4
 
|-
 
|-
|style="background:Game;"|Aulbath: Wild River
+
|[[File:JL_k5.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_k6.jpg|200px]]
|style="background:Notes;"|
+
|[[File:JL_k7.jpg|200px]]
|style="background:#ffcccc;"|Unavailable
+
|[[File:JL_k8.jpg|200px]]
 +
|}
 +
 
 +
* Rectangle
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Avalanche Snowboarding
+
|L1
|style="background:grey;"| Not tested
+
|L2
|style="background:Notes;"|
+
|L3
|style="background:#ffcccc;"|Unavailable
+
|L4
 
|-
 
|-
|style="background:Game;"|Bases Loaded
+
|[[File:JL_k9.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_k10.jpg|200px]]
|style="background:Notes;"|
+
|[[File:JL_k11.jpg|200px]]
|style="background:#ffcccc;"|Unavailable
+
|[[File:JL_k12.jpg|200px]]
 +
|}
 +
 
 +
; → <i>Keyboard Type</i>
 +
 
 +
* Rounded Rectangle
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Batman Begins
+
|L1
|style="background:grey;"| Not tested
+
|L2
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Beach Volley Girl Shizuku
+
|[[File:JL_i1.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_i2.jpg|200px]]
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
 +
* Oval
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Beach Volley Girl Shizuku 2: Hishō-hen
+
|L1
|style="background:grey;"| Not tested
+
|L2
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Beach Volley Girl Shizuku 3: Sekai Taikai-hen
+
|[[File:JL_i3.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_i4.jpg|200px]]
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
 +
* Rectangle
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Bejeweled: Twist
+
|L1
|style="background:grey;"| Not tested
+
|L2
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Big Buck Hunter Pro
+
|[[File:JL_i5.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_i6.jpg|200px]]
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
 +
; → <i>Scale Type</i>
 +
 
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|BioShock 3D
+
|As is
|style="background:salmon;"| Doesn't work
+
|Fit to window
|style="background:Notes;"|
+
|Fill window (ignore aspect ratio)
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|The Birds: Evil has Wings
+
|[[File:JL_s1.png|200px]]
|style="background:grey;"| Not tested
+
|[[File:JL_s2.png|200px]]
|style="background:Notes;"|
+
|[[File:JL_s3.png|200px]]
|style="background:#ffcccc;"|Unavailable
+
|}
 +
 
 +
==APIs==
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Blade: Trinity
+
|<b>API</b>
|style="background:grey;"| Not tested
+
|<b>JSR</b>
|style="background:Notes;"|
+
|<b>Support</b>
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Blingster Battle
+
|[https://nikita36078.github.io/J2ME_Docs/docs/cldc-1.1 CLDC 1.1]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Block Breaker Deluxe
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr75 FileConnection API]
|style="background:grey;"| Not tested
+
|JSR-75
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Block Breaker Deluxe 2
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr75-pim Personal Information Management API]
|style="background:grey;"| Not tested
+
|JSR-75
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Block Breaker 3 Unlimited
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr82_1.1.1_javadoc Bluetooth API]
|style="background:grey;"| Not tested
+
|JSR-82
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Blokus
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr120 Wireless Messaging API]
|style="background:grey;"| Not tested
+
|JSR-120
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bloons
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr135 Mobile Media API]
|style="background:grey;"| Not tested
+
|JSR-135
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bode Miller Alpine Racing
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr172 Web Services Specification]
|style="background:grey;"| Not tested
+
|JSR-172
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bomberman Land: Battles
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr177 Security and Trust Services API]
|style="background:grey;"| Not tested
+
|JSR-177
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bomberman Special
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr179_LocationUtil LocationUtil API]
|style="background:grey;"| Not tested
+
|JSR-179
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bonk's Return
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr179-1_1-mrel-javadoc Location API]
|style="background:grey;"| Not tested
+
|JSR-179
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bookworm Deluxe
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr180-1_3-mrel-javadoc SIP API]
|style="background:grey;"| Not tested
+
|JSR-180
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Brain Exercise
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr184 Mobile 3D Graphics API]
|style="background:grey;"| Not tested
+
|JSR-184
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Brave Shot 2
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr205 Wireless Messaging API 2.0]
|style="background:grey;"| Not tested
+
|JSR-205
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Brothers in Arms: Earned in Blood 3D
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr211 Content Handler API]
|style="background:grey;"| Not tested
+
|JSR-211
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Bruce Lee – Iron Fist 3D
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr226 Scalable 2D Vector Graphics API]
|style="background:grey;"| Not tested
+
|JSR-226
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bubble Ducky
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr234-1_1_1-mrel-javadoc Advanced Multimedia Supplements API]
|style="background:grey;"| Not tested
+
|JSR-234
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Bugs Bunny: Rabbit Rescue
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr238-spec-fr-1_0 Mobile Internationalization API]
|style="background:grey;"| Not tested
+
|JSR-238
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Burnout
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr239 Java Binding for the OpenGL® ES API]
|style="background:grey;"| Not tested
+
|JSR-239
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Buzztime Trivia
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr256 Mobile Sensor API]
|style="background:grey;"| Not tested
+
|JSR-256
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Cake Mania Celebrity Chef
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr257 Contactless Communication API]
|style="background:grey;"| Not tested
+
|JSR-257
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Call Of Duty 5: World At War
+
|[https://nikita36078.github.io/J2ME_Docs/docs/jsr280_1.0_spec XML API]
|style="background:grey;"| Not tested
+
|JSR-280
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Cartel Wars
+
|[https://nikita36078.github.io/J2ME_Docs/docs/midp-2.0 MIDP 2.0]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|CATCHa Mouse
+
|[https://nikita36078.github.io/J2ME_Docs/docs/midp-3_0-fr-javadoc MIDP 3.0]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Centipede
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Maps_API Here Maps API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Chessmaster
+
|[https://nikita36078.github.io/J2ME_Docs/docs/ezplus_2.5 KDDI ezPlus API 2.5]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Chuck Norris: Bring on the Pain
+
|[https://nikita36078.github.io/J2ME_Docs/docs/ezplus_3 KDDI ezPlus API 3]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Churashima Kurashi
+
|[https://nikita36078.github.io/J2ME_Docs/docs/LG_MMPP_API LG MMPP API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Chuzzle Deluxe
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Mascot_Capsule_API Mascot Capsule API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|City Connection: Rocket
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Motorola3D_API Motorola 3D API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Classic Mini Golf 3D
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Motorola_FunLights_API_1_0 Motorola FunLights API 1.0]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Clue
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Motorola_Gaming_API Motorola Gaming API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Cluster fruits
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Motorola_iDEN_API Motorola iDEN API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Collapse! Chaos
+
|[https://nikita36078.github.io/J2ME_Docs/docs/VibeLight Motorola VibeLight API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Collapse! Blast
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Nokia_IAPInfo Nokia IAPInfo API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Collapse! Holiday Edition
+
|[https://nikita36078.github.io/J2ME_Docs/docs/nokiainapp Nokia In-App Payment API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Common Knowledge Quiz
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Nokia_SMS_API_0_9 Nokia SMS API 0.9]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Congklak
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Nokia_UI_API_1_1 Nokia UI API 1.1]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Congo Cube
+
|[https://nikita36078.github.io/J2ME_Docs/docs/nokiaapi2 Nokia UI API 2.0]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Contra
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Capuchin Project Capuchin API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Contra 4: Redux
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Samsung_API_1_0 Samsung API 1.0]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Crazy diver
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Siemens_API Siemens API]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Crazy Texi
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Vodafone_API_1_0 Vodafone API 1.0]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Crash Bandicoot Nitro Kart 3D
+
|[https://nikita36078.github.io/J2ME_Docs/docs/Vodafone_API_2_0 Vodafone API 2.0]
|style="background:grey;"| Not tested
+
|
|style="background:Notes;"|
+
|
|style="background:#ffcccc;"|Unavailable
+
|}
 +
 
 +
==Known issue with workrounds ==
 +
<b>→ <i>[[JL-Mod#Mascot Capsule 3D compatibility list|Mascot Capsule 3D V3]]</b></i> games don't works.
 +
 
 +
<b>Q.</b> Mascot Capsule 3D V3 is only few way to emulated :
 +
 
 +
<b>1.</b> [https://archive.org/details/semc_java_me_cldc_sdk.2-5-0-6 Sony Ericsson SDK/JDK] for Windows, it doesn't work on X64.
 +
 
 +
<b>2.</b> [[JL-Mod]] - Mascot Capsule 3D V3 partially implemented on JL-Mod but you can play almost every game, few games doesn't work properly or slow speed.
 +
 
 +
<b>3.</b> [[KEmulator]] for windows, regular version 0.9.3 doesn't supported but 1.0.3 modded version + Mascot Capsule 3D support [https://drive.google.com/file/d/1T-xZO_iY46zx3JN1hYxAiIHY5lhvAhG0/view here]
 +
 
 +
; → <i>Tips</i>
 +
* Enabling filtering in some cases can greatly reduce performance. Disable this option if game is too slow.
 +
 
 +
* Image flickering issues can be fixed by enabling the<code> Immediate processing mode</code> option.
 +
 
 +
==How to use==
 +
; → <i>Installation <small> (J2ME / ezplusアプリ)</small></i>
 +
 
 +
{|
 +
|align=center|{{Icon|APK-big}}
 +
|'''[https://install.appcenter.ms/users/nikita36078/apps/j2me-loader/distribution_groups/testers Automatic Builds]'''
 
|-
 
|-
|style="background:Game;"|Crash N Burn
+
|align=center|{{Icon|APK-big}}
|style="background:grey;"| Not tested
+
|'''[https://github.com/nikita36078/J2ME-Loader/releases GitHub][https://f-droid.org/app/ru.playsoftware.j2meloader F-Droid]'''
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Crash Twin Insanity
+
|align=center|{{Icon|APK-big}}
|style="background:grey;"| Not tested
+
|'''[https://play.google.com/store/apps/details?id=ru.playsoftware.j2meloader Play Store]'''
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Unavailable
+
 
 +
Download a latest version of J2ME Loader on your Android device.
 +
 
 +
Next,
 +
Click [[File:JL_+.png|40px]] (button) at the lower right corner in the main J2ME-Loader Windows and select the <code>.JAR</code> or <code>.KJX</code> program on your file manager, after setup your game configures.
 +
 
 +
; → <i>BT Installation</i>
 +
 
 +
* Requirements :
 +
Bluetooth API implemented and use key mapping<br/>
 +
- 2 Android Devices<br/>
 +
- [https://play.google.com/store/apps/details?id=softigloo.btcontroller BT Controller]
 +
 
 +
==Download <small> (Apps)</small>==
 +
 
 +
; → <i> Java ME <small> (J2ME)</small></i>
 +
 
 +
{| class="wikitable mw-sortable"
 +
|<b>Sites</b>
 +
|<b>Rating</b>
 
|-
 
|-
|style="background:Game;"|Creature Shock
+
|[http://dedomil.net/games Dedomil.in]
|style="background:grey;"| Not tested
+
|★★★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Critter Crunch
+
|[https://phoneky.com Phoneky.com]
|style="background:grey;"| Not tested
+
|★★★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Yes
 
 
|-
 
|-
|style="background:Game;"|Crystal Defenders
+
|[https://rugame.ml RuGame Archive]
|style="background:grey;"| Not tested
+
|★★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Crystal Monsters
+
|[https://seclub.org/downloads/games Seclub]
|style="background:grey;"| Not tested
+
|★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Cubis 2
+
|[https://www.dertz.in/games Dertz.in]
|style="background:grey;"| Not tested
+
|★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Damage San
+
|[https://oldhandhelds.com oldhandhelds.com]
|style="background:grey;"| Not tested
+
|★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Unavailable
 
 
|-
 
|-
|style="background:Game;"|Danmaku Kentei Shiken: Dai-Ou-Jou-Hen
+
|[https://spaces.im/sz/igry Spaces.im]
|style="background:grey;"| Not tested
+
|★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Darius
+
|[https://www.mobiles24.co/downloads/free-mobile-games Mobile24.co]
|style="background:grey;"| Not tested
+
|★★★
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Dark Castle
+
|[http://www.siemensx70.narod.ru/game35.html Siemensx70.narod.ru]<small> (For Siemens only)</small>
|style="background:grey;"| Not tested
+
|★★★
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Lost
+
 
 +
* Also recommend Archive.org full set collections [[Cellphone emulators#Cellphone / PDA Collections|here]]
 +
 
 +
; → <i>ezplusアプリ</i>
 +
 
 +
[[File:Ezplus.png|55px|center]]
 +
 
 +
Japanese carrier KDDI/Au released ezplus as part of their EZweb set of standards for mobile telephony. It is based on Java ME extended with propietary APIs. The first device supporting it was released on 2001 (Hitachi C451H).
 +
 
 +
Applications were denominated "ezplusアプリ" (during the ezplus name era) and come in the form of <code>.KJX</code> files.
 +
 
 +
{| class="wikitable" style="text-align:center;"
 
|-
 
|-
|style="background:Game;"|The Dark Horse Horse
+
! scope="col"|Package
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
 
|-
 
|-
|style="background:Game;"|The Dark Knight
+
|[https://cdn.discordapp.com/attachments/687635895364354136/920302874842509372/kjx.zip 283 .kjx games]
|style="background:turquoise;"| Perfect
+
|}
|style="background:Notes;"|
+
<i></small>* A Collection of Rare / Lost Games</i></small>
|style="background:#00FF7F;"|Found
+
 
 +
==Key binding / mapping==
 +
 
 +
[[File:JL_px.jpg|200px]]
 +
 
 +
Keys : <i>Default</i>
 +
 
 +
{| class="wikitable mw-sortable"
 
|-
 
|-
|style="background:Game;"|Darts for a camera phone
+
|<b>Key</b>
|style="background:grey;"| Not tested
+
|<b>Action</b>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|The Da Vinci Code: The Quest Begins
+
|D-PAD Up
|style="background:grey;"| Not tested
+
|<code>↑</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|de Blob
+
|D-PAD Down
|style="background:grey;"| Not tested
+
|<code>↓</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Defender
+
|D-PAD Left
|style="background:grey;"| Not tested
+
|<code>←</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Delicious – Emily’s Taste of Fame
+
|D-PAD Right
|style="background:grey;"| Not tested
+
|<code>→</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Derek Jeter Pro Baseball 2009
+
|D-PAD Center
|style="background:grey;"| Not tested
+
|<code>F</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Derek Jeter Pro Baseball 3D 2007
+
|D-PAD Left-Up
|style="background:grey;"| Not tested
+
|<code>↖</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Detonate
+
|D-PAD Right-Up
|style="background:grey;"| Not tested
+
|<code>↗</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Devil May Cry: Dante X Vergil
+
|D-PAD Left-Down
|style="background:grey;"| Not tested
+
|<code>↙</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Diamond Detective
+
|D-PAD Right-Down
|style="background:grey;"| Not tested
+
|<code>↘ </code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Diamond Twister
+
|LEFT-Soft Key
|style="background:grey;"| Not tested
+
|<code>L</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Dig Dug
+
|RIGHT-Soft Key
|style="background:grey;"| Not tested
+
|<code>R</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Dig It!
+
|NUM1
|style="background:grey;"| Not tested
+
|<code>1</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Digital Devil Story: Megami Tensei
+
|NUM2
|style="background:grey;"| Not tested
+
|<code>2</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Digital Devil Story: Megami Tensei II
+
|NUM3
|style="background:grey;"| Not tested
+
|<code>3</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Diner Dash
+
|NUM4
|style="background:grey;"| Not tested
+
|<code>4</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Diner Dash: Flo on the Go
+
|NUM5
|style="background:grey;"| Not tested
+
|<code>5</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Disney•Pixar Ratatouille
+
|NUM6
|style="background:grey;"| Not tested
+
|<code>6</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Doodle Jump
+
|NUM7
|style="background:grey;"| Not tested
+
|<code>7</code>
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
 
|-
 
|-
|style="background:Game;"|Doom II RPG
+
|NUM8
|style="background:grey;"| Not tested
+
|<code>8</code>
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
 
|-
 
|-
|style="background:Game;"|Doom RPG
+
|NUM9
|style="background:orange;"| Issue
+
|<code>9</code>
|style="background:Notes;"| Heavy graphic glitches, required patch.
 
|style="background:#00FF7F;"|Found
 
 
|-
 
|-
|style="background:Game;"|Donald Trump's Real Estate Tycoon
+
|NUM0
|style="background:grey;"| Not tested
+
|<code>0</code>
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Double Dragon (KTF)
+
|*
|style="background:grey;"| Not tested
+
|<code>*</code>
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
 
|-
 
|-
|style="background:Game;"|Downtown Texas Hold 'Em
+
|#
|style="background:grey;"| Not tested
+
|<code>#</code>
|style="background:Notes;"|
+
|}
|style="background:#ffcccc;"|Lost
+
 
|-
+
==Screenshots==
|style="background:Game;"|Dragon Sword
+
{| class="wikitable mw-sortable"
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Dragon Warrior III
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Dragon Quest ll
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Dream Chronicles
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Driv3r
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Driver: L.A. Undercover
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Duke Nukem Arena
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Duke Nukem Mobile
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|DuraTrax Mobile RC
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Earthworm Jim: Special Edition
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Edge
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Elder Scrolls Travels: Dawnstar
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Elder Scrolls Travels: Stormhold
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Escape
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Everyday English Trainer
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ever Quest: Hero's Call
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Family Feud
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Family Guy: Uncensored
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Fast and the Furious: Fugitive 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Fast and the Furious: Fugitive
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Fast and the Furious: Pink Slip 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Feeding Frenzy
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ferrari GT: Evolution
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ferrari World Championship
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fieldrunners
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|FIFA World Cup: On the Break
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fiftgrather
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fight Club
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fight Hard 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fight Night Round 3
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fight Night Round 4
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy ll
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Edge's Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Edward's Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Kain's Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Palom's Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Porom's Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Rydia's Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - The Lunarians' Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy IV: The After Years - Yang's Tale
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy VII: Before Crisis
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Final Fantasy VII: Dirge of Cerberus Lost Episode
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fish Tycoon
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Flight Control
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|FlipIt!
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Flyhight Cloudia
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Flyhight Cloudia II
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Flyhight Cloudia III
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Flyhight Cloudia IV: Eien no Kizuna
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Flynn's Adventures
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Football Trivia
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fortress Double
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fortress Tournament
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Fox Motocross 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Frogger Plus
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Furry Legends
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Galaga
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Galaxy on Fire
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ghostbusters Mobile
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ghosts 'N Goblins
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ghosts 'N Goblins: Gold Knights
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Gobaksodor
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|God of War: Betrayal
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Golf Superstars
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Gradius
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Great Legends: Vikings
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Greedy Snake
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Grinsia
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Guitar Hero III Mobile
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Gum Blox
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|G-Unit: Free Yayo
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Harlem Globetrotters
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Heavy Weapon Deluxe
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Helistrike 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Herakles no Eikō III: Kamigami no Chinmoku
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Heroes Lore: Wind Of Soltia
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Heroes Lore 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Hero Must Die
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Hexcite Fusion
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Hidden Expedition: Everest
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Highway Racer
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Hills and Rivers Remain
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|ID4 Independence Day
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Inuyasha
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|I-play Bowling
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Irekae IQ Crossword DX
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ironman Stewart's Off-Road
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|iShoot
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Jail Trail
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|JAMDAT Bowling
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|JAMDAT Bowling 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|JAMDAT Bowling 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|JAMDAT Sudoku
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|James Patterson: Women's Murder Club - Death in Scarlet
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|JAWS 3D (V CAST)
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Jewel Quest
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Jewel Quest 2 (Demo)
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Jewels and Jim
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Johnny Crash
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Johnny Crash Stuntman Does Texas
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Kaptaan Dhoni We
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Karma Fighter
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Keitai Shōjo
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|KiKi KaiKai
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|King of Fighters M2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|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;"|Lost
 
|-
 
|style="background:Game;"|Kururin Cafe
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Learn to Fly We
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Lego Batman
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Lemonade Tycoon
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Little Shop: World Traveler
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Lock'em Up
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Legend of Elros
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|The Lord of the Rings: The Return of the King
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|The Lord of the Rings: The Two Towers
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Lost Planet 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Love Love Knuckle
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Lumines
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Lumines Mobile
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Luxor
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Madden NFL 2006
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
 
|-
 
|-
|style="background:Game;"|Madden NFL 2007
+
|[[File:DR.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:SU.jpg|200px]]
|style="background:Notes;"|
+
|[[File:Bounce.jpg|200px]]
|style="background:#ffcccc;"|Lost
+
|[[File:WWE10.jpg|200px]]
 
|-
 
|-
|style="background:Game;"|Magical Drop DX
+
|[[File:C4D.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:MI3.jpg|200px]]
|style="background:Notes;"|
+
|[[File:SHP1.jpg|200px]]
|style="background:#ffcccc;"|Lost
+
|[[File:KFP3.jpg|200px]]
 
|-
 
|-
|style="background:Game;"|Magical Fantasista
+
|[[File:SM3.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:CMI.jpg|200px]]
|style="background:Notes;"|
+
|[[File:1942.jpg|200px]]
|style="background:#ffcccc;"|Lost
+
|[[File:POP08.jpg|200px]]
 
|-
 
|-
|style="background:Game;"|Magical Fantasista 2
+
|[[File:GOWB.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:Asterix.jpg|200px]]
|style="background:Notes;"|
+
|[[File:Pac-manCE.jpg|200px]]
|style="background:#ffcccc;"|Lost
+
|[[File:BJWT.jpg|200px]]
 
|-
 
|-
|style="background:Game;"|Magical Fantasista 3
+
|[[File:BJW3.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:SVB.jpg|200px]]
|style="background:Notes;"|
+
|[[File:Shadowalker.jpg|200px]]
|style="background:#ffcccc;"|Lost
+
|[[File:Madagascar3.jpg|200px]]
 
|-
 
|-
|style="background:Game;"|Majokko Princess
+
|[[File:UMK3.jpg|200px]]
|style="background:grey;"| Not tested
+
|[[File:AASO.jpg|200px]]
|style="background:Notes;"|
+
|[[File:G4R.jpg|200px]]
|style="background:#ffcccc;"|Lost
+
|[[File:NinjaP.jpg|200px]]
|-
 
|style="background:Game;"|Maō Company
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Massive Snowboarding 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Mega Man
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Mega Man: Rush Marine
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Memories Off / メモリーズオフ / 메모리즈 오프
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Mercenaries Saga 2: Order of the Silver Eagle
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Mercenaries Saga 3: Gray Wolves of War
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Metal Gear Solid Mobile
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Metal Slug: Mobile Impact
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Midnight Bowling
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Midnight Bowling 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Midnight Bowling 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Midnight Pool 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Midtown Madness 3 Mobile
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Might and Magic II
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Military Madness
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Military Madness 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Millionaire 07
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Millionaire 2010
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Millionaire Music
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Miner 2049er
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Mobile Battles: Reign of Swords
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Mobile League Sports Network
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Moe Slot: Beach no Shizuku
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Monkey Bars
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Monopoly
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Monopoly Here and Now
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Monopoly Worldwide
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Monster Smash
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Moon Patrol
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Moto GP 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Mr Do's Circus
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ms Pac-man
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|MTV Star Factory
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Muncher
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|MX vs ATV: Untamed
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|My Monster Pet
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Mystia 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Narnia Prince Caspian An
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|NBA Live 06
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|NBC Sports Figure Skating
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|NBC Sports National Heads-Up Poker Championship
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Need for Speed: Hot Pursuit
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Need for Speed: Most Wanted
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Need for Speed: Pro Street
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Need for Speed: Shift
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Need for Speed: The Run
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Need for Speed: Undercover
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Need For Speed: Underground 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|New Rally-X
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Night Hike
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ninja Jajamaru-kun Ranbu
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ninja no Gakko
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ninja Prophecy
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|NOM
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|NOM 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Orcs & Elves
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Orcs & Elves ll
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|The Oregon Trail
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pac-Man: Championship Edition
 
|style="background:lightgreen;"| Excellent
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|PAC-MAN Arcade Golf
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pac-Man Bowling
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pac-Mania
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pac-Man Kart Rally 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pandemonium!
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Peggle Extreme
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Phishing everywhere / どこでもフィシング
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Phoenix Wright, Ace Attorney
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pitfall!
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Plantasia
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Plants vs. Zombies
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pocket God
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pole Position II
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pool Pro Online (1 & 2)
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Powerboat Challenge
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Price is right
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Prey Mobile 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Prince of Persia 3D (V CAST)
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Prince of Persia: Harem Adventures
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Prince of Persia HD
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Prince of Persia: The Sands of Time
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pro Bike Racing
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Pucchin Puzzle
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Punisher
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Puyo Puyo / とことんぷよぷよ
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Puzzle Quest 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Raiden
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ratchet & Clank: Going Mobile!
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Rayman Bowling
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Rayman Golf
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ray Newman racing
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Red Baron
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Red Faction: Guerrilla
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Resident Evil: Degeneration
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Resident Evil: Genesis
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Resident Evil 4: Mobile Edition
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ridge Racer
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Rinji Shūden
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Rise of Atlantis
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|River Raid
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|RO
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|ROCKin' Stone
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|ROTK Trivia
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sally’s Salon
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sally's Spa
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sally’s Salon Luxury Edition
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Samurai
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Sangokushi Nendaiki DX
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Scarface: The Rise of Tony Montana
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Scene It? Movies
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Scooby-Doo! 2: Dark Dungeons
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Scooby-Doo!: Castle Capers
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Scuba Solitaire
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Secret of Mana
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Senbazuru
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sepas Channel
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Shado Fighter
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Shijō Saikyō Miyamoto Julia
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Siberian Strike: Episode I
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Silent Hill Mobile 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Sims 2 Medieval
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Sims 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Sims 2 Castaway
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Sims 2 Pets
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Sims Bowling
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|SkeeBall for Prizes
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Skipping Stone
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Skipping Stone IQ
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Slyder
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Snoopy: The Flying Ace
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Snowboarding TNT
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Soaring Bird
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sōhide Series: Omatsuri Dukushi
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|SolaRola
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Solar Target
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Solitaire deluxe
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Sonic Jump
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sonic the Hedgehog
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sonic the Hedgehog ll
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Soul of Darkness
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|South Park: Mega Millionaire
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Space Invaders Infinity Gene
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Space Monkey
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Space Taxi Pinball
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|SplatterHouse
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Speed Devils
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Spider-Man 2: The Hero Returns
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Spore Origins
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Spore 2 Creatures
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Squawk
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Stack'Um
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Stargate SG-1
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Stargate SG-1: Entropy Syndrome
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Star Trek: Nemesis
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Star Trek: The Cold Enemy
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Star Wars: The Empire Strikes Back
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Street Fighter II
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Street Hoops
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Sukebooo Man
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Super Boom Boom
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Super Drop Mania
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Super Puzzle Fighter II Turbo
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Super Real Mahjong for Mobile
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Super Sketcher
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Super Street Fighter II
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Sushi 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Swerve Basketball
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Symphony of Eternity
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|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;"|Lost
 
|-
 
|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;"|Lost
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|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;"|Lost
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|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;"|Lost
 
|-
 
|style="background:Game;"|Tattoo Ink: Hollywood
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tegaki Sonic
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tekken Resolute
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tekken 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tenchu: Ayame's Tale 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Terminator
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Terminator 3: Rise of the Machines
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tetris Diamond
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tetris Pop
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tetris Revolution
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Thief, Run
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tiger Woods PGA Tour 06
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tiger Woods PGA Tour 09
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tiki Towers
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|T-Mac Street Ball
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tom Clancy's Ghost Recon: Jungle Storm
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tom Clancy's H.A.W.X
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tom Clancy's Rainbow Six: Broken Wing
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tom Clancy's Splinter Cell
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tom Clancy's Splinter Cell: Chaos Theory
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tom Clancy's Splinter Cell: Pandora Tomorrow 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Topolon
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Tower Bloxx
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|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;"|Lost
 
|-
 
|style="background:Game;"|Trivia King
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Trivial Pursuit
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Twelve GEMs
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|The Twilight Saga: Memory Quest
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ultimate Chess 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ultimate Spider-Man
 
|style="background:turquoise;"| Perfect
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Uno
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Unō Paradise
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Vancouver 2010: Official Mobile Game of the Olympic Winter Games
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Vanguard (unreleased/prototype)
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Venture 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Verizon Championship Racing
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Video Poker Master
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Viral Attack
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|VZW Mahjong
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|VZW Texas Hold'em
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|Wallace & Gromit Adventures
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Where's Waldo?
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Who Wants to Be a Millionaire?
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Wolfenstein RPG
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|
 
World Series of Poker: Pro Challenge
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|
 
World Poker Tour: Texas Hold'Em 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
|-
 
|style="background:Game;"|WRC: FIA World Rally Championship Mobile 3D
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Xanadu: Dragon Slayer II
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Xevious
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|X-RAD
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Yahtzee
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Yahtzee Adventures
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Yahtzee Deluxe
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|YetiSports: Games of the Yeti Volume 1
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ys Book 1: The Vanished Omens
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Ys VI: The Ark of Napishtim
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Zanac
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Zombie Infection
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Zombieland
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Zombieland 2
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Zoo Tycoon 2 Mobile
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#ffcccc;"|Lost
 
|-
 
|style="background:Game;"|Zuma Deluxe
 
|style="background:grey;"| Not tested
 
|style="background:Notes;"|
 
|style="background:#00FF7F;"|Found
 
 
|}
 
|}
 +
 +
==Compatibility==
 +
J2ME Loader is currently high compatible and capable of playing thousands of J2ME games (Runs almost every Nokia games, especially GameLoft games) with ezplusアプリ games are support, more than 96.8% of the J2ME library with supports most 2D games and also 3D with some limitations ([[JL-Mod#Mascot Capsule 3D compatibility list|Mascot Capsule 3D V3]] games don't work).
 +
 +
<B>[https://github.com/nikita36078/J2ME-Loader/wiki/List-of-Tested-Java-Games-(Touchscreen) List of The Tested Java Games (Touchscreen)]</B>
 +
 +
<B>[https://github.com/nikita36078/J2ME-Loader/wiki/List-of-Tested-Java-Games-(Non-Touchscreen) List of The Tested Java Games (Non Touchscreen)]</B>
 +
 +
<B>[https://github.com/nikita36078/J2ME-Loader/wiki/List-of-Java-Games-with-Bugs List of The Java Games with Bugs]</B>
 +
 +
==References==
 +
<references group=N />
 +
 +
==See also==
 +
 +
* [[JL-Mod]]
 +
* [[EKA2L1]]
  
 
==External links==
 
==External links==
* [https://discord.gg/re9Ab3cpj7 Discord server]
 
* [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
 
  
[[Category:Emulators]]
+
* [https://discord.com/invite/Ag4rcpz Official Discord server] - If you have any questions about future request or J2ME games related then ask on discord server. It a great place to discuss for J2ME stuffs.
[[Category:Binary Runtime Environment for Wireless emulators]]
+
* [http://4pda.ru/forum/index.php?showtopic=824201 4pda.ru Discussion]
 +
* [https://forum.xda-developers.com/android/apps-games/app-j2me-loader-t3777889 Xda-dev Discussion]
 +
* [https://crowdin.com/project/J2ME-Loader Crowdin] - You can help Translation J2ME-Loader .xml file in your native language by using crowdin.
 +
 
 +
[[Category:Mobile emulators]]
 +
[[Category:Cellphone emulators]]
 
[[Category:Android emulation software]]
 
[[Category:Android emulation software]]

Revision as of 13:35, 15 December 2021

J2ME Loader
JL.png
Developer(s) Nikita Shakarun (nikita36078)
Latest version 1.7.9
Active Yes
Platform(s) Android
Emulates J2ME
ezplusアプリ
Support ($) PayPal

Yandex Money

Programmed in Java, C
License Apache 2.0
Source code GitHub

J2ME Loader is a free and open-source Java 2 Micro Edition and ezplusアプリ emulator [N 1] for Android It's written in Java and C. This project is a fork of J2meLoader.

Overview

JL lg.png

Released in 2017, the emulator is currently capable of playing around lot of games. This is currently the highest compatibility J2ME / ezplusアプリ emulator available. Converts .JAR and .KJX files offline using its own resources. Easily launches both 2D & 3D apps. Samsung & Nokia API implemented. Supports different keyboard layouts and customization. It is highly accurate, with the right frame rate for each game, as well as vibration. Has slightly improved performance through hardware acceleration, but games won't run too fast. Runs almost every Nokia game, even ones that don't work with KEmulator or FreeJ2ME, but fails with Sony Ericsson 3D engine (Mascot Capsule 3D V3), due to the fact that the Mascot Capsule 3D V3 is almost difficult to port. This is partially implemented with JL-Mod emulator.

System requirements : Android 4.0 +

Features / Settings

  • Fast emulation
  • High compatibility
  • KDDI ezplusアプリ .kjx games are support. Required 128x160 resulation (ezplus has small size games) and font option recommend: (9 - 13 - 15)
  • Bluetooth API support
  • Touchscreen input support (Play touch games)
  • Supports external virtual keyboards and QWERTY input (PC keyboard / GameKeyboard+)
  • 3D support
  • Supported formats .JAR, .JAD and .KJX
  • Menu key remapping support
  • Buttons customisation support
  • Supports different keyboard layouts and customization
  • Individual settings for each application.
  • Highly accurate, with the right frame rate (FPS limit support) for each game, as well as vibration.
  • Hardware acceleration (Graphics mode: OpenGL ES / windows / surface) support (but games won't run too fast)
  • Screen gravity support (Up / Down / Left / Right)
  • Screen orientation (Default / Auto / Portrait / Landscape)
  • Accelerometer support
  • Scaling support
  • Immediate processing mode
Add support of external shaders filters

Only shaders for PPSSPP (.vsh format) are supported to use, you need to put them in the J2ME-Loader/shaders folder in the working folder of the emulator, further in the game settings, select the graphics output mode: HW acceleration (OpenGL ES) and select the shader of interest A small collection of compatible shaders can be taken in this repository: shaders

Game Setting
JL sm1.jpg
JL sm2.jpg
JL sm3.jpg
JL sm4.jpg
FAQs
★ In JL setting★

Q. Enable Action bar
JL menu ab.png

– Enable display of screenshot button, side menu

★ In game setting ★

Q. Resulation
JL ej.jpg

A. You need to set the resolution of the loaded game here. You can select in the settings and also specify your resolution, you can specify any for 3d games, since they often have auto-scale, supports 4k


Q. Background
JL tm bg.jpg

A. Choosing a background color under the main game image


Q. Scale
A. Image scale from the specified resolution


Q. Screen orientation
JL so.png

A. Changes screen orientation For example: landscape, portrait, auto


Q. Filter
A. This function increases the quality of the image, but may also decrease the performance.


Q. Graphic mode
A. Selecting the render mode The graphics mode only affects the final scaling of the frame and the way it is delivered to the screen

1. Software - Used by cpu to output 2D and 3D graphics

2. Hardware OpenGL ES - The mode uses OpenGL ES2.0 directly - this can be more profitable if the device does not supports newer versions

3. Hardware window - Outputs a frame in a way that is used for buttons, lists, progress bars and other ui

4. Hardware Surface - Available since Android 6.0+ uses the interface that is usually used for video output


Q. Shaders
A. Shaders are GPU microprograms that affect the image in one way or another in order to improve it or replicate the visual features of some on-screen devices, such as displays on portable consoles or old tube TVs. Shaders can significantly alter the image, but also reduce performance. In addition, shaders can have customizable parameters, if there are such an icon for accessing them will be displayed on the far right side and opposite the name of the selected shader. Here


Q. Limit fps
A. When playing fast, it allows you to reduce fps for a comfortable game, Rayman 3 128x128 for example.


Q. Touch input
JL tinput.jpg

A. Used in games with touch controls, for example games 640 × 360 or 800 × 480

You can also disable the button overlay, as they are not needed


Q. Save / Load state is unimplemented?
A. Because It's impossible, J2ME Loader doesn't emulate hardware, so it can't save the CPU/RAM state.


Q. xx.rsr edit?
A.


Q. Touch games supports
A. Yes, but multi touch don't work

Font option (small — midium — large)[N 2]

Here you can set the sizes of small, medium and large fonts that will be used by the MIDlet. Dimensions are in pixels.

If the Scaled Pixel Sizes check box is selected , the specified dimensions will be adjusted by Android to provide the same visible text size on screens with different resolutions. It is recommended to enable this setting when using virtual screen resolutions of more than 240 x 320 pixels.

The Presets button allows you to quickly set the font sizes that are most suitable for a given virtual screen resolution:

Resulation Font
240x320 18 — 22 — 26
176x220 15 — 18 — 22
128x160 13 — 15 — 20
128x128 9 — 13 — 15
Screen Option
  • Width and Height set the size of the virtual screen that will be available to the MIDlet. Many MIDlets are optimized for a specific screen resolution (usually 240 x 320) and may not display correctly at other resolutions.
  • Scale if virtual screen resolution does not match smartphone screen resolution:

enabled - the virtual screen is scaled to fit the smartphone screen off - the virtual screen is located in the center of the smartphone screen without resizing

  • Maintain aspect ratio when scaling:

— enabled - the virtual screen fits into the smartphone screen while maintaining the aspect ratio, possibly occupying only a part of it

— off - the virtual screen is stretched to fill the entire smartphone screen, possibly with distortion of the displayed graphics

  • Screen filtering when scaling improves image quality, but requires more hardware resources

Presets allow you to quickly set the default resolution of the virtual display. The table below shows a list of standard resolutions (for example, HTC Evo 3D, screen resolution 960 x 540)

Resulation Scale Aspect ratio and

screen orientation

128x128 4.21875: 1 1: 1
128x160 3.375: 1 Portrait 3.2: 4
132x176 3.068: 1 Portrait 3: 4
176x220 2.454: 1 Portrait 3.2: 4
240x320 1.6875: 1 Portrait 3: 4
202x270 2: 1 Portrait 3: 4
360x270 2: 1 Landscape 4: 3
405x540 1: 1 Portrait 3: 4
720x540 1: 1 Landscape 4: 3
960x540 1: 1 Landscape 16: 9
  • Options 1 through 5 correspond to standard screen resolutions for mobile phones. They provide the greatest compatibility (most MIDlets are optimized for one of these resolutions), but when scaling to the smartphone screen, the graphics quality may decrease slightly.
  • Choices 8, 9, and 10 provide the best graphics quality because they are calculated based on the smartphone screen resolution and do not use scaling. However, if the MIDlet is not optimized for these resolutions, it may not work correctly or not work at all. In this case, it is recommended to select a lower resolution.
  • Options 5 and 6 are intermediate in quality and compatibility. They are calculated based on the resolution of the smartphone screen so that there are exactly four physical pixels for each virtual pixel. This removes distortion when scaling. When using these options, it is recommended that you turn off screen filtering to sharpen the picture.

The Background button allows you to select the background color of the screen. This color will fill the stripes at the edges of the screen if it is not completely occupied by the virtual screen.

Recommended Devices
Resulation Devices
480x800 Samsung GT-S8000
Samsung Galaxy S II
480x360 BlackBerry 9360 / 9700 / 9020 / 9780
640x480 Nokia E6-00
360x640 / 640x360 Nokia 5800 Xpress Music / 5530 Xpress Music
Nokia N8 / C7
Sony Ericsson SATIO / U5i Vivaz
320x480 Samsung GT-S5292 / GT-S5296 / GT-S5380K / S7250
Sony Ericsson Xperia X8
320x240 Nokia E71 / E72 / C3-00 / Asha 201
BlackBerry 8520 / 9220 / 9220 Curve/ 9300
Samsung GT-S3350 / GT-S3353
352x416 Nokia N80
240x432 Sony Ericsson Aino
240x400 Samsung GT-5230 / GT-S5230
Nokia Asha 305 / 306 / 308 / 311
LG KU990 / GS290 / GS205 / KP500 / GT505 / GT400
240x320 Sony Ericsson K800i / W595a / Z750i / W595 / W910i, Nokia 6280 / 6300 / 5300 / N73 / N95 / N85 / X3-02 / X2-00 / X2-05 / X2-02 / 5000d / C2-03 / 2700 Classic / C2-01 / 220 / 216 / 215 / 222 / 225 / Asha 303 / 503 / 500DS / 202 / 300
Samsung SGH-F480 / GT-S5222 / SGH-D900 / U600 / GT-C3312R / GT-C3310
LG KS360
Motorola RAZR V8 / ROKR Z6 / E2
176x220 LG U8360 / GU230 / GU280 / GB230 / GB280 / A133 / GM205
Motorola RAZR V3 / L7 / KRZR K1
Sony Ericsson W810i
Samsung SGH-L700
176x208 Nokia N70 / 7610
128x160 Nokia 5200 / 2300 / 2720 / 3110x / 3110 Classic / 6101 / C1-01 / Asha 110 / 2600 Classic / 2630
Motorola L6
Samsung SGH-E250i / J700 / E215L / E258 / F250L / GT-B2100 / C3050 / E2210 / E2210L / E2510 / M2310
Sony Ericsson W200i
128x128 Nokia 6030 / 3220
Samsung GT-E2121 / E2120
Theme / UI
Dark White
JL dark.jpg JL white.jpg
FPS
FPS
JL FPS.png

– Shows the number of frames per second

Force full-screen
Normal Force Fullscreen
Force nm.jpg Force fs.jpg

– Vibrates the forced full screen for the application

Button Shape
  • Rounded Rectangle
L1 L2 L3 L4
JL k1.jpg JL k2.jpg JL k3.jpg JL k4.jpg
  • Oval
L1 L2 L3 L4
JL k5.jpg JL k6.jpg JL k7.jpg JL k8.jpg
  • Rectangle
L1 L2 L3 L4
JL k9.jpg JL k10.jpg JL k11.jpg JL k12.jpg
Keyboard Type
  • Rounded Rectangle
L1 L2
JL i1.jpg JL i2.jpg
  • Oval
L1 L2
JL i3.jpg JL i4.jpg
  • Rectangle
L1 L2
JL i5.jpg JL i6.jpg
Scale Type
As is Fit to window Fill window (ignore aspect ratio)
JL s1.png JL s2.png JL s3.png

APIs

API JSR Support
CLDC 1.1
FileConnection API JSR-75
Personal Information Management API JSR-75
Bluetooth API JSR-82
Wireless Messaging API JSR-120
Mobile Media API JSR-135
Web Services Specification JSR-172
Security and Trust Services API JSR-177
LocationUtil API JSR-179
Location API JSR-179
SIP API JSR-180
Mobile 3D Graphics API JSR-184
Wireless Messaging API 2.0 JSR-205
Content Handler API JSR-211
Scalable 2D Vector Graphics API JSR-226
Advanced Multimedia Supplements API JSR-234
Mobile Internationalization API JSR-238
Java Binding for the OpenGL® ES API JSR-239
Mobile Sensor API JSR-256
Contactless Communication API JSR-257
XML API JSR-280
MIDP 2.0
MIDP 3.0
Here Maps API
KDDI ezPlus API 2.5
KDDI ezPlus API 3
LG MMPP API
Mascot Capsule API
Motorola 3D API
Motorola FunLights API 1.0
Motorola Gaming API
Motorola iDEN API
Motorola VibeLight API
Nokia IAPInfo API
Nokia In-App Payment API
Nokia SMS API 0.9
Nokia UI API 1.1
Nokia UI API 2.0
Project Capuchin API
Samsung API 1.0
Siemens API
Vodafone API 1.0
Vodafone API 2.0

Known issue with workrounds

Mascot Capsule 3D V3 games don't works.

Q. Mascot Capsule 3D V3 is only few way to emulated :

1. Sony Ericsson SDK/JDK for Windows, it doesn't work on X64.

2. JL-Mod - Mascot Capsule 3D V3 partially implemented on JL-Mod but you can play almost every game, few games doesn't work properly or slow speed.

3. KEmulator for windows, regular version 0.9.3 doesn't supported but 1.0.3 modded version + Mascot Capsule 3D support here

Tips
  • Enabling filtering in some cases can greatly reduce performance. Disable this option if game is too slow.
  • Image flickering issues can be fixed by enabling the Immediate processing mode option.

How to use

Installation (J2ME / ezplusアプリ)
Android Automatic Builds
Android GitHubF-Droid
Android Play Store

Download a latest version of J2ME Loader on your Android device.

Next, Click JL +.png (button) at the lower right corner in the main J2ME-Loader Windows and select the .JAR or .KJX program on your file manager, after setup your game configures.

BT Installation
  • Requirements :

Bluetooth API implemented and use key mapping
- 2 Android Devices
- BT Controller

Download (Apps)

Java ME (J2ME)
Sites Rating
Dedomil.in ★★★★★
Phoneky.com ★★★★★
RuGame Archive ★★★★
Seclub ★★★
Dertz.in ★★★
oldhandhelds.com ★★★
Spaces.im ★★★
Mobile24.co ★★★
Siemensx70.narod.ru (For Siemens only) ★★★
  • Also recommend Archive.org full set collections here
ezplusアプリ
Ezplus.png

Japanese carrier KDDI/Au released ezplus as part of their EZweb set of standards for mobile telephony. It is based on Java ME extended with propietary APIs. The first device supporting it was released on 2001 (Hitachi C451H).

Applications were denominated "ezplusアプリ" (during the ezplus name era) and come in the form of .KJX files.

Package
283 .kjx games

* A Collection of Rare / Lost Games

Key binding / mapping

JL px.jpg

Keys : Default

Key Action
D-PAD Up
D-PAD Down
D-PAD Left
D-PAD Right
D-PAD Center F
D-PAD Left-Up
D-PAD Right-Up
D-PAD Left-Down
D-PAD Right-Down
LEFT-Soft Key L
RIGHT-Soft Key R
NUM1 1
NUM2 2
NUM3 3
NUM4 4
NUM5 5
NUM6 6
NUM7 7
NUM8 8
NUM9 9
NUM0 0
* *
# #

Screenshots

DR.jpg SU.jpg Bounce.jpg WWE10.jpg
C4D.jpg MI3.jpg SHP1.jpg KFP3.jpg
SM3.jpg CMI.jpg 1942.jpg POP08.jpg
GOWB.jpg Asterix.jpg Pac-manCE.jpg BJWT.jpg
BJW3.jpg SVB.jpg Shadowalker.jpg Madagascar3.jpg
UMK3.jpg AASO.jpg G4R.jpg NinjaP.jpg

Compatibility

J2ME Loader is currently high compatible and capable of playing thousands of J2ME games (Runs almost every Nokia games, especially GameLoft games) with ezplusアプリ games are support, more than 96.8% of the J2ME library with supports most 2D games and also 3D with some limitations (Mascot Capsule 3D V3 games don't work).

List of The Tested Java Games (Touchscreen)

List of The Tested Java Games (Non Touchscreen)

List of The Java Games with Bugs

References

  1. It's not exactly an emulator. It converts MIDlets to Android API and makes J2ME applications to run almost natively in Dalvik or Android Runtime
  2. FAQ

See also

External links