Difference between pages "Nintendo Entertainment System emulators" and "Melange"

From Emulation General Wiki
(Difference between pages)
Jump to navigation Jump to search
m
 
(Compatibility list)
(Tags: Mobile edit, Mobile web edit)
 
Line 1: Line 1:
{{Infobox console
+
{{WIP}}
|title = Nintendo Entertainment System
+
__NOTOC__
|logo = nes-t.png
+
{{Infobox emulator
|developer = [[:Nintendo]]
+
|logo =
|type = [[:Category:Consoles|Home video game console]]
+
|logowidth =  
|generation = [[:Category:Third-generation video game consoles|Third generation]]
+
|version = 0.1 (Early beta)
|release = 1983
+
|active = Yes
|discontinued = 2003
+
|platform = [[Emulators on Android OS|Android]]
|predecessor = [[First_and_Second_Generations_of_video_game_consoles|Color TV-Game]]
+
|target = [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]]
|successor = [[Super Nintendo emulators|SNES]]
+
|developer = UsernameAK (a.k.a. /bin/cat)
|emulated = {{✓}}
+
|support =  
 +
|license =  
 +
|source = [https://gitlab.com/usernameak/brewemulator GitLab]
 +
|website =  
 +
|prog-lang = C
 
}}
 
}}
The '''[https://en.wikipedia.org/wiki/Nintendo_Entertainment_System Nintendo Entertainment System]''' (NES) is an 8-bit, third-generation console released on July 15, 1983 in Japan, where it was known as the '''Family Computer''' or '''Famicom''', and on October 18, 1985, it released in the US. It retailed for {{Inflation|USD|179.99|1985}}. It had a Ricoh 2A03 CPU at 1.79 MHz with 2KB of RAM.
 
  
The earliest games released on the Famicom suffered from significant hardware constraints due to the way the Famicom was designed: limited memory addressing (which meant games had a low maximum ROM size), how the graphics are loaded onscreen, just the native sound processing is available, no saving... To solve this problem, Nintendo came up with two solutions:
+
'''Melange''' is a [[Cellphone_emulators#Binary Runtime Environment for Wireless (BREW)|BREW]] emulator for [[Emulators on Android OS|Android]], written in C.
  
* The '''Family Computer Disk System''' (FDS), a Japan-only add-on which played games from a semi-custom variant of Mitsumi's Quick Disk format. It offered slightly higher data storage and slightly enhanced sound processing. It also had a microphone never found anywhere else. There were plans to release it in the US, however since the NES itself had its launch delayed to late 1985, and the mapper solution obsoleted it, the add-on was never exported and some of its exclusives were ported as regular cartridge releases.
+
==How to use==
* '''Memory Management Controllers''' (MMC), also known colloquially as '''mappers'''. They solved every single problem above with bank switching for much more data, onboard FM audio chips, and much more. Most games released after 1986 that really pushed the system to its limits used mappers. A similar solution was used for the Game Boy.
+
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>.
  
Emulation for the NES is robust, with many high-quality emulators for various systems.
+
===Notes===
 +
* Android 7 and below is required, so Android 10 and 11 is not supported.
 +
* 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].
 +
 
 +
===Key mappings===
 +
* '''D-pad''' — D-pad
 +
* '''Select''' — Select
 +
* '''Start''' — Start
 +
* '''A'''  — Enter
 +
* '''L''' — W
 +
* '''R''' — E
 +
 
 +
{| class="wikitable mw-sortable"
 +
|-
 +
|[[File:Key1.png|350px]]
 +
|}
 +
 
 +
==Overview==
 +
As BREW and Android share the ARM architecture, Melange only has to translate specific calls, as with [[Wine]] on POSIX-compliant operating systems, like macOS and Linux, providing increased performance compared to a virtual machine or emulator. It can boot many BREW games not requiring OpenGL (e.g. Doom RPG) or some other APIs. As such, some KTF titles work, but not Zeebo titles, as gamepads and OpenGL are unimplemented. The emulator is in early development.
 +
 
 +
While it is free and open-source, it contains proprietary components from Qualcomm, the platform's creator.
 +
 
 +
==Screenshots==
 +
;UI
 +
{| class="wikitable mw-sortable"
 +
|-
 +
|[[File:UI.jpg|300px]]
 +
|}
 +
 
 +
;Gameplay
 +
{| class="wikitable mw-sortable"
 +
|-
 +
|[[File:MS4.jpg|300px]]
 +
|[[File:TDK.jpg|300px]]
 +
|}
 +
 
 +
==Features==
 +
* 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==
 +
; 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
 +
Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many games have been dumped, but most are undumped as of yet. There are a few collections of European, American and Korean titles, but not Japanese ones.
  
==Emulators==
 
Like for [[Game Boy/Game Boy Color emulators|Game Boy/Color]], tons of NES emulators exist. For a list of open-source projects, see this [https://github.com/search?utf8=%E2%9C%93&q=nes+emulator&type=Repositories GitHub query].
 
 
{| class="wikitable" style="text-align:center;"
 
{| class="wikitable" style="text-align:center;"
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Latest Version
 
! scope="col"|[[Wikipedia:Family Computer Disk System|FDS]]
 
! scope="col"|[[libretro|Libretro Core]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
!colspan="8"|PC / x86
+
! 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]
 +
|[https://mega.nz/file/uTwG3RpI#G9YKztyKE18HlhF6CX6wt_zSDwyxmYjkxewtoZxkV8c ✓]
 +
|-
 +
|[https://archive.org/details/zeebo-game-app-compilation-open-zeebo Zeebo Game & App Compilation]
 +
|[https://mega.nz/file/A6h1XArB#iSwtRslH_nG1wo76JzjO6T26d2RIAiH0EXaRH-Tr6qQ ✓]
 +
|-
 +
|[http://forum.allsiemens.com/viewtopic.php?t=58169 Allsiemens.com list by kraze]
 +
|N/A
 +
|-
 +
|[http://straces.wz.cz/brew/brew_games.htm Straces collection]
 +
|N/A
 +
|-
 +
|[https://spac1.net/files/user/rostislav582/list/dostup-zapreschen-postoronnim/kollekcija-korejskih-java-igr-dlja-brew-mp-7225391 Korean BREW MP games collection]
 +
|N/A
 +
|}
 +
 
 +
==Compatibility list==
 +
{|class="wikitable" width=500px
 +
! colspan="2" | Key
 +
|-
 +
! style="background:#E9E9E9;" | Compat Legend
 +
! style="background:#E9E9E9;" | Class
 +
|-
 +
|style="background:lightgreen;"|Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay.
 +
|style="background:lightgreen;"|Excellent
 +
|-
 +
|style="background:turquoise;"|Games that work 100%, good audio, or other things that still affect gameplay.
 +
|style="background:turquoise;"|Perfect
 
|-
 
|-
|[[Mesen]]
+
|style="background:yellow;"|Games that work 100% or have few/very major issues, like stuttering audio, or other things that don't affect gameplay.
|align=left|{{Icon|Windows|Linux}}
+
|style="background:yellow;"|Okay
|[http://www.mesen.ca {{MesenVer}}]
 
|{{✓}}
 
|{{✓}}
 
|Cycle
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|[[Nestopia|Nestopia UE]]
+
|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).
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
+
|style="background:orange;"|Issues
|[http://0ldsk00l.ca/nestopia/ {{NestopiaVer}}]
 
|{{✓}}
 
|{{✓}}
 
|Cycle
 
|{{✗}}
 
|{{✓}}
 
 
|-
 
|-
|[[puNES]]
+
|style="background:salmon;"|Games that do not load and have major problems and/or are unplayable, or have consistent lock ups.
|align=left|{{Icon|Windows|Linux}}
+
|style="background:salmon;"|Doesn't Work
|[https://github.com/punesemu/puNES/releases {{PuNESVer}}]
 
|{{✓}}
 
|{{✗}}
 
|Cycle
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|[[3dSen]]
+
|style="background:grey;"|Unknown status. Game has not been tested, or the test results were unclear.
|align=left|{{Icon|Windows|Linux|macOS}}
+
|style="background:grey;"|Untested
|[http://www.geodstudio.net/ {{3dSenVRVer}}]
+
|}
|{{✗}}
+
 
|{{✗}}
+
The following list contains almost all European and American BREW games.
|?
+
{|class="wikitable sortable mw-collapsible mw-collapsed" width="800px"
|{{✓}}
+
! class=sortable | Name
|{{~}}
+
! class=sortable | Status
 +
! class=sortable | Notes
 +
! class=sortable | Dumped/Available?
 
|-
 
|-
|[[FinalBurn Neo]]
+
|style="background:Game;"|1000 Words
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[https://github.com/finalburnneo/FBNeo-WIP-Storage-Facility/releases/tag/appveyor-build WIP builds]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✓}}
 
|?
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[Nintendulator]]
+
|style="background:Game;"|1942
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://www.qmtpro.com/~nes/nintendulator/#downloads 0.985 Beta] [https://github.com/quietust/nintendulator Git]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Cycle
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|Nintaco
+
|style="background:Game;"|2 Fast 2 Furious
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[https://nintaco.com/ v.2020-05-01]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Cycle
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|My Nes
+
|style="background:Game;"|365 Puzzle Club
|align=left|{{Icon|Windows|Linux}}
+
|style="background:grey;"| Not tested
|[https://sourceforge.net/projects/mynes/ 7.8.7520]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Mid
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[BizHawk]]
+
|style="background:Game;"|3°C
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://tasvideos.org/BizHawk/ReleaseHistory.html {{BizHawkVer}}]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Cycle
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[higan]]
+
|style="background:Game;"|3D Battle Tank
|align=left|{{Icon|Windows|Linux|macOS}}
+
|style="background:grey;"| Not tested
|[http://byuu.org/emulation/higan/ {{higanVer}}]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✓}} <small>(as bsnes v083)</small>
 
|Cycle
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[https://fms.komkon.org/iNES/ iNES]
+
|style="background:Game;"|3D Brick Breaker Revolution 2
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
+
|style="background:grey;"| Not tested
|[https://fms.komkon.org/iNES/ 5.8]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|High
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[https://prilik.com/ANESE/ ANESE]
+
|style="background:Game;"|3D Fast & Furious Pink Slip
|align=left|{{Icon|Windows|Linux|macOS}}
+
|style="background:grey;"| Not tested
|[https://github.com/daniel5151/ANESE/releases 0.9.1]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Cycle
 
|{{~}}
 
|{{✗}}
 
 
|-
 
|-
|[http://www.nesemu2.com/ nesemu2]
+
|style="background:Game;"|3D Rollercoaster Rush
|align=left|{{Icon|Windows|Linux|MacOS}}
+
|style="background:grey;"| Not tested
|[https://github.com/holodnak/nesemu2 Git]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Cycle
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|[[nemulator]]
+
|style="background:Game;"|3D Slam Ping Pong
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://nemulator.com/downloads.html 4.2]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|High
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[RockNES]]
+
|style="background:Game;"|3D The Fast and the Furious
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://rocknes.web.fc2.com/ 5.54]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|High
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|cxNES
+
|style="background:Game;"|3D The Fast and the Furious: Tokyo
|align=left|{{Icon|Windows|Linux}}
+
|style="background:grey;"| Not tested
|[https://github.com/perilsensitive/cxnes/releases 0.3.3]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Mid
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|FakeNES GT
+
|style="background:Game;"|3D Tilt-A-World
|align=left|{{Icon|Windows|Linux|macOS|DOS}}
+
|style="background:grey;"| Not tested
|[[sourceforge:projects/fakenes/|0.59 b3]]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Mid
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|[[FCEUX]]
+
|style="background:Game;"|4 Elements
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD|Sol}}
+
|style="background:grey;"| Not tested
|[http://www.fceux.com/web/download.html 2.2.3]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Mid
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|FCEUmm
+
|style="background:Game;"|7 Wonders of the Ancient World
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
+
|style="background:grey;"| Not tested
|[https://sourceforge.net/projects/fceumm/ 98.13mm] (Windows)<br />[https://github.com/libretro/libretro-fceumm Git] (libretro)
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✓}}
 
|Mid
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[MAME]]
+
|style="background:Game;"|Action Hero 3D: Wild Dog
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
+
|style="background:grey;"| Not tested
|[http://www.mamedev.org/release.html {{MAMEVer}}]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✓}}
 
|Mid
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[HDNes]]
+
|style="background:Game;"|Ai Senshi Nicol
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://forums.nesdev.com/viewtopic.php?f=3&t=9935#p109627 Git]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|[[Jnes]]
+
|style="background:Game;"|Ai to Rōdō no Hibi
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://www.jabosoft.com/categories/3 1.2.1]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[NESticle]]
+
|style="background:Game;"|Ali 3D
|align=left|{{Icon|DOS|Windows9x}}
+
|style="background:grey;"| Not tested
|[http://web.archive.org/web/20070227191851/http://www.zophar.net/NESticle/nestcxxx.zip x.xx] (DOS) <br /> [https://web.archive.org/web/20070116124329/http://www.zophar.net:80/NESticle/nestc042.zip 0.42] (Windows 9x)
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|[[QuickNES]]
+
|style="background:Game;"|Aliens: Unleashed
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
+
|style="background:grey;"| Not tested
|[https://web.archive.org/web/20180904003223/https://kode54.net/fb2k/QuickNES.zip 0.7.0b1] (Windows)<br />[https://github.com/libretro/QuickNES_Core Git] (libretro)
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✓}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|[[VirtuaNES]]
+
|style="background:Game;"|Aliens vs Predator 3D
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://virtuanes.s1.xrea.com/ 0.97]
+
|style="background:Notes;"|
|{{~}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|[http://freezesms.emuunlim.com/ FreezeSMS]
+
|style="background:Game;"|Aliens vs Predator: Requiem
|align=left|{{Icon|Windows}}
+
|style="background:grey;"| Not tested
|[http://freezesms.emuunlim.com/download.html 4.6]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|[https://web.archive.org/web/20131022152846/http://www.dridus.com:80/~nyef/darcnes/ DarcNES]
+
|style="background:Game;"|Alpine Racer EX
|align=left|{{Icon|Windows|Linux|macOS|FreeBSD}}
+
|style="background:grey;"| Not tested
|[https://web.archive.org/web/20131031224033/http://www.dridus.com/~nyef/dn_bin/ 9b0401/9b0313]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|Nescala
+
|style="background:Game;"|Aladdin
|align=left|{{Icon|Linux|macOS}}
+
|style="background:grey;"| Not tested
|[https://github.com/hywelandrews/nescala Git]
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|?
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
!colspan="8"|Mobile / ARM
+
|style="background:Game;"|AND 1 Streetball
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 
|-
 
|-
|Nestopia<ref group=N name=libretro>Only available as a libretro core (e.g. [[RetroArch]]).</ref>
+
|style="background:Game;"|Andretti Racing 3D
|align=left|{{Icon|Android|iOS}}
+
|style="background:grey;"| Not tested
|1.44
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Yes
|{{✓}}
 
|High
 
|?
 
|{{✓}}
 
 
|-
 
|-
|GPFCE
+
|style="background:Game;"|Are you smarter than a 5th Grader?
|align=left|{{Icon|Linux|Pandora}}
+
|style="background:grey;"| Not tested
|[http://repo.openpandora.org/?page=detail&app=package.gpfce.notaz 0.81.0.r2]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|High
 
|{{✗}}
 
|{{✓}}
 
 
|-
 
|-
|Nostalgia.NES
+
|style="background:Game;"|Armadillo Gold Rush
|align=left|{{Icon|Android}}
+
|style="background:grey;"| Not tested
|[https://play.google.com/store/apps/details?id=com.nostalgiaemulators.neslite 1.17.2]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|High
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[Jnes]]
+
|style="background:Game;"|Ashoka
|align=left|{{Icon|Android}}
+
|style="background:grey;"| Not tested
|[https://play.google.com/store/apps/details?id=com.jabosoft.silverarrow 1.1.2.11]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|VNES
+
|style="background:Game;"|Asphalt 4: Elite Racing
|align=left|{{Icon|Java|Symbian}}
+
|style="background:grey;"| Not tested
|[http://web.archive.org/web/20111010231155/http://www.vampent.com/vnes.htm 1.7 (S60v3)]
+
|style="background:Notes;"|
|?
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
!colspan="8"|Consoles
+
|style="background:Game;"|Asphalt: Urban GT
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 
|-
 
|-
|[[L-CLASSICS|Switch Online]]
+
|style="background:Game;"|Asphalt: Urban GT 2 3D
|align=left|{{Icon|Switch}}
+
|style="background:grey;"| Not tested
|2.3.0
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|High
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|[[Project Nested]]
+
|style="background:Game;"|Asteroids
|align=left|{{Icon|SNES}}
+
|style="background:grey;"| Not tested
|1.0.2
+
|style="background:Notes;"|
|{{?}}
+
|style="background:#ffcccc;"|Yes
|{{✗}}
 
|Low
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|[[NeMul]]
+
|style="background:Game;"|Attack of the Flarb
|align=left|{{Icon|MD}}
+
|style="background:grey;"| Not tested
|{{?}}
+
|style="background:Notes;"|
|{{?}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Low
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|NesterJ<ref group=N>AoEX is based on NesterJ 1.12 Plus 0.61 RM, so it includes features like rewind, cheat code support, rotated/mirrored screen, sepia palette, support for rare mappers (the pirate bootleg FF7 works on it), etc. Its compatibility is inferior to 1.13 beta 2.</ref>
+
|style="background:Game;"|Atletismo
|align=left|{{Icon|PSP}}
+
|style="background:grey;"| Not tested
|[http://filetrip.net/psp-downloads/homebrew/download-nesterj-113-beta-2-f27533.html 1.13 beta 2]<br />[http://filetrip.net/psp-downloads/homebrew/download-nesterj-112aoex-r3-f29028.html AoEX]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
 
|Mid
 
|?
 
|{{✓}}
 
 
|-
 
|-
|[[Virtual Console]]
+
|style="background:Game;"|Aulbath: Wild River
|align=left|{{Icon|Wii|3DS|WiiU}}
+
|style="background:grey;"| Not tested
|N/A
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Unavailable
|{{✗}}
+
|-
|Mid
+
|style="background:Game;"|Avalanche Snowboarding
|?
+
|style="background:grey;"| Not tested
|{{✓}}
+
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bases Loaded
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Batman Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 2: Hishō-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Beach Volley Girl Shizuku 3: Sekai Taikai-hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bejeweled: Twist
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Big Buck Hunter Pro
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|BioShock 3D
 +
|style="background:salmon;"| Doesn't work
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|The Birds: Evil has Wings
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Blade: Trinity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Blingster Battle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Block Breaker Deluxe 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Block Breaker 3 Unlimited
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Blokus
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bloons
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bode Miller Alpine Racing
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bomberman Land: Battles
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bomberman Special
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bonk's Return
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bookworm Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Brain Exercise
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Brave Shot 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Brothers in Arms: Earned in Blood 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Bruce Lee – Iron Fist 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bubble Ducky
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Bugs Bunny: Rabbit Rescue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Burnout
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Buzztime Trivia
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Cake Mania Celebrity Chef
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Call Of Duty 5: World At War
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Cartel Wars
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|CATCHa Mouse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Centipede
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Chessmaster
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Chuck Norris: Bring on the Pain
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Churashima Kurashi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Chuzzle Deluxe
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|City Connection: Rocket
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Classic Mini Golf 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Clue
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Cluster fruits
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Collapse! Chaos
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Collapse! Blast
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Collapse! Holiday Edition
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Common Knowledge Quiz
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Congklak
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Congo Cube
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Contra
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Contra 4: Redux
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Crazy diver
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Crazy Texi
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Crash Bandicoot Nitro Kart 3D
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Crash N Burn
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Crash Twin Insanity
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Creature Shock
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Critter Crunch
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Yes
 +
|-
 +
|style="background:Game;"|Crystal Defenders
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Crystal Monsters
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Cubis 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Damage San
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Unavailable
 +
|-
 +
|style="background:Game;"|Danmaku Kentei Shiken: Dai-Ou-Jou-Hen
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Darius
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dark Castle
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Dark Horse Horse
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|The Dark Knight
 +
|style="background:turquoise;"| Perfect
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Darts for a camera phone
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|The Da Vinci Code: The Quest Begins
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|de Blob
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Defender
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Delicious – Emily’s Taste of Fame
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 2009
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Derek Jeter Pro Baseball 3D 2007
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Detonate
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Devil May Cry: Dante X Vergil
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diamond Detective
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diamond Twister
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dig Dug
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dig It!
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Digital Devil Story: Megami Tensei II
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diner Dash
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Diner Dash: Flo on the Go
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Disney•Pixar Ratatouille
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Doodle Jump
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Doom II RPG
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Doom RPG
 +
|style="background:orange;"| Issue
 +
|style="background:Notes;"| Heavy graphic glitches, required patch.
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Donald Trump's Real Estate Tycoon
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Double Dragon (KTF)
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#00FF7F;"|Found
 +
|-
 +
|style="background:Game;"|Downtown Texas Hold 'Em
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Dragon Sword
 +
|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
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Drop DX
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Fantasista
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Fantasista 2
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Magical Fantasista 3
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|style="background:Game;"|Majokko Princess
 +
|style="background:grey;"| Not tested
 +
|style="background:Notes;"|
 +
|style="background:#ffcccc;"|Lost
 +
|-
 +
|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
 
|-
 
|-
|Nestopia<ref group=N name=libretro/>
+
|style="background:Game;"|Who Wants to Be a Millionaire?
|align=left|{{Icon|PS3|360|Wii}}
+
|style="background:grey;"| Not tested
|1.44
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Lost
|{{✓}}
 
|Mid
 
|?
 
|{{✓}}
 
 
|-
 
|-
|[[FCEUX|FCE Ultra GX]]
+
|style="background:Game;"|Wolfenstein RPG
|align=left|{{Icon|GCN|Wii}}
+
|style="background:grey;"| Not tested
|[https://github.com/dborth/fceugx/releases 3.4.7]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#00FF7F;"|Found
|{{✗}}
 
|Mid
 
|?
 
|{{✓}}
 
 
|-
 
|-
|[http://web.archive.org/web/20090227044416/http://imbnes.gamebase.ca imbNES]
+
|style="background:Game;"|
|align=left|{{Icon|PS1}}
+
World Series of Poker: Pro Challenge
|[http://web.archive.org/web/20090221132233/http://imbnes.gamebase.ca:80/downloads.html 1.3.2]
+
|style="background:grey;"| Not tested
|{{✗}}
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#ffcccc;"|Lost
|?
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|NESBox
+
|style="background:Game;"|
|align=left|{{Icon|XB1}}
+
World Poker Tour: Texas Hold'Em 2
|[https://nesbox.com/ v4]
+
|style="background:grey;"| Not tested
|{{✗}}
+
|style="background:Notes;"|
|{{✗}}
+
|style="background:#00FF7F;"|Found
|?
 
|{{✓}}
 
|{{✗}}
 
 
|-
 
|-
|VirtuaNES for 3DS
+
|style="background:Game;"|WRC: FIA World Rally Championship Mobile 3D
|align=left|{{Icon|3DS}}
+
|style="background:grey;"| Not tested
|[https://github.com/bubble2k16/emus3ds/releases 1.02]
+
|style="background:Notes;"|
|{{✓}}
+
|style="background:#ffcccc;"|Lost
|{{✗}}
 
|?
 
|{{✓}}
 
|{{✗}}
 
|}
 
<references group=N />
 
 
 
 
 
===Comparisons===
 
*[[Mesen]] is the most accurate NES emulator according to currently established NES test ROM suites.<ref name="mesentest">http://www.mesen.ca/TestResults.php</ref> It should be the emulator of choice for those who desire the utmost accuracy. Mesen is also very user-friendly and supports a lot of features that other emulators are missing such as; [[Texture_Packs|HD packs]], [[netplay]], auto-updating, [[Shaders and Filters|good built-in filters]], both .zip and [[GoodTools|goodmerged]] file loading, etc.
 
*[[puNES]] is the second most accurate NES/FDS emulator according to a separate test battery run by the TASVideos community.<ref name="nestas">http://tasvideos.org/EmulatorResources/NESAccuracyTests.html</ref> It should be noted that puNES used to have one mapper that Mesen didn't: 116, which allows games like Kart Fighter and Somari to be supported. This has since been added to Mesen.
 
*[[Nestopia]] also has a high ranking in those same tests.<ref name="nestas"/> Even so, Nestopia has issues with The Young Indiana Jones Chronicles and doesn't display the status bar in Mickey's Safari in Letterland correctly (among other problems). Nestopia Undead Edition is a fork of Nestopia meant to keep it alive and fix the aforementioned bugs. This version is generally recommended over vanilla. Even the libretro core for Nestopia is in the Undead Edition.
 
*[[Nintendulator]] and My Nes also have a fairly high ranking in those tests.<ref name="nestas"/>
 
*[[FCEUX]] scores rather low in these tests, despite being a recommended emulator on TAS Videos. The New PPU is more accurate than the Old PPU, thankfully. The emulator is still useful, though, thanks to its robust Lua scripting and incorporating FCEUmm into its feature set.
 
*[[VirtuaNES]] also scores quite low in the tests, but in turn supports several obscure [[#Peripherals|peripherals]] that are not available on other emulators.
 
*For official emulation, there is Nintendo's own [[Virtual Console]] or [[L-CLASSICS|Nintendo Switch Online]]. The Wii has a significantly larger library of NES games to choose from than the 3DS or Wii U, especially from third-party publishers.
 
 
 
There are many other NES emulators not listed here, as the NES has more emulators than any other system (new ones are started all the time). Only those that are well known or stand out in some way are covered here.
 
 
 
==Emulation issues==
 
===Mappers===
 
A key difference between many emulators nowadays is how many mappers they support.
 
* '''No Mapper:''' Supported on every emulator even official Nintendo emulators.
 
* '''Official Mappers''' (UNROM, AOROM, MMC1-6): Most emulators, as well as Nintendo's Virtual Console (but not their GBA emulators),  will cover these.
 
* '''Third Party Mappers''' (Various: e.g. Konami's VRC6/VRC7) While officially licensed by Nintendo, they were not allowed outside Japan. As a result, for their Western releases, many games that took advantage of their features (advanced ROM mapping, extra sound channels) were reprogrammed significantly and shipped on the official mappers, often with simplified soundtracks. A lot of fan emulators worth their salt will cover these. With those, you cover the entire officially licensed library.
 
* '''Unlicensed Mappers:''' Mostly used by pirate cartridges, often long past the console's official commercial lifespan. Only the more accurate emulators (Mesen, FCEUX) will even bother covering them in a whack-a-mole quest for every new one discovered to this very day. If you're not interested in '''unlicensed''' Chinese or Russian bootlegs or newer unofficial NES demakes, it isn't a problem.
 
 
 
The NES ROM information isn't sufficient to describe the cartridge and emulate it, so emulators have to include the layout and behavior of these mappers in their code, while the ROM header tells the emulator which mapper to choose. So unlike with other consoles, no matter how accurate a given NES emulator will get, it will still never be able to run newly discovered ROM dumps from cartridges that used a so-far unknown mapper. Thus, Unlicensed NES support will be inevitably incomplete and a constant work-in-progress, hence claims some emulators are "inaccurate".
 
 
 
Related to this issue: This is why most emulators won't run unheadered NES ROMs. Newer versions of Nestopia can open those, but they're handled in a slightly different way: the information that would have been included in the iNES header is instead provided in emulator configuration files that get summoned as long as the ROM's hash matches exactly the No-Intro dump of that given game (which is inconvenient for romhacks).
 
 
 
===QD FDS Support===
 
Games dumped off the Famicom Disc System come into two major types:
 
 
 
* '''.fds format''': Most common format. Ubiquitous in ROM sets (GoodSets, No-Intro). Omits some checksum data.
 
* '''.qd format''' (stands for QuickDisk): Only ever used in official Nintendo re-releases. Almost identical to fds, but a full dump with checksum data. May omit padding.
 
 
 
The checksum data in question would be checked at BIOS startup to verify the integrity of the image and whether it was tampered with, in which case it will throw an anti-piracy error. As of now, no NES emulators support the alternate more complete dumps, as well as fudging that check's result to always return a negative. To emulate a .qd image, stripping the checksum data with a custom script is needed.
 
 
 
===Overscan===
 
{{Main|Overscan}}
 
 
 
[[File:Retroarch_2013-08-16_06-32-24-62.png|thumb|250px|Example of faulty visuals that are exposed when no overscan is cropped. Note the blank blue area to the left and the green garbage on the right. On NTSC CRT TVs, these areas may or may not be visible]]Several NES games need their overscan to be cropped to look proper. Unfortunately, there is no standard level of overcropping. Many games require different levels for best results. For example, Super Mario Bros. 3 requires quite a bit of cropping, however, the same level of cropping will obscure the letters of the status bar in Castlevania games.
 
 
 
===Color Palette===
 
{{Main|Famicom Color Palette}}
 
 
 
Unlike consoles such as the SNES, which natively generate their image in pure RGB, the Famicom normally generates and outputs an encoded NTSC video signal. This must then be decoded by the TV's built-in NTSC decoder, which means the resulting color palette often varies depending on the display's decoder. For this reason, NES games will appear to have different colors on different TV sets. To properly emulate this part of the NES experience, many Famicom emulators have a variety of different palettes to choose from.
 
 
 
The 3DS and Wii U versions of [[Virtual Console]] use extremely dark color palettes. This is apparently not an accuracy issue, but rather an anti-epilepsy measure. For the Nintendo Switch Online service, the games were directly edited to remove seizure-inducing patterns, allowing it to use a normal palette.
 
 
 
==Peripherals==
 
There were many accessories released for the NES but Emulation General only covers accessories that are truly differentiated data streams from the basic controller. For example, the Power Glove is in actuality just a really complicated NES controller, designed to convert motion into D-PAD, SELECT, START, A, and B button commands. The same goes for R.O.B. and his  ''Stack-up'' and ''Gyromite'' games because he was really just the second player. Strangely, the Famicom has a lot more peripheral hardware to emulate than the NES.<ref>[[Wikipedia:List of Nintendo Entertainment System accessories|List of Nintendo Entertainment System accessories]]</ref>
 
 
 
{| class="wikitable" style="text-align:center;"
 
! scope="col" style="width:200px;"|Name(s)
 
! scope="col" style="width:300px;"|Description
 
! scope="col" style="width:150px;"|Game(s)
 
! scope="col" style="width:100px;text-align:center"|Support emulator(s)
 
! scope="col" style="width:300px;"|Note
 
 
|-
 
|-
!Zapper
+
|style="background:Game;"|Xanadu: Dragon Slayer II
|An electronic light gun accessory that allowing players to aim at the display and shoot various objects that appear on the screen.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:Duck Hunt|Duck Hunt]]''<br/>''[[Wikipedia:Wild Gunman|Wild Gunman]]''<br/>''[[Wikipedia:Hogan's Alley (video game)|Hogan's Alley]]''
+
|style="background:Notes;"|
|Various
+
|style="background:#ffcccc;"|Lost
|Emulated in the form of a mouse click (PC), tap (for mobile), remote ([[Wii emulators|Wii]] ports of NES emulators), or faked pointers using a controller.
 
 
|-
 
|-
!Arkanoid/Vaus Controller
+
|style="background:Game;"|Xevious
|A specific game controller with one button to "fire" and a dial to control back and forth movement.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:Arkanoid|Arkanoid]]''<br/>''[[Wikipedia:Arkanoid: Revenge of Doh|Arkanoid: Revenge of Doh]]''<br/>''[[Wikipedia:Chase H.Q.|Chase H.Q.]]''
+
|style="background:Notes;"|
|Various
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!Power Pad<br/>Family Trainer<br/>Family Fun Fitness
+
|style="background:Game;"|X-RAD
|A game controller that allows players stepping on a gray floor mat with 12 pressure-sensors embedded between flexible plastic to control gameplay.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:Stadium Events|Stadium Events]]''<br/>''[[Wikipedia:Dance Aerobics|Dance Aerobics]]''<br/>''Athletic World''
+
|style="background:Notes;"|
|[[FCEUX]]
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!NES Four Score<br/>NES Satellite<br/>4-Player Adaptor
+
|style="background:Game;"|Yahtzee
|A multitap accessory that allows players to enable up to 4-player gameplay using infrared wireless communication.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:R.C. Pro-Am II|R.C. Pro-Am II]]''<br/>''[[Wikipedia:Bomberman II|Bomberman II]]''<ref group=N>Up to three players only.</ref><br/>''[[Wikipedia:Gauntlet II|Gauntlet II]]''<br/>''[[Wikipedia:Nintendo World Cup|Nintendo World Cup]]''<br/>''[[Wikipedia:A Nightmare on Elm Street (franchise)#Video games|A Nightmare on Elm Street]]''
+
|style="background:Notes;"|
|Various
+
|style="background:#ffcccc;"|Lost
|Emulated by having an option to switch between 2-player and 4-player mode or just enabling/disabling Player 3 and Player 4's controller.
 
 
|-
 
|-
!Family Computer Disk System
+
|style="background:Game;"|Yahtzee Adventures
|''See above''
+
|style="background:grey;"| Not tested
|''[[Wikipedia:The Legend of Zelda (video game)|Legend of Zelda: The Hyrule Fantasy]]''<br/>''[[Wikipedia:Zelda II: The Adventure of Link|Zelda II: The Adventure of Link]]''<br/>''[[Wikipedia:Metroid|Metroid]]''<br/>''[[Wikipedia:Kid Icarus|Light Mythology: Palutena's Mirror]]''<br/>''[[Wikipedia:Castlevania (1986 video game)|Akumajō Dracula]]''<br/>''[[Wikipedia:Ice Hockey (1988 video game)|Ice Hockey]]''
+
|style="background:Notes;"|
|Various
+
|style="background:#ffcccc;"|Lost
|BIOS file (which can be found [[Emulator_Files#NES_.2F_Famicom|here]]) is required for FDS emulation. Note that there's two versions of the BIOS: the one that comes with FDS and another one that comes with Sharp's [[Wikipedia:Twin Famicom|Twin Famicom]]. They function identically despite showing different intro during first boot.
 
 
|-
 
|-
!Microphone
+
|style="background:Game;"|Yahtzee Deluxe
|A Japan-exclusive built-in feature in the original Player 2 Famicom controller that allows players to use external sound source (e.g. player's voice) as input.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:The Legend of Zelda (video game)|Legend of Zelda: The Hyrule Fantasy]]''<br/>''[[Wikipedia:Kid Icarus|Light Mythology: Palutena's Mirror]]''<br/>''[[Wikipedia:The Legend of Zelda (video game)|Kaiketsu Yanchamaru]]''
+
|style="background:Notes;"|
|[[Mesen]]<ref group=N name=microphone>Cheated by pressing any specific key ("M" by default).</ref><br/>[[VirtuaNES]]<ref group=N name=microphone/><br/>[[Virtual Console]]<ref group=N>Through an actual microphone.</ref>
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!Family BASIC
+
|style="background:Game;"|YetiSports: Games of the Yeti Volume 1
|A Japan-exclusive peripheral that includes a enchanced dialect of [[Wikipedia:BASIC|BASIC]] programming language that allow users to create programs in Famicom. It comes with a special designed cartridge, keyboard, and the Data Recorder.
+
|style="background:grey;"| Not tested
|''Family BASIC''
+
|style="background:Notes;"|
|[[Mesen]]<br/>[[Nestopia|Nestopia UE]]<br/>[[FCEUX]]<br/>[[VirtuaNES]]
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!Famicom Data Recorder
+
|style="background:Game;"|Ys Book 1: The Vanished Omens
|A Japan-exclusive compact cassette tape data interface as an addition to the Family BASIC to save data from BASIC programs created by users.
+
|style="background:grey;"| Not tested
|''Family BASIC''
+
|style="background:Notes;"|
|[[Mesen]]<br/>[[Nestopia|Nestopia UE]]<br/>[[VirtuaNES]]
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!Famicom 3D System
+
|style="background:Game;"|Ys VI: The Ark of Napishtim
|A Japan-exclusive active shutter glasses headset which allowed compatible games to display a stereoscopic image for 3D experience.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:List of Mario racing games#Famicom Grand Prix II: 3D Hot Rally|Famicom Grand Prix II: 3D Hot Rally]]''<br/>''[[Wikipedia:Rad Racer|Highway Star]]''<br/>''[[Wikipedia:Falsion|Falsion]]''
+
|style="background:Notes;"|
|[[RetroArch]]
+
|style="background:#ffcccc;"|Lost
|[https://github.com/libretro/glsl-shaders/tree/master/stereoscopic-3d GLSL shaders] is needed for RetroArch to simulate the 3D experience with [[Virtual Reality|VR]] headset, 3D TV, 3D projector or Android phone with cardboard.
 
 
|-
 
|-
!Miracle Piano Teaching System
+
|style="background:Game;"|Zanac
|An accessory that used an electronic MIDI keyboard as input.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:Miracle Piano Teaching System|Miracle Piano Teaching System]]''
+
|style="background:Notes;"|
|N/A
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!ASCII TurboFile<br/>ASCII TurboFile II
+
|style="background:Game;"|Zombie Infection
|A Japan-exclusive external storage devices for saving game positions on Famicom.
+
|style="background:grey;"| Not tested
|''[[Wikipedia:Wizardry: Proving Grounds of the Mad Overlord|Wizardry: Proving Grounds of the Mad Overlord]]''<br/>''[[Wikipedia:Wizardry II: The Knight of Diamonds|Wizardry II: The Knight of Diamonds]]''<br/>''[[Wikipedia:River City Ransom|Downtown Nekketsu Monogatari]]''<br/>''[[Wikipedia:Miracle Warriors: Seal of the Dark Lord|Haja no Fūin]]''
+
|style="background:Notes;"|
|[[VirtuaNES]]
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!Oeka Kids Tablet
+
|style="background:Game;"|Zombieland
|A Japan-exclusive drawing tablet for the Famicom ''Oeka Kids'' series.<ref>[https://web.archive.org/web/20160927112920/http://www.ne.jp/asahi/oroti/famicom/ish15.html ファミコンの周辺機器が大集合! ザ☆周辺機器ズ 15] (Archived)</ref>
+
|style="background:grey;"| Not tested
|''Oeka Kids: Anpanman no Hiragana Daisuki''<br/>''Oeka Kids: Anpanman to Oekaki Shiyou!!''
+
|style="background:Notes;"|
|[[Mesen]]<br/>[[Nestopia|Nestopia UE]]<br/>[[FCEUX]]<br/>[[puNES]]<br/>[[VirtuaNES]]
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!RacerMate CompuTrainer Pro
+
|style="background:Game;"|Zombieland 2
|A rare series of peripherals for the game ''RacerMate Challenge II''. It comes with a interface box, a bike trainer as well as a handlebar display.<ref>[http://www.nesmuseum.com/racermate.html NES Museum: RacerMate Challenge II]</ref>
+
|style="background:grey;"| Not tested
|''RacerMate Challenge II''
+
|style="background:Notes;"|
|N/A
+
|style="background:#ffcccc;"|Lost
|N/A
 
 
|-
 
|-
!Game Genie
+
|style="background:Game;"|Zoo Tycoon 2 Mobile
|A pass-through devices that attached between a cartridge and the console, allowing the player to manipulate various aspects of games and access unused assets and functions by temporarily modify game data.
+
|style="background:grey;"| Not tested
|Various
+
|style="background:Notes;"|
|[[FCEUX]]<ref group=N name=gamegenie>Cheat authentically by using a Game Genie ROM.</ref><br/>[[puNES]]<ref group=N name=gamegenie/>
+
|style="background:#ffcccc;"|Lost
|Most emulators have a GUI to manage cheats and don't rely on real hardware cheating devices.
 
 
|-
 
|-
!Family Computer Network System<br/>Famicom Modem
+
|style="background:Game;"|Zuma Deluxe
|A Japan-exclusive network peripheral that allowed users to connect to a Nintendo server which provided extra content such as jokes, news, game tips, weather forecasts, horse betting and downloadable content via dial-up modem.
+
|style="background:grey;"| Not tested
|N/A
+
|style="background:Notes;"|
|N/A
+
|style="background:#00FF7F;"|Found
|N/A
 
 
|}
 
|}
<references group=N/>
 
 
==Hardware Variants==
 
===VS. System===
 
An arcade system based on the NES released for the US. It was released in two different cabinet variations: '''Vs. UniSystem''' and '''Vs. DualSystem''', which the later have double chipsets on the PCB and is capable of handling two different programs or simply two separate copies of a single program simultaneously.
 
 
Most emulators support games in Vs. UniSystem cabinet by setting up different DIP switches. But for games in Vs. DualSystem cabinet, [[MAME]] is the only choice.
 
 
Since most VS. System games have palettes that differ from the standard RGB NES palette, roms made with VS. System which are accidentally played in the emulator's NES mode (or vice-versa) will cause the colors to be totally garbled. This can occur when there is an issue with the emulator's configuration or the ROM's iNES header.
 
 
===Famicom Box===
 
Also re-released later as Sharp's FamicomStation. The hybrid NES/Famicom arcade box [http://famicomworld.com/system/other/famicombox/ Nintendo Famicom Box] is a bulky metal cube, with a slot to insert money and secured with tons of locks. The hotel would set the amount of time you could play on one token, and choose the games available. You can see it in action in season 18 of [http://www.gamingcx.com/ Game Center CX]. It was distributed in select hotels and stores and can hold up to 15 select Famicom releases at once, and had many more hardware lockout chips and pins with different behavior than usual (it also only supported cartridges using memory mapper 0). Sports a unique boot screen for both models released.
 
 
Neither the cartridges nor the BIOS has been dumped or tested with an emulator, unlike the Super Famicom Box (which has had both its BIOS' and most of its ROMs dumped).
 
 
===Dendy===
 
A pirate NES Famicom clone which was sold in Russia and Eastern Europe, with the blueprint later reused for other Famiclones. Here's [http://www.youtube.com/watch?v=kne6AKyYUuM a link] to a CC-subtitled Kinaman video for more details. It's a very quirky NTSC NES optimized for 50Hz, with many other changes from the official PAL NES as well- through these differences often break the compatibility of Dendy-specific releases on most emulators.
 
 
MESS supports this console, and some other emulators (such as Mesen, puNES, and FCEUX) introduced support for it in r3134, along with the already included support for iNES 2.0 ROM headers (including the option to mark a ROM region as PAL Dendy). The cartridges themselves can still be played as long as the emulator supports broken carts.
 
 
===NES Classic Edition===
 
{{main|wikipedia:NES_Classic_Edition}}
 
The NES Classic Edition is a mini console that emulates the experience of the Nintendo Entertainment System. It includes 30 classic NES games and is compatible with the Wii Classic Controller and NES Classic Edition controller.
 
Nintendo produced and sold about 2.3 million NES Classic Editions from November 2016 through April 2017, with shipments selling out nearly immediately. In April 2017, Nintendo announced they were discontinuing the product, leading to consumer confusion, and incidents of greatly increased pricing among private sellers. Due to the demand of the NES Classic, and the success of the Super NES Classic Edition console, Nintendo re-introduced the NES Classic on June 29, 2018. Production was discontinued again in December 2018.
 
 
==Resources==
 
*[http://wiki.nesdev.com/w/index.php/Nesdev_Wiki Nesdev Wiki] - A place for all your NES programming/NES emulator programming needs.
 
*[http://forums.nesdev.com/viewtopic.php?t=2818 Nesdev Forum] - Discussion of NES Wii Virtual Console accuracy.
 
 
==References==
 
{{Reflist}}
 
 
  
{{Nintendo}}
+
==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:Consoles]]
+
[[Category:Emulators]]
[[Category:Nintendo consoles]]
+
[[Category:Binary Runtime Environment for Wireless emulators]]
[[Category:Nintendo Entertainment System emulators|*]]
+
[[Category:Android emulation software]]
[[Category:Third-generation video game consoles]]
 

Revision as of 09:28, 29 October 2021

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

Melange is a BREW emulator for Android, written in C.

How to use

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

Notes

  • Android 7 and below is required, so Android 10 and 11 is not supported.
  • Onscreen controls are not supported. A workaround is to use a game controller emulator, e.g. GameKeyboard+ or GamPad.

Key mappings

  • D-pad — D-pad
  • Select — Select
  • Start — Start
  • A — Enter
  • L — W
  • R — E
Key1.png

Overview

As BREW and Android share the ARM architecture, Melange only has to translate specific calls, as with Wine on POSIX-compliant operating systems, like macOS and Linux, providing increased performance compared to a virtual machine or emulator. It can boot many BREW games not requiring OpenGL (e.g. Doom RPG) or some other APIs. As such, some KTF titles work, but not Zeebo titles, as gamepads and OpenGL are unimplemented. The emulator is in early development.

While it is free and open-source, it contains proprietary components from Qualcomm, the platform's creator.

Screenshots

UI
UI.jpg
Gameplay
MS4.jpg TDK.jpg

Features

  • 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

Melange
Android Beta 0.1 (Doesn't work on Android 11, black screen)
Android Debug build
Apps

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

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

Compatibility list

Key
Compat Legend Class
Games that work 100% or have few/very minor issues, like stuttering audio, or other things that don't affect gameplay. Excellent
Games that work 100%, good audio, or other things that still affect gameplay. Perfect
Games that work 100% or have few/very major issues, like stuttering audio, or other things that don't affect gameplay. Okay
Games that mostly work but with more serious but playable bugs, or random lockups (random doesn't mean lock up every time at the same spot in the game). Issues
Games that do not load and have major problems and/or are unplayable, or have consistent lock ups. Doesn't Work
Unknown status. Game has not been tested, or the test results were unclear. Untested

The following list contains almost all European and American BREW games.

Name Status Notes Dumped/Available?
1000 Words Not tested Unavailable
1942 Not tested Unavailable
2 Fast 2 Furious Not tested Unavailable
365 Puzzle Club Not tested Unavailable
3°C Not tested Unavailable
3D Battle Tank Not tested Unavailable
3D Brick Breaker Revolution 2 Not tested Unavailable
3D Fast & Furious Pink Slip Not tested Unavailable
3D Rollercoaster Rush Not tested Unavailable
3D Slam Ping Pong Not tested Unavailable
3D The Fast and the Furious Not tested Unavailable
3D The Fast and the Furious: Tokyo Not tested Unavailable
3D Tilt-A-World Not tested Unavailable
4 Elements Not tested Unavailable
7 Wonders of the Ancient World Not tested Unavailable
Action Hero 3D: Wild Dog Not tested Unavailable
Ai Senshi Nicol Not tested Unavailable
Ai to Rōdō no Hibi Not tested Unavailable
Ali 3D Not tested Unavailable
Aliens: Unleashed Not tested Unavailable
Aliens vs Predator 3D Not tested Unavailable
Aliens vs Predator: Requiem Not tested Unavailable
Alpine Racer EX Not tested Unavailable
Aladdin Not tested Unavailable
AND 1 Streetball Not tested Yes
Andretti Racing 3D Not tested Yes
Are you smarter than a 5th Grader? Not tested Unavailable
Armadillo Gold Rush Not tested Unavailable
Ashoka Not tested Unavailable
Asphalt 4: Elite Racing Not tested Unavailable
Asphalt: Urban GT Not tested Unavailable
Asphalt: Urban GT 2 3D Not tested Unavailable
Asteroids Not tested Yes
Attack of the Flarb Not tested Unavailable
Atletismo Not tested Unavailable
Aulbath: Wild River Not tested Unavailable
Avalanche Snowboarding Not tested Unavailable
Bases Loaded Not tested Unavailable
Batman Begins Not tested Unavailable
Beach Volley Girl Shizuku Not tested Unavailable
Beach Volley Girl Shizuku 2: Hishō-hen Not tested Unavailable
Beach Volley Girl Shizuku 3: Sekai Taikai-hen Not tested Unavailable
Bejeweled: Twist Not tested Unavailable
Big Buck Hunter Pro Not tested Unavailable
BioShock 3D Doesn't work Yes
The Birds: Evil has Wings Not tested Unavailable
Blade: Trinity Not tested Unavailable
Blingster Battle Not tested Unavailable
Block Breaker Deluxe Not tested Yes
Block Breaker Deluxe 2 Not tested Yes
Block Breaker 3 Unlimited Not tested Unavailable
Blokus Not tested Unavailable
Bloons Not tested Unavailable
Bode Miller Alpine Racing Not tested Unavailable
Bomberman Land: Battles Not tested Unavailable
Bomberman Special Not tested Unavailable
Bonk's Return Not tested Unavailable
Bookworm Deluxe Not tested Unavailable
Brain Exercise Not tested Yes
Brave Shot 2 Not tested Unavailable
Brothers in Arms: Earned in Blood 3D Not tested Yes
Bruce Lee – Iron Fist 3D Not tested Unavailable
Bubble Ducky Not tested Unavailable
Bugs Bunny: Rabbit Rescue Not tested Unavailable
Burnout Not tested Unavailable
Buzztime Trivia Not tested Unavailable
Cake Mania Celebrity Chef Not tested Unavailable
Call Of Duty 5: World At War Not tested Yes
Cartel Wars Not tested Unavailable
CATCHa Mouse Not tested Unavailable
Centipede Not tested Yes
Chessmaster Not tested Unavailable
Chuck Norris: Bring on the Pain Not tested Unavailable
Churashima Kurashi Not tested Unavailable
Chuzzle Deluxe Not tested Unavailable
City Connection: Rocket Not tested Unavailable
Classic Mini Golf 3D Not tested Yes
Clue Not tested Unavailable
Cluster fruits Not tested Unavailable
Collapse! Chaos Not tested Yes
Collapse! Blast Not tested Unavailable
Collapse! Holiday Edition Not tested Unavailable
Common Knowledge Quiz Not tested Unavailable
Congklak Not tested Yes
Congo Cube Not tested Unavailable
Contra Not tested Unavailable
Contra 4: Redux Not tested Yes
Crazy diver Not tested Yes
Crazy Texi Not tested Unavailable
Crash Bandicoot Nitro Kart 3D Not tested Unavailable
Crash N Burn Not tested Unavailable
Crash Twin Insanity Not tested Unavailable
Creature Shock Not tested Unavailable
Critter Crunch Not tested Yes
Crystal Defenders Not tested Unavailable
Crystal Monsters Not tested Unavailable
Cubis 2 Not tested Unavailable
Damage San Not tested Unavailable
Danmaku Kentei Shiken: Dai-Ou-Jou-Hen Not tested Lost
Darius Not tested Lost
Dark Castle Not tested Lost
The Dark Horse Horse Not tested Found
The Dark Knight Perfect Found
Darts for a camera phone Not tested Lost
The Da Vinci Code: The Quest Begins Not tested Lost
de Blob Not tested Lost
Defender Not tested Lost
Delicious – Emily’s Taste of Fame Not tested Lost
Derek Jeter Pro Baseball 2009 Not tested Lost
Derek Jeter Pro Baseball 3D 2007 Not tested Lost
Detonate Not tested Lost
Devil May Cry: Dante X Vergil Not tested Lost
Diamond Detective Not tested Lost
Diamond Twister Not tested Lost
Dig Dug Not tested Lost
Dig It! Not tested Lost
Digital Devil Story: Megami Tensei Not tested Lost
Digital Devil Story: Megami Tensei II Not tested Lost
Diner Dash Not tested Lost
Diner Dash: Flo on the Go Not tested Lost
Disney•Pixar Ratatouille Not tested Lost
Doodle Jump Not tested Found
Doom II RPG Not tested Found
Doom RPG Issue Heavy graphic glitches, required patch. Found
Donald Trump's Real Estate Tycoon Not tested Lost
Double Dragon (KTF) Not tested Found
Downtown Texas Hold 'Em Not tested Lost
Dragon Sword Not tested Found
Dragon Warrior III Not tested Lost
Dragon Quest ll Not tested Lost
Dream Chronicles Not tested Lost
Driv3r Not tested Found
Driver: L.A. Undercover Not tested Lost
Duke Nukem Arena Not tested Found
Duke Nukem Mobile Excellent Found
DuraTrax Mobile RC Not tested Lost
Earthworm Jim: Special Edition Excellent Found
Edge Not tested Lost
The Elder Scrolls Travels: Dawnstar Not tested Lost
The Elder Scrolls Travels: Stormhold Not tested Lost
Escape Not tested Lost
Everyday English Trainer Not tested Lost
Ever Quest: Hero's Call Not tested Lost
Family Feud Not tested Lost
Family Guy: Uncensored Not tested Lost
The Fast and the Furious: Fugitive 3D Not tested Lost
The Fast and the Furious: Fugitive Not tested Lost
The Fast and the Furious: Pink Slip 3D Not tested Lost
Feeding Frenzy Not tested Lost
Ferrari GT: Evolution Not tested Lost
Ferrari World Championship Not tested Lost
Fieldrunners Not tested Lost
FIFA World Cup: On the Break Not tested Lost
Fiftgrather Not tested Lost
Fight Club Not tested Lost
Fight Hard 3D Not tested Lost
Fight Night Round 3 Not tested Lost
Fight Night Round 4 Not tested Lost
Final Fantasy Not tested Lost
Final Fantasy ll Not tested Lost
Final Fantasy IV the After: Tsuki no Kikan - Shūketsu Hen: Tsuki no Inryoku Not tested Lost
Final Fantasy IV the After: Tsuki no Kikan - Shūshō Kōhen: Hoshikui Not tested Lost
Final Fantasy IV the After: Tsuki no Kikan - Shūshō Zenpen: Shingetsu Not tested Lost
Final Fantasy IV: The After Years Not tested Lost
Final Fantasy IV: The After Years - Edge's Tale Not tested Lost
Final Fantasy IV: The After Years - Edward's Tale Not tested Lost
Final Fantasy IV: The After Years - Kain's Tale Not tested Lost
Final Fantasy IV: The After Years - Palom's Tale Not tested Lost
Final Fantasy IV: The After Years - Porom's Tale Not tested Lost
Final Fantasy IV: The After Years - Rydia's Tale Not tested Lost
Final Fantasy IV: The After Years - The Lunarians' Tale Not tested Lost
Final Fantasy IV: The After Years - Yang's Tale Not tested Lost
Final Fantasy VII: Before Crisis Not tested Lost
Final Fantasy VII: Dirge of Cerberus Lost Episode Not tested Lost
Fish Tycoon Not tested Lost
Flight Control Not tested Lost
FlipIt! Not tested Lost
Flyhight Cloudia Not tested Lost
Flyhight Cloudia II Not tested Lost
Flyhight Cloudia III Not tested Lost
Flyhight Cloudia IV: Eien no Kizuna Not tested Lost
Flynn's Adventures Not tested Lost
Football Trivia Not tested Lost
Fortress Double Not tested Lost
Fortress Tournament Not tested Lost
Fox Motocross 3D Not tested Lost
Frogger Plus Not tested Lost
Furry Legends Not tested Lost
Galaga Not tested Lost
Galaxy on Fire Not tested Lost
Ghostbusters Mobile Not tested Lost
Ghosts 'N Goblins Not tested Lost
Ghosts 'N Goblins: Gold Knights Not tested Lost
Gobaksodor Not tested Lost
God of War: Betrayal Not tested Lost
Golf Superstars Not tested Lost
Gradius Not tested Lost
Great Legends: Vikings Not tested Lost
Greedy Snake Not tested Found
Grinsia Not tested Lost
Guitar Hero III Mobile Not tested Lost
Gum Blox Not tested Found
G-Unit: Free Yayo Not tested Lost
Harlem Globetrotters Not tested Lost
Heavy Weapon Deluxe Not tested Lost
Helistrike 3D Not tested Lost
Herakles no Eikō III: Kamigami no Chinmoku Not tested Lost
Heroes Lore: Wind Of Soltia Not tested Lost
Heroes Lore 2 Not tested Lost
Hero Must Die Not tested Lost
Hexcite Fusion Not tested Lost
Hidden Expedition: Everest Not tested Lost
Highway Racer Not tested Found
Hills and Rivers Remain Not tested Lost
ID4 Independence Day Not tested Lost
Inuyasha Not tested Lost
I-play Bowling Not tested Lost
Irekae IQ Crossword DX Not tested Lost
Ironman Stewart's Off-Road Not tested Lost
iShoot Not tested Found
Jail Trail Not tested Lost
JAMDAT Bowling Not tested Found
JAMDAT Bowling 2 Not tested Lost
JAMDAT Bowling 3D Not tested Found
JAMDAT Sudoku Not tested Lost
James Patterson: Women's Murder Club - Death in Scarlet Not tested Lost
JAWS 3D (V CAST) Not tested Lost
Jewel Quest Not tested Lost
Jewel Quest 2 (Demo) Not tested Lost
Jewels and Jim Not tested Lost
Johnny Crash Not tested Lost
Johnny Crash Stuntman Does Texas Not tested Lost
Kaptaan Dhoni We Not tested Found
Karma Fighter Not tested Lost
Keitai Shōjo Not tested Lost
KiKi KaiKai Not tested Lost
King of Fighters M2 Not tested Lost
Kingdom Hearts (V CAST) Not tested
Kodo Not tested Lost
Kururin Cafe Not tested Lost
Learn to Fly We Not tested Lost
Lego Batman Not tested Lost
Lemonade Tycoon Not tested Lost
Little Shop: World Traveler Not tested Lost
Lock'em Up Not tested Lost
The Legend of Elros Not tested Found
The Lord of the Rings: The Return of the King Not tested Found
The Lord of the Rings: The Two Towers Not tested Lost
Lost Planet 2 Not tested Lost
Love Love Knuckle Not tested Lost
Lumines Not tested Lost
Lumines Mobile Not tested Lost
Luxor Not tested Lost
Madden NFL 2006 Not tested Lost
Madden NFL 2007 Not tested Lost
Magical Drop DX Not tested Lost
Magical Fantasista Not tested Lost
Magical Fantasista 2 Not tested Lost
Magical Fantasista 3 Not tested Lost
Majokko Princess Not tested Lost
Maō Company Not tested Lost
Massive Snowboarding 3D Not tested Found
Mega Man Not tested Found
Mega Man: Rush Marine Not tested Lost
Memories Off / メモリーズオフ / 메모리즈 오프 Not tested Lost
Mercenaries Saga 2: Order of the Silver Eagle Not tested Lost
Mercenaries Saga 3: Gray Wolves of War Not tested Lost
Metal Gear Solid Mobile Not tested Lost
Metal Slug: Mobile Impact Not tested Found
Midnight Bowling Not tested Lost
Midnight Bowling 2 Not tested Lost
Midnight Bowling 3D Not tested Lost
Midnight Pool 3D Not tested Found
Midtown Madness 3 Mobile Not tested Lost
Might and Magic II Not tested Lost
Military Madness Not tested Lost
Military Madness 2 Not tested Found
Millionaire 07 Not tested Found
Millionaire 2010 Not tested Lost
Millionaire Music Not tested Found
Miner 2049er Not tested Lost
Mobile Battles: Reign of Swords Not tested Lost
Mobile League Sports Network Not tested Lost
Moe Slot: Beach no Shizuku Not tested Lost
Monkey Bars Not tested Lost
Monopoly Not tested Found
Monopoly Here and Now Not tested Lost
Monopoly Worldwide Not tested Lost
Monster Smash Not tested Lost
Moon Patrol Not tested Lost
Moto GP 2 Not tested Found
Mr Do's Circus Not tested Lost
Ms Pac-man Not tested Found
MTV Star Factory Not tested Lost
Muncher Not tested Lost
MX vs ATV: Untamed Not tested Found
My Monster Pet Not tested Lost
Mystia 2 Not tested Lost
Narnia Prince Caspian An Not tested Lost
NBA Live 06 Not tested Lost
NBC Sports Figure Skating Not tested Lost
NBC Sports National Heads-Up Poker Championship Not tested Lost
Need for Speed: Hot Pursuit Not tested Found
Need for Speed: Most Wanted Not tested Found
Need for Speed: Pro Street Not tested Found
Need for Speed: Shift Not tested Found
Need for Speed: The Run Not tested Found
Need for Speed: Undercover Not tested Found
Need For Speed: Underground 2 Not tested Found
New Rally-X Not tested Lost
Night Hike Not tested Lost
Ninja Jajamaru-kun Ranbu Not tested Lost
Ninja no Gakko Not tested Lost
Ninja Prophecy Not tested Lost
NOM Not tested Lost
NOM 2 Not tested Lost
Orcs & Elves Not tested Found
Orcs & Elves ll Not tested Found
The Oregon Trail Not tested Lost
Pac-Man: Championship Edition Excellent Found
PAC-MAN Arcade Golf Not tested Lost
Pac-Man Bowling Not tested Lost
Pac-Mania Not tested Lost
Pac-Man Kart Rally 3D Not tested Lost
Pandemonium! Not tested Lost
Peggle Extreme Not tested Lost
Phishing everywhere / どこでもフィシング Not tested Lost
Phoenix Wright, Ace Attorney Not tested Lost
Pitfall! Not tested Lost
Plantasia Not tested Lost
Plants vs. Zombies Not tested Lost
Pocket God Not tested Lost
Pole Position II Not tested Lost
Pool Pro Online (1 & 2) Not tested Lost
Powerboat Challenge Not tested Lost
The Price is right Not tested Found
Prey Mobile 3D Not tested Lost
Prince of Persia 3D (V CAST) Not tested Lost
Prince of Persia: Harem Adventures Not tested Lost
Prince of Persia HD Not tested Lost
Prince of Persia: The Sands of Time Not tested Lost
Pro Bike Racing Not tested Lost
Pucchin Puzzle Not tested Lost
Punisher Not tested Lost
Puyo Puyo / とことんぷよぷよ Not tested Lost
Puzzle Quest 2 Not tested Lost
Raiden Not tested Lost
Ratchet & Clank: Going Mobile! Not tested Found
Rayman Bowling Not tested Lost
Rayman Golf Not tested Lost
Ray Newman racing Not tested Found
Red Baron Not tested Lost
Red Faction: Guerrilla Not tested Lost
Resident Evil: Degeneration Not tested Lost
Resident Evil: Genesis Not tested Found
Resident Evil 4: Mobile Edition Not tested Lost
Ridge Racer Not tested Lost
Rinji Shūden Not tested Lost
The Rise of Atlantis Not tested Lost
River Raid Not tested Lost
RO Not tested Lost
ROCKin' Stone Not tested Lost
ROTK Trivia Not tested Lost
Sally’s Salon Not tested Lost
Sally's Spa Not tested Lost
Sally’s Salon Luxury Edition Not tested Lost
Samurai Not tested Found
Sangokushi Nendaiki DX Not tested Lost
Scarface: The Rise of Tony Montana Not tested Lost
Scene It? Movies Not tested Lost
Scooby-Doo! 2: Dark Dungeons Not tested Lost
Scooby-Doo!: Castle Capers Not tested Lost
Scuba Solitaire Not tested Lost
Secret of Mana Not tested Lost
Senbazuru Not tested Lost
Sepas Channel Not tested Lost
Shado Fighter Not tested Lost
Shijō Saikyō Miyamoto Julia Not tested Lost
Siberian Strike: Episode I Not tested Found
Silent Hill Mobile 2 Not tested Lost
The Sims 2 Medieval Not tested Lost
The Sims 2 Not tested Lost
The Sims 2 Castaway Not tested Lost
The Sims 2 Pets Not tested Lost
The Sims Bowling Not tested Lost
SkeeBall for Prizes Not tested Lost
Skipping Stone Not tested Lost
Skipping Stone IQ Not tested Lost
Slyder Not tested Lost
Snoopy: The Flying Ace Not tested Lost
Snowboarding TNT Not tested Found
Soaring Bird Not tested Lost
Sōhide Series: Omatsuri Dukushi Not tested Lost
SolaRola Not tested Lost
Solar Target Not tested Lost
Solitaire deluxe Not tested Found
Sonic Jump Not tested Lost
Sonic the Hedgehog Not tested Lost
Sonic the Hedgehog ll Not tested Lost
Soul of Darkness Not tested Lost
South Park: Mega Millionaire Not tested Lost
Space Invaders Infinity Gene Not tested Lost
Space Monkey Not tested Lost
Space Taxi Pinball Not tested Lost
SplatterHouse Not tested Lost
Speed Devils Not tested Lost
Spider-Man 2: The Hero Returns Not tested Lost
Spore Origins Not tested Lost
Spore 2 Creatures Not tested Lost
Squawk Not tested Lost
Stack'Um Not tested Lost
Stargate SG-1 Not tested Lost
Stargate SG-1: Entropy Syndrome Not tested Lost
Star Trek: Nemesis Not tested Lost
Star Trek: The Cold Enemy Not tested Lost
Star Wars: The Empire Strikes Back Not tested Lost
Street Fighter II Not tested Found
Street Hoops Not tested Lost
Sukebooo Man Not tested Lost
Super Boom Boom Not tested Lost
Super Drop Mania Not tested Found
Super Puzzle Fighter II Turbo Not tested Found
Super Real Mahjong for Mobile Not tested Lost
Super Sketcher Not tested Lost
Super Street Fighter II Not tested Found
Sushi 3D Not tested Found
Swerve Basketball Not tested Lost
Symphony of Eternity Not tested Lost
Tantei Kibukawa Ryōsuke Jikentan Vol. 1: Kamen Gensō Satsujin Jiken Not tested Lost
Tantei Kibukawa Ryōsuke Jikentan Vol. 2: Kairōkan Satsujin Jiken Not tested Lost
Tantei Kibukawa Ryōsuke Jikentan Vol. 3: Shisha no Rakuen Not tested Lost
Tantei Kibukawa Ryōsuke Jikentan Vol. 4: Shirasagi ni Aka no Hane Not tested Lost
Tantei Kibukawa Ryōsuke Jikentan Vol. 5: Kuraihakonoue Not tested Lost
Tantei Kibukawa Ryōsuke Jikentan Vol. 6: Tsuikōsaku Jiken Not tested Lost
Tantei Kibukawa Ryōsuke Jikentan Vol. 7: Otonari Keiji no Sōsa Memo Not tested Lost
Tattoo Ink: Hollywood Not tested Lost
Tegaki Sonic Not tested Lost
Tekken Resolute Not tested Lost
Tekken 2 Not tested Lost
Tenchu: Ayame's Tale 3D Not tested Lost
The Terminator Not tested Found
Terminator 3: Rise of the Machines Not tested Lost
Tetris Diamond Not tested Lost
Tetris Pop Not tested Lost
Tetris Revolution Not tested Lost
Thief, Run Not tested Lost
Tiger Woods PGA Tour 06 Not tested Lost
Tiger Woods PGA Tour 09 Not tested Lost
Tiki Towers Not tested Lost
T-Mac Street Ball Not tested Lost
Tom Clancy's Ghost Recon: Jungle Storm Not tested Lost
Tom Clancy's H.A.W.X Not tested Lost
Tom Clancy's Rainbow Six: Broken Wing Not tested Lost
Tom Clancy's Splinter Cell Not tested Lost
Tom Clancy's Splinter Cell: Chaos Theory Not tested Lost
Tom Clancy's Splinter Cell: Pandora Tomorrow Not tested Lost
Tom Clancy's Splinter Cell: Pandora Tomorrow 3D Not tested Lost
Topolon Not tested Lost
Tower Bloxx Not tested Lost
Transformers G1 Awakening (V CAST) Not tested
Triple Crown Not tested Lost
Trivia King Not tested Found
Trivial Pursuit Not tested Lost
Twelve GEMs Not tested Lost
The Twilight Saga: Memory Quest Not tested Lost
Ultimate Chess 3D Not tested Lost
Ultimate Spider-Man Perfect Found
Uno Not tested Lost
Unō Paradise Not tested Lost
Vancouver 2010: Official Mobile Game of the Olympic Winter Games Not tested Lost
Vanguard (unreleased/prototype) Not tested Lost
Venture 3D Not tested Lost
Verizon Championship Racing Not tested Lost
Video Poker Master Not tested Lost
Viral Attack Not tested Lost
VZW Mahjong Not tested Lost
VZW Texas Hold'em Not tested Found
Wallace & Gromit Adventures Not tested Lost
Where's Waldo? Not tested Lost
Who Wants to Be a Millionaire? Not tested Lost
Wolfenstein RPG Not tested Found

World Series of Poker: Pro Challenge

Not tested Lost

World Poker Tour: Texas Hold'Em 2

Not tested Found
WRC: FIA World Rally Championship Mobile 3D Not tested Lost
Xanadu: Dragon Slayer II Not tested Lost
Xevious Not tested Lost
X-RAD Not tested Lost
Yahtzee Not tested Lost
Yahtzee Adventures Not tested Lost
Yahtzee Deluxe Not tested Lost
YetiSports: Games of the Yeti Volume 1 Not tested Lost
Ys Book 1: The Vanished Omens Not tested Lost
Ys VI: The Ark of Napishtim Not tested Lost
Zanac Not tested Lost
Zombie Infection Not tested Lost
Zombieland Not tested Lost
Zombieland 2 Not tested Lost
Zoo Tycoon 2 Mobile Not tested Lost
Zuma Deluxe Not tested Found

External links