In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Title database"

From WiiBrew
Jump to navigation Jump to search
(Update to region-specific partition ID)
 
(58 intermediate revisions by 16 users not shown)
Line 1: Line 1:
This page serves to document the Title-ID scheme as used on the Wii.
+
This page holds [[title ID]]s used on the Wii.
  
A Title-ID is a 64-bit number that describes an "application" -- generally, a channel or a game. The high 32 bits are used to indicate the type of title, and the low 32 bits are used to identify the particular title.
+
== Title ID Structure ==
 +
Title ID consists of an upper and a lower half.
 +
It can be written as ASCII or hex, but the upper half is usually written as a hex string, and the lower half is a four-letter ASCII string. <br>
 +
The upper half of each title ID identifies the type of the title. The lower part consists of a system, title-specific, and region codes.
  
By convention, a Title-ID may either be written as 16 hex digits (e.g. 0000000100000002 or 00010000525a4445) or in two hexadecimal or ASCII parts (e.g. 1-2 or 10000-RZDE).
+
=== Title type ===
  
== Region Codes ==
+
The upper half of each title ID identifies the type of the title.
 
 
Region codes are used to determine what region a title belongs to. The region code is the last letter of the four-letter title ID (the last two digits in hexadecimal notation). Essential system titles do not use region codes.
 
 
 
The following region codes are known to exist:
 
  
 
{| class="wikitable"
 
{| class="wikitable"
! ASCII
 
 
! Hex
 
! Hex
! Region
+
! Type
 
|-
 
|-
| A
+
| 00000001
| 41
+
| Essential System Titles
| All regions. System channels like the Mii channel use it.
 
 
|-
 
|-
| D
+
| 00010000
| 44
+
| Disc-based games
| German-speaking regions. Only if separate versions exist, e.g. Zelda: A Link to the Past
 
 
|-
 
|-
| E
+
| 00010001
| 45
+
| Downloadable channels
| USA and other NTSC regions except Japan
 
 
|-
 
|-
| F
+
| 00010002 
| 46
+
| System channels
| French-speaking regions. Only if separate versions exist, e.g. Zelda: A Link to the Past.
 
 
|-
 
|-
| I
+
| 00010003
| 49
+
| Unconfirmed
| Italian-speaking regions. Only if separate versions exist, e.g. Pokemon Snap. Unofficially used by [[The Homebrew Channel]] 1.0.5 and newer.
 
 
|-
 
|-
| J
+
| 00010004
| 4A
+
| Game channels and games that use them
| Japan
 
 
|-
 
|-
| K
+
| 00010005
| 4B
+
| Downloadable game content
| Korea. Unofficially used by [[DVDX]] 2.0.
 
 
|-
 
|-
| L
+
| 00010006
| 4C
+
| Unconfirmed
| Japanese Import to Europe, Australia and other PAL regions
 
 
|-
 
|-
| M
+
| 00010007
| 4D
+
| Unconfirmed
| American Import to Europe, Australia and other PAL regions
 
 
|-
 
|-
| N
+
| 00010008
| 4E
+
| Hidden channels
| Japanese Import to USA and other NTSC regions
+
|}
 +
 
 +
=== System Codes ===
 +
 
 +
System codes are used to determine what type of title it is. The system code is the first letter of the four-letter title ID (the first two digits in the second section in hexadecimal notation). <br>
 +
Custom Channels (such as the Homebrew Channel) do not usually follow these codes, and no 00000001 titles use them (because they are unneeded).
 +
 
 +
The following system codes are known to exist:
 +
 
 +
{| class="wikitable"
 +
! ASCII
 +
! Hex
 +
! System
 
|-
 
|-
| P
+
| C
| 50
+
| 43
| Europe, Australia and other PAL regions
 
|-
 
| Q
 
| 51
 
| Korea with Japanese language.
 
|-
 
| S
 
| 53
 
| Spanish-speaking regions. Only if separate versions exist, e.g. Pokemon Snap
 
|-
 
| T
 
| 54
 
| Korea with English language.
 
|-
 
| X
 
| 58
 
| Not a real region code. Used by [[DVDX]] 1.0 and [[The Homebrew Channel]] versions 1.0.4 and earlier.
 
|}
 
 
 
== System Codes ==
 
 
 
System codes are used to determine what type of title it is. The system code is the first letter of the four-letter title ID (the first two digits in the second section in hexadecimal notation). Custom Channels (such as the Homebrew Channel) do not usually follow these codes, and no 00000001 titles use them (because they are unneeded).
 
 
 
The following system codes are known to exist:
 
 
 
{| class="wikitable"
 
! ASCII
 
! Hex
 
! System
 
|-
 
| C
 
| 43
 
 
| Commodore 64 Virtual Console.
 
| Commodore 64 Virtual Console.
 
|-
 
|-
 
| D
 
| D
 
| 44
 
| 44
| Used for at least the Gamecube rerelease of Zelda Ocarina of Time/Master Quest.
+
| Demo Disc.
 
|-
 
|-
 
| E
 
| E
Line 102: Line 71:
 
| F
 
| F
 
| 46
 
| 46
| Nintendo Virtual Console.
+
| NES Virtual Console.
 
|-
 
|-
 
| G
 
| G
 
| 47
 
| 47
| Gamecube Disk.
+
| GameCube Disk.
 
|-
 
|-
 
| H
 
| H
Line 130: Line 99:
 
| P
 
| P
 
| 50
 
| 50
| TurboGraFX Virtual Console. Also used for promotional Gamecube disks.
+
| TurboGraFX Virtual Console. Also used for promotional GameCube disks.
 
|-
 
|-
 
| Q
 
| Q
Line 150: Line 119:
 
| X
 
| X
 
| 58
 
| 58
| MSX Virtual Console. (Japan only at present)<br />or WiiWare - Demos
+
| MSX Virtual Console. (Japan only)<br />or WiiWare - Demos
 
|}
 
|}
  
== 00000001: Essential system titles ==
+
=== Region Codes ===
 +
 
 +
Region codes are used to determine what region a title belongs to. The region code is the last letter of the four-letter title ID (the last two digits in hexadecimal notation). <br>
 +
Essential system titles save for system "channels" with region specific information, do not use region codes.
  
In the table below are the essential System Titles excluding all [[IOS]] modules. Information on those can be found in the [[IOS History]] page.
+
The following region codes are known to exist:
  
{| class="wikitable sortable"
+
{| class="wikitable"
! Title ID
+
! ASCII
! Description
+
! Hex
! Notes
+
! Region
 
|-
 
|-
| 00000001-00000001
+
| A
| BOOT2
+
| 41
| Executed on the Starlet ARM core by BOOT1. Is responsible for loading the appropriate IOS for 1-2 and then executing it.
+
| All regions. System channels like the Mii Channel use it.  
 
|-
 
|-
| 00000001-00000002
+
| B
| System Menu
+
| 42
| First PPC code to execute on the Wii during startup; it is loaded into RAM by BOOT2 and then bootstrapped with 6 instructions from the Hollywood chip.  
+
| Used by some WiiWare / Virtual Console titles.  
 
|-
 
|-
| 00000001-00000100
+
| C
| BC
+
| 43
| Used to start GC games -- sets Hollywood speed to 162MHz, loads boot2, which then eventually loads MIOS
+
| Used by emulated games released in mainland China on the Nvidia Shield TV. Also used by [[DVDX]] v7.
 
|-
 
|-
| 00000001-00000101
+
| D
| MIOS
+
| 44
| Gamecube compatibility IOS -- active while Gamecube games are being played on the Wii. Internally called: "GAMECUBE BOOTROM for REVOLUTION"
+
| German-speaking regions. Only if separate versions exist, e.g. Zelda: A Link to the Past.  
|}
 
 
 
== 00010000 and 00010004 : Disc-based games ==
 
 
 
Games found on retail game discs have Title-IDs starting with 00010000 and 00010004. A partial list of example games and their IDs is found on the [[Disc based games]] page.
 
 
 
== 00010001: Downloaded channels ==
 
 
 
=== 00010001-Cxxx : Commodore 64 Games ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-C93x
+
| E
| 00010001-433933xx
+
| 45
| Last Ninja 2: Back with a Vengeance
+
| USA and other NTSC regions except Japan.
 
|-
 
|-
| 00010001-C94x
+
| F
| 00010001-433934xx
+
| 46
| Nebulus (Tower Toppler)
+
| French-speaking regions. Only if separate versions exist, e.g. Zelda: A Link to the Past.
 
|-
 
|-
| 00010001-C95x
+
| I
| 00010001-433935xx
+
| 49
| Impossible Mission
+
| Italian-speaking regions. Only if separate versions exist, e.g. Pokemon Snap. Unofficially used by [[The Homebrew Channel]] 1.0.5 and newer.
 
|-
 
|-
| 00010001-C96x
+
| J
| 00010001-433936xx
+
| 4A
| Summer Games II
+
| Japan
 
|-
 
|-
| 00010001-C97x
+
| K
| 00010001-433937xx
+
| 4B
| California Games
+
| Korea.
 +
|-
 +
| L
 +
| 4C
 +
| Japanese Import to Europe, Australia and other PAL regions.
 
|-
 
|-
| 00010001-C98x
+
| M
| 00010001-433938xx
+
| 4D
| Paradroid
+
| American Import to Europe, Australia and other PAL regions.
 
|-
 
|-
| 00010001-C99x
+
| N
| 00010001-433939xx
+
| 4E
| Uridium
+
| Japanese Import to USA and other NTSC regions.
 
|-
 
|-
| 00010001-C9Ex
+
| P
| 00010001-433945xx
+
| 50
| Winter Games
+
| Europe, Australia and other PAL regions.
 
|-
 
|-
| 00010001-C9Gx
+
| Q
| 00010001-433947xx
+
| 51
| Mayhem in Monsterland
+
| Korea with Japanese language.
 
|-
 
|-
| 00010001-C9Hx
+
| S
| 00010001-433948xx
+
| 53
| Boulder Dash
+
| Spanish-speaking regions. Only if separate versions exist, e.g. Pokemon Snap.
 
|-
 
|-
| 00010001-C9Ix
+
| T
| 00010001-433949xx
+
| 54
| Cybernoid: The Fighting Machine
+
| Korea with English language.
 
|-
 
|-
| 00010001-C9Mx
+
| U
| 00010001-43394dxx
+
| 55
| Pitstop II
+
| Used by some WiiWare / Virtual Console titles.
 
|-
 
|-
| 00010001-C9Px
+
| W
| 00010001-433950xx
+
| 57
| Last Ninja 3
+
| Taiwan and Hong Kong.
 
|-
 
|-
| 00010001-C9Qx
+
| X
| 00010001-433951xx
+
| 58
| Jumpman
+
| Used by some WiiWare / Virtual Console titles. Also used by [[DVDX]] v1-v6 and [[The Homebrew Channel]] versions 1.0.4 and earlier.
 +
|}
 +
 
 +
== 00000001: Essential system titles ==
 +
 
 +
In the table below are the essential System Titles excluding all [[IOS]] modules. Information on those can be found in the [[IOS History]] page.
 +
 
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Name
 +
! Notes
 
|-
 
|-
| 00010001-C9Rx
+
| 00000001-00000001
| 00010001-433952xx
+
| [[Boot2|BOOT2]]
| International Karate +
+
| This title ID is used in the boot2 TMD; it does not exist in [[:/title]].
 
|-
 
|-
| 00010001-C9Sx
+
| 00000001-00000002
| 00010001-433953xx
+
| [[System Menu]]
| Impossible Mission II
+
| First PPC code to execute on the Wii during startup; it is loaded into RAM by [[IOS]] and then bootstrapped with 6 instructions from the Hollywood chip.
 
|-
 
|-
| 00010001-C9Xx
+
| 00000001-00000100
| 00010001-433958xx
+
| [[BC]]
| The Last Ninja
+
| Used to start GameCube games -- sets Hollywood speed to 162MHz, loads boot2, which then eventually loads MIOS
 
|-
 
|-
| 00010001-C9Yx
+
| 00000001-00000101
| 00010001-433959xx
+
| [[MIOS]]
| International Karate
+
| GameCube compatibility IOS -- active while GameCube games are being played on the Wii. Internally called: "GAMECUBE BOOTROM for REVOLUTION"
|-
 
| 00010001-C9Zx
 
| 00010001-43395axx
 
| World Games
 
 
|}
 
|}
  
=== 00010001-Exxx : Virtual Console Arcade Games===
+
== 00010000: Disc-based games ==
 +
 
 +
Games found on retail game discs have Title-IDs starting with 00010000, or 00010004 if they install a [[channel]]. A partial list of example games and their IDs is found on the [[Disc based games]] page.
 +
 
 +
Non-disc titles that use this title type are listed here:
 +
 
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! Title ID
 
! Title ID
Line 274: Line 248:
 
! Description
 
! Description
 
|-
 
|-
| 00010001-E62x
+
| 00010000-....
| 00010001-453632xx
+
| 00010000-0000dead
| Space Harrier
+
| Update partition for factory titles ([[RVL-CPU-01]])
 
|-
 
|-
| 00010001-E63x
+
| 00010000-0002
| 00010001-453633xx
+
| 00010000-30303032
| Shinobi
+
| DataChk
 
|-
 
|-
| 00010001-E67x
+
| 00010000-0003
| 00010001-453637xx
+
| 00010000-30303033
| Dig Dug
+
| 0003 factory title
 
|-
 
|-
| 00010001-E68x
+
| 00010000-.UPD
| 00010001-453638xx
+
| 00010000-00555044
| Galaga
+
| Region free update partition, seen on early discs like Wii Sports
 
|-
 
|-
| 00010001-E69x
+
| 00010000-.UPx
| 00010001-453639xx
+
| 00010000-005550xx
| Baraduke
+
| Region-specific update partition on retail discs
 
|-
 
|-
| 00010001-E6Ax
+
| 00010000-.INS
| 00010001-453641xx
+
| 00010000-00494e53
| Moon Cresta
+
| Dummy title ID used in channel installer partitions
 
|-
 
|-
| 00010001-E6Fx
+
| 00010000-B^.H
| 00010001-453646xx
+
| 00010000-425e9f49
| Galaxian
+
| contentTestD.wad. Found on the [[Wii Backup Disc]] and referenced in [[System Menu 3.0]].
 
|-
 
|-
| 00010001-E6Hx
+
| 00010000-HAZA
| 00010001-453648xx
+
| 00010000-48415a41
| Face Off
+
| [[Photo Channel 1.1 dummy|Photo Channel 1.1 (Dummy)]]
 +
|}
 +
 
 +
== 00010001: Downloadable channels ==
 +
 
 +
=== 00010001-Cxxx : Commodore 64 Games ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-E6Jx
+
| 00010001-C93x
| 00010001-45364axx
+
| 00010001-433933xx
| Bakutotsu Kijuutei: Baraduke II
+
| Last Ninja 2: Back with a Vengeance
 
|-
 
|-
| 00010001-E6Kx
+
| 00010001-C94x
| 00010001-45364bxx
+
| 00010001-433934xx
| Chouzetsu Rinjin: Berabow Man
+
| Nebulus (Tower Toppler)
 
|-
 
|-
| 00010001-E6Mx
+
| 00010001-C95x
| 00010001-45364dxx
+
| 00010001-433935xx
| Tecmo Bowl
+
| Impossible Mission
 
|-
 
|-
| 00010001-E6Nx
+
| 00010001-C96x
| 00010001-45364exx
+
| 00010001-433936xx
| Solomon's Key
+
| Summer Games II
 
|-
 
|-
| 00010001-E6Ox
+
| 00010001-C97x
| 00010001-45364fxx
+
| 00010001-433937xx
| Bomb Jack
+
| California Games
 
|-
 
|-
| 00010001-E6Px
+
| 00010001-C98x
| 00010001-453650xx
+
| 00010001-433938xx
| Ninja Gaiden
+
| Paradroid
 
|-
 
|-
| 00010001-E6Qx
+
| 00010001-C99x
| 00010001-453651xx
+
| 00010001-433939xx
| Rygar
+
| Uridium
 
|-
 
|-
| 00010001-E6Vx
+
| 00010001-C9Ex
| 00010001-453656xx
+
| 00010001-433945xx
| Zaxxon
+
| Winter Games
 
|-
 
|-
| 00010001-E6Wx
+
| 00010001-C9Gx
| 00010001-453657xx
+
| 00010001-433947xx
| Golden Axe
+
| Mayhem in Monsterland
 
|-
 
|-
| 00010001-E6Xx
+
| 00010001-C9Hx
| 00010001-453658xx
+
| 00010001-433948xx
| Altered Beast
+
| Boulder Dash
 
|-
 
|-
| 00010001-E6Yx
+
| 00010001-C9Ix
| 00010001-453659xx
+
| 00010001-433949xx
| Space Invaders
+
| Cybernoid: The Fighting Machine
 
|-
 
|-
| 00010001-E6Zx
+
| 00010001-C9Mx
| 00010001-45365axx
+
| 00010001-43394dxx
| Star Force
+
| Pitstop II
 
|-
 
|-
| 00010001-E72x
+
| 00010001-C9Px
| 00010001-453732xx
+
| 00010001-433950xx
| Star Blade
+
| Last Ninja 3
 
|-
 
|-
| 00010001-E73x
+
| 00010001-C9Qx
| 00010001-453733xx
+
| 00010001-433951xx
| Mappy
+
| Jumpman
 
|-
 
|-
| 00010001-E74x
+
| 00010001-C9Rx
| 00010001-453734xx
+
| 00010001-433952xx
| Cosmo Gang the Puzzle
+
| International Karate +
 
|-
 
|-
| 00010001-E76x
+
| 00010001-C9Sx
| 00010001-453736xx
+
| 00010001-433953xx
| Emeraldia
+
| Impossible Mission II
 
|-
 
|-
| 00010001-E77x
+
| 00010001-C9Xx
| 00010001-453737xx
+
| 00010001-433958xx
| Return Of Ishtar
+
| The Last Ninja
 
|-
 
|-
| 00010001-E78x
+
| 00010001-C9Yx
| 00010001-453738xx
+
| 00010001-433959xx
| Solvalou
+
| International Karate
 
|-
 
|-
| 00010001-E79x
+
| 00010001-C9Zx
| 00010001-453739xx
+
| 00010001-43395axx
| Gaplus
+
| World Games
 +
|}
 +
 
 +
=== 00010001-Exxx : Virtual Console Arcade Games===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-E7Ax
+
| 00010001-E62x
| 00010001-453741xx
+
| 00010001-453632xx
| Grobda
+
| Space Harrier
 
|-
 
|-
| 00010001-E7Bx
+
| 00010001-E63x
| 00010001-453742xx
+
| 00010001-453633xx
| Dig Dug II
+
| Shinobi
 
|-
 
|-
| 00010001-E7Cx
+
| 00010001-E67x
| 00010001-453743xx
+
| 00010001-453637xx
| Bosconian
+
| Dig Dug
 
|-
 
|-
| 00010001-E7Ex
+
| 00010001-E68x
| 00010001-453745xx
+
| 00010001-453638xx
| Dragon Buster
+
| Galaga
 
|-
 
|-
| 00010001-E7Fx
+
| 00010001-E69x
| 00010001-453746xx
+
| 00010001-453639xx
| Dragon Saber
+
| Baraduke
 
|-
 
|-
| 00010001-E7Gx
+
| 00010001-E6Ax
| 00010001-453747xx
+
| 00010001-453641xx
| Dragon Spirit
+
| Moon Cresta
 
|-
 
|-
| 00010001-E7Hx
+
| 00010001-E6Fx
| 00010001-453748xx
+
| 00010001-453646xx
| Xevious
+
| Galaxian
 
|-
 
|-
| 00010001-E7Ix
+
| 00010001-E6Hx
| 00010001-453749xx
+
| 00010001-453648xx
| Finest Hour
+
| Face Off
 
|-
 
|-
| 00010001-E7Jx
+
| 00010001-E6Jx
| 00010001-45374axx
+
| 00010001-45364axx
| Knuckle Heads
+
| Bakutotsu Kijuutei: Baraduke II
 
|-
 
|-
| 00010001-E7Kx
+
| 00010001-E6Kx
| 00010001-45374bxx
+
| 00010001-45364bxx
| Pac-Mania
+
| Chouzetsu Rinjin: Berabow Man
 
|-
 
|-
| 00010001-E7Lx
+
| 00010001-E6Mx
| 00010001-45374cxx
+
| 00010001-45364dxx
| Cosmo Gang the Video
+
| Tecmo Bowl
 
|-
 
|-
| 00010001-E7Mx
+
| 00010001-E6Nx
| 00010001-45374dxx
+
| 00010001-45364exx
| Phelios
+
| Solomon's Key
 
|-
 
|-
| 00010001-E7Nx
+
| 00010001-E6Ox
| 00010001-45374exx
+
| 00010001-45364fxx
| Rolling Thunder
+
| Bomb Jack
 
|-
 
|-
| 00010001-E7Ox
+
| 00010001-E6Px
| 00010001-45374fxx
+
| 00010001-453650xx
| Burning Force
+
| Ninja Gaiden
 
|-
 
|-
| 00010001-E7Px
+
| 00010001-E6Qx
| 00010001-453750xx
+
| 00010001-453651xx
| Marvel Land
+
| Rygar
 
|-
 
|-
| 00010001-E7Qx
+
| 00010001-E6Vx
| 00010001-453751xx
+
| 00010001-453656xx
| Galaga '88
+
| Zaxxon
 
|-
 
|-
| 00010001-E7Rx
+
| 00010001-E6Wx
| 00010001-453752xx
+
| 00010001-453657xx
| Wonder Momo
+
| Golden Axe
 
|-
 
|-
| 00010001-E7Sx
+
| 00010001-E6Xx
| 00010001-453753xx
+
| 00010001-453658xx
| Assault
+
| Altered Beast
 
|-
 
|-
| 00010001-E7Tx
+
| 00010001-E6Yx
| 00010001-453754xx
+
| 00010001-453659xx
| Hopping Mappy
+
| Space Invaders
 
|-
 
|-
| 00010001-E7Ux
+
| 00010001-E6Zx
| 00010001-453755xx
+
| 00010001-45365axx
| Splatterhouse
+
| Star Force
 
|-
 
|-
| 00010001-E7Vx
+
| 00010001-E72x
| 00010001-453756xx
+
| 00010001-453732xx
| Cyber Sled
+
| Star Blade
 
|-
 
|-
| 00010001-E7Wx
+
| 00010001-E73x
| 00010001-453757xx
+
| 00010001-453733xx
| Numan Athletics
+
| Mappy
 
|-
 
|-
| 00010001-E7Xx
+
| 00010001-E74x
| 00010001-453758xx
+
| 00010001-453734xx
| Youkai Douchuuki
+
| Cosmo Gang the Puzzle
 
|-
 
|-
| 00010001-E7Yx
+
| 00010001-E76x
| 00010001-453759xx
+
| 00010001-453736xx
| Sky Kid
+
| Emeraldia
 
|-
 
|-
| 00010001-E7Zx
+
| 00010001-E77x
| 00010001-45375axx
+
| 00010001-453737xx
| The Tower of Druaga
+
| Return Of Ishtar
|}
 
 
 
=== 00010001-Exxx : NeoGeo Games ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-EA2x
+
| 00010001-E78x
| 00010001-454132xx
+
| 00010001-453738xx
| Metal Slug 2
+
| Solvalou
 
|-
 
|-
| 00010001-EA8x
+
| 00010001-E79x
| 00010001-454138xx
+
| 00010001-453739xx
| Ironclad
+
| Gaplus
 
|-
 
|-
| 00010001-EAAx
+
| 00010001-E7Ax
| 00010001-454141xx
+
| 00010001-453741xx
| Fatal Fury: King of Fighters
+
| Grobda
 
|-
 
|-
| 00010001-EABx
+
| 00010001-E7Bx
| 00010001-454142xx
+
| 00010001-453742xx
| World Heroes
+
| Dig Dug II
 
|-
 
|-
| 00010001-EACx
+
| 00010001-E7Cx
| 00010001-454143xx
+
| 00010001-453743xx
| Magician Lord
+
| Bosconian
 
|-
 
|-
| 00010001-EADx
+
| 00010001-E7Ex
| 00010001-454144xx
+
| 00010001-453745xx
| Art of Fighting
+
| Dragon Buster
 
|-
 
|-
| 00010001-EAEx
+
| 00010001-E7Fx
| 00010001-454145xx
+
| 00010001-453746xx
| Samurai Shodown
+
| Dragon Saber
 
|-
 
|-
| 00010001-EAFx
+
| 00010001-E7Gx
| 00010001-454146xx
+
| 00010001-453747xx
| Blue's Journey
+
| Dragon Spirit
 
|-
 
|-
| 00010001-EAGx
+
| 00010001-E7Hx
| 00010001-454147xx
+
| 00010001-453748xx
| The King of Fighters '94
+
| Xevious
 
|-
 
|-
| 00010001-EAHx
+
| 00010001-E7Ix
| 00010001-454148xx
+
| 00010001-453749xx
| Baseball Stars 2
+
| Finest Hour
 
|-
 
|-
| 00010001-EAIx
+
| 00010001-E7Jx
| 00010001-454149xx
+
| 00010001-45374axx
| Top Hunter: Roddy & Cathy
+
| Knuckle Heads
 
|-
 
|-
| 00010001-EAJx
+
| 00010001-E7Kx
| 00010001-45414axx
+
| 00010001-45374bxx
| Metal Slug
+
| Pac-Mania
 
|-
 
|-
| 00010001-EAKx
+
| 00010001-E7Lx
| 00010001-45414bxx
+
| 00010001-45374cxx
| Burning Fight
+
| Cosmo Gang the Video
 
|-
 
|-
| 00010001-EALx
+
| 00010001-E7Mx
| 00010001-45414cxx
+
| 00010001-45374dxx
| Art of Fighting 2
+
| Phelios
 
|-
 
|-
| 00010001-EAMx
+
| 00010001-E7Nx
| 00010001-45414dxx
+
| 00010001-45374exx
| Ninja Combat
+
| Rolling Thunder
 
|-
 
|-
| 00010001-EANx
+
| 00010001-E7Ox
| 00010001-45414exx
+
| 00010001-45374fxx
| Fatal Fury 2
+
| Burning Force
 
|-
 
|-
| 00010001-EAOx
+
| 00010001-E7Px
| 00010001-45414fxx
+
| 00010001-453750xx
| King of the Monsters
+
| Marvel Land
 
|-
 
|-
| 00010001-EAPx
+
| 00010001-E7Qx
| 00010001-454150xx
+
| 00010001-453751xx
| Ninja Commando
+
| Galaga '88
 
|-
 
|-
| 00010001-EARx
+
| 00010001-E7Rx
| 00010001-454152xx
+
| 00010001-453752xx
| Neo Turf Masters
+
| Wonder Momo
 
|-
 
|-
| 00010001-EASx
+
| 00010001-E7Sx
| 00010001-454153xx
+
| 00010001-453753xx
| Samurai Shodown II
+
| Assault
 
|-
 
|-
| 00010001-EAVx
+
| 00010001-E7Tx
| 00010001-454156xx
+
| 00010001-453754xx
| The King of Fighters '95
+
| Hopping Mappy
 
|-
 
|-
| 00010001-EAWx
+
| 00010001-E7Ux
| 00010001-454157xx
+
| 00010001-453755xx
| Fatal Fury Special
+
| Splatterhouse
 +
|-
 +
| 00010001-E7Vx
 +
| 00010001-453756xx
 +
| Cyber Sled
 +
|-
 +
| 00010001-E7Wx
 +
| 00010001-453757xx
 +
| Numan Athletics
 +
|-
 +
| 00010001-E7Xx
 +
| 00010001-453758xx
 +
| Youkai Douchuuki
 +
|-
 +
| 00010001-E7Yx
 +
| 00010001-453759xx
 +
| Sky Kid
 +
|-
 +
| 00010001-E7Zx
 +
| 00010001-45375axx
 +
| The Tower of Druaga
 
|}
 
|}
  
=== 00010001-Fxxx : NES Games ===
+
=== 00010001-Exxx : NeoGeo Games ===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! Title ID
 
! Title ID
Line 584: Line 587:
 
! Description
 
! Description
 
|-
 
|-
| 00010001-FA2x
+
| 00010001-EA2x
| 00010001-464132xx
+
| 00010001-454132xx
| Exerion
+
| Metal Slug 2
 
|-
 
|-
| 00010001-FA4x
+
| 00010001-EA8x
| 00010001-464134xx
+
| 00010001-454138xx
| Devil World
+
| Ironclad
 
|-
 
|-
| 00010001-FA5x
+
| 00010001-EAAx
| 00010001-464135xx
+
| 00010001-454141xx
| Fire Emblem: Ankoku Ryuu to Hikari no Tsurugi
+
| Fatal Fury: King of Fighters
 
|-
 
|-
| 00010001-FA6x
+
| 00010001-EABx
| 00010001-464136xx
+
| 00010001-454142xx
| Donkey Kong Jr. Math
+
| World Heroes
 
|-
 
|-
| 00010001-FA7x
+
| 00010001-EACx
| 00010001-464137xx
+
| 00010001-454143xx
| Yoshi
+
| Magician Lord
 
|-
 
|-
| 00010001-FA8x
+
| 00010001-EADx
| 00010001-464138xx
+
| 00010001-454144xx
| Kirby's Adventure
+
| Art of Fighting
 
|-
 
|-
| 00010001-FA9x
+
| 00010001-EAEx
| 00010001-464139xx
+
| 00010001-454145xx
| Zelda II: The Adventure of Link
+
| Samurai Shodown
 
|-
 
|-
| 00010001-FAAx
+
| 00010001-EAFx
| 00010001-464141xx
+
| 00010001-454146xx
| Donkey Kong
+
| Blue's Journey
 
|-
 
|-
| 00010001-FABx
+
| 00010001-EAGx
| 00010001-464142xx
+
| 00010001-454147xx
| Donkey Kong Jr.
+
| The King of Fighters '94
 
|-
 
|-
| 00010001-FACx
+
| 00010001-EAHx
| 00010001-464143xx
+
| 00010001-454148xx
| Pinball
+
| Baseball Stars 2
 
|-
 
|-
| 00010001-FADx
+
| 00010001-EAIx
| 00010001-464144xx
+
| 00010001-454149xx
| Gomoku Narabe Renju
+
| Top Hunter: Roddy & Cathy
 
|-
 
|-
| 00010001-FAFx
+
| 00010001-EAJx
| 00010001-464146xx
+
| 00010001-45414axx
| Mario Bros.
+
| Metal Slug
 
|-
 
|-
| 00010001-FAGx
+
| 00010001-EAKx
| 00010001-464147xx
+
| 00010001-45414bxx
| Super Mario Bros.
+
| Burning Fight
 
|-
 
|-
| 00010001-FAHx
+
| 00010001-EALx
| 00010001-464148xx
+
| 00010001-45414cxx
| Tennis
+
| Art of Fighting 2
 
|-
 
|-
| 00010001-FAIx
+
| 00010001-EAMx
| 00010001-464149xx
+
| 00010001-45414dxx
| Soccer
+
| Ninja Combat
 
|-
 
|-
| 00010001-FAJx
+
| 00010001-EANx
| 00010001-46414axx
+
| 00010001-45414exx
| Ice Hockey
+
| Fatal Fury 2
 
|-
 
|-
| 00010001-FAKx
+
| 00010001-EAOx
| 00010001-46414bxx
+
| 00010001-45414fxx
| The Legend of Zelda
+
| King of the Monsters
 
|-
 
|-
| 00010001-FALx
+
| 00010001-EAPx
| 00010001-46414cxx
+
| 00010001-454150xx
| Baseball
+
| Ninja Commando
 
|-
 
|-
| 00010001-FAMx
+
| 00010001-EARx
| 00010001-46414dxx
+
| 00010001-454152xx
| Wario's Woods
+
| Neo Turf Masters
 
|-
 
|-
| 00010001-FANx
+
| 00010001-EASx
| 00010001-46414exx
+
| 00010001-454153xx
| Urban Champion
+
| Samurai Shodown II
 
|-
 
|-
| 00010001-FAOx
+
| 00010001-EAVx
| 00010001-46414fxx
+
| 00010001-454156xx
| Solomon's Key
+
| The King of Fighters '95
 
|-
 
|-
| 00010001-FAPx
+
| 00010001-EAWx
| 00010001-464150xx
+
| 00010001-454157xx
| NES Open Tournament Golf
+
| Fatal Fury Special
|-
+
|}
| 00010001-FAQx
+
 
| 00010001-464151xx
+
=== 00010001-Fxxx : NES Games ===
| Ninja JaJaMaru-kun
+
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-FARx
+
| 00010001-FA2x
| 00010001-464152xx
+
| 00010001-464132xx
| Gradius
+
| Exerion
 
|-
 
|-
| 00010001-FASx
+
| 00010001-FA4x
| 00010001-464153xx
+
| 00010001-464134xx
| Xevious
+
| Devil World
 
|-
 
|-
| 00010001-FATx
+
| 00010001-FA5x
| 00010001-464154xx
+
| 00010001-464135xx
| The Legend of Kage
+
| Fire Emblem: Ankoku Ryuu to Hikari no Tsurugi
 
|-
 
|-
| 00010001-FAVx
+
| 00010001-FA6x
| 00010001-464156xx
+
| 00010001-464136xx
| Tecmo Bowl
+
| Donkey Kong Jr. Math
 
|-
 
|-
| 00010001-FAWx
+
| 00010001-FA7x
| 00010001-464157xx
+
| 00010001-464137xx
| Elevator Action
+
| Yoshi
 
|-
 
|-
| 00010001-FAXx
+
| 00010001-FA8x
| 00010001-464158xx
+
| 00010001-464138xx
| Pac-Man
+
| Kirby's Adventure
 
|-
 
|-
| 00010001-FAYx
+
| 00010001-FA9x
| 00010001-464159xx
+
| 00010001-464139xx
| Ikki
+
| Zelda II: The Adventure of Link
 
|-
 
|-
| 00010001-FAZx
+
| 00010001-FAAx
| 00010001-464159xx
+
| 00010001-464141xx
| Field Combat
+
| Donkey Kong
 
|-
 
|-
| 00010001-FB2x
+
| 00010001-FABx
| 00010001-464232xx
+
| 00010001-464142xx
| Super Mario Brothers: The Lost Levels
+
| Donkey Kong Jr.
 
|-
 
|-
| 00010001-FB4x
+
| 00010001-FACx
| 00010001-464234xx
+
| 00010001-464143xx
| Lunar Pool
+
| Pinball
 
|-
 
|-
| 00010001-FB5x
+
| 00010001-FADx
| 00010001-464235xx
+
| 00010001-464144xx
| Zanac
+
| Gomoku Narabe Renju
 
|-
 
|-
| 00010001-FB7x
+
| 00010001-FAFx
| 00010001-464237xx
+
| 00010001-464146xx
| Nuts & Milk
+
| Mario Bros.
 
|-
 
|-
| 00010001-FB8x
+
| 00010001-FAGx
| 00010001-464238xx
+
| 00010001-464147xx
| Challenger
+
| Super Mario Bros.
 
|-
 
|-
| 00010001-FB9x
+
| 00010001-FAHx
| 00010001-464239xx
+
| 00010001-464148xx
| Pooyan
+
| Tennis
 
|-
 
|-
| 00010001-FBAx
+
| 00010001-FAIx
| 00010001-464241xx
+
| 00010001-464149xx
| Smash Table Tennis
+
| Soccer
 
|-
 
|-
| 00010001-FBBx
+
| 00010001-FAJx
| 00010001-464242xx
+
| 00010001-46414axx
| Mach Rider
+
| Ice Hockey
 
|-
 
|-
| 00010001-FBCx
+
| 00010001-FAKx
| 00010001-464243xx
+
| 00010001-46414bxx
| Excitebike
+
| The Legend of Zelda
 
|-
 
|-
| 00010001-FBDx
+
| 00010001-FALx
| 00010001-464244xx
+
| 00010001-46414cxx
| Kid Icarus
+
| Baseball
 
|-
 
|-
| 00010001-FBEx
+
| 00010001-FAMx
| 00010001-464245xx
+
| 00010001-46414dxx
| Ice Climber
+
| Wario's Woods
 
|-
 
|-
| 00010001-FBHx
+
| 00010001-FANx
| 00010001-464248xx
+
| 00010001-46414exx
| Castlevania
+
| Urban Champion
 
|-
 
|-
| 00010001-FBIx
+
| 00010001-FAOx
| 00010001-464249xx
+
| 00010001-46414fxx
| Punch-Out!! Featuring Mr. Dream
+
| Solomon's Key
 
|-
 
|-
| 00010001-FBJx
+
| 00010001-FAPx
| 00010001-46424axx
+
| 00010001-464150xx
| Mighty Bomb Jack
+
| NES Open Tournament Golf
 
|-
 
|-
| 00010001-FBKx
+
| 00010001-FAQx
| 00010001-46424bxx
+
| 00010001-464151xx
| Teenage Mutant Ninja Turtles
+
| Ninja JaJaMaru-kun
 
|-
 
|-
| 00010001-FBLx
+
| 00010001-FARx
| 00010001-46424cxx
+
| 00010001-464152xx
| Lode Runner
+
| Gradius
 
|-
 
|-
| 00010001-FBNx
+
| 00010001-FASx
| 00010001-46424exx
+
| 00010001-464153xx
| Ninja Gaiden
+
| Xevious
 
|-
 
|-
| 00010001-FBOx
+
| 00010001-FATx
| 00010001-46424fxx
+
| 00010001-464154xx
| Gradius II: Gofer no Yabou
+
| The Legend of Kage
 +
|-
 +
| 00010001-FAVx
 +
| 00010001-464156xx
 +
| Tecmo Bowl
 
|-
 
|-
| 00010001-FBQx
+
| 00010001-FAWx
| 00010001-464251xx
+
| 00010001-464157xx
| Druaga no Tou
+
| Elevator Action
 
|-
 
|-
| 00010001-FBRx
+
| 00010001-FAXx
| 00010001-464252xx
+
| 00010001-464158xx
| Galaga
+
| Pac-Man
 
|-
 
|-
| 00010001-FBSx
+
| 00010001-FAYx
| 00010001-464253xx
+
| 00010001-464159xx
| Milon's Secret Castle
+
| Ikki
 
|-
 
|-
| 00010001-FBTx
+
| 00010001-FAZx
| 00010001-464254xx
+
| 00010001-464159xx
| Adventures of Lolo
+
| Field Combat
 
|-
 
|-
| 00010001-FBYx
+
| 00010001-FB2x
| 00010001-464259xx
+
| 00010001-464232xx
| Super Mario Bros. 2
+
| Super Mario Brothers: The Lost Levels
 
|-
 
|-
| 00010001-FBZx
+
| 00010001-FB3x
| 00010001-46425axx
+
| 00010001-464233xx
| Metroid
+
| Valkyrie no Boken: Toki no Kagi Densetsu
 
|-
 
|-
| 00010001-FC3x
+
| 00010001-FB4x
| 00010001-464333xx
+
| 00010001-464234xx
| Bubble Bobble
+
| Lunar Pool
 
|-
 
|-
| 00010001-FC6x
+
| 00010001-FB5x
| 00010001-464336xx
+
| 00010001-464235xx
| StarTropics
+
| Zanac
 
|-
 
|-
| 00010001-FC7x
+
| 00010001-FB6x
| 00010001-464337xx
+
| 00010001-464236xx
| NES Play Action Football
+
| Front Line
 
|-
 
|-
| 00010001-FC8x
+
| 00010001-FB7x
| 00010001-464338xx
+
| 00010001-464237xx
| Castlevania II: Simon's Quest
+
| Nuts & Milk
 
|-
 
|-
| 00010001-FC9x
+
| 00010001-FB8x
| 00010001-464339xx
+
| 00010001-464238xx
| Metal Slader Glory
+
| Challenger
 
|-
 
|-
| 00010001-FCAx
+
| 00010001-FB9x
| 00010001-464341xx
+
| 00010001-464239xx
| Star Soldier
+
| Pooyan
 
|-
 
|-
| 00010001-FCFx
+
| 00010001-FBAx
| 00010001-464346xx
+
| 00010001-464241xx
| Yie Ar Kung-Fu
+
| Smash Table Tennis
 
|-
 
|-
| 00010001-FCOx
+
| 00010001-FBBx
| 00010001-46434fxx
+
| 00010001-464242xx
| Battle City
+
| Mach Rider
 
|-
 
|-
| 00010001-FCPx
+
| 00010001-FBCx
| 00010001-464350xx
+
| 00010001-464243xx
| Balloon Fight
+
| Excitebike
 
|-
 
|-
| 00010001-FCQx
+
| 00010001-FBDx
| 00010001-464351xx
+
| 00010001-464244xx
| Ninja Gaiden II: The Dark Sword of Chaos
+
| Kid Icarus
 
|-
 
|-
| 00010001-FCRx
+
| 00010001-FBEx
| 00010001-464352xx
+
| 00010001-464245xx
| Adventure Island
+
| Ice Climber
 
|-
 
|-
| 00010001-FCSx
+
| 00010001-FBHx
| 00010001-464353xx
+
| 00010001-464248xx
| Super C/Probotector II: Return of the Evil Forces
+
| Castlevania
 
|-
 
|-
| 00010001-FCTx
+
| 00010001-FBIx
| 00010001-464354xx
+
| 00010001-464249xx
| Mega Man
+
| Punch-Out!! Featuring Mr. Dream
 
|-
 
|-
| 00010001-FCUx
+
| 00010001-FBJx
| 00010001-464355xx
+
| 00010001-46424axx
| Volleyball
+
| Mighty Bomb Jack
 
|-
 
|-
| 00010001-FCVx
+
| 00010001-FBKx
| 00010001-464356xx
+
| 00010001-46424bxx
| Wrecking Crew
+
| Teenage Mutant Ninja Turtles
 
|-
 
|-
| 00010001-FCWx
+
| 00010001-FBLx
| 00010001-464357xx
+
| 00010001-46424cxx
| Super Mario Bros. 3
+
| Lode Runner
 
|-
 
|-
| 00010001-FCYx
+
| 00010001-FBNx
| 00010001-464359xx
+
| 00010001-46424exx
| Yoshi's Cookie
+
| Ninja Gaiden
 
|-
 
|-
| 00010001-FCZx
+
| 00010001-FBOx
| 00010001-46435axx
+
| 00010001-46424fxx
| King's Knight
+
| Gradius II: Gofer no Yabou
 
|-
 
|-
| 00010001-FD2x
+
| 00010001-FBQx
| 00010001-464432xx
+
| 00010001-464251xx
| Double Dragon
+
| Druaga no Tou
 
|-
 
|-
| 00010001-FD6x
+
| 00010001-FBRx
| 00010001-464436xx
+
| 00010001-464252xx
| Adventures of Lolo 2
+
| Galaga
 
|-
 
|-
| 00010001-FD7x
+
| 00010001-FBSx
| 00010001-464437xx
+
| 00010001-464253xx
| Mega Man 3
+
| Milon's Secret Castle
 
|-
 
|-
| 00010001-FDAx
+
| 00010001-FBUx
| 00010001-464441xx
+
| 00010001-464255xx
| Spelunker
+
| Adventures of Lolo
 
|-
 
|-
| 00010001-FDFx
+
| 00010001-FBVx
| 00010001-464446xx
+
| 00010001-464256xx
| Bases Loaded
+
| Tsuppari Ozumo
 
|-
 
|-
| 00010001-FDGx
+
| 00010001-FBWx
| 00010001-464447xx
+
| 00010001-464257xx
| Ghosts 'n Goblins
+
| Joy Mech Fight
 
|-
 
|-
| 00010001-FDLx
+
| 00010001-FBYx
| 00010001-46444cxx
+
| 00010001-464259xx
| Ninja Gaiden III: The Ancient Ship of Doom
+
| Super Mario Bros. 2
 
|-
 
|-
| 00010001-FDNx
+
| 00010001-FBZx
| 00010001-46444exx
+
| 00010001-46425axx
| Mega Man 2
+
| Metroid
 
|-
 
|-
| 00010001-FDOx
+
| 00010001-FC2x
| 00010001-46444fxx
+
| 00010001-464332xx
| Operation Wolf
+
| Hanjuku Hero
 
|-
 
|-
| 00010001-FDPx
+
| 00010001-FC3x
| 00010001-464450xx
+
| 00010001-464333xx
| Blades of Steel
+
| Bubble Bobble
 
|-
 
|-
| 00010001-FDQx
+
| 00010001-FC4x
| 00010001-464451xx
+
| 00010001-464334xx
| Double Dribble
+
| Chack'n Pop
 
|-
 
|-
| 00010001-FDRx
+
| 00010001-FC5x
| 00010001-464452xx
+
| 00010001-464335xx
| Skate or Die!
+
| Ganbare Goemon! Karakuri Dochu
 
|-
 
|-
| 00010001-FDTx
+
| 00010001-FC6x
| 00010001-464454xx
+
| 00010001-464336xx
| Renegade
+
| StarTropics
 +
|-
 +
| 00010001-FC7x
 +
| 00010001-464337xx
 +
| NES Play Action Football
 
|-
 
|-
| 00010001-FDUx
+
| 00010001-FC8x
| 00010001-464455xx
+
| 00010001-464338xx
| Super Dodgeball
+
| Castlevania II: Simon's Quest
 
|-
 
|-
| 00010001-FDWx
+
| 00010001-FC9x
| 00010001-464457xx
+
| 00010001-464339xx
| Downtown Special: Kunio-kun no Jidaigeki dayo Zennin Shuugou!
+
| Metal Slader Glory
 
|-
 
|-
| 00010001-FDVx
+
| 00010001-FCAx
| 00010001-464456xx
+
| 00010001-464341xx
| River City Ransom/Street Gangs
+
| Star Soldier
 
|-
 
|-
| 00010001-FDYx
+
| 00010001-FCEx
| 00010001-464459xx
+
| 00010001-464345xx
| Fire Emblem Gaiden
+
| Esper Dream
 
|-
 
|-
| 00010001-FDZx
+
| 00010001-FCFx
| 00010001-46445axx
+
| 00010001-464346xx
| Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai
+
| Yie Ar Kung-Fu
 
|-
 
|-
| 00010001-FE6x
+
| 00010001-FCGx
| 00010001-464536xx
+
| 00010001-464347xx
| Ninja-kun: Majou no Boken
+
| TwinBee
 
|-
 
|-
| 00010001-FE7x
+
| 00010001-FCHx
| 00010001-464537xx
+
| 00010001-464348xx
| Ninja-kun: Ashura no Shou
+
| Flappy
 
|-
 
|-
| 00010001-FE9x
+
| 00010001-FCIx
| 00010001-464539xx
+
| 00010001-464349xx
| Ike Ike! Nekketsu Hockey Bu: Subette Koronde Dairanto
+
| Volguard II
 
|-
 
|-
| 00010001-FECx
+
| 00010001-FCNx
| 00010001-464543xx
+
| 00010001-46434exx
| Sky Kid
+
| Kekkyoku Nankyoku Daiboken
 
|-
 
|-
| 00010001-FEDx
+
| 00010001-FCOx
| 00010001-464544xx
+
| 00010001-46434fxx
| Dig Dug
+
| Battle City
 
|-
 
|-
| 00010001-FEIx
+
| 00010001-FCPx
| 00010001-464549xx
+
| 00010001-464350xx
| City Connection
+
| Balloon Fight
 
|-
 
|-
| 00010001-FEJx
+
| 00010001-FCQx
| 00010001-46454axx
+
| 00010001-464351xx
| Nazo no Murasamejou
+
| Ninja Gaiden II: The Dark Sword of Chaos
 
|-
 
|-
| 00010001-FELx
+
| 00010001-FCRx
| 00010001-46454cxx
+
| 00010001-464352xx
| Transformers: Convoy no Nazo
+
| Adventure Island
 
|-
 
|-
| 00010001-FEMx
+
| 00010001-FCSx
| 00010001-46454dxx
+
| 00010001-464353xx
| Bio Miracle Bokutte Upa
+
| Super C/Probotector II: Return of the Evil Forces
 
|-
 
|-
| 00010001-FENx
+
| 00010001-FCTx
| 00010001-46454exx
+
| 00010001-464354xx
| Life Force
+
| Mega Man
 
|-
 
|-
| 00010001-FEPx
+
| 00010001-FCUx
| 00010001-464550xx
+
| 00010001-464355xx
| Getsufuuma Den
+
| Volleyball
 
|-
 
|-
| 00010001-FEQx
+
| 00010001-FCVx
| 00010001-464551xx
+
| 00010001-464356xx
| Castlevania III: Dracula's Curse
+
| Wrecking Crew
 
|-
 
|-
| 00010001-FERx
+
| 00010001-FCWx
| 00010001-464552xx
+
| 00010001-464357xx
| Zoda's Revenge: StarTropics 2
+
| Super Mario Bros. 3
 
|-
 
|-
| 00010001-FESx
+
| 00010001-FCYx
| 00010001-464553xx
+
| 00010001-464359xx
| Clu Clu Land
+
| Yoshi's Cookie
 
|-
 
|-
| 00010001-FEUx
+
| 00010001-FCZx
| 00010001-464555xx
+
| 00010001-46435axx
| Donkey Kong 3
+
| King's Knight
 
|-
 
|-
| 00010001-FEVx
+
| 00010001-FD2x
| 00010001-464556xx
+
| 00010001-464432xx
| Atlantis no Nazo
+
| Double Dragon
 
|-
 
|-
| 00010001-FEWx
+
| 00010001-FD6x
| 00010001-464557xx
+
| 00010001-464436xx
| Dragon Buster
+
| Adventures of Lolo 2
 
|-
 
|-
| 00010001-FEXx
+
| 00010001-FD7x
| 00010001-464558xx
+
| 00010001-464437xx
| Wagan Land
+
| Mega Man 3
 
|-
 
|-
| 00010001-FFAx
+
| 00010001-FDAx
| 00010001-464641xx
+
| 00010001-464441xx
| Final Fantasy
+
| Spelunker
 
|-
 
|-
| 00010001-FFBx
+
| 00010001-FDBx
| 00010001-464642xx
+
| 00010001-464442xx
| Final Fantasy II
+
| Famicom Mukashibanashi: Shin Onigashima
 
|-
 
|-
| 00010001-FFDx
+
| 00010001-FDCx
| 00010001-464644xx
+
| 00010001-464443xx
| Crash 'N The Boys: Street Challange
+
| Star Luster
 
|-
 
|-
| 00010001-FFEx
+
| 00010001-FDEx
| 00010001-464645xx
+
| 00010001-464445xx
| A Boy and His Blob: Trouble on Blobolonia
+
| Mappy
 
|-
 
|-
| 00010001-FFFx
+
| 00010001-FDFx
| 00010001-464646xx
+
| 00010001-464446xx
| Final Fantasy III
+
| Bases Loaded
 
|-
 
|-
| 00010001-FFKx
+
| 00010001-FDGx
| 00010001-46464bxx
+
| 00010001-464447xx
| Championship Lode Runner
+
| Ghosts 'n Goblins
 
|-
 
|-
| 00010001-FFLx
+
| 00010001-FDIx
| 00010001-46464cxx
+
| 00010001-464449xx
| Princess Tomato in the Salad Kingdom
+
| Bokosuka Wars
 
|-
 
|-
| 00010001-FFMx
+
| 00010001-FDLx
| 00010001-46464dxx
+
| 00010001-46444cxx
| Blaster Master
+
| Ninja Gaiden III: The Ancient Ship of Doom
 
|-
 
|-
| 00010001-FFNx
+
| 00010001-FDNx
| 00010001-46464exx
+
| 00010001-46444exx
| Mega Man 4
+
| Mega Man 2
 
|-
 
|-
| 00010001-FFQx
+
| 00010001-FDOx
| 00010001-464651xx
+
| 00010001-46444fxx
| Shadow of the Ninja
+
| Operation Wolf
 
|-
 
|-
| 00010001-FFRx
+
| 00010001-FDPx
| 00010001-464652xx
+
| 00010001-464450xx
| Faxandu
+
| Blades of Steel
 
|-
 
|-
| 00010001-FFUx
+
| 00010001-FDQx
| 00010001-464655xx
+
| 00010001-464451xx
| Adventure Island II
+
| Double Dribble
 
|-
 
|-
| 00010001-FFVx
+
| 00010001-FDRx
| 00010001-464656xx
+
| 00010001-464452xx
| S.C.A.T.
+
| Skate or Die!
 
|-
 
|-
| 00010001-FFYx
+
| 00010001-FDSx
| 00010001-464659xx
+
| 00010001-464453xx
| Mega Man 5
+
| Famicom Tantei Club: Kieta Koukeisha
|}
 
 
 
=== 00010001-Hxxx : Channels ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-HADx
+
| 00010001-FDTx
| 00010001-484144xx
+
| 00010001-464454xx
| Opera / Internet Channel
+
| Renegade
 
|-
 
|-
| 00010001-HAJx
+
| 00010001-FDUx
| 00010001-48414axx
+
| 00010001-464455xx
| Everyone Votes Channel
+
| Super Dodgeball
 
|-
 
|-
| 00010001-HAPx
+
| 00010001-FDVx
| 00010001-484150xx
+
| 00010001-464456xx
| Check Mii Out / Mii Contest Channel
+
| River City Ransom/Street Gangs
 
|-
 
|-
| 00010001-HATx
+
| 00010001-FDWx
| 00010001-484154xx
+
| 00010001-464457xx
| Nintendo Channel
+
| Downtown Special: Kunio-kun no Jidaigeki dayo Zennin Shuugou!
 
|-
 
|-
| 00010001-HAVx
+
| 00010001-FDXx
| 00010001-484156xx
+
| 00010001-464458xx
| Today and Tomorrow Channel
+
| Double Dragon II: The Revenge
 
|-
 
|-
| 00010001-HAWx
+
| 00010001-FDYx
| 00010001-484157xx
+
| 00010001-464459xx
| Metroid Prime 3 Preview
+
| Fire Emblem Gaiden
 
|-
 
|-
| 00010001-HAZA
+
| 00010001-FDZx
| 00010001-48415axx
+
| 00010001-46445axx
| Photo Channel 1.1 (Europe?)
+
| Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai
 
|-
 
|-
| 00010001-HBNx
+
| 00010001-FE6x
| 00010001-48424exx
+
| 00010001-464536xx
| TV Friend Channel / G-Guide for Wii
+
| Ninja-kun: Majou no Boken
 
|-
 
|-
| 00010001-HCAx
+
| 00010001-FE7x
| 00010001-484341xx
+
| 00010001-464537xx
| Daigasso! Band Bros. DX Speaker Channel
+
| Ninja-kun: Ashura no Shou
 
|-
 
|-
| 00010001-HCBx
+
| 00010001-FE9x
| 00010001-484342xx
+
| 00010001-464539xx
| Shashin Channel 1.0 Fukkyuu Programme
+
| Ike Ike! Nekketsu Hockey Bu: Subette Koronde Dairanto
*Translates to: Photograph Channel 1.0 Restoration Program
 
 
|-
 
|-
| 00010001-HCDx
+
| 00010001-FECx
| 00010001-484344xx
+
| 00010001-464543xx
| Digicam Print Channel
+
| Sky Kid
 
|-
 
|-
| 00010001-HCFx
+
| 00010001-FEDx
| 00010001-484346xx
+
| 00010001-464544xx
| Wii Speak Channel
+
| Dig Dug
 
|-
 
|-
| 00010001-HCIx
+
| 00010001-FEEx
| 00010001-484349xx
+
| 00010001-464545xx
| Wii no Ma Channel
+
| Tantei Jinguji Saburo: Shinjuku Chuo Kōen Satsujin Jiken
 
|-
 
|-
| 00010001-HCJx
+
| 00010001-FEIx
| 00010001-48434axx
+
| 00010001-464549xx
| BBC iPlayer Channel
+
| City Connection
 
|-
 
|-
| 00010001-HCLx
+
| 00010001-FEJx
| 00010001-48434cxx
+
| 00010001-46454axx
| Netflix Channel
+
| Nazo no Murasamejou
 
|-
 
|-
| 00010001-HCMx
+
| 00010001-FELx
| 00010001-48434dxx
+
| 00010001-46454cxx
| Kirby TV Channel
+
| Transformers: Convoy no Nazo
 
|-
 
|-
| 00010008-HCCx
+
| 00010001-FEMx
| 00010008-484343xx
+
| 00010001-46454dxx
| Demae Channel/Japan Food Service
+
| Bio Miracle Bokutte Upa
|}
 
 
 
=== 00010001-Jxxx : SNES Games ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-JA2x
+
| 00010001-FENx
| 00010001-4a4132xx
+
| 00010001-46454exx
| Kamaitachi no Yoru
+
| Life Force
 
|-
 
|-
| 00010001-JA3x
+
| 00010001-FEPx
| 00010001-4a4133xx
+
| 00010001-464550xx
| Shin Megami Tensei
+
| Getsufuuma Den
 
|-
 
|-
| 00010001-JA4x
+
| 00010001-FEQx
| 00010001-4a4134xx
+
| 00010001-464551xx
| Super Ghouls 'n Ghosts
+
| Castlevania III: Dracula's Curse
 
|-
 
|-
| 00010001-JA5x
+
| 00010001-FERx
| 00010001-4a4135xx
+
| 00010001-464552xx
| Hercules no Eiko III: Kamigami no Chinmoku
+
| Zoda's Revenge: StarTropics 2
 
|-
 
|-
| 00010001-JA6x
+
| 00010001-FESx
| 00010001-4a4136xx
+
| 00010001-464553xx
| Zombies Ate My Neighbors
+
| Clu Clu Land
 
|-
 
|-
| 00010001-JA7x
+
| 00010001-FEUx
| 00010001-4a4137xx
+
| 00010001-464555xx
| ActRaiser
+
| Donkey Kong 3
 
|-
 
|-
| 00010001-JA8x
+
| 00010001-FEVx
| 00010001-4a4138xx
+
| 00010001-464556xx
| Final Fight
+
| Atlantis no Nazo
 
|-
 
|-
| 00010001-JAAx
+
| 00010001-FEWx
| 00010001-4a4141xx
+
| 00010001-464557xx
| Super Mario World
+
| Dragon Buster
 
|-
 
|-
| 00010001-JABx
+
| 00010001-FEXx
| 00010001-4a4142xx
+
| 00010001-464558xx
| Mario's Super Picross
+
| Wagan Land
 
|-
 
|-
| 00010001-JACx
+
| 00010001-FFAx
| 00010001-4a4143xx
+
| 00010001-464641xx
| F-Zero
+
| Final Fantasy
 
|-
 
|-
| 00010001-JADx
+
| 00010001-FFBx
| 00010001-4a4144xx
+
| 00010001-464642xx
| The Legend of Zelda: A Link to the Past
+
| Final Fantasy II
 
|-
 
|-
| 00010001-JAEx
+
| 00010001-FFDx
| 00010001-4a4145xx
+
| 00010001-464644xx
| Donkey Kong Country
+
| Crash 'N The Boys: Street Challange
 
|-
 
|-
| 00010001-JAFx
+
| 00010001-FFEx
| 00010001-4a4146xx
+
| 00010001-464645xx
| SimCity
+
| A Boy and His Blob: Trouble on Blobolonia
 
|-
 
|-
| 00010001-JAGx
+
| 00010001-FFFx
| 00010001-4a4147xx
+
| 00010001-464646xx
| Fire Emblem: Monsho no Nazo
+
| Final Fantasy III
 
|-
 
|-
| 00010001-JAHx
+
| 00010001-FFGx
| 00010001-4a4148xx
+
| 00010001-464647xx
| R-Type III: The Third Lightning
+
| SD Gundam World - Gachapon Senshi: Scramble Wars
 
|-
 
|-
| 00010001-JAIx
+
| 00010001-FFKx
| 00010001-4a4149xx
+
| 00010001-46464bxx
| Super Castlevania IV
+
| Championship Lode Runner
 
|-
 
|-
| 00010001-JAJx
+
| 00010001-FFLx
| 00010001-4a414axx
+
| 00010001-46464cxx
| Street Fighter II: The World Warrior
+
| Princess Tomato in the Salad Kingdom
 
|-
 
|-
| 00010001-JALx
+
| 00010001-FFMx
| 00010001-4a414cxx
+
| 00010001-46464dxx
| Contra III: The Alien Wars
+
| Blaster Master
 
|-
 
|-
| 00010001-JAMx
+
| 00010001-FFNx
| 00010001-4a414dxx
+
| 00010001-46464exx
| Gradius III
+
| Mega Man 4
 
|-
 
|-
| 00010001-JAPx
+
| 00010001-FFQx
| 00010001-4a4150xx
+
| 00010001-464651xx
| Fire Emblem: Seisen no Keifu
+
| Shadow of the Ninja
 
|-
 
|-
| 00010001-JAUx
+
| 00010001-FFRx
| 00010001-4a4155xx
+
| 00010001-464652xx
| Famicom Bunko: Hajimari no Mori
+
| Faxandu
 
|-
 
|-
| 00010001-JAVx
+
| 00010001-FFUx
| 00010001-4a4156xx
+
| 00010001-464655xx
| Super Metroid
+
| Adventure Island II
 
|-
 
|-
| 00010001-JAWx
+
| 00010001-FFVx
| 00010001-4a4157xx
+
| 00010001-464656xx
| Romance of the Three Kingdoms IV: Wall of Fire
+
| S.C.A.T.
 
|-
 
|-
| 00010001-JAZx
+
| 00010001-FFYx
| 00010001-4a415axx
+
| 00010001-464659xx
| The Legend of the Mystical Ninja
+
| Mega Man 5
 +
|}
 +
 
 +
=== 00010001-Hxxx : Channels ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
! Description
 
|-
 
|-
| 00010001-JB3x
+
| 00010001-HADx
| 00010001-4a4233xx
+
| 00010001-484144xx
| Harvest Moon
+
| [[Internet Channel]]
 +
| Opera based internet browser.
 
|-
 
|-
| 00010001-JB5x
+
| 00010001-HAEA
| 00010001-4a4235xx
+
| 00010001-48414541
| Super Gussun Oyoyo
+
| [[Wii Message Board]]
 +
| <i>Not a channel by itself, but mail stored on the SD card uses this ID.</i>
 
|-
 
|-
| 00010001-JB6x
+
| 00010001-HAJx
| 00010001-4a4236xx
+
| 00010001-48414axx
| Treasure Hunter G
+
| [[Everybody Votes Channel]]
 +
|
 
|-
 
|-
| 00010001-JB7x
+
| 00010001-HAOx
| 00010001-4a4237xx
+
| 00010001-48414fxx
| Front Mission Series: Gun Hazard
+
| [[TV Remote Channel]]
 +
| Not released{{check}}, but references exist in the [[System Menu]].
 
|-
 
|-
| 00010001-JB9x
+
| 00010001-HAPx
| 00010001-4a4239xx
+
| 00010001-484150xx
| Gakkou de atta Kowai Hanashi
+
| [[Mii Contest Channel]]
 +
| Known as Check Mii Out Channel in NA.
 
|-
 
|-
| 00010001-JBAx
+
| 00010001-HATx
| 00010001-4a4241xx
+
| 00010001-484154xx
| Metal Marines
+
| [[Nintendo Channel]]
 +
|
 
|-
 
|-
| 00010001-JBBx
+
| 00010001-HAVx
| 00010001-4a4242xx
+
| 00010001-484156xx
| Super Street Fighter II: The New Challengers
+
| [[Today and Tomorrow Channel]]
 +
| Fortune telling channel. Also available in Korea.
 
|-
 
|-
| 00010001-JBCx
+
| 00010001-HAWx
| 00010001-4a4243xx
+
| 00010001-484157xx
| Kirby's Dream Course
+
| [[Metroid Prime 3 Preview]]
 +
|  
 
|-
 
|-
| 00010001-JBDx
+
| 00010001-HBNx
| 00010001-4a4244xx
+
| 00010001-48424exx
| Donkey Kong Country 2: Diddy's Kong Quest
+
| [[TV no Tomo]]
 +
| Translates to TV Friend Channel. (TV Guide Channel)
 
|-
 
|-
| 00010001-JBEx
+
| 00010001-HC2D
| 00010001-4a4245xx
+
| 00010001-48433244
| Magical Drop
+
| [[Watchever]]
 +
| Germany exclusive Streaming service.
 
|-
 
|-
| 00010001-JBFx
+
| 00010001-HC3x
| 00010001-4a4246xx
+
| 00010001-484333xx
| Otogirisou
+
| [[USB Memori Shuufuku Puroguramu]]
 +
| Translates to USB Memory Repair Program.
 
|-
 
|-
| 00010001-JBGx
+
| 00010001-HC4x
| 00010001-4a4247xx
+
| 00010001-484333xx
| Mystery Dungeon: Shiren the Wanderer
+
| [[Crunchyroll]]
 +
| Anime streaming service.
 
|-
 
|-
| 00010001-JBHx
+
| 00010001-HCAx
| 00010001-4a4248xx
+
| 00010001-484341xx
| Hercules no Eiko IV: Kamigami kara no Okurimono
+
| [[Jam with the Band: Live Channel]]
 +
| Daigasso! Band Bros. DX Speaker Channel in Japan.
 
|-
 
|-
| 00010001-JBIx
+
| 00010001-HCBx
| 00010001-4a4249xx
+
| 00010001-484342xx
| Street Fighter II Turbo: Hyper Fighting
+
| [[Shashin Channel 1.0 Fukkyuu Programme]]
 +
| Translates to Photo Channel 1.0 Restore Program.
 
|-
 
|-
| 00010001-JBKx
+
| 00010001-HCHx
| 00010001-4a424bxx
+
| 00010001-484348xx
| Breath of Fire II
+
| [[Demae Channel]]
 +
| Known as Food Channel. It was Japan food service channel.
 
|-
 
|-
| 00010001-JBLx
+
| 00010001-HCDx
| 00010001-4a424cxx
+
| 00010001-484344xx
| Pac-Attack
+
| [[Digicam Print Channel]]
 +
| Known as Photo Prints Channel.
 
|-
 
|-
| 00010001-JBNx
+
| 00010001-HCFx
| 00010001-4a424exx
+
| 00010001-484346xx
| Darius Twin
+
| [[Wii Speak Channel]]
 +
| Requires [[Wii Speak]] microphone. v1 is a pre-release dummy channel. Also available in Korea.
 
|-
 
|-
| 00010001-JBOx
+
| 00010001-HCGx
| 00010001-4a424fxx
+
| 00010001-484347xx
| Panel de Pon
+
| [[Wii & the Internet]]
 +
| Named Get Connected Video in the USA.<br>Popularly called Wii + Internet based on its banner.
 
|-
 
|-
| 00010001-JBPx
+
| 00010001-HCIx
| 00010001-4a4250xx
+
| 00010001-484349xx
| Donkey Kong Country 3: Dixie Kong's Double Trouble!
+
| [[Wii no Ma]]
 +
| Known as Wii Room.
 
|-
 
|-
| 00010001-JBQx
+
| 00010001-HCJx
| 00010001-4a4251xx
+
| 00010001-48434axx
| Kirby's Avalanche
+
| [[BBC iPlayer Channel]]
 +
| UK exclusive channel.
 
|-
 
|-
| 00010001-JBRx
+
| 00010001-HCLx
| 00010001-4a4252xx
+
| 00010001-48434cxx
| Vegas Stakes
+
| [[Netflix]]
 +
| Streaming service.
 
|-
 
|-
| 00010001-JBSx
+
| 00010001-HCMx
| 00010001-4a4253xx
+
| 00010001-48434dxx
| Axelay
+
| [[Kirby TV Channel]]
 +
| Wii Channel application that showed episodes of Kirby: Right Back at Ya!
 
|-
 
|-
| 00010001-JBTx
+
| 00010001-HCQx
| 00010001-4a4254xx
+
| 00010001-484351xx
| Super Turrican
+
| [[Hulu Plus]]
 +
| Streaming service.
 
|-
 
|-
| 00010001-JBUx
+
| 00010001-HCRx
| 00010001-4a4255xx
+
| 00010001-484352xx
| Super Turrican 2
+
| [[The Legend of Zelda: Skyward Sword Save Data Update Channel| The Legend of Zelda: Skyward Sword<br>Save Data Update Channel]]
 +
| It is a save data fix tool. Also available in Korea.
 
|-
 
|-
| 00010001-JBVx
+
| 00010001-HCSx
| 00010001-4a4256xx
+
| 00010001-484353xx
| Der Langrisser
+
| [[Wii U Transfer Tool]]
 +
| Transfers titles and data to vWii.
 
|-
 
|-
| 00010001-JBWx
+
| 00010001-HCWx
| 00010001-4a4257xx
+
| 00010001-484357xx
| Cybernator
+
| [[Amazon Instant Video]]
 +
| Streaming service. Called LOVEFiLM and later Amazon / LOVEFiLM in Europe.
 
|-
 
|-
| 00010001-JBYx
+
| 00010001-HCXx
| 00010001-4a4259xx
+
| 00010001-484358xx
| Super R-Type
+
| [[YouTube]]
 +
|  
 
|-
 
|-
| 00010001-JC3x
+
| 00010001-HFNJ
| 00010001-4a4333xx
+
| 00010001-48464e4a
| Bahamut Lagoon
+
| [[Karada chekku channeru]]
 +
| Wii Fit Body Check Channel
 +
|}
 +
 
 +
=== 00010001-Jxxx : SNES Games ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-JC4x
+
| 00010001-JA2x
| 00010001-4a4334xx
+
| 00010001-4a4132xx
| Indiana Jones' Greatest Adventure
+
| Kamaitachi no Yoru
 
|-
 
|-
| 00010001-JC5x
+
| 00010001-JA3x
| 00010001-4a4335xx
+
| 00010001-4a4133xx
| Romancing SaGa
+
| Shin Megami Tensei
 
|-
 
|-
| 00010001-JC6x
+
| 00010001-JA4x
| 00010001-4a4336xx
+
| 00010001-4a4134xx
| Romancing SaGa 2
+
| Super Ghouls 'n Ghosts
 
|-
 
|-
| 00010001-JC7x
+
| 00010001-JA5x
| 00010001-4a4337xx
+
| 00010001-4a4135xx
| The Combatribes
+
| Hercules no Eiko III: Kamigami no Chinmoku
 
|-
 
|-
| 00010001-JC8x
+
| 00010001-JA6x
| 00010001-4a4338xx
+
| 00010001-4a4136xx
| Final Fantasy II
+
| Zombies Ate My Neighbors
 
|-
 
|-
| 00010001-JCAx
+
| 00010001-JA7x
| 00010001-4a4341xx
+
| 00010001-4a4137xx
| DoReMi Fantasy: Milon's DokiDoki Adventure
+
| ActRaiser
 
|-
 
|-
| 00010001-JCBx
+
| 00010001-JA8x
| 00010001-4a4342xx
+
| 00010001-4a4138xx
| Super Mario RPG: Legend of the Seven Stars
+
| Final Fight
 
|-
 
|-
| 00010001-JCCx
+
| 00010001-JAAx
| 00010001-4a4343xx
+
| 00010001-4a4141xx
| Kirby Super Star
+
| Super Mario World
 
|-
 
|-
| 00010001-JCDx
+
| 00010001-JABx
| 00010001-4a4344xx
+
| 00010001-4a4142xx
| Kirby's Dream Land 3
+
| Mario's Super Picross
 
|-
 
|-
| 00010001-JCEx
+
| 00010001-JACx
| 00010001-4a4345xx
+
| 00010001-4a4143xx
| Fire Emblem: Thracia 776
+
| F-Zero
 
|-
 
|-
| 00010001-JCGx
+
| 00010001-JADx
| 00010001-4a4347xx
+
| 00010001-4a4144xx
| Ganbare Goemon 2: Kiteretsu Shogun Magginesu
+
| The Legend of Zelda: A Link to the Past
 
|-
 
|-
| 00010001-JCIx
+
| 00010001-JAEx
| 00010001-4a4349xx
+
| 00010001-4a4145xx
| Famicom Tantei Club Part II: Ushiro ni Tatsu Shojo
+
| Donkey Kong Country
 
|-
 
|-
| 00010001-JCJx
+
| 00010001-JAFx
| 00010001-4a434axx
+
| 00010001-4a4146xx
| Super Punch-Out!!
+
| SimCity
 
|-
 
|-
| 00010001-JCKx
+
| 00010001-JAGx
| 00010001-4a434bxx
+
| 00010001-4a4147xx
| Space Invaders: The Original Game
+
| Fire Emblem: Monsho no Nazo
 
|-
 
|-
| 00010001-JCLx
+
| 00010001-JAHx
| 00010001-4a434cxx
+
| 00010001-4a4148xx
| Secret of Mana
+
| R-Type III: The Third Lightning
 
|-
 
|-
| 00010001-JCMx
+
| 00010001-JAIx
| 00010001-4a434dxx
+
| 00010001-4a4149xx
| Super Wagan Land
+
| Super Castlevania IV
 
|-
 
|-
| 00010001-JCTx
+
| 00010001-JAJx
| 00010001-4a4354xx
+
| 00010001-4a414axx
| Ogre Battle: The March of the Black Queen
+
| Street Fighter II: The World Warrior
 
|-
 
|-
| 00010001-JCUx
+
| 00010001-JALx
| 00010001-4a4355xx
+
| 00010001-4a414cxx
| Tactics Ogre: Let Us Cling Together
+
| Contra III: The Alien Wars
 
|-
 
|-
| 00010001-JCVx
+
| 00010001-JAMx
| 00010001-4a4356xx
+
| 00010001-4a414dxx
| PilotWings
+
| Gradius III
 
|-
 
|-
| 00010001-JCWx
+
| 00010001-JAPx
| 00010001-4a4357xx
+
| 00010001-4a4150xx
| Super Mario Kart
+
| Fire Emblem: Seisen no Keifu
 
|-
 
|-
| 00010001-JCXx
+
| 00010001-JAUx
| 00010001-4a4358xx
+
| 00010001-4a4155xx
| Nobunaga's Ambition
+
| Famicom Bunko: Hajimari no Mori
 
|-
 
|-
| 00010001-JCYx
+
| 00010001-JAVx
| 00010001-4a4359xx
+
| 00010001-4a4156xx
| New Horizons
+
| Super Metroid
 
|-
 
|-
| 00010001-JCZx
+
| 00010001-JAWx
| 00010001-4a435axx
+
| 00010001-4a4157xx
| Genghis Khan II: Clan of the Gray Wolf
+
| Romance of the Three Kingdoms IV: Wall of Fire
 
|-
 
|-
| 00010001-JD3x
+
| 00010001-JAZx
| 00010001-4a4433xx
+
| 00010001-4a415axx
| Super E.D.F.: Earth Defense Force
+
| The Legend of the Mystical Ninja
 
|-
 
|-
| 00010001-JD4x
+
| 00010001-JB3x
| 00010001-4a4434xx
+
| 00010001-4a4233xx
| Rival Turf!
+
| Harvest Moon
 
|-
 
|-
| 00010001-JD5x
+
| 00010001-JB5x
| 00010001-4a4435xx
+
| 00010001-4a4235xx
| Brawl Brothers
+
| Super Gussun Oyoyo
 
|-
 
|-
| 00010001-JD6x
+
| 00010001-JB6x
| 00010001-4a4436xx
+
| 00010001-4a4236xx
| The Ignition Factor
+
| Treasure Hunter G
 
|-
 
|-
| 00010001-JD7x
+
| 00010001-JB7x
| 00010001-4a4437xx
+
| 00010001-4a4237xx
| Super Adventure Island
+
| Front Mission Series: Gun Hazard
 
|-
 
|-
| 00010001-JD8x
+
| 00010001-JB9x
| 00010001-4a4438xx
+
| 00010001-4a4239xx
| Super Adventure Island II
+
| Gakkou de atta Kowai Hanashi
 
|-
 
|-
| 00010001-JD9x
+
| 00010001-JBAx
| 00010001-4a4439xx
+
| 00010001-4a4241xx
| Super Bonk
+
| Metal Marines
 
|-
 
|-
| 00010001-JDAx
+
| 00010001-JBBx
| 00010001-4a4441xx
+
| 00010001-4a4242xx
| Final Fantasy III
+
| Super Street Fighter II: The New Challengers
 
|-
 
|-
| 00010001-JDCx
+
| 00010001-JBCx
| 00010001-4a4443xx
+
| 00010001-4a4243xx
| Street Fighter Alpha 2
+
| Kirby's Dream Course
 
|-
 
|-
| 00010001-JDDx
+
| 00010001-JBDx
| 00010001-4a4444xx
+
| 00010001-4a4244xx
| Final Fight 2
+
| Donkey Kong Country 2: Diddy's Kong Quest
 
|-
 
|-
| 00010001-JDEx
+
| 00010001-JBEx
| 00010001-4a4445xx
+
| 00010001-4a4245xx
| Final Fight 3
+
| Magical Drop
 
|-
 
|-
| 00010001-JDFx
+
| 00010001-JBFx
| 00010001-4a4446xx
+
| 00010001-4a4246xx
| Sutte Hakkun
+
| Otogirisou
 
|-
 
|-
| 00010001-JDIx
+
| 00010001-JBGx
| 00010001-4a4449xx
+
| 00010001-4a4247xx
| Super Star Wars
+
| Mystery Dungeon: Shiren the Wanderer
 
|-
 
|-
| 00010001-JDJx
+
| 00010001-JBHx
| 00010001-4a444axx
+
| 00010001-4a4248xx
| Super Star Wars: The Empire Strikes Back
+
| Hercules no Eiko IV: Kamigami kara no Okurimono
 
|-
 
|-
| 00010001-JDLx
+
| 00010001-JBIx
| 00010001-4a444cxx
+
| 00010001-4a4249xx
| Super Star Wars: Return of the Jedi
+
| Street Fighter II Turbo: Hyper Fighting
 
|-
 
|-
| 00010001-JDMx
+
| 00010001-JBKx
| 00010001-4a444dxx
+
| 00010001-4a424bxx
| Kirby no Kirakira Kizzu
+
| Breath of Fire II
 
|-
 
|-
| 00010001-JDNx
+
| 00010001-JBLx
| 00010001-4a444exx
+
| 00010001-4a424cxx
| Ghoul Patrol
+
| Pac-Attack
 
|-
 
|-
| 00010001-JDVx
+
| 00010001-JBNx
| 00010001-4a4456xx
+
| 00010001-4a424exx
| Wild Guns
+
| Darius Twin
 
|-
 
|-
| 00010001-JDWx
+
| 00010001-JBOx
| 00010001-4a4457xx
+
| 00010001-4a424fxx
| Aero the Acro-Bat
+
| Panel de Pon
 
|-
 
|-
| 00010001-JDXx
+
| 00010001-JBPx
| 00010001-4a4458xx
+
| 00010001-4a4250xx
| Aero the Acro-Bat 2
+
| Donkey Kong Country 3: Dixie Kong's Double Trouble!
 
|-
 
|-
| 00010001-JDZx
+
| 00010001-JBQx
| 00010001-4a445axx
+
| 00010001-4a4251xx
| Final Fantasy Mystic Quest
+
| Kirby's Avalanche
 
|-
 
|-
| 00010001-JEAx
+
| 00010001-JBRx
| 00010001-4a4541xx
+
| 00010001-4a4252xx
| Natsume Championship Wrestling
+
| Vegas Stakes
 
|-
 
|-
| 00010001-JEBx
+
| 00010001-JBSx
| 00010001-4a4542xx
+
| 00010001-4a4253xx
| Mega Man X
+
| Axelay
 
|-
 
|-
| 00010001-JECx
+
| 00010001-JBTx
| 00010001-4a4543xx
+
| 00010001-4a4254xx
| Chrono Trigger
+
| Super Turrican
|}
 
 
 
=== 00010001-Lxxx : Sega Master System ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-LAAx
+
| 00010001-JBUx
| 00010001-4c4141xx
+
| 00010001-4a4255xx
| Hokuto no Ken (Black Belt)
+
| Super Turrican 2
 
|-
 
|-
| 00010001-LABx
+
| 00010001-JBVx
| 00010001-4c4142xx
+
| 00010001-4a4256xx
| Fantasy Zone
+
| Der Langrisser
 
|-
 
|-
| 00010001-LACx
+
| 00010001-JBWx
| 00010001-4c4143xx
+
| 00010001-4a4257xx
| Wonder Boy
+
| Cybernator
 
|-
 
|-
| 00010001-LADx
+
| 00010001-JBYx
| 00010001-4c4144xx
+
| 00010001-4a4259xx
| Phantasy Star
+
| Super R-Type
 
|-
 
|-
| 00010001-LAEx
+
| 00010001-JC3x
| 00010001-4c4145xx
+
| 00010001-4a4333xx
| Alex Kidd in Miracle World
+
| Bahamut Lagoon
 
|-
 
|-
| 00010001-LAFx
+
| 00010001-JC4x
| 00010001-4c4146xx
+
| 00010001-4a4334xx
| Secret Command
+
| Indiana Jones' Greatest Adventure
 
|-
 
|-
| 00010001-LAGx
+
| 00010001-JC5x
| 00010001-4c4147xx
+
| 00010001-4a4335xx
| Sonic the Hedgehog
+
| Romancing SaGa
 
|-
 
|-
| 00010001-LAHx
+
| 00010001-JC6x
| 00010001-4c4148xx
+
| 00010001-4a4336xx
| Space Harrier
+
| Romancing SaGa 2
 
|-
 
|-
| 00010001-LAIx
+
| 00010001-JC7x
| 00010001-4c4149xx
+
| 00010001-4a4337xx
| Enduro Racer
+
| The Combatribes
 
|-
 
|-
| 00010001-LAJx
+
| 00010001-JC8x
| 00010001-4c414axx
+
| 00010001-4a4338xx
| Sonic the Hedgehog 2
+
| Final Fantasy II
 
|-
 
|-
| 00010001-LAKx
+
| 00010001-JCAx
| 00010001-4c414bxx
+
| 00010001-4a4341xx
| Wonder Boy in Monster Land
+
| DoReMi Fantasy: Milon's DokiDoki Adventure
 
|-
 
|-
| 00010001-LALx
+
| 00010001-JCBx
| 00010001-4c414cxx
+
| 00010001-4a4342xx
| Fantasy Zone II: The Tears of Opa-Opa
+
| Super Mario RPG: Legend of the Seven Stars
 +
|-
 +
| 00010001-JCCx
 +
| 00010001-4a4343xx
 +
| Kirby Super Star
 
|-
 
|-
| 00010001-LAMx
+
| 00010001-JCDx
| 00010001-4c414dxx
+
| 00010001-4a4344xx
| Sonic Chaos
+
| Kirby's Dream Land 3
 
|-
 
|-
| 00010001-LANx
+
| 00010001-JCEx
| 00010001-4c414exx
+
| 00010001-4a4345xx
| Alex Kidd: The Lost Stars
+
| Fire Emblem: Thracia 776
 
|-
 
|-
| 00010001-LAOx
+
| 00010001-JCGx
| 00010001-4c414fxx
+
| 00010001-4a4347xx
| R-Type
+
| Ganbare Goemon 2: Kiteretsu Shogun Magginesu
 
|-
 
|-
| 00010001-LAPx
+
| 00010001-JCIx
| 00010001-4c4150xx
+
| 00010001-4a4349xx
| Wonder Boy III : The Dragon's Trap
+
| Famicom Tantei Club Part II: Ushiro ni Tatsu Shojo
 
|-
 
|-
| 00010001-LAQx
+
| 00010001-JCJx
| 00010001-4c4151xx
+
| 00010001-4a434axx
| Alex Kidd in Shinobi World
+
| Super Punch-Out!!
|}
 
 
 
=== 00010001-Mxxx : Sega Genesis ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-MA2x
+
| 00010001-JCKx
| 00010001-4d4132xx
+
| 00010001-4a434bxx
| Dyna Brothers
+
| Space Invaders: The Original Game
 
|-
 
|-
| 00010001-MA3x
+
| 00010001-JCLx
| 00010001-4d4133xx
+
| 00010001-4a434cxx
| Puyo Puyo 2
+
| Secret of Mana
 
|-
 
|-
| 00010001-MA4x
+
| 00010001-JCMx
| 00010001-4d4134xx
+
| 00010001-4a434dxx
| Bahamut Senki
+
| Super Wagan Land
 
|-
 
|-
| 00010001-MA5x
+
| 00010001-JCTx
| 00010001-4d4135xx
+
| 00010001-4a4354xx
| Rent-A-Hero
+
| Ogre Battle: The March of the Black Queen
 
|-
 
|-
| 00010001-MA6x
+
| 00010001-JCUx
| 00010001-4d4136xx
+
| 00010001-4a4355xx
| Streets of Rage 2
+
| Tactics Ogre: Let Us Cling Together
 
|-
 
|-
| 00010001-MA7x
+
| 00010001-JCVx
| 00010001-4d4137xx
+
| 00010001-4a4356xx
| Shining in the Darkness
+
| PilotWings
 
|-
 
|-
| 00010001-MA8x
+
| 00010001-JCWx
| 00010001-4d4138xx
+
| 00010001-4a4357xx
| Ecco the Dolphin II: The Tides of Time
+
| Super Mario Kart
 
|-
 
|-
| 00010001-MA9x
+
| 00010001-JCXx
| 00010001-4d4139xx
+
| 00010001-4a4358xx
| The Hybrid Front
+
| Nobunaga's Ambition
 
|-
 
|-
| 00010001-MAAx
+
| 00010001-JCYx
| 00010001-4d4141xx
+
| 00010001-4a4359xx
| Altered Beast
+
| New Horizons
 
|-
 
|-
| 00010001-MABx
+
| 00010001-JCZx
| 00010001-4d4142xx
+
| 00010001-4a435axx
| Columns
+
| Genghis Khan II: Clan of the Gray Wolf
 
|-
 
|-
| 00010001-MACx
+
| 00010001-JD3x
| 00010001-4d4143xx
+
| 00010001-4a4433xx
| Dr. Robotnik's Mean Bean Machine
+
| Super E.D.F.: Earth Defense Force
 
|-
 
|-
| 00010001-MADx
+
| 00010001-JD4x
| 00010001-4d4144xx
+
| 00010001-4a4434xx
| Ecco the Dolphin
+
| Rival Turf!
 
|-
 
|-
| 00010001-MAEx
+
| 00010001-JD5x
| 00010001-4d4145xx
+
| 00010001-4a4435xx
| Golden Axe
+
| Brawl Brothers
 
|-
 
|-
| 00010001-MAFx
+
| 00010001-JD6x
| 00010001-4d4146xx
+
| 00010001-4a4436xx
| Gunstar Heroes
+
| The Ignition Factor
 
|-
 
|-
| 00010001-MAGx
+
| 00010001-JD7x
| 00010001-4d4147xx
+
| 00010001-4a4437xx
| Ristar
+
| Super Adventure Island
 
|-
 
|-
| 00010001-MAHx
+
| 00010001-JD8x
| 00010001-4d4148xx
+
| 00010001-4a4438xx
| Sonic the Hedgehog
+
| Super Adventure Island II
 
|-
 
|-
| 00010001-MAIx
+
| 00010001-JD9x
| 00010001-4d4149xx
+
| 00010001-4a4439xx
| Space Harrier II
+
| Super Bonk
 
|-
 
|-
| 00010001-MAJx
+
| 00010001-JDAx
| 00010001-4d414axx
+
| 00010001-4a4441xx
| ToeJam & Earl
+
| Final Fantasy III
 
|-
 
|-
| 00010001-MAKx
+
| 00010001-JDCx
| 00010001-4d414bxx
+
| 00010001-4a4443xx
| Shadow Dancer: The Secret of the Shinobi
+
| Street Fighter Alpha 2
 
|-
 
|-
| 00010001-MALx
+
| 00010001-JDDx
| 00010001-4d414cxx
+
| 00010001-4a4444xx
| Bonanza Bros.
+
| Final Fight 2
 
|-
 
|-
| 00010001-MAMx
+
| 00010001-JDEx
| 00010001-4d414dxx
+
| 00010001-4a4445xx
| Sword of Vermilion
+
| Final Fight 3
 
|-
 
|-
| 00010001-MANx
+
| 00010001-JDFx
| 00010001-4d414exx
+
| 00010001-4a4446xx
| Gain Ground
+
| Sutte Hakkun
 
|-
 
|-
| 00010001-MAOx
+
| 00010001-JDIx
| 00010001-4d414fxx
+
| 00010001-4a4449xx
| Bio-Hazard Battle
+
| Super Star Wars
 
|-
 
|-
| 00010001-MAPx
+
| 00010001-JDJx
| 00010001-4d4150xx
+
| 00010001-4a444axx
| Comix Zone
+
| Super Star Wars: The Empire Strikes Back
 
|-
 
|-
| 00010001-MAQx
+
| 00010001-JDLx
| 00010001-4d4151xx
+
| 00010001-4a444cxx
| Streets of Rage
+
| Super Star Wars: Return of the Jedi
 
|-
 
|-
| 00010001-MARx
+
| 00010001-JDMx
| 00010001-4d4152xx
+
| 00010001-4a444dxx
| Beyond Oasis (The Story of Thor)
+
| Kirby no Kirakira Kizzu
 
|-
 
|-
| 00010001-MASx
+
| 00010001-JDNx
| 00010001-4d4153xx
+
| 00010001-4a444exx
| Vectorman
+
| Ghoul Patrol
 
|-
 
|-
| 00010001-MATx
+
| 00010001-JDVx
| 00010001-4d4154xx
+
| 00010001-4a4456xx
| Sonic Spinball
+
| Wild Guns
 
|-
 
|-
| 00010001-MAUx
+
| 00010001-JDWx
| 00010001-4d4155xx
+
| 00010001-4a4457xx
| Puzzle & Action: Tanto-R
+
| Aero the Acro-Bat
 
|-
 
|-
| 00010001-MAVx
+
| 00010001-JDXx
| 00010001-4d4156xx
+
| 00010001-4a4458xx
| Wonder Boy in Monster World
+
| Aero the Acro-Bat 2
 
|-
 
|-
| 00010001-MAWx
+
| 00010001-JDZx
| 00010001-4d4157xx
+
| 00010001-4a445axx
| Virtua Fighter 2
+
| Final Fantasy Mystic Quest
 
|-
 
|-
| 00010001-MAXx
+
| 00010001-JEAx
| 00010001-4d4158xx
+
| 00010001-4a4541xx
| Alex Kidd in the Enchanted Castle
+
| Natsume Championship Wrestling
 
|-
 
|-
| 00010001-MAYx
+
| 00010001-JEBx
| 00010001-4d4159xx
+
| 00010001-4a4542xx
| Alien Storm
+
| Mega Man X
 
|-
 
|-
| 00010001-MAZx
+
| 00010001-JECx
| 00010001-4d415axx
+
| 00010001-4a4543xx
| ToeJam & Earl in Panic on Funkotron
+
| Chrono Trigger
 +
|}
 +
 
 +
=== 00010001-Lxxx : Sega Master System ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-MB2x
+
| 00010001-LAAx
| 00010001-4d4232xx
+
| 00010001-4c4141xx
| Langrisser
+
| Hokuto no Ken (Black Belt)
 
|-
 
|-
| 00010001-MB3x
+
| 00010001-LABx
| 00010001-4d4233xx
+
| 00010001-4c4142xx
| Monster World IV
+
| Fantasy Zone
 
|-
 
|-
| 00010001-MB4x
+
| 00010001-LACx
| 00010001-4d4234xx
+
| 00010001-4c4143xx
| Party Quiz Mega Q
+
| Wonder Boy
 
|-
 
|-
| 00010001-MB5x
+
| 00010001-LADx
| 00010001-4d4235xx
+
| 00010001-4c4144xx
| Langrisser II
+
| Phantasy Star
 
|-
 
|-
| 00010001-MB6x
+
| 00010001-LAEx
| 00010001-4d4236xx
+
| 00010001-4c4145xx
| Shining Force II: Ancient Sealing
+
| Alex Kidd in Miracle World
 
|-
 
|-
| 00010001-MB7x
+
| 00010001-LAFx
| 00010001-4d4237xx
+
| 00010001-4c4146xx
| Mega Turrican
+
| Secret Command
 
|-
 
|-
| 00010001-MB8x
+
| 00010001-LAGx
| 00010001-4d4238xx
+
| 00010001-4c4147xx
| Phantasy Star II
+
| Sonic the Hedgehog
 
|-
 
|-
| 00010001-MB9x
+
| 00010001-LAHx
| 00010001-4d4239xx
+
| 00010001-4c4148xx
| Pepen ga Pengo
+
| Space Harrier
 
|-
 
|-
| 00010001-MBAx
+
| 00010001-LAIx
| 00010001-4d4241xx
+
| 00010001-4c4149xx
| Pulseman
+
| Enduro Racer
 
|-
 
|-
| 00010001-MBBx
+
| 00010001-LAJx
| 00010001-4d4242xx
+
| 00010001-4c414axx
 
| Sonic the Hedgehog 2
 
| Sonic the Hedgehog 2
 
|-
 
|-
| 00010001-MBCx
+
| 00010001-LAKx
| 00010001-4d4243xx
+
| 00010001-4c414bxx
| Kid Chameleon
+
| Wonder Boy in Monster Land
 
|-
 
|-
| 00010001-MBDx
+
| 00010001-LALx
| 00010001-4d4244xx
+
| 00010001-4c414cxx
| Golden Axe II
+
| Fantasy Zone II: The Tears of Opa-Opa
 
|-
 
|-
| 00010001-MBEx
+
| 00010001-LAMx
| 00010001-4d4245xx
+
| 00010001-4c414dxx
| Shining Force
+
| Sonic Chaos
 
|-
 
|-
| 00010001-MBFx
+
| 00010001-LANx
| 00010001-4d4246xx
+
| 00010001-4c414exx
| Shinobi III: Return of the Ninja Master
+
| Alex Kidd: The Lost Stars
 
|-
 
|-
| 00010001-MBGx
+
| 00010001-LAOx
| 00010001-4d4247xx
+
| 00010001-4c414fxx
| Dynamite Headdy
+
| R-Type
 
|-
 
|-
| 00010001-MBHx
+
| 00010001-LAPx
| 00010001-4d4248xx
+
| 00010001-4c4150xx
| Puzzle & Action: Ichi Tanto-R
+
| Wonder Boy III : The Dragon's Trap
 
|-
 
|-
| 00010001-MBIx
+
| 00010001-LAQx
| 00010001-4d4249xx
+
| 00010001-4c4151xx
| Landstalker: The Treasures of King Nole
+
| Alex Kidd in Shinobi World
|-
+
|}
| 00010001-MBJx
+
 
| 00010001-4d424axx
+
=== 00010001-Mxxx : Sega Genesis ===
| Ghouls 'n Ghosts
+
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-MBKx
+
| 00010001-MA2x
| 00010001-4d424bxx
+
| 00010001-4d4132xx
| Crack Down
+
| Dyna Brothers
 
|-
 
|-
| 00010001-MBLx
+
| 00010001-MA3x
| 00010001-4d424cxx
+
| 00010001-4d4133xx
| ESWAT: City Under Siege
+
| Puyo Puyo 2
 
|-
 
|-
| 00010001-MBMx
+
| 00010001-MA4x
| 00010001-4d424dxx
+
| 00010001-4d4134xx
| Sonic the Hedgehog 3
+
| Bahamut Senki
 
|-
 
|-
| 00010001-MBNx
+
| 00010001-MA5x
| 00010001-4d424exx
+
| 00010001-4d4135xx
| Chelnov
+
| Rent-A-Hero
 
|-
 
|-
| 00010001-MBOx
+
| 00010001-MA6x
| 00010001-4d424fxx
+
| 00010001-4d4136xx
| Golden Axe III
+
| Streets of Rage 2
 
|-
 
|-
| 00010001-MBPx
+
| 00010001-MA7x
| 00010001-4d4250xx
+
| 00010001-4d4137xx
| Super Thunder Blade
+
| Shining in the Darkness
 
|-
 
|-
| 00010001-MBQx
+
| 00010001-MA8x
| 00010001-4d4251xx
+
| 00010001-4d4138xx
| Streets of Rage 3
+
| Ecco the Dolphin II: The Tides of Time
 
|-
 
|-
| 00010001-MBRx
+
| 00010001-MA9x
| 00010001-4d4252xx
+
| 00010001-4d4139xx
| Rolling Thunder 2
+
| The Hybrid Front
 
|-
 
|-
| 00010001-MBSx
+
| 00010001-MAAx
| 00010001-4d4253xx
+
| 00010001-4d4141xx
| Dyna Brothers 2 Special
+
| Altered Beast
 
|-
 
|-
| 00010001-MBTx
+
| 00010001-MABx
| 00010001-4d4254xx
+
| 00010001-4d4142xx
| Alien Soldier
+
| Columns
 
|-
 
|-
| 00010001-MBUx
+
| 00010001-MACx
| 00010001-4d4255xx
+
| 00010001-4d4143xx
| Sonic 3D Blast (Flickies' Island)
+
| Dr. Robotnik's Mean Bean Machine
 
|-
 
|-
| 00010001-MBVx
+
| 00010001-MADx
| 00010001-4d4256xx
+
| 00010001-4d4144xx
| Assault Suits Leynos (Target Earth)
+
| Ecco the Dolphin
 
|-
 
|-
| 00010001-MBWx
+
| 00010001-MAEx
| 00010001-4d4257xx
+
| 00010001-4d4145xx
| Columns III: Revenge of Columns
+
| Golden Axe
 
|-
 
|-
| 00010001-MBXx
+
| 00010001-MAFx
| 00010001-4d4258xx
+
| 00010001-4d4146xx
| Ecco Jr.
+
| Gunstar Heroes
 
|-
 
|-
| 00010001-MBYx
+
| 00010001-MAGx
| 00010001-4d4259xx
+
| 00010001-4d4147xx
| Light Crusader
+
| Ristar
 
|-
 
|-
| 00010001-MBZx
+
| 00010001-MAHx
| 00010001-4d425axx
+
| 00010001-4d4148xx
| Eternal Champions
+
| Sonic the Hedgehog
 
|-
 
|-
| 00010001-MC2x
+
| 00010001-MAIx
| 00010001-4d4332xx
+
| 00010001-4d4149xx
| Earthworm Jim 2
+
| Space Harrier II
 
|-
 
|-
| 00010001-MCAx
+
| 00010001-MAJx
| 00010001-4d4341xx
+
| 00010001-4d414axx
| Gley Lancer
+
| ToeJam & Earl
 
|-
 
|-
| 00010001-MCBx
+
| 00010001-MAKx
| 00010001-4d4342xx
+
| 00010001-4d414bxx
| Powerball
+
| Shadow Dancer: The Secret of the Shinobi
 
|-
 
|-
| 00010001-MCCx
+
| 00010001-MALx
| 00010001-4d4343xx
+
| 00010001-4d414cxx
| Phantasy Star III: Generations of Doom
+
| Bonanza Bros.
 
|-
 
|-
| 00010001-MCDx
+
| 00010001-MAMx
| 00010001-4d4344xx
+
| 00010001-4d414dxx
| Sonic & Knuckles
+
| Sword of Vermilion
 
|-
 
|-
| 00010001-MCEx
+
| 00010001-MANx
| 00010001-4d4345xx
+
| 00010001-4d414exx
| Super Fantasy Zone
+
| Gain Ground
 
|-
 
|-
| 00010001-MCFx
+
| 00010001-MAOx
| 00010001-4d4346xx
+
| 00010001-4d414fxx
| Phelios
+
| Bio-Hazard Battle
 
|-
 
|-
| 00010001-MCGx
+
| 00010001-MAPx
| 00010001-4d4347xx
+
| 00010001-4d4150xx
| Forgotten Worlds
+
| Comix Zone
 
|-
 
|-
| 00010001-MCHx
+
| 00010001-MAQx
| 00010001-4d4348xx
+
| 00010001-4d4151xx
| M.U.S.H.A.
+
| Streets of Rage
 
|-
 
|-
| 00010001-MCIx
+
| 00010001-MARx
| 00010001-4d4349xx
+
| 00010001-4d4152xx
| Gynoug
+
| Beyond Oasis (The Story of Thor)
 
|-
 
|-
| 00010001-MCJx
+
| 00010001-MASx
| 00010001-4d434axx
+
| 00010001-4d4153xx
| Splatterhouse 2
+
| Vectorman
 
|-
 
|-
| 00010001-MCKx
+
| 00010001-MATx
| 00010001-4d434bxx
+
| 00010001-4d4154xx
| Phantasy Star IV: The End of the Millennium
+
| Sonic Spinball
 
|-
 
|-
| 00010001-MCLx
+
| 00010001-MAUx
| 00010001-4d434cxx
+
| 00010001-4d4155xx
| Street Fighter II: Special Champion Edition
+
| Puzzle & Action: Tanto-R
 
|-
 
|-
| 00010001-MCOx
+
| 00010001-MAVx
| 00010001-4d434fxx
+
| 00010001-4d4156xx
| Sorcerian
+
| Wonder Boy in Monster World
 
|-
 
|-
| 00010001-MCPx
+
| 00010001-MAWx
| 00010001-4d4350xx
+
| 00010001-4d4157xx
| Earthworm Jim
+
| Virtua Fighter 2
 
|-
 
|-
| 00010001-MCQx
+
| 00010001-MAXx
| 00010001-4d4351xx
+
| 00010001-4d4158xx
| Boogerman: A Pick and Flick Adventure
+
| Alex Kidd in the Enchanted Castle
 
|-
 
|-
| 00010001-MCRx
+
| 00010001-MAYx
| 00010001-4d4352xx
+
| 00010001-4d4159xx
| MERCS: Wolf of the Battlefield
+
| Alien Storm
 
|-
 
|-
| 00010001-MCSx
+
| 00010001-MAZx
| 00010001-4d4353xx
+
| 00010001-4d415axx
| Wonder Boy III: Monster Lair
+
| ToeJam & Earl in Panic on Funkotron
 
|-
 
|-
| 00010001-MCTx
+
| 00010001-MB2x
| 00010001-4d4354xx
+
| 00010001-4d4232xx
| Clay Fighter
+
| Langrisser
 
|-
 
|-
| 00010001-MCVx
+
| 00010001-MB3x
| 00010001-4d4356xx
+
| 00010001-4d4233xx
| Pitfall: The Mayan Adventure
+
| Monster World IV
 
|-
 
|-
| 00010001-MCWx
+
| 00010001-MB4x
| 00010001-4d4357xx
+
| 00010001-4d4234xx
| Galaxy Force II
+
| Party Quiz Mega Q
 
|-
 
|-
| 00010001-MCYx
+
| 00010001-MB5x
| 00010001-4d4359xx
+
| 00010001-4d4235xx
| The Revenge of Shinobi
+
| Langrisser II
 
|-
 
|-
| 00010001-MCZx
+
| 00010001-MB6x
| 00010001-4d435axx
+
| 00010001-4d4236xx
| Shanghai II: Dragon's Eye
+
| Shining Force II: Ancient Sealing
|}
 
 
 
=== 00010001-Nxxx : Nintendo 64 Games ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-NA3x
+
| 00010001-MB7x
| 00010001-4e4133xx
+
| 00010001-4d4237xx
| Bomberman Hero
+
| Mega Turrican
 
|-
 
|-
| 00010001-NAAx
+
| 00010001-MB8x
| 00010001-4e4141xx
+
| 00010001-4d4238xx
| Super Mario 64
+
| Phantasy Star II
 
|-
 
|-
| 00010001-NABx
+
| 00010001-MB9x
| 00010001-4e4142xx
+
| 00010001-4d4239xx
| Mario Kart 64
+
| Pepen ga Pengo
 
|-
 
|-
| 00010001-NACx
+
| 00010001-MBAx
| 00010001-4e4143xx
+
| 00010001-4d4241xx
| The Legend of Zelda: Ocarina of Time
+
| Pulseman
 
|-
 
|-
| 00010001-NADx
+
| 00010001-MBBx
| 00010001-4e4144xx
+
| 00010001-4d4242xx
| Star Fox: Lylat Wars
+
| Sonic the Hedgehog 2
 
|-
 
|-
| 00010001-NAEx
+
| 00010001-MBCx
| 00010001-4e4145xx
+
| 00010001-4d4243xx
| Paper Mario 64
+
| Kid Chameleon
 
|-
 
|-
| 00010001-NAFx
+
| 00010001-MBDx
| 00010001-4e4146xx
+
| 00010001-4d4244xx
| F-Zero X
+
| Golden Axe II
 
|-
 
|-
| 00010001-NAHx
+
| 00010001-MBEx
| 00010001-4e4148xx
+
| 00010001-4d4245xx
| Yoshi's Story
+
| Shining Force
 
|-
 
|-
| 00010001-NAIx
+
| 00010001-MBFx
| 00010001-4e4149xx
+
| 00010001-4d4246xx
| Wave Race 64
+
| Shinobi III: Return of the Ninja Master
 
|-
 
|-
| 00010001-NAJx
+
| 00010001-MBGx
| 00010001-4e414axx
+
| 00010001-4d4247xx
| Sin and Punishment
+
| Dynamite Headdy
 
|-
 
|-
| 00010001-NAKx
+
| 00010001-MBHx
| 00010001-4e414bxx
+
| 00010001-4d4248xx
| Pokémon Snap
+
| Puzzle & Action: Ichi Tanto-R
 
|-
 
|-
| 00010001-NALx
+
| 00010001-MBIx
| 00010001-4e414cxx
+
| 00010001-4d4249xx
| Super Smash Bros.
+
| Landstalker: The Treasures of King Nole
 
|-
 
|-
| 00010001-NAMx
+
| 00010001-MBJx
| 00010001-4e414dxx
+
| 00010001-4d424axx
| Kirby 64: The Crystal Shards
+
| Ghouls 'n Ghosts
 
|-
 
|-
| 00010001-NANx
+
| 00010001-MBKx
| 00010001-4e414exx
+
| 00010001-4d424bxx
| Pokémon Puzzle League
+
| Crack Down
 
|-
 
|-
| 00010001-NAOx
+
| 00010001-MBLx
| 00010001-4e414fxx
+
| 00010001-4d424cxx
| 1080° Snowboarding
+
| ESWAT: City Under Siege
 
|-
 
|-
| 00010001-NAPx
+
| 00010001-MBMx
| 00010001-4e4150xx
+
| 00010001-4d424dxx
| Custom Robo V2
+
| Sonic the Hedgehog 3
 
|-
 
|-
| 00010001-NARx
+
| 00010001-MBNx
| 00010001-4e4152xx
+
| 00010001-4d424exx
| The Legend of Zelda: Majora's Mask
+
| Chelnov
 
|-
 
|-
| 00010001-NASx
+
| 00010001-MBOx
| 00010001-4e4153xx
+
| 00010001-4d424fxx
| Cruis'n USA
+
| Golden Axe III
 
|-
 
|-
| 00010001-NATx
+
| 00010001-MBPx
| 00010001-4e4154xx
+
| 00010001-4d4250xx
| Mario Tennis
+
| Super Thunder Blade
 
|-
 
|-
| 00010001-NAUx
+
| 00010001-MBQx
| 00010001-4e4155xx
+
| 00010001-4d4251xx
| Mario Golf
+
| Streets of Rage 3
 
|-
 
|-
| 00010001-NAYx
+
| 00010001-MBRx
| 00010001-4e4159xx
+
| 00010001-4d4252xx
| Ogre Battle 64: Person of Lordly Caliber
+
| Rolling Thunder 2
 
|-
 
|-
| 00010001-NAZx
+
| 00010001-MBSx
| 00010001-4e415axx
+
| 00010001-4d4253xx
| Mario Party 2
+
| Dyna Brothers 2 Special
|}
 
 
 
=== 00010001-Pxxx : TurboGrafx-16 ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-PA3x
+
| 00010001-MBTx
| 00010001-504133xx
+
| 00010001-4d4254xx
| Salamander
+
| Alien Soldier
 
|-
 
|-
| 00010001-PA4x
+
| 00010001-MBUx
| 00010001-504134xx
+
| 00010001-4d4255xx
| Parasol Stars
+
| Sonic 3D Blast (Flickies' Island)
 
|-
 
|-
| 00010001-PA6x
+
| 00010001-MBVx
| 00010001-504136xx
+
| 00010001-4d4256xx
| Bloody Wolf
+
| Assault Suits Leynos (Target Earth)
 
|-
 
|-
| 00010001-PA7x
+
| 00010001-MBWx
| 00010001-504137xx
+
| 00010001-4d4257xx
| Alien Crush
+
| Columns III: Revenge of Columns
 
|-
 
|-
| 00010001-PA8x
+
| 00010001-MBXx
| 00010001-504138xx
+
| 00010001-4d4258xx
| Ordyne
+
| Ecco Jr.
 
|-
 
|-
| 00010001-PA9x
+
| 00010001-MBYx
| 00010001-504139xx
+
| 00010001-4d4259xx
| Splatterhouse
+
| Light Crusader
 
|-
 
|-
| 00010001-PAAx
+
| 00010001-MBZx
| 00010001-504141xx
+
| 00010001-4d425axx
| Bomberman '93
+
| Eternal Champions
 
|-
 
|-
| 00010001-PABx
+
| 00010001-MC2x
| 00010001-504142xx
+
| 00010001-4d4332xx
| Bonk's Adventure
+
| Earthworm Jim 2
 
|-
 
|-
| 00010001-PACx
+
| 00010001-MCAx
| 00010001-504143xx
+
| 00010001-4d4341xx
| Dungeon Explorer
+
| Gley Lancer
 
|-
 
|-
| 00010001-PADx
+
| 00010001-MCBx
| 00010001-504144xx
+
| 00010001-4d4342xx
| R-Type
+
| Powerball
 
|-
 
|-
| 00010001-PAEx
+
| 00010001-MCCx
| 00010001-504145xx
+
| 00010001-4d4343xx
| Super Star Soldier
+
| Phantasy Star III: Generations of Doom
 
|-
 
|-
| 00010001-PAFx
+
| 00010001-MCDx
| 00010001-504146xx
+
| 00010001-4d4344xx
| Victory Run
+
| Sonic & Knuckles
 
|-
 
|-
| 00010001-PAGx
+
| 00010001-MCEx
| 00010001-504147xx
+
| 00010001-4d4345xx
| Bomberman'94
+
| Super Fantasy Zone
 
|-
 
|-
| 00010001-PAHx
+
| 00010001-MCFx
| 00010001-504148xx
+
| 00010001-4d4346xx
| Battle Lode Runner
+
| Phelios
 
|-
 
|-
| 00010001-PAIx
+
| 00010001-MCGx
| 00010001-504149xx
+
| 00010001-4d4347xx
| New Adventure Island
+
| Forgotten Worlds
 
|-
 
|-
| 00010001-PAKx
+
| 00010001-MCHx
| 00010001-50414bxx
+
| 00010001-4d4348xx
| Dragon's Curse
+
| M.U.S.H.A.
 
|-
 
|-
| 00010001-PALx
+
| 00010001-MCIx
| 00010001-50414cxx
+
| 00010001-4d4349xx
| Soldier Blade
+
| Gynoug
 
|-
 
|-
| 00010001-PAMx
+
| 00010001-MCJx
| 00010001-50414dxx
+
| 00010001-4d434axx
| Neutopia
+
| Splatterhouse 2
 
|-
 
|-
| 00010001-PANx
+
| 00010001-MCKx
| 00010001-50414exx
+
| 00010001-4d434bxx
| Military Madness
+
| Phantasy Star IV: The End of the Millennium
 
|-
 
|-
| 00010001-PAOx
+
| 00010001-MCLx
| 00010001-50414fxx
+
| 00010001-4d434cxx
| Final Soldier
+
| Street Fighter II: Special Champion Edition
 
|-
 
|-
| 00010001-PAPx
+
| 00010001-MCOx
| 00010001-504150xx
+
| 00010001-4d434fxx
| R-Type II Part II
+
| Sorcerian
 
|-
 
|-
| 00010001-PAQx
+
| 00010001-MCPx
| 00010001-504151xx
+
| 00010001-4d4350xx
| Gradius
+
| Earthworm Jim
 
|-
 
|-
| 00010001-PARx
+
| 00010001-MCQx
| 00010001-504152xx
+
| 00010001-4d4351xx
| Detania!! Twinbee
+
| Boogerman: A Pick and Flick Adventure
 
|-
 
|-
| 00010001-PASx
+
| 00010001-MCRx
| 00010001-504153xx
+
| 00010001-4d4352xx
| Cadash
+
| MERCS: Wolf of the Battlefield
 
|-
 
|-
| 00010001-PATx
+
| 00010001-MCSx
| 00010001-504154xx
+
| 00010001-4d4353xx
| KiKi KaiKai
+
| Wonder Boy III: Monster Lair
 
|-
 
|-
| 00010001-PAVx
+
| 00010001-MCTx
| 00010001-504156xx
+
| 00010001-4d4354xx
| Vigilante
+
| Clay Fighter
 
|-
 
|-
| 00010001-PAWx
+
| 00010001-MCVx
| 00010001-504157xx
+
| 00010001-4d4356xx
| Galaga '90
+
| Pitfall: The Mayan Adventure
 
|-
 
|-
| 00010001-PAYx
+
| 00010001-MCWx
| 00010001-504159xx
+
| 00010001-4d4357xx
| Valkyrie no Densetsu
+
| Galaxy Force II
 
|-
 
|-
| 00010001-PB2x
+
| 00010001-MCYx
| 00010001-504232xx
+
| 00010001-4d4359xx
| Neutopia II
+
| The Revenge of Shinobi
 
|-
 
|-
| 00010001-PB3x
+
| 00010001-MCZx
| 00010001-504233xx
+
| 00010001-4d435axx
| Devil's Crush
+
| Shanghai II: Dragon's Eye
 +
|}
 +
 
 +
=== 00010001-Nxxx : Nintendo 64 Games ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 +
! Notes
 
|-
 
|-
| 00010001-PB5x
+
| 00010001-NA3x
| 00010001-504235xx
+
| 00010001-4e4133xx
| Ninja Ryuukenden
+
| Bomberman Hero
 +
|
 
|-
 
|-
| 00010001-PB6x
+
| 00010001-NAAx
| 00010001-504236xx
+
| 00010001-4e4141xx
| Cratermaze
+
| Super Mario 64
 +
|
 
|-
 
|-
| 00010001-PB8x
+
| 00010001-NABx
| 00010001-504238xx
+
| 00010001-4e4142xx
| Blazing Lazers
+
| Mario Kart 64
 +
|
 
|-
 
|-
| 00010001-PB9x
+
| 00010001-NACx
| 00010001-504239xx
+
| 00010001-4e4143xx
| World Sports Competition
+
| The Legend of Zelda: Ocarina of Time
 +
|
 
|-
 
|-
| 00010001-PBAx
+
| 00010001-NADx
| 00010001-504241xx
+
| 00010001-4e4144xx
| Dragon Spirit
+
| Star Fox: Lylat Wars
 +
|
 
|-
 
|-
| 00010001-PBDx
+
| 00010001-NAEx
| 00010001-504244xx
+
| 00010001-4e4145xx
| Double Dungeons
+
| Paper Mario 64
 +
|
 
|-
 
|-
| 00010001-PBEx
+
| 00010001-NAFx
| 00010001-504245xx
+
| 00010001-4e4146xx
| Moto Roader
+
| F-Zero X
 +
|
 
|-
 
|-
| 00010001-PBHx
+
| 00010001-NAHx
| 00010001-504248xx
+
| 00010001-4e4148xx
| Bonk's Revenge
+
| Yoshi's Story
 +
|
 
|-
 
|-
| 00010001-PBIx
+
| 00010001-NAIx
| 00010001-504249xx
+
| 00010001-4e4149xx
| Bonk 3: Bonk's Big Adventure
+
| Wave Race 64
 +
|
 
|-
 
|-
| 00010001-PBJx
+
| 00010001-NAJx
| 00010001-50424axx
+
| 00010001-4e414axx
| Samurai Ghost
+
| Sin and Punishment
 +
|
 
|-
 
|-
| 00010001-PBMx
+
| 00010001-NAKx
| 00010001-50424dxx
+
| 00010001-4e414bxx
| Legend of Hero Tonma
+
| Pokémon Snap
 +
|
 
|-
 
|-
| 00010001-PBNx
+
| 00010001-NALx
| 00010001-50424exx
+
| 00010001-4e414cxx
| Ninja Spirit
+
| Super Smash Bros.
 +
|
 
|-
 
|-
| 00010001-PBSx
+
| 00010001-NAMx
| 00010001-504253xx
+
| 00010001-4e414dxx
| Chew Man Fu
+
| Kirby 64: The Crystal Shards
 +
|
 
|-
 
|-
| 00010001-PBTx
+
| 00010001-NANx
| 00010001-504254xx
+
| 00010001-4e414exx
| China Warrior
+
| Pokémon Puzzle League
 +
|
 
|-
 
|-
| 00010001-PBUx
+
| 00010001-NAOx
| 00010001-504255xx
+
| 00010001-4e414fxx
| Bravoman
+
| 1080° Snowboarding
 +
|
 
|-
 
|-
| 00010001-PBWx
+
| 00010001-NAPx
| 00010001-504257xx
+
| 00010001-4e4150xx
| Air Zonk
+
| Custom Robo V2
 +
| Japan exclusive
 
|-
 
|-
| 00010001-PBXx
+
| 00010001-NARx
| 00010001-504258xx
+
| 00010001-4e4152xx
| Shockman
+
| The Legend of Zelda: Majora's Mask
 +
|
 
|-
 
|-
| 00010001-PBZx
+
| 00010001-NASx
| 00010001-50425axx
+
| 00010001-4e4153xx
| J.J. & Jeff
+
| Cruis'n USA
 +
|
 
|-
 
|-
| 00010001-PC2x
+
| 00010001-NATx
| 00010001-504332xx
+
| 00010001-4e4154xx
| Chase H.Q.
+
| Mario Tennis
 +
|
 
|-
 
|-
| 00010001-PCAx
+
| 00010001-NAUx
| 00010001-504341xx
+
| 00010001-4e4155xx
| Silent Debuggers
+
| Mario Golf
 +
|
 
|-
 
|-
| 00010001-PCBx
+
| 00010001-NAYx
| 00010001-504342xx
+
| 00010001-4e4159xx
| Dead Moon
+
| Ogre Battle 64: Person of Lordly Caliber
 +
|
 
|-
 
|-
| 00010001-PCDx
+
| 00010001-NAZx
| 00010001-504344xx
+
| 00010001-4e415axx
| Appare! Gate Ball
+
| Mario Party 2
 +
|
 +
|}
 +
 
 +
=== 00010001-Pxxx : TurboGrafx-16 ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-PCEx
+
| 00010001-PA3x
| 00010001-504345xx
+
| 00010001-504133xx
| Power Golf
+
| Salamander
 
|-
 
|-
| 00010001-PCHx
+
| 00010001-PA4x
| 00010001-504348xx
+
| 00010001-504134xx
| Drop Off
+
| Parasol Stars
 
|-
 
|-
| 00010001-PCOx
+
| 00010001-PA6x
| 00010001-50434fxx
+
| 00010001-504136xx
| Psychosis
+
| Bloody Wolf
 
|-
 
|-
| 00010001-PCRx
+
| 00010001-PA7x
| 00010001-504352xx
+
| 00010001-504137xx
| Break In
+
| Alien Crush
 
|-
 
|-
| 00010001-PCSx
+
| 00010001-PA8x
| 00010001-504353xx
+
| 00010001-504138xx
| Digital Champ Battle Boxing
+
| Ordyne
 
|-
 
|-
| 00010001-PCVx
+
| 00010001-PA9x
| 00010001-504356xx
+
| 00010001-504139xx
| World Class Baseball
+
| Splatterhouse
 
|-
 
|-
| 00010001-PCWx
+
| 00010001-PAAx
| 00010001-504357xx
+
| 00010001-504141xx
| Image Fight
+
| Bomberman '93
 
|-
 
|-
| 00010001-PDAx
+
| 00010001-PABx
| 00010001-504441xx
+
| 00010001-504142xx
| Nekketsu Koko Dodgeball Bu: PC Bangai Hen
+
| Bonk's Adventure
 
|-
 
|-
| 00010001-PDCx
+
| 00010001-PACx
| 00010001-504443xx
+
| 00010001-504143xx
| Dai Makaimura
+
| Dungeon Explorer
 
|-
 
|-
| 00010001-PDDx
+
| 00010001-PADx
| 00010001-504444xx
+
| 00010001-504144xx
| Volfied
+
| R-Type
 
|-
 
|-
| 00010001-PDFx
+
| 00010001-PAEx
| 00010001-504446xx
+
| 00010001-504145xx
| Jigoku Meguri
+
| Super Star Soldier
 
|-
 
|-
| 00010001-PDJx
+
| 00010001-PAFx
| 00010001-50444axx
+
| 00010001-504146xx
| Street Fighter II': Champion Edition
+
| Victory Run
|}
 
 
 
=== 00010001-Qxxx : TurboGrafx-CD ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-QA2x
+
| 00010001-PAGx
| 00010001-514132xx
+
| 00010001-504147xx
| Nekketsu Koko Dodgeball Bu: CD Soccer Hen
+
| Bomberman'94
 
|-
 
|-
| 00010001-QA3x
+
| 00010001-PAHx
| 00010001-514133xx
+
| 00010001-504148xx
| SimEarth: The Living Planet
+
| Battle Lode Runner
 
|-
 
|-
| 00010001-QA4x
+
| 00010001-PAIx
| 00010001-514134xx
+
| 00010001-504149xx
| Super Darius
+
| New Adventure Island
 
|-
 
|-
| 00010001-QA6x
+
| 00010001-PAKx
| 00010001-514136xx
+
| 00010001-50414bxx
| Super Darius II
+
| Dragon's Curse
 
|-
 
|-
| 00010001-QA7x
+
| 00010001-PALx
| 00010001-514137xx
+
| 00010001-50414cxx
| Kaze no Densetsu Xanadu
+
| Soldier Blade
 
|-
 
|-
| 00010001-QA8x
+
| 00010001-PAMx
| 00010001-514138xx
+
| 00010001-50414dxx
| Spriggan Mark 2: Re-Terraform Project
+
| Neutopia
 
|-
 
|-
| 00010001-QA9x
+
| 00010001-PANx
| 00010001-514139xx
+
| 00010001-50414exx
| Kaze no Densetsu Xanadu II
+
| Military Madness
 
|-
 
|-
| 00010001-QAAx
+
| 00010001-PAOx
| 00010001-514141xx
+
| 00010001-50414fxx
| Super Air Zonk: Rockabilly-Paradise
+
| Final Soldier
 
|-
 
|-
| 00010001-QABx
+
| 00010001-PAPx
| 00010001-514142xx
+
| 00010001-504150xx
| Ys: Book I & II
+
| R-Type II Part II
 
|-
 
|-
| 00010001-QACx
+
| 00010001-PAQx
| 00010001-514143xx
+
| 00010001-504151xx
| Cho Aniki
+
| Gradius
 
|-
 
|-
| 00010001-QADx
+
| 00010001-PARx
| 00010001-514144xx
+
| 00010001-504152xx
| Gradius II: Gofer no Yabou
+
| Detania!! Twinbee
 
|-
 
|-
| 00010001-QAFx
+
| 00010001-PASx
| 00010001-514146xx
+
| 00010001-504153xx
| The Dynastic Hero
+
| Cadash
 
|-
 
|-
| 00010001-QAGx
+
| 00010001-PATx
| 00010001-514147xx
+
| 00010001-504154xx
| Gate of Thunder
+
| KiKi KaiKai
 
|-
 
|-
| 00010001-QAJx
+
| 00010001-PAVx
| 00010001-51414axx
+
| 00010001-504156xx
| Image Fight II
+
| Vigilante
 
|-
 
|-
| 00010001-QAKx
+
| 00010001-PAWx
| 00010001-51414bxx
+
| 00010001-504157xx
| Ai Cho Aniki
+
| Galaga '90
 
|-
 
|-
| 00010001-QALx
+
| 00010001-PAYx
| 00010001-51414cxx
+
| 00010001-504159xx
| The Atlas: Renaissance Voyager
+
| Valkyrie no Densetsu
 
|-
 
|-
| 00010001-QANx
+
| 00010001-PB2x
| 00010001-51414exx
+
| 00010001-504232xx
| Neo Nectaris
+
| Neutopia II
 
|-
 
|-
| 00010001-QAOx
+
| 00010001-PB3x
| 00010001-51414fxx
+
| 00010001-504233xx
| Dungeon Explorer II
+
| Devil's Crush
 
|-
 
|-
| 00010001-QAPx
+
| 00010001-PB5x
| 00010001-514150xx
+
| 00010001-504235xx
| Castlevania: Rondo of Blood
+
| Ninja Ryuukenden
 
|-
 
|-
| 00010001-QAQx
+
| 00010001-PB6x
| 00010001-514151xx
+
| 00010001-504236xx
| Dragon Slayer: Eiyuu Densetsu
+
| Cratermaze
 
|-
 
|-
| 00010001-QASx
+
| 00010001-PB8x
| 00010001-514153xx
+
| 00010001-504238xx
| Lords of Thunder
+
| Blazing Lazers
 
|-
 
|-
| 00010001-QATx
+
| 00010001-PB9x
| 00010001-514154xx
+
| 00010001-504239xx
| Riot Zone
+
| World Sports Competition
 
|-
 
|-
| 00010001-QAUx
+
| 00010001-PBAx
| 00010001-514155xx
+
| 00010001-504241xx
| Monster Lair
+
| Dragon Spirit
 
|-
 
|-
| 00010001-QAWx
+
| 00010001-PBDx
| 00010001-514157xx
+
| 00010001-504244xx
| Star Parodier
+
| Double Dungeons
 
|-
 
|-
| 00010001-QAXx
+
| 00010001-PBEx
| 00010001-514158xx
+
| 00010001-504245xx
| Martial Champion
+
| Moto Roader
 
|-
 
|-
| 00010001-QAYx
+
| 00010001-PBHx
| 00010001-514159xx
+
| 00010001-504248xx
| Seirei Senshi Spriggan
+
| Bonk's Revenge
 
|-
 
|-
| 00010001-QBAx
+
| 00010001-PBIx
| 00010001-514241xx
+
| 00010001-504249xx
| L・Dis
+
| Bonk 3: Bonk's Big Adventure
 
|-
 
|-
| 00010001-QBBx
+
| 00010001-PBJx
| 00010001-514242xx
+
| 00010001-50424axx
| Fighting Street
+
| Samurai Ghost
|}
 
 
 
=== 00010001-Wxxx : WiiWare ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-W2Cx
+
| 00010001-PBMx
| 00010001-573243xx
+
| 00010001-50424dxx
| Brain Challenge
+
| Legend of Hero Tonma
 
|-
 
|-
| 00010001-W2Kx
+
| 00010001-PBNx
| 00010001-57324bxx
+
| 00010001-50424exx
| Let's Catch
+
| Ninja Spirit
 
|-
 
|-
| 00010001-W2Tx
+
| 00010001-PBSx
| 00010001-573254xx
+
| 00010001-504253xx
| Drill Sergeant Mindstrong
+
| Chew Man Fu
 
|-
 
|-
| 00010001-W34x
+
| 00010001-PBTx
| 00010001-573334xx
+
| 00010001-504254xx
| @SIMPLE Series Vol. 4: The Misshitsu kara no Dasshutsu
+
| China Warrior
 
|-
 
|-
| 00010001-W3Dx
+
| 00010001-PBUx
| 00010001-573344xx
+
| 00010001-504255xx
| 3°C
+
| Bravoman
 
|-
 
|-
| 00010001-W3Mx
+
| 00010001-PBWx
| 00010001-57334dxx
+
| 00010001-504257xx
| The Three Musketeers: One For All!
+
| Air Zonk
 
|-
 
|-
| 00010001-W42x
+
| 00010001-PBXx
| 00010001-573432xx
+
| 00010001-504258xx
| F·O·R·T·U·N·E: Hoshi no Furi Sosogu Oka
+
| Shockman
 
|-
 
|-
| 00010001-W48x
+
| 00010001-PBZx
| 00010001-573438xx
+
| 00010001-50425axx
| ShadowPlay
+
| J.J. & Jeff
 
|-
 
|-
| 00010001-W4Kx
+
| 00010001-PC2x
| 00010001-57344bxx
+
| 00010001-504332xx
| Shika Gari
+
| Chase H.Q.
 
|-
 
|-
| 00010001-W4Ox
+
| 00010001-PCAx
| 00010001-57344fxx
+
| 00010001-504341xx
| Shikakui Atama wo Maru Kusuru: Mainichi Minna no Challenge Hen
+
| Silent Debuggers
 
|-
 
|-
| 00010001-W4Tx
+
| 00010001-PCBx
| 00010001-573454xx
+
| 00010001-504342xx
| Spaceball Revolution
+
| Dead Moon
 
|-
 
|-
| 00010001-W54x
+
| 00010001-PCDx
| 00010001-573534xx
+
| 00010001-504344xx
| 5 Spots Party
+
| Appare! Gate Ball
 
|-
 
|-
| 00010001-W6Bx
+
| 00010001-PCEx
| 00010001-573642xx
+
| 00010001-504345xx
| Eco Shooter: Plant 530
+
| Power Golf
 
|-
 
|-
| 00010001-W82x
+
| 00010001-PCHx
| 00010001-573832xx
+
| 00010001-504348xx
| Jintori Action! Taikokenchi: Karakuri Shiro no Nazo
+
| Drop Off
 
|-
 
|-
| 00010001-W8Cx
+
| 00010001-PCOx
| 00010001-573843xx
+
| 00010001-50434fxx
| BIT.TRIP CORE
+
| Psychosis
 
|-
 
|-
| 00010001-W8Dx
+
| 00010001-PCRx
| 00010001-573844xx
+
| 00010001-504352xx
| Mebius Drive
+
| Break In
 
|-
 
|-
| 00010001-W8Ix
+
| 00010001-PCSx
| 00010001-573849xx
+
| 00010001-504353xx
| Hachiwan Diver Wii
+
| Digital Champ Battle Boxing
 
|-
 
|-
| 00010001-W8Px
+
| 00010001-PCVx
| 00010001-573850xx
+
| 00010001-504356xx
| Ouchi de Mugen Puchi Puchi
+
| World Class Baseball
 
|-
 
|-
| 00010001-W8Xx
+
| 00010001-PCWx
| 00010001-573858xx
+
| 00010001-504357xx
| Battle Poker
+
| Image Fight
 
|-
 
|-
| 00010001-W9Ix
+
| 00010001-PDAx
| 00010001-573949xx
+
| 00010001-504441xx
| Evasive Space
+
| Nekketsu Koko Dodgeball Bu: PC Bangai Hen
 
|-
 
|-
| 00010001-W9Lx
+
| 00010001-PDCx
| 00010001-57394cxx
+
| 00010001-504443xx
| Copter Crisis
+
| Dai Makaimura
 
|-
 
|-
| 00010001-WA2x
+
| 00010001-PDDx
| 00010001-574132xx
+
| 00010001-504444xx
| Magnetica Twist
+
| Volfied
 
|-
 
|-
| 00010001-WA4x
+
| 00010001-PDFx
| 00010001-574134xx
+
| 00010001-504446xx
| Asobu Made in Ore
+
| Jigoku Meguri
 
|-
 
|-
| 00010001-WA7x
+
| 00010001-PDJx
| 00010001-574137xx
+
| 00010001-50444axx
| Toribash
+
| Street Fighter II': Champion Edition
 +
|}
 +
 
 +
=== 00010001-Qxxx : TurboGrafx-CD ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-WANx
+
| 00010001-QA2x
| 00010001-57414exx
+
| 00010001-514132xx
| Ant Nation
+
| Nekketsu Koko Dodgeball Bu: CD Soccer Hen
 
|-
 
|-
| 00010001-WAOx
+
| 00010001-QA3x
| 00010001-57414fxx
+
| 00010001-514133xx
| Harapeko Aomushi no ABC
+
| SimEarth: The Living Planet
 
|-
 
|-
| 00010001-WAQx
+
| 00010001-QA4x
| 00010001-574151xx
+
| 00010001-514134xx
| Yakuman Wii
+
| Super Darius
 
|-
 
|-
| 00010001-WARx
+
| 00010001-QA6x
| 00010001-574152xx
+
| 00010001-514136xx
| Tsuushin Taikyoku: Igo Dojo 2700-Mon
+
| Super Darius II
 
|-
 
|-
| 00010001-WASx
+
| 00010001-QA7x
| 00010001-574153xx
+
| 00010001-514137xx
| Tsuushin Taikyoku: Hayazashi Shougi 3
+
| Kaze no Densetsu Xanadu
 
|-
 
|-
| 00010001-WAUx
+
| 00010001-QA8x
| 00010001-574155xx
+
| 00010001-514138xx
| Tsuushin Taikyoku: World Chess
+
| Spriggan Mark 2: Re-Terraform Project
 
|-
 
|-
| 00010001-WAZx
+
| 00010001-QA9x
| 00010001-57415axx
+
| 00010001-514139xx
| Amazing Brain Train!
+
| Kaze no Densetsu Xanadu II
 
|-
 
|-
| 00010001-WB2x
+
| 00010001-QAAx
| 00010001-574232xx
+
| 00010001-514141xx
| Strong Bad 4: Dangeresque 3
+
| Super Air Zonk: Rockabilly-Paradise
 
|-
 
|-
| 00010001-WB3x
+
| 00010001-QABx
| 00010001-574233xx
+
| 00010001-514142xx
| Strong Bad 5: 8-Bit Is Enough
+
| Ys: Book I & II
 
|-
 
|-
| 00010001-WB4x
+
| 00010001-QACx
| 00010001-574234xx
+
| 00010001-514143xx
| Wild West Guns
+
| Cho Aniki
 
|-
 
|-
| 00010001-WB5x
+
| 00010001-QADx
| 00010001-574235xx
+
| 00010001-514144xx
| Block Breaker Deluxe
+
| Gradius II: Gofer no Yabou
 
|-
 
|-
| 00010001-WB6x
+
| 00010001-QAFx
| 00010001-574236xx
+
| 00010001-514146xx
| TV Show King
+
| The Dynastic Hero
 
|-
 
|-
| 00010001-WB7x
+
| 00010001-QAGx
| 00010001-574237xx
+
| 00010001-514147xx
| Midnight Pool
+
| Gate of Thunder
 
|-
 
|-
| 00010001-WB8x
+
| 00010001-QAJx
| 00010001-574238xx
+
| 00010001-51414axx
| Midnight Bowling
+
| Image Fight II
 
|-
 
|-
| 00010001-WBAx
+
| 00010001-QAKx
| 00010001-574241xx
+
| 00010001-51414bxx
| Bakutan
+
| Ai Cho Aniki
 
|-
 
|-
| 00010001-WBBx
+
| 00010001-QALx
| 00010001-574242xx
+
| 00010001-51414cxx
| Snowboard Riot
+
| The Atlas: Renaissance Voyager
 
|-
 
|-
| 00010001-WBEx
+
| 00010001-QANx
| 00010001-574245xx
+
| 00010001-51414exx
| Frat Party Games: Pong Toss
+
| Neo Nectaris
 
|-
 
|-
| 00010001-WBGx
+
| 00010001-QAOx
| 00010001-574247xx
+
| 00010001-51414fxx
| Bang Attack
+
| Dungeon Explorer II
 
|-
 
|-
| 00010001-WBIx
+
| 00010001-QAPx
| 00010001-574249xx
+
| 00010001-514150xx
| Boingz
+
| Castlevania: Rondo of Blood
 
|-
 
|-
| 00010001-WBJx
+
| 00010001-QAQx
| 00010001-57424axx
+
| 00010001-514151xx
| Harvest Moon: My Little Shop
+
| Dragon Slayer: Eiyuu Densetsu
 
|-
 
|-
| 00010001-WBKx
+
| 00010001-QASx
| 00010001-57424bxx
+
| 00010001-514153xx
| Arkanoid Plus
+
| Lords of Thunder
 
|-
 
|-
| 00010001-WBLx
+
| 00010001-QATx
| 00010001-57424cxx
+
| 00010001-514154xx
| Bubble Bobble Plus!
+
| Riot Zone
 
|-
 
|-
| 00010001-WBMx
+
| 00010001-QAUx
| 00010001-57424dxx
+
| 00010001-514155xx
| My Pokémon Ranch
+
| Monster Lair
 
|-
 
|-
| 00010001-WBNx
+
| 00010001-QAWx
| 00010001-57424exx
+
| 00010001-514157xx
| Bonsai Barber
+
| Star Parodier
 
|-
 
|-
| 00010001-WBOx
+
| 00010001-QAXx
| 00010001-57424fxx
+
| 00010001-514158xx
| Gravitronix
+
| Martial Champion
 
|-
 
|-
| 00010001-WBPx
+
| 00010001-QAYx
| 00010001-574250xx
+
| 00010001-514159xx
| Plättchen: Twist 'n' Paint
+
| Seirei Senshi Spriggan
 
|-
 
|-
| 00010001-WBQx
+
| 00010001-QBAx
| 00010001-574251xx
+
| 00010001-514241xx
| Star Soldier R
+
| L・Dis
 
|-
 
|-
| 00010001-WBSx
+
| 00010001-QBBx
| 00010001-574253xx
+
| 00010001-514242xx
| POP
+
| Fighting Street
 +
|}
 +
 
 +
=== 00010001-Wxxx : WiiWare ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 
|-
 
|-
| 00010001-WBVx
+
| 00010001-W2Cx
| 00010001-574256xx
+
| 00010001-573243xx
| SPOGS Racing
+
| Brain Challenge
 
|-
 
|-
| 00010001-WBWx
+
| 00010001-W2Kx
| 00010001-574257xx
+
| 00010001-57324bxx
| Critter Round-up
+
| Let's Catch
 
|-
 
|-
| 00010001-WBXx
+
| 00010001-W2Tx
| 00010001-574258xx
+
| 00010001-573254xx
| Strong Bad 1: Homestar Ruiner
+
| Drill Sergeant Mindstrong
 
|-
 
|-
| 00010001-WBYx
+
| 00010001-W34x
| 00010001-574259xx
+
| 00010001-573334xx
| Strong Bad 2: Strong Badia the Free
+
| @SIMPLE Series Vol. 4: The Misshitsu kara no Dasshutsu
 
|-
 
|-
| 00010001-WBZx
+
| 00010001-W3Dx
| 00010001-57425axx
+
| 00010001-573344xx
| Strong Bad 3: Baddest of the Bands
+
| 3°C
 
|-
 
|-
| 00010001-WC2x
+
| 00010001-W3Mx
| 00010001-574332xx
+
| 00010001-57334dxx
| Crystal Defenders R2
+
| The Three Musketeers: One For All!
 
|-
 
|-
| 00010001-WC6x
+
| 00010001-W42x
| 00010001-574336xx
+
| 00010001-573432xx
| Chronos Twins Dx
+
| F·O·R·T·U·N·E: Hoshi no Furi Sosogu Oka
 
|-
 
|-
| 00010001-WCIx
+
| 00010001-W48x
| 00010001-574349xx
+
| 00010001-573438xx
| Crystal Defenders R1
+
| ShadowPlay
 
|-
 
|-
| 00010001-WCJx
+
| 00010001-W4Kx
| 00010001-57434axx
+
| 00010001-57344bxx
| Cocoto Platform Jumper
+
| Shika Gari
 
|-
 
|-
| 00010001-WCNx
+
| 00010001-W4Ox
| 00010001-57434exx
+
| 00010001-57344fxx
| Tokyo City Nights
+
| Shikakui Atama wo Maru Kusuru: Mainichi Minna no Challenge Hen
 
|-
 
|-
| 00010001-WCOx
+
| 00010001-W4Tx
| 00010001-57434fxx
+
| 00010001-573454xx
| Cocoto Fishing Master
+
| Spaceball Revolution
 
|-
 
|-
| 00010001-WCPx
+
| 00010001-W54x
| 00010001-574350xx
+
| 00010001-573534xx
| Christmas Clix
+
| 5 Spots Party
 
|-
 
|-
| 00010001-WCRx
+
| 00010001-W6Bx
| 00010001-574352xx
+
| 00010001-573642xx
| Carnival King
+
| Eco Shooter: Plant 530
 
|-
 
|-
| 00010001-WCSx
+
| 00010001-W82x
| 00010001-574353xx
+
| 00010001-573832xx
| Cue Sports: Pool Revolution
+
| Jintori Action! Taikokenchi: Karakuri Shiro no Nazo
 
|-
 
|-
| 00010001-WCUx
+
| 00010001-W8Cx
| 00010001-574355xx
+
| 00010001-573843xx
| 3-2-1, Rattle Battle!
+
| BIT.TRIP CORE
 
|-
 
|-
| 00010001-WCZx
+
| 00010001-W8Dx
| 00010001-57435axx
+
| 00010001-573844xx
| ColorZ
+
| Mebius Drive
 
|-
 
|-
| 00010001-WD2x
+
| 00010001-W8Ix
| 00010001-574432xx
+
| 00010001-573849xx
| @SIMPLE Series Vol. 2: The Number Puzzle Neo
+
| Hachiwan Diver Wii
 
|-
 
|-
| 00010001-WD9x
+
| 00010001-W8Px
| 00010001-574439xx
+
| 00010001-573850xx
| Castlevania: The Adventure ReBirth
+
| Ouchi de Mugen Puchi Puchi
 
|-
 
|-
| 00010001-WDAx
+
| 00010001-W8Xx
| 00010001-574441xx
+
| 00010001-573858xx
| Darts Wii
+
| Battle Poker
 
|-
 
|-
| 00010001-WDBx
+
| 00010001-W9Ix
| 00010001-574442xx
+
| 00010001-573949xx
| Derby Dog
+
| Evasive Space
 
|-
 
|-
| 00010001-WDFx
+
| 00010001-W9Lx
| 00010001-574446xx
+
| 00010001-57394cxx
| Defend Your Castle
+
| Copter Crisis
 
|-
 
|-
| 00010001-WDHx
+
| 00010001-WA2x
| 00010001-574448xx
+
| 00010001-574132xx
| Art Style: ROTOHEX
+
| Magnetica Twist
 
|-
 
|-
| 00010001-WDIx
+
| 00010001-WA4x
| 00010001-574449xx
+
| 00010001-574134xx
| @SIMPLE series Vol. 1: The Block Kuzushi Neo
+
| Asobu Made in Ore
 
|-
 
|-
| 00010001-WDMx
+
| 00010001-WA7x
| 00010001-57444dxx
+
| 00010001-574137xx
| Dr. Mario Online Rx
+
| Toribash
 
|-
 
|-
| 00010001-WDNx
+
| 00010001-WANx
| 00010001-57444exx
+
| 00010001-57414exx
| Discipline
+
| Ant Nation
 
|-
 
|-
| 00010001-WDOx
+
| 00010001-WAOx
| 00010001-57444fxx
+
| 00010001-57414fxx
| Driift Mania
+
| Harapeko Aomushi no ABC
 
|-
 
|-
| 00010001-WDPx
+
| 00010001-WAQx
| 00010001-574450xx
+
| 00010001-574151xx
| Dr. Mario Online Rx: Friend Battle Demo
+
| Yakuman Wii
 
|-
 
|-
| 00010001-WDRx
+
| 00010001-WARx
| 00010001-574452xx
+
| 00010001-574152xx
| Mr. Driller W
+
| Tsuushin Taikyoku: Igo Dojo 2700-Mon
 
|-
 
|-
| 00010001-WDSx
+
| 00010001-WASx
| 00010001-574453xx
+
| 00010001-574153xx
| Dragon Master Spell Caster
+
| Tsuushin Taikyoku: Hayazashi Shougi 3
 
|-
 
|-
| 00010001-WE6x
+
| 00010001-WAUx
| 00010001-574536xx
+
| 00010001-574155xx
| SEA FARM: Iruka to Watashi Showtime
+
| Tsuushin Taikyoku: World Chess
 
|-
 
|-
| 00010001-WE9x
+
| 00010001-WAZx
| 00010001-574539xx
+
| 00010001-57415axx
| Alien Crush Returns
+
| Amazing Brain Train!
 
|-
 
|-
| 00010001-WEDx
+
| 00010001-WB2x
| 00010001-574544xx
+
| 00010001-574232xx
| Eduardo the Samurai Toaster
+
| Strong Bad 4: Dangeresque 3
 
|-
 
|-
| 00010001-WEMx
+
| 00010001-WB3x
| 00010001-57454dxx
+
| 00010001-574233xx
| "Aha! I Got It!" Escape Game
+
| Strong Bad 5: 8-Bit Is Enough
 
|-
 
|-
| 00010001-WEQx
+
| 00010001-WB4x
| 00010001-574551xx
+
| 00010001-574234xx
| Equilibrio
+
| Wild West Guns
 
|-
 
|-
| 00010001-WERx
+
| 00010001-WB5x
| 00010001-574552xx
+
| 00010001-574235xx
| My Aquarium
+
| Block Breaker Deluxe
 
|-
 
|-
| 00010001-WETx
+
| 00010001-WB6x
| 00010001-574554xx
+
| 00010001-574236xx
| PictureBook Games: Pop-Up Pursuit
+
| TV Show King
 
|-
 
|-
| 00010001-WEVx
+
| 00010001-WB7x
| 00010001-574556xx
+
| 00010001-574237xx
| Peakvox Escape Virus
+
| Midnight Pool
 
|-
 
|-
| 00010001-WF2x
+
| 00010001-WB8x
| 00010001-574632xx
+
| 00010001-574238xx
| Final Fantasy Crystal Chronicles: My Life as a Darklord
+
| Midnight Bowling
 
|-
 
|-
| 00010001-WF4x
+
| 00010001-WBAx
| 00010001-574634xx
+
| 00010001-574241xx
| Final Fantasy IV: The After Years
+
| Bakutan
 
|-
 
|-
| 00010001-WF5x
+
| 00010001-WBBx
| 00010001-574635xx
+
| 00010001-574242xx
| Family Card Games
+
| Snowboard Riot
 
|-
 
|-
| 00010001-WFAx
+
| 00010001-WBEx
| 00010001-574641xx
+
| 00010001-574245xx
| Fast Draw Showdown
+
| Frat Party Games: Pong Toss
 
|-
 
|-
| 00010001-WFBx
+
| 00010001-WBGx
| 00010001-574642xx
+
| 00010001-574247xx
| Sandy Beach
+
| Bang Attack
 
|-
 
|-
| 00010001-WFCx
+
| 00010001-WBIx
| 00010001-574643xx
+
| 00010001-574249xx
| Final Fantasy Crystal Chronicles: My Life as a King
+
| Boingz
 
|-
 
|-
| 00010001-WFFx
+
| 00010001-WBJx
| 00010001-574646xx
+
| 00010001-57424axx
| Fun! Fun! Minigolf
+
| Harvest Moon: My Little Shop
 
|-
 
|-
| 00010001-WFGx
+
| 00010001-WBKx
| 00010001-574647xx
+
| 00010001-57424bxx
| Frogger Returns
+
| Arkanoid Plus
 
|-
 
|-
| 00010001-WFIx
+
| 00010001-WBLx
| 00010001-574649xx
+
| 00010001-57424cxx
| Reel Fishing Challenge
+
| Bubble Bobble Plus!
 
|-
 
|-
| 00010001-WFKx
+
| 00010001-WBMx
| 00010001-57464bxx
+
| 00010001-57424dxx
| Family Kart
+
| My Pokémon Ranch
 
|-
 
|-
| 00010001-WFMx
+
| 00010001-WBNx
| 00010001-57464dxx
+
| 00010001-57424exx
| Family & Friends Party
+
| Bonsai Barber
 
|-
 
|-
| 00010001-WFPx
+
| 00010001-WBOx
| 00010001-574650xx
+
| 00010001-57424fxx
| Hirameki Card Battle: Mekuruka
+
| Gravitronix
 
|-
 
|-
| 00010001-WFSx
+
| 00010001-WBPx
| 00010001-574653xx
+
| 00010001-574250xx
| Minna no Theater Wii
+
| Plättchen: Twist 'n' Paint
 
|-
 
|-
| 00010001-WFTx
+
| 00010001-WBQx
| 00010001-574654xx
+
| 00010001-574251xx
| Fish'em All!
+
| Star Soldier R
 
|-
 
|-
| 00010001-WG2x
+
| 00010001-WBSx
| 00010001-574732xx
+
| 00010001-574253xx
| Sugarbunnies Wii: Welcome to Bunnies' Field
+
| POP
 
|-
 
|-
| 00010001-WGDx
+
| 00010001-WBVx
| 00010001-574744xx
+
| 00010001-574256xx
| Gradius ReBirth
+
| SPOGS Racing
 
|-
 
|-
| 00010001-WGMx
+
| 00010001-WBWx
| 00010001-57474dxx
+
| 00010001-574257xx
| Game Sound Station
+
| Critter Round-up
 
|-
 
|-
| 00010001-WGOx
+
| 00010001-WBXx
| 00010001-57474fxx
+
| 00010001-574258xx
| World of Goo
+
| Strong Bad 1: Homestar Ruiner
 
|-
 
|-
| 00010001-WGSx
+
| 00010001-WBYx
| 00010001-574753xx
+
| 00010001-574259xx
| Phoenix Wright : Ace Attorney
+
| Strong Bad 2: Strong Badia the Free
 
|-
 
|-
| 00010001-WGUx
+
| 00010001-WBZx
| 00010001-574755xx
+
| 00010001-57425axx
| Aero Guitar
+
| Strong Bad 3: Baddest of the Bands
 
|-
 
|-
| 00010001-WGVx
+
| 00010001-WC2x
| 00010001-574756xx
+
| 00010001-574332xx
| Groovin' Blocks
+
| Crystal Defenders R2
 
|-
 
|-
| 00010001-WGYx
+
| 00010001-WC6x
| 00010001-574759xx
+
| 00010001-574336xx
| GyroStarr
+
| Chronos Twins Dx
 
|-
 
|-
| 00010001-WH3x
+
| 00010001-WCIx
| 00010001-574833xx
+
| 00010001-574349xx
| Home Sweet Home
+
| Crystal Defenders R1
 
|-
 
|-
| 00010001-WHEx
+
| 00010001-WCJx
| 00010001-574845xx
+
| 00010001-57434axx
| Heracles: Chariot Racing
+
| Cocoto Platform Jumper
 
|-
 
|-
| 00010001-WHHx
+
| 00010001-WCNx
| 00010001-574848xx
+
| 00010001-57434exx
| Full Blast Hitchhike
+
| Tokyo City Nights
 
|-
 
|-
| 00010001-WHOx
+
| 00010001-WCOx
| 00010001-57484fxx
+
| 00010001-57434fxx
| Hockey Allstar Shootout
+
| Cocoto Fishing Master
 
|-
 
|-
| 00010001-WHPx
+
| 00010001-WCPx
| 00010001-574850xx
+
| 00010001-574350xx
| Sexy Poker
+
| Christmas Clix
 
|-
 
|-
| 00010001-WHRx
+
| 00010001-WCRx
| 00010001-574852xx
+
| 00010001-574352xx
| Heron : Steam Machine
+
| Carnival King
 
|-
 
|-
| 00010001-WHUx
+
| 00010001-WCSx
| 00010001-574855xx
+
| 00010001-574353xx
| Ghost Mansion Party
+
| Cue Sports: Pool Revolution
 
|-
 
|-
| 00010001-WHVx
+
| 00010001-WCUx
| 00010001-574856xx
+
| 00010001-574355xx
| High Voltage Hot Rod Show
+
| 3-2-1, Rattle Battle!
 
|-
 
|-
| 00010001-WHXx
+
| 00010001-WCZx
| 00010001-574858xx
+
| 00010001-57435axx
| Helix
+
| ColorZ
 
|-
 
|-
| 00010001-WIBx
+
| 00010001-WD2x
| 00010001-574942xx
+
| 00010001-574432xx
| Bittos+
+
| @SIMPLE Series Vol. 2: The Number Puzzle Neo
 
|-
 
|-
| 00010001-WICx
+
| 00010001-WD9x
| 00010001-574943xx
+
| 00010001-574439xx
| NyxQuest: Kindred Spirits
+
| Castlevania: The Adventure ReBirth
 
|-
 
|-
| 00010001-WIEx
+
| 00010001-WDAx
| 00010001-574945xx
+
| 00010001-574441xx
| Tales of Monkey Island: Chapter 3
+
| Darts Wii
 
|-
 
|-
| 00010001-WIGx
+
| 00010001-WDBx
| 00010001-574947xx
+
| 00010001-574442xx
| Incoming!
+
| Derby Dog
 
|-
 
|-
| 00010001-WILx
+
| 00010001-WDFx
| 00010001-57494cxx
+
| 00010001-574446xx
| Tales of Monkey Island: Chapter 1
+
| Defend Your Castle
 
|-
 
|-
| 00010001-WINx
+
| 00010001-WDHx
| 00010001-57494exx
+
| 00010001-574448xx
| The Incredible Maze
+
| Art Style: ROTOHEX
 
|-
 
|-
| 00010001-WISx
+
| 00010001-WDIx
| 00010001-574953xx
+
| 00010001-574449xx
| Tales of Monkey Island: Chapter 2
+
| @SIMPLE series Vol. 1: The Block Kuzushi Neo
 
|-
 
|-
| 00010001-WITx
+
| 00010001-WDMx
| 00010001-574954xx
+
| 00010001-57444dxx
| "Aha! I Found It!" Hidden Object Game
+
| Dr. Mario Online Rx
 
|-
 
|-
| 00010001-WIVx
+
| 00010001-WDNx
| 00010001-574956xx
+
| 00010001-57444exx
| Space Invaders Get Even
+
| Discipline
 
|-
 
|-
| 00010001-WIYx
+
| 00010001-WDOx
| 00010001-574959xx
+
| 00010001-57444fxx
| Tales of Monkey Island: Chapter 4
+
| Driift Mania
 
|-
 
|-
| 00010001-WJGx
+
| 00010001-WDPx
| 00010001-574a47xx
+
| 00010001-574450xx
| Jinsei Game
+
| Dr. Mario Online Rx: Friend Battle Demo
 
|-
 
|-
| 00010001-WJSx
+
| 00010001-WDRx
| 00010001-574a53xx
+
| 00010001-574452xx
| Jungle Speed
+
| Mr. Driller W
 
|-
 
|-
| 00010001-WK2x
+
| 00010001-WDSx
| 00010001-574b32xx
+
| 00010001-574453xx
| Kappa-kun no Ota to Shimikai
+
| Dragon Master Spell Caster
 
|-
 
|-
| 00010001-WK3x
+
| 00010001-WE6x
| 00010001-574b33xx
+
| 00010001-574536xx
| Kappa-kun to 3 Biki no Koneko
+
| SEA FARM: Iruka to Watashi Showtime
 
|-
 
|-
| 00010001-WK9x
+
| 00010001-WE9x
| 00010001-574b39xx
+
| 00010001-574539xx
| Minna de Asobou: Koinu de Kururin
+
| Alien Crush Returns
 
|-
 
|-
| 00010001-WKBx
+
| 00010001-WEDx
| 00010001-574b42xx
+
| 00010001-574544xx
| You, Me, and the Cubes
+
| Eduardo the Samurai Toaster
 
|-
 
|-
| 00010001-WKDx
+
| 00010001-WEMx
| 00010001-574b44xx
+
| 00010001-57454dxx
| Pirates: The Key of Dreams
+
| "Aha! I Got It!" Escape Game
 
|-
 
|-
| 00010001-WKEx
+
| 00010001-WEQx
| 00010001-574b45xx
+
| 00010001-574551xx
| Raku Raku Kinen Appli Wii
+
| Equilibrio
 
|-
 
|-
| 00010001-WKHx
+
| 00010001-WERx
| 00010001-574b48xx
+
| 00010001-574552xx
| Big Kahuna Party
+
| My Aquarium
 
|-
 
|-
| 00010001-WKKx
+
| 00010001-WETx
| 00010001-574b4bxx
+
| 00010001-574554xx
| Party Fun Pirate
+
| PictureBook Games: Pop-Up Pursuit
 
|-
 
|-
| 00010001-WKPx
+
| 00010001-WEVx
| 00010001-574b50xx
+
| 00010001-574556xx
| Kappa-kun to Mori no Nakamatachi
+
| Peakvox Escape Virus
 
|-
 
|-
| 00010001-WKQx
+
| 00010001-WF2x
| 00010001-574b51xx
+
| 00010001-574632xx
| Kentei TV Wii
+
| Final Fantasy Crystal Chronicles: My Life as a Darklord
 
|-
 
|-
| 00010001-WKRx
+
| 00010001-WF4x
| 00010001-574b52xx
+
| 00010001-574634xx
| Karate Phants: Gloves of Glory
+
| Final Fantasy IV: The After Years
 
|-
 
|-
| 00010001-WKTx
+
| 00010001-WF5x
| 00010001-574b54xx
+
| 00010001-574635xx
| Contra ReBirth
+
| Family Card Games
 
|-
 
|-
| 00010001-WLEx
+
| 00010001-WFAx
| 00010001-574c45xx
+
| 00010001-574641xx
| Learning with The PooYoos: Episode 1
+
| Fast Draw Showdown
 
|-
 
|-
| 00010001-WLGx
+
| 00010001-WFBx
| 00010001-574c47xx
+
| 00010001-574642xx
| HB Arcade Cards
+
| Sandy Beach
 
|-
 
|-
| 00010001-WLKx
+
| 00010001-WFCx
| 00010001-574c4bxx
+
| 00010001-574643xx
| Rikachan's Fashion House
+
| Final Fantasy Crystal Chronicles: My Life as a King
 
|-
 
|-
| 00010001-WLLx
+
| 00010001-WFFx
| 00010001-574c4cxx
+
| 00010001-574646xx
| Little Tournament Over Yonder
+
| Fun! Fun! Minigolf
 
|-
 
|-
| 00010001-WLOx
+
| 00010001-WFGx
| 00010001-574c4fxx
+
| 00010001-574647xx
| LostWinds: Winter of the Melodias
+
| Frogger Returns
 
|-
 
|-
| 00010001-WLPx
+
| 00010001-WFIx
| 00010001-574c50xx
+
| 00010001-574649xx
| LONPOS
+
| Reel Fishing Challenge
 
|-
 
|-
| 00010001-WLTx
+
| 00010001-WFKx
| 00010001-574c54xx
+
| 00010001-57464bxx
| LIT
+
| Family Kart
 
|-
 
|-
| 00010001-WLWx
+
| 00010001-WFMx
| 00010001-574c57xx
+
| 00010001-57464dxx
| LostWinds
+
| Family & Friends Party
 
|-
 
|-
| 00010001-WM8x
+
| 00010001-WFPx
| 00010001-574d38xx
+
| 00010001-574650xx
| Bomberman Blast
+
| Hirameki Card Battle: Mekuruka
 
|-
 
|-
| 00010001-WM9x
+
| 00010001-WFSx
| 00010001-574d39xx
+
| 00010001-574653xx
| Happy Hammerin'
+
| Minna no Theater Wii
 
|-
 
|-
| 00010001-WMBx
+
| 00010001-WFTx
| 00010001-574d42xx
+
| 00010001-574654xx
| Maboshi's Arcade
+
| Fish'em All!
 
|-
 
|-
| 00010001-WMDx
+
| 00010001-WG2x
| 00010001-574d44xx
+
| 00010001-574732xx
| MadStone
+
| Sugarbunnies Wii: Welcome to Bunnies' Field
 
|-
 
|-
| 00010001-WMGx
+
| 00010001-WGDx
| 00010001-574d47xx
+
| 00010001-574744xx
| Mart Racer
+
| Gradius ReBirth
 
|-
 
|-
| 00010001-WMLx
+
| 00010001-WGMx
| 00010001-574d4cxx
+
| 00010001-57474dxx
| Major League Eating: The Game
+
| Game Sound Station
 
|-
 
|-
| 00010001-WMMx
+
| 00010001-WGOx
| 00010001-574d4dxx
+
| 00010001-57474fxx
| Muscle March
+
| World of Goo
 
|-
 
|-
| 00010001-WMOx
+
| 00010001-WGSx
| 00010001-574d4fxx
+
| 00010001-574753xx
| Moki Moki
+
| Phoenix Wright : Ace Attorney
 
|-
 
|-
| 00010001-WMPx
+
| 00010001-WGUx
| 00010001-574d50xx
+
| 00010001-574755xx
| Kotoba no Puzzle: Mojipittan Wii
+
| Aero Guitar
 
|-
 
|-
| 00010001-WNEx
+
| 00010001-WGVx
| 00010001-574e45xx
+
| 00010001-574756xx
| Penguins & Friends: Hey! That's My Fish!
+
| Groovin' Blocks
 
|-
 
|-
| 00010001-WNKx
+
| 00010001-WGYx
| 00010001-574e4bxx
+
| 00010001-574759xx
| Niki - Rock 'n' Ball
+
| GyroStarr
 
|-
 
|-
| 00010001-WNPx
+
| 00010001-WH3x
| 00010001-574e50xx
+
| 00010001-574833xx
| Sugu Suro Duo: New Pulsar R&V
+
| Home Sweet Home
 
|-
 
|-
| 00010001-WNVx
+
| 00010001-WHEx
| 00010001-574e56xx
+
| 00010001-574845xx
| NEVES Plus
+
| Heracles: Chariot Racing
 
|-
 
|-
| 00010001-WNWx
+
| 00010001-WHHx
| 00010001-574e57xx
+
| 00010001-574848xx
| NEVES Plus Returns
+
| Full Blast Hitchhike
 
|-
 
|-
| 00010001-WO6x
+
| 00010001-WHOx
| 00010001-574f36xx
+
| 00010001-57484fxx
| Family Pirate Party
+
| Hockey Allstar Shootout
 
|-
 
|-
| 00010001-WOAx
+
| 00010001-WHPx
| 00010001-574f41xx
+
| 00010001-574850xx
| Family Glide Hockey
+
| Sexy Poker
 
|-
 
|-
| 00010001-WOBx
+
| 00010001-WHRx
| 00010001-574f42xx
+
| 00010001-574852xx
| Art Style: ORBIENT
+
| Heron : Steam Machine
 
|-
 
|-
| 00010001-WODx
+
| 00010001-WHUx
| 00010001-574f44xx
+
| 00010001-574855xx
| Order!
+
| Ghost Mansion Party
 
|-
 
|-
| 00010001-WOEx
+
| 00010001-WHVx
| 00010001-574f45xx
+
| 00010001-574856xx
| Oekaki Logic
+
| High Voltage Hot Rod Show
 
|-
 
|-
| 00010001-WOGx
+
| 00010001-WHXx
| 00010001-574f47xx
+
| 00010001-574858xx
| Family Mini Golf
+
| Helix
 
|-
 
|-
| 00010001-WOKx
+
| 00010001-WIBx
| 00010001-574f4bxx
+
| 00010001-574942xx
| Karaoke Joysound Wii
+
| Bittos+
 
|-
 
|-
| 00010001-WOSx
+
| 00010001-WICx
| 00010001-574f53xx
+
| 00010001-574943xx
| Family Slot Car Racing
+
| NyxQuest: Kindred Spirits
 
|-
 
|-
| 00010001-WOTx
+
| 00010001-WIEx
| 00010001-574f54xx
+
| 00010001-574945xx
| Overturn: Mecha Wars
+
| Tales of Monkey Island: Chapter 3
 
|-
 
|-
| 00010001-WOYx
+
| 00010001-WIGx
| 00010001-574f59xx
+
| 00010001-574947xx
| Bit Boy!!
+
| Incoming!
 
|-
 
|-
| 00010001-WOZx
+
| 00010001-WILx
| 00010001-574f5axx
+
| 00010001-57494cxx
| Kodomo Kyooiku Terebi Wii Aiue Oomuzu
+
| Tales of Monkey Island: Chapter 1
 
|-
 
|-
| 00010001-WP2x
+
| 00010001-WINx
| 00010001-575032xx
+
| 00010001-57494exx
| Potpourrii
+
| The Incredible Maze
 
|-
 
|-
| 00010001-WP9x
+
| 00010001-WISx
| 00010001-575039xx
+
| 00010001-574953xx
| Pokers Wii
+
| Tales of Monkey Island: Chapter 2
 
|-
 
|-
| 00010001-WPAx
+
| 00010001-WITx
| 00010001-575041xx
+
| 00010001-574954xx
| Pokémon Mystery Dungeon: Ikuzo! Arashi no Boukendan
+
| "Aha! I Found It!" Hidden Object Game
 
|-
 
|-
| 00010001-WPBx
+
| 00010001-WIVx
| 00010001-575042xx
+
| 00010001-574956xx
| Pub Darts
+
| Space Invaders Get Even
 
|-
 
|-
| 00010001-WPCx
+
| 00010001-WIYx
| 00010001-575043xx
+
| 00010001-574959xx
| Doc Louis's Punch-Out!!
+
| Tales of Monkey Island: Chapter 4
 
|-
 
|-
| 00010001-WPDx
+
| 00010001-WJGx
| 00010001-575044xx
+
| 00010001-574a47xx
| Chindouchou!! Pole no Daibouken
+
| Jinsei Game
 
|-
 
|-
| 00010001-WPFx
+
| 00010001-WJSx
| 00010001-575046xx
+
| 00010001-574a53xx
| Pokémon Mystery Dungeon: Susume! Honoo no Boukendan
+
| Jungle Speed
 
|-
 
|-
| 00010001-WPHx
+
| 00010001-WK2x
| 00010001-575048xx
+
| 00010001-574b32xx
| Pokémon Mystery Dungeon: Mezase! Hikari no Boukendan
+
| Kappa-kun no Ota to Shimikai
 
|-
 
|-
| 00010001-WPIx
+
| 00010001-WK3x
| 00010001-575049xx
+
| 00010001-574b33xx
| Pit Crew Panic!
+
| Kappa-kun to 3 Biki no Koneko
 
|-
 
|-
| 00010001-WPKx
+
| 00010001-WK9x
| 00010001-57504bxx
+
| 00010001-574b39xx
| Texas Hold'em Poker
+
| Minna de Asobou: Koinu de Kururin
 
|-
 
|-
| 00010001-WPLx
+
| 00010001-WKBx
| 00010001-57504cxx
+
| 00010001-574b42xx
| Planet Pachinko
+
| You, Me, and the Cubes
 
|-
 
|-
| 00010001-WPNx
+
| 00010001-WKDx
| 00010001-57504exx
+
| 00010001-574b44xx
| Ponjan Wii
+
| Pirates: The Key of Dreams
 
|-
 
|-
| 00010001-WPOx
+
| 00010001-WKEx
| 00010001-57504fxx
+
| 00010001-574b45xx
| Popple to Mahou no Crayon
+
| Raku Raku Kinen Appli Wii
 
|-
 
|-
| 00010001-WPPx
+
| 00010001-WKHx
| 00010001-575050xx
+
| 00010001-574b48xx
| Family Table Tennis
+
| Big Kahuna Party
 
|-
 
|-
| 00010001-WPQx
+
| 00010001-WKKx
| 00010001-575051xx
+
| 00010001-574b4bxx
| Protöthea
+
| Party Fun Pirate
 
|-
 
|-
| 00010001-WPRx
+
| 00010001-WKPx
| 00010001-575052xx
+
| 00010001-574b50xx
| Art Style: CUBELLO
+
| Kappa-kun to Mori no Nakamatachi
 
|-
 
|-
| 00010001-WPSx
+
| 00010001-WKQx
| 00010001-575053xx
+
| 00010001-574b51xx
| Pokémon Rumble
+
| Kentei TV Wii
 
|-
 
|-
| 00010001-WPUx
+
| 00010001-WKRx
| 00010001-575055xx
+
| 00010001-574b52xx
| Bust-a-Move Plus!
+
| Karate Phants: Gloves of Glory
 
|-
 
|-
| 00010001-WPXx
+
| 00010001-WKTx
| 00010001-575058xx
+
| 00010001-574b54xx
| Minna de Tobikome! Penguin Diving: Hooper Looper
+
| Contra ReBirth
 
|-
 
|-
| 00010001-WPZx
+
| 00010001-WLEx
| 00010001-57505axx
+
| 00010001-574c45xx
| Bruiser and Scratch
+
| Learning with The PooYoos: Episode 1
 
|-
 
|-
| 00010001-WQ4x
+
| 00010001-WLGx
| 00010001-575134xx
+
| 00010001-574c47xx
| Kentoshi: Furi Furi Boxing
+
| HB Arcade Cards
 
|-
 
|-
| 00010001-WR9x
+
| 00010001-WLKx
| 00010001-575239xx
+
| 00010001-574c4bxx
| Mega Man 9
+
| Rikachan's Fashion House
 
|-
 
|-
| 00010001-WRDx
+
| 00010001-WLLx
| 00010001-575244xx
+
| 00010001-574c4cxx
| Word Searcher
+
| Little Tournament Over Yonder
 
|-
 
|-
| 00010001-WRIx
+
| 00010001-WLOx
| 00010001-575249xx
+
| 00010001-574c4fxx
| Rainbow Islands: Towering Adventure
+
| LostWinds: Winter of the Melodias
 
|-
 
|-
| 00010001-WS2x
+
| 00010001-WLPx
| 00010001-575332xx
+
| 00010001-574c50xx
| Saikyou Ginsei Igo
+
| LONPOS
 
|-
 
|-
| 00010001-WS3x
+
| 00010001-WLTx
| 00010001-575333xx
+
| 00010001-574c54xx
| Silver Star Chess
+
| LIT
 
|-
 
|-
| 00010001-WS4x
+
| 00010001-WLWx
| 00010001-575334xx
+
| 00010001-574c57xx
| Saikyou Ginsei Mahjongg
+
| LostWinds
 
|-
 
|-
| 00010001-WS5x
+
| 00010001-WM8x
| 00010001-575335xx
+
| 00010001-574d38xx
| Saikyou Ginsei Gomoku Narabe
+
| Bomberman Blast
 
|-
 
|-
| 00010001-WS6x
+
| 00010001-WM9x
| 00010001-575336xx
+
| 00010001-574d39xx
| Silver Star Reversi
+
| Happy Hammerin'
 
|-
 
|-
| 00010001-WS8x
+
| 00010001-WMBx
| 00010001-575338xx
+
| 00010001-574d42xx
| Minna de Taisen Puzzle: Shanghai Wii
+
| Maboshi's Arcade
 
|-
 
|-
| 00010001-WS9x
+
| 00010001-WMDx
| 00010001-575339xx
+
| 00010001-574d44xx
| Sudoku Challenge!
+
| MadStone
 
|-
 
|-
| 00010001-WSAx
+
| 00010001-WMGx
| 00010001-575341xx
+
| 00010001-574d47xx
| Onslaught
+
| Mart Racer
 
|-
 
|-
| 00010001-WSBx
+
| 00010001-WMLx
| 00010001-575342xx
+
| 00010001-574d4cxx
| Sorcery Blade
+
| Major League Eating: The Game
 
|-
 
|-
| 00010001-WSCx
+
| 00010001-WMMx
| 00010001-575343xx
+
| 00010001-574d4dxx
| Out of Galaxy: Gin no Koushika
+
| Muscle March
 
|-
 
|-
| 00010001-WSEx
+
| 00010001-WMOx
| 00010001-575345xx
+
| 00010001-574d4fxx
| Princess Ai Monogatari
+
| Moki Moki
 
|-
 
|-
| 00010001-WSGx
+
| 00010001-WMPx
| 00010001-575347xx
+
| 00010001-574d50xx
| Pop 'Em, Drop 'Em SameGame
+
| Kotoba no Puzzle: Mojipittan Wii
 
|-
 
|-
| 00010001-WSIx
+
| 00010001-WNEx
| 00010001-575349xx
+
| 00010001-574e45xx
| Saikyou Ginsei Shougi
+
| Penguins & Friends: Hey! That's My Fish!
 
|-
 
|-
| 00010001-WSLx
+
| 00010001-WNKx
| 00010001-57534cxx
+
| 00010001-574e4bxx
| Shadow Walker: Boy of Shadow, Fairy of Light
+
| Niki - Rock 'n' Ball
 
|-
 
|-
| 00010001-WSMx
+
| 00010001-WNPx
| 00010001-57534dxx
+
| 00010001-574e50xx
| Eat! Fat! FIGHT!
+
| Sugu Suro Duo: New Pulsar R&V
 
|-
 
|-
| 00010001-WSTx
+
| 00010001-WNVx
| 00010001-575354xx
+
| 00010001-574e56xx
| Tenshi no Solitaire
+
| NEVES Plus
 
|-
 
|-
| 00010001-WSUx
+
| 00010001-WNWx
| 00010001-575355xx
+
| 00010001-574e57xx
| Shootanto: Evolutionary Mayhem
+
| NEVES Plus Returns
 
|-
 
|-
| 00010001-WSWx
+
| 00010001-WO6x
| 00010001-575357xx
+
| 00010001-574f36xx
| Swords & Soldiers
+
| Family Pirate Party
 
|-
 
|-
| 00010001-WT2x
+
| 00010001-WOAx
| 00010001-575432xx
+
| 00010001-574f41xx
| Target Toss Pro: Bags
+
| Family Glide Hockey
 
|-
 
|-
| 00010001-WT3x
+
| 00010001-WOBx
| 00010001-575433xx
+
| 00010001-574f42xx
| Tomena Sanner Wii
+
| Art Style: ORBIENT
 
|-
 
|-
| 00010001-WT8x
+
| 00010001-WODx
| 00010001-575438xx
+
| 00010001-574f44xx
| Hajiite! Block Rush
+
| Order!
 
|-
 
|-
| 00010001-WTBx
+
| 00010001-WOEx
| 00010001-575442xx
+
| 00010001-574f45xx
| Fantastic Tambourine
+
| Oekaki Logic
 
|-
 
|-
| 00010001-WTDx
+
| 00010001-WOGx
| 00010001-575444xx
+
| 00010001-574f47xx
| Tomy Drive Shutsudou! Kinkyuu Sharyou Hen
+
| Family Mini Golf
 
|-
 
|-
| 00010001-WTIx
+
| 00010001-WOKx
| 00010001-575449xx
+
| 00010001-574f4bxx
| Tiki Towers
+
| Karaoke Joysound Wii
 
|-
 
|-
| 00010001-WTMx
+
| 00010001-WOSx
| 00010001-57544dxx
+
| 00010001-574f53xx
| Adventure Island: The Beginning
+
| Family Slot Car Racing
 
|-
 
|-
| 00010001-WTNx
+
| 00010001-WOTx
| 00010001-57544exx
+
| 00010001-574f54xx
| Family Tennis
+
| Overturn: Mecha Wars
 
|-
 
|-
| 00010001-WTPx
+
| 00010001-WOYx
| 00010001-575450xx
+
| 00010001-574f59xx
| Tetris Party
+
| Bit Boy!!
 
|-
 
|-
| 00010001-WTRx
+
| 00010001-WOZx
| 00010001-575452xx
+
| 00010001-574f5axx
| BIT.TRIP BEAT
+
| Kodomo Kyooiku Terebi Wii Aiue Oomuzu
 
|-
 
|-
| 00010001-WTTx
+
| 00010001-WP2x
| 00010001-575454xx
+
| 00010001-575032xx
| Toki Tori
+
| Potpourrii
 
|-
 
|-
| 00010001-WTXx
+
| 00010001-WP9x
| 00010001-575458xx
+
| 00010001-575039xx
| Texas Hold'em Tournament
+
| Pokers Wii
 
|-
 
|-
| 00010001-WUHx
+
| 00010001-WPAx
| 00010001-575548xx
+
| 00010001-575041xx
| Wii de Ultra Hand
+
| Pokémon Mystery Dungeon: Ikuzo! Arashi no Boukendan
 
|-
 
|-
| 00010001-WUKx
+
| 00010001-WPBx
| 00010001-57554bxx
+
| 00010001-575042xx
| Unou Kids: Okigaru Unou Training
+
| Pub Darts
 
|-
 
|-
| 00010001-WUNx
+
| 00010001-WPCx
| 00010001-57554exx
+
| 00010001-575043xx
| UNO
+
| Doc Louis's Punch-Out!!
 
|-
 
|-
| 00010001-WVBx
+
| 00010001-WPDx
| 00010001-575642xx
+
| 00010001-575044xx
| BIT.TRIP VOID
+
| Chindouchou!! Pole no Daibouken
 
|-
 
|-
| 00010001-WVCx
+
| 00010001-WPFx
| 00010001-575643xx
+
| 00010001-575046xx
| V.I.P. Casino: Blackjack
+
| Pokémon Mystery Dungeon: Susume! Honoo no Boukendan
 
|-
 
|-
| 00010001-WVDx
+
| 00010001-WPHx
| 00010001-575644xx
+
| 00010001-575048xx
| Kodomo Kyoiku Terebi Wii: Aiue Ochan
+
| Pokémon Mystery Dungeon: Mezase! Hikari no Boukendan
 
|-
 
|-
| 00010001-WVKx
+
| 00010001-WPIx
| 00010001-57564bxx
+
| 00010001-575049xx
| Water Warfare
+
| Pit Crew Panic!
 
|-
 
|-
| 00010001-WVOx
+
| 00010001-WPKx
| 00010001-57564fxx
+
| 00010001-57504bxx
| Rock N’ Roll Climber
+
| Texas Hold'em Poker
 
|-
 
|-
| 00010001-WWRx
+
| 00010001-WPLx
| 00010001-575752xx
+
| 00010001-57504cxx
| Excitebike: World Rally
+
| Planet Pachinko
 
|-
 
|-
| 00010001-WYKx
+
| 00010001-WPNx
| 00010001-57594bxx
+
| 00010001-57504exx
| Yomi Kikase Asobi Wii
+
| Ponjan Wii
 
|-
 
|-
| 00010001-WYMx
+
| 00010001-WPOx
| 00010001-57594dxx
+
| 00010001-57504fxx
| Yummy Yummy Cooking Jam
+
| Popple to Mahou no Crayon
 
|-
 
|-
| 00010001-WZHx
+
| 00010001-WPPx
| 00010001-575a48xx
+
| 00010001-575050xx
| My Zoo
+
| Family Table Tennis
 
|-
 
|-
| 00010001-WZJx
+
| 00010001-WPQx
| 00010001-575a4axx
+
| 00010001-575051xx
| @SIMPLE Series Vol. 5: The Judo
+
| Protöthea
 
|-
 
|-
| 00010001-WZMx
+
| 00010001-WPRx
| 00010001-575a4dxx
+
| 00010001-575052xx
| @SIMPLE Series Vol. 3: The Mahjongg
+
| Art Style: CUBELLO
 
|-
 
|-
| 00010001-WRUx
+
| 00010001-WPSx
| 00010001-575255xx
+
| 00010001-575053xx
| BIT.TRIP RUNNER
+
| Pokémon Rumble
|}
 
 
 
=== 00010001-Xxxx : MSX ===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-XAAx
+
| 00010001-WPUx
| 00010001-584141xx
+
| 00010001-575055xx
| Eggy
+
| Bust-a-Move Plus!
 
|-
 
|-
| 00010001-XABx
+
| 00010001-WPXx
| 00010001-584142xx
+
| 00010001-575058xx
| Aleste
+
| Minna de Tobikome! Penguin Diving: Hooper Looper
 
|-
 
|-
| 00010001-XADx
+
| 00010001-WPZx
| 00010001-584144xx
+
| 00010001-57505axx
| Yie Ar Kung-Fu II
+
| Bruiser and Scratch
 
|-
 
|-
| 00010001-XAEx
+
| 00010001-WQ4x
| 00010001-584145xx
+
| 00010001-575134xx
| Space Manbow
+
| Kentoshi: Furi Furi Boxing
 
|-
 
|-
| 00010001-XAFx
+
| 00010001-WR9x
| 00010001-584146xx
+
| 00010001-575239xx
| Metal Gear
+
| Mega Man 9
 
|-
 
|-
| 00010001-XAGx
+
| 00010001-WRDx
| 00010001-584147xx
+
| 00010001-575244xx
| Road Fighter
+
| Word Searcher
 
|-
 
|-
| 00010001-XAHx
+
| 00010001-WRIx
| 00010001-584148xx
+
| 00010001-575249xx
| Yumetairiku Adventure
+
| Rainbow Islands: Towering Adventure
 
|-
 
|-
| 00010001-XAIx
+
| 00010001-WRXx
| 00010001-584149xx
+
| 00010001-575258xx
| Quarth
+
| Mega Man 10
 
|-
 
|-
| 00010001-XAKx
+
| 00010001-WS2x
| 00010001-58414bxx
+
| 00010001-575332xx
| Parodius: Tako wa Chikyu wo Suku
+
| Saikyou Ginsei Igo
 
|-
 
|-
| 00010001-XALx
+
| 00010001-WS3x
| 00010001-58414cxx
+
| 00010001-575333xx
| Contra
+
| Silver Star Chess
 
|-
 
|-
| 00010001-XAMx
+
| 00010001-WS4x
| 00010001-58414dxx
+
| 00010001-575334xx
| Majou Densetsu
+
| Saikyou Ginsei Mahjongg
 
|-
 
|-
| 00010001-XANx
+
| 00010001-WS5x
| 00010001-58414exx
+
| 00010001-575335xx
| Gradius 2
+
| Saikyou Ginsei Gomoku Narabe
 
|-
 
|-
| 00010001-XAPx
+
| 00010001-WS6x
| 00010001-584150xx
+
| 00010001-575336xx
| Metal Gear 2: Solid Snake
+
| Silver Star Reversi
 
|-
 
|-
| 00010001-XAQx
+
| 00010001-WS8x
| 00010001-584151xx
+
| 00010001-575338xx
| Salamander
+
| Minna de Taisen Puzzle: Shanghai Wii
|}
 
 
 
=== 00010001-Xxxx : WiiWare - Demos===
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010001-XHAx
+
| 00010001-WS9x
| 00010001-584841xx
+
| 00010001-575339xx
| Pokémon Rumble
+
| Sudoku Challenge!
 
|-
 
|-
| 00010001-XHBx
+
| 00010001-WSAx
| 00010001-584842xx
+
| 00010001-575341xx
| Pokémon Mystery Dungeon: Ikuzo! Arashi no Boukendan
+
| Onslaught
 
|-
 
|-
| 00010001-XHCx
+
| 00010001-WSBx
| 00010001-584843xx
+
| 00010001-575342xx
| Final Fantasy Crystal Chronicles: My Life as a Darklord
+
| Sorcery Blade
 
|-
 
|-
| 00010001-XHDx
+
| 00010001-WSCx
| 00010001-584844xx
+
| 00010001-575343xx
| NyxQuest: Kindred Spirits
+
| Out of Galaxy: Gin no Koushika
 
|-
 
|-
| 00010001-XHEx
+
| 00010001-WSEx
| 00010001-584845xx
+
| 00010001-575345xx
| BIT.TRIP BEAT
+
| Princess Ai Monogatari
 
|-
 
|-
| 00010001-XHFx
+
| 00010001-WSGx
| 00010001-584846xx
+
| 00010001-575347xx
| World of Goo
+
| Pop 'Em, Drop 'Em SameGame
|}
 
 
 
== 00010002: System channels ==
 
These channels cannot be uninstalled using the Wii's data management. They can however be removed with [[AnyTitle Deleter]].
 
 
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010002-HAAA
+
| 00010001-WSIx
| 00010002-48414141
+
| 00010001-575349xx
| Photo Channel
+
| Saikyou Ginsei Shougi
 
|-
 
|-
| 00010002-HABA
+
| 00010001-WSLx
| 00010002-48414241
+
| 00010001-57534cxx
| Shopping Channel
+
| Shadow Walker: Boy of Shadow, Fairy of Light
 
|-
 
|-
| 00010002-HACA
+
| 00010001-WSMx
| 00010002-48414341
+
| 00010001-57534dxx
| Mii Channel
+
| Eat! Fat! FIGHT!
 
|-
 
|-
| 00010002-HAFx, 00010002-HAFA
+
| 00010001-WSTx
| 00010002-484146xx, 00010002-48414641
+
| 00010001-575354xx
| Weather Channel <br />(both HAFA and HAFx for your region are factory installed)
+
| Tenshi no Solitaire
 
|-
 
|-
| 00010002-HAGx, 00010002-HAGA
+
| 00010001-WSUx
| 00010002-484147xx, 00010002-48414741
+
| 00010001-575355xx
| News Channel <br />(both HAGA and HAGx for your region are factory installed)
+
| Shootanto: Evolutionary Mayhem
 
|-
 
|-
| 00010002-HAYA
+
| 00010001-WSWx
| 00010002-48415941
+
| 00010001-575357xx
| Photo Channel 1.1
+
| Swords & Soldiers
 
|-
 
|-
| 00010001-HAEA
+
| 00010001-WT2x
| 00010001-48414541
+
| 00010001-575432xx
| Wii Message Board <br />(Not a channel by itself, but mailbox archives are stored under this name)
+
| Target Toss Pro: Bags
|}
 
 
 
== 00010004: Game channels and games that use them ==
 
These IDs are used for game channels. These channels are installed by games which themselves use the 00010004 category.
 
 
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010004-RFNx
+
| 00010001-WT3x
| 00010004-52464exx
+
| 00010001-575433xx
| WiiFit Channel
+
| Tomena Sanner Wii
 
|-
 
|-
| 00010004-RMCx
+
| 00010001-WT8x
| 00010004-524d43xx
+
| 00010001-575438xx
| Mario Kart Channel, and Mario Kart game itself
+
| Hajiite! Block Rush
|}
 
 
 
== 00010005: Downloaded Game Content ==
 
I.e The aditional content from FFCC:My Life As A King falls into this catergory.
 
 
 
{| class="wikitable sortable"
 
! Title ID
 
! Hex
 
! Description
 
 
|-
 
|-
| 00010005-r9Jx
+
| 00010001-WTBx
| 00010005-72394axx
+
| 00010001-575442xx
| The Beatles: Rock Band DLC
+
| Fantastic Tambourine
 
|-
 
|-
| 00010005-sc7x
+
| 00010001-WTDx
| 00010005-734337xx
+
| 00010001-575444xx
| Call of Duty: Black Ops DLC
+
| Tomy Drive Shutsudou! Kinkyuu Sharyou Hen
 
|-
 
|-
| 00010005-sWAx
+
| 00010001-WTIx
| 00010005-735741xx
+
| 00010001-575449xx
| DJ Hero DLC
+
| Tiki Towers
 
|-
 
|-
| 00010005-sXAx
+
| 00010001-WTMx
| 00010005-735841xx
+
| 00010001-57544dxx
| Guitar Hero World Tour DLC
+
| Adventure Island: The Beginning
 
|-
 
|-
| 00010005-sXEx
+
| 00010001-WTNx
| 00010005-735845xx
+
| 00010001-57544exx
| Guitar Hero 5 DLC
+
| Family Tennis
 
|-
 
|-
| 00010005-sXGx
+
| 00010001-WTPx
| 00010005-735847xx
+
| 00010001-575450xx
| Guitar Hero Smash Hits DLC
+
| Tetris Party
 
|-
 
|-
| 00010005-sZCx
+
| 00010001-WTRx
| 00010005-735a43xx
+
| 00010001-575452xx
| Rock Band 2 DLC
+
| BIT.TRIP BEAT
 
|-
 
|-
| 00010005-w4Tx
+
| 00010001-WTTx
| 00010005-773454xx
+
| 00010001-575454xx
| Spaceball Revolution DLC
+
| Toki Tori
 
|-
 
|-
| 00010005-w9Lx
+
| 00010001-WTXx
| 00010005-77394cxx
+
| 00010001-575458xx
| Copter Crisis DLC
+
| Texas Hold'em Tournament
 
|-
 
|-
| 00010005-wBJx
+
| 00010001-WUHx
| 00010005-77424axx
+
| 00010001-575548xx
| Harvest Moon: My Little Shop DLC
+
| Wii de Ultra Hand
 
|-
 
|-
| 00010005-wBKx
+
| 00010001-WUKx
| 00010005-77424bxx
+
| 00010001-57554bxx
| Arkanoid Plus DLC
+
| Unou Kids: Okigaru Unou Training
 
|-
 
|-
| 00010005-wBLx
+
| 00010001-WUNx
| 00010005-77424cxx
+
| 00010001-57554exx
| Bubble Bobble Plus! DLC
+
| UNO
 
|-
 
|-
| 00010005-wE6x
+
| 00010001-WVBx
| 00010005-774536xx
+
| 00010001-575642xx
| My Dolphin DLC
+
| BIT.TRIP VOID
 
|-
 
|-
| 00010005-wF2x
+
| 00010001-WVCx
| 00010005-774632xx
+
| 00010001-575643xx
| Final Fantasy Crystal Chronicles: My Life As A Darklord DLC
+
| V.I.P. Casino: Blackjack
 
|-
 
|-
| 00010005-wF4x
+
| 00010001-WVDx
| 00010005-774634xx
+
| 00010001-575644xx
| Final Fantasy IV - The After Years DLC
+
| Kodomo Kyoiku Terebi Wii: Aiue Ochan
 
|-
 
|-
| 00010005-wF5x
+
| 00010001-WVKx
| 00010005-774635xx
+
| 00010001-57564bxx
| Family Card Games DLC
+
| Water Warfare
 
|-
 
|-
| 00010005-wFCx
+
| 00010001-WVOx
| 00010005-774643xx
+
| 00010001-57564fxx
| Final Fantasy Crystal Chronicles: My Life as a King DLC
+
| Rock N’ Roll Climber
 
|-
 
|-
| 00010005-wGSx
+
| 00010001-WWRx
| 00010005-774753xx
+
| 00010001-575752xx
| Phoenix Wright: Ace Attorney DLC
+
| Excitebike: World Rally
 
|-
 
|-
| 00010005-wIVx
+
| 00010001-WYKx
| 00010005-774956xx
+
| 00010001-57594bxx
| Space Invaders Get Even DLC
+
| Yomi Kikase Asobi Wii
 
|-
 
|-
| 00010005-wLPx
+
| 00010001-WYMx
| 00010005-774c50xx
+
| 00010001-57594dxx
| Lonpos DLC
+
| Yummy Yummy Cooking Jam
 
|-
 
|-
| 00010005-wO6x
+
| 00010001-WZHx
| 00010005-774f36xx
+
| 00010001-575a48xx
| Family Pirate Party DLC
+
| My Zoo
 
|-
 
|-
| 00010005-wOGx
+
| 00010001-WZJx
| 00010005-774f47xx
+
| 00010001-575a4axx
| Family Mini Golf DLC
+
| @SIMPLE Series Vol. 5: The Judo
 
|-
 
|-
| 00010005-wPUx
+
| 00010001-WZMx
| 00010005-775055xx
+
| 00010001-575a4dxx
| Bust-A-Move Plus! DLC
+
| @SIMPLE Series Vol. 3: The Mahjongg
 
|-
 
|-
| 00010005-wR9x
+
| 00010001-WRUx
| 00010005-775239xx
+
| 00010001-575255xx
| Mega Man 9 DLC
+
| BIT.TRIP RUNNER
|-
+
|}
| 00010005-wRXx
 
| 00010005-775258xx
 
| Mega Man 10 DLC
 
|-
 
| 00010005-wZHx
 
| 00010005-775a48xx
 
| My Zoo DLC
 
|-
 
| 00010005-sTGx
 
| 00010005-735447xx
 
| Tales of Graces DLC (Only for Japan-4A region)
 
|}
 
 
 
== 00010008: "Hidden" channels ==
 
These channels are not directly accessible through the main Channel Selection screen.
 
  
 +
=== 00010001-Xxxx : MSX ===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! Title ID
 
! Title ID
Line 3,743: Line 3,753:
 
! Description
 
! Description
 
|-
 
|-
| 00010008-DISC
+
| 00010001-XAAx
| 00010008-44495343
+
| 00010001-584141xx
| marcan's DVDX "Channel"
+
| Eggy
 +
|-
 +
| 00010001-XABx
 +
| 00010001-584142xx
 +
| Aleste
 +
|-
 +
| 00010001-XADx
 +
| 00010001-584144xx
 +
| Yie Ar Kung-Fu II
 +
|-
 +
| 00010001-XAEx
 +
| 00010001-584145xx
 +
| Space Manbow
 
|-
 
|-
| 00010008-DVDX
+
| 00010001-XAFx
| 00010008-44564458
+
| 00010001-584146xx
| marcan's DVDX "Channel" (Pre-4.2-fix)
+
| Metal Gear
 
|-
 
|-
| 00010008-HAKx
+
| 00010001-XAGx
| 00010008-48414bxx
+
| 00010001-584147xx
| EULA
+
| Road Fighter
 
|-
 
|-
| 00010008-HALx
+
| 00010001-XAHx
| 00010008-48414cxx
+
| 00010001-584148xx
| rgnsel (region select)
+
| Yumetairiku Adventure
 +
|-
 +
| 00010001-XAIx
 +
| 00010001-584149xx
 +
| Quarth
 +
|-
 +
| 00010001-XAKx
 +
| 00010001-58414bxx
 +
| Parodius: Tako wa Chikyu wo Suku
 +
|-
 +
| 00010001-XALx
 +
| 00010001-58414cxx
 +
| Contra
 +
|-
 +
| 00010001-XAMx
 +
| 00010001-58414dxx
 +
| Majou Densetsu
 +
|-
 +
| 00010001-XANx
 +
| 00010001-58414exx
 +
| Gradius 2
 +
|-
 +
| 00010001-XAPx
 +
| 00010001-584150xx
 +
| Metal Gear 2: Solid Snake
 +
|-
 +
| 00010001-XAQx
 +
| 00010001-584151xx
 +
| Salamander
 
|}
 
|}
 +
 +
=== 00010001-Xxxx : WiiWare - Demos===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 +
|-
 +
| 00010001-XHAx
 +
| 00010001-584841xx
 +
| Pokémon Rumble
 +
|-
 +
| 00010001-XHBx
 +
| 00010001-584842xx
 +
| Pokémon Mystery Dungeon: Ikuzo! Arashi no Boukendan
 +
|-
 +
| 00010001-XHCx
 +
| 00010001-584843xx
 +
| Final Fantasy Crystal Chronicles: My Life as a Darklord
 +
|-
 +
| 00010001-XHDx
 +
| 00010001-584844xx
 +
| NyxQuest: Kindred Spirits
 +
|-
 +
| 00010001-XHEx
 +
| 00010001-584845xx
 +
| BIT.TRIP BEAT
 +
|-
 +
| 00010001-XHFx
 +
| 00010001-584846xx
 +
| World of Goo
 +
|}
 +
 +
== 00010002: System channels ==
 +
These channels cannot be uninstalled using the Wii's data management. They can however be removed with [[AnyTitle Deleter]].
 +
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
! Description
 +
|-
 +
| 00010002-HAAA
 +
| 00010002-48414141
 +
| [[Photo Channel]]
 +
|  Photo Channel 1.0, but can also be [[Photo Channel 1.1 (stub)]].
 +
|-
 +
| 00010002-HABA
 +
| 00010002-48414241
 +
| [[Wii Shop Channel]]
 +
|
 +
|-
 +
| 00010002-HABK
 +
| 00010002-4841424B
 +
| [[Wii Shop Channel]]
 +
| Korean Wii version.
 +
|-
 +
| 00010002-HACA
 +
| 00010002-48414341
 +
| [[Mii Channel]]
 +
|-
 +
| 00010002-HACK
 +
| 00010002-4841434B
 +
| [[Mii Channel]]
 +
| Korean Wii version.
 +
|-
 +
| 00010002-HAFA
 +
| 00010002-48414641
 +
| [[Forecast Channel dummy|Forecast Channel (Dummy)]]
 +
| Dummy for downloading Forecast Channel, it is called Weather on discs.
 +
|-
 +
| 00010002-HAFx
 +
| 00010002-484146xx
 +
| [[Forecast Channel]]
 +
|
 +
|-
 +
| 00010002-HAGA
 +
| 00010002-48414741
 +
| [[News Channel dummy|News Channel (Dummy)]]
 +
| Dummy for downloading News Channel.
 +
|-
 +
| 00010002-HAGx
 +
| 00010002-484147xx
 +
| [[News Channel]]
 +
|
 +
|-
 +
| 00010002-HAYA
 +
| 00010002-48415941
 +
| [[Photo Channel 1.1]]
 +
| Updated version of original Photo Channel.
 +
|-
 +
| 00010002-HAYK
 +
| 00010002-4841594B
 +
| [[Photo Channel 1.1]]
 +
| Korean Wii version.
 +
|}
 +
 +
== 00010004: Game channels and games that use them ==
 +
These IDs are used for game channels. These channels are installed by games which themselves use the 00010004 category. The actual ID is generally the same as the game that installs it.
 +
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
|-
 +
| 00010004-RFNx
 +
| 00010004-52464exx
 +
| [[Wii Fit Channel]]
 +
|-
 +
| 00010004-RFPx
 +
| 00010004-524650xx
 +
| [[Wii Fit Plus Channel]]
 +
|-
 +
| 00010004-RMCx
 +
| 00010004-524d43xx
 +
| [[Mario Kart Channel]]
 +
|-
 +
| 00010004-RGWx}
 +
| 00010004-524757xx}
 +
| [[Rabbids Channel]]
 +
|}
 +
 +
== 00010005: Downloadable Game Content ==
 +
I.e The aditional content from FFCC:My Life As A King falls into this catergory.
 +
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Description
 +
|-
 +
| 00010005-r9Jx
 +
| 00010005-72394axx
 +
| The Beatles: Rock Band DLC
 +
|-
 +
| 00010005-sc7x
 +
| 00010005-734337xx
 +
| Call of Duty: Black Ops DLC
 +
|-
 +
| 00010005-sWAx
 +
| 00010005-735741xx
 +
| DJ Hero DLC
 +
|-
 +
| 00010005-sXAx
 +
| 00010005-735841xx
 +
| Guitar Hero World Tour DLC
 +
|-
 +
| 00010005-sXEx
 +
| 00010005-735845xx
 +
| Guitar Hero 5 DLC
 +
|-
 +
| 00010005-sXGx
 +
| 00010005-735847xx
 +
| Guitar Hero Smash Hits DLC
 +
|-
 +
| 00010005-sZCx
 +
| 00010005-735a43xx
 +
| Rock Band 2 DLC
 +
|-
 +
| 00010005-w4Tx
 +
| 00010005-773454xx
 +
| Spaceball Revolution DLC
 +
|-
 +
| 00010005-w9Lx
 +
| 00010005-77394cxx
 +
| Copter Crisis DLC
 +
|-
 +
| 00010005-wBJx
 +
| 00010005-77424axx
 +
| Harvest Moon: My Little Shop DLC
 +
|-
 +
| 00010005-wBKx
 +
| 00010005-77424bxx
 +
| Arkanoid Plus DLC
 +
|-
 +
| 00010005-wBLx
 +
| 00010005-77424cxx
 +
| Bubble Bobble Plus! DLC
 +
|-
 +
| 00010005-wE6x
 +
| 00010005-774536xx
 +
| My Dolphin DLC
 +
|-
 +
| 00010005-wF2x
 +
| 00010005-774632xx
 +
| Final Fantasy Crystal Chronicles: My Life As A Darklord DLC
 +
|-
 +
| 00010005-wF4x
 +
| 00010005-774634xx
 +
| Final Fantasy IV - The After Years DLC
 +
|-
 +
| 00010005-wF5x
 +
| 00010005-774635xx
 +
| Family Card Games DLC
 +
|-
 +
| 00010005-wFCx
 +
| 00010005-774643xx
 +
| Final Fantasy Crystal Chronicles: My Life as a King DLC
 +
|-
 +
| 00010005-wGSx
 +
| 00010005-774753xx
 +
| Phoenix Wright: Ace Attorney DLC
 +
|-
 +
| 00010005-wIVx
 +
| 00010005-774956xx
 +
| Space Invaders Get Even DLC
 +
|-
 +
| 00010005-wLPx
 +
| 00010005-774c50xx
 +
| Lonpos DLC
 +
|-
 +
| 00010005-wM4x
 +
| 00010005-774d3450
 +
| Mix Superstar DLC
 +
|-
 +
| 00010005-wO6x
 +
| 00010005-774f36xx
 +
| Family Pirate Party DLC
 +
|-
 +
| 00010005-wOGx
 +
| 00010005-774f47xx
 +
| Family Mini Golf DLC
 +
|-
 +
| 00010005-wPUx
 +
| 00010005-775055xx
 +
| Bust-A-Move Plus! DLC
 +
|-
 +
| 00010005-wR9x
 +
| 00010005-775239xx
 +
| Mega Man 9 DLC
 +
|-
 +
| 00010005-wRXx
 +
| 00010005-775258xx
 +
| Mega Man 10 DLC
 +
|-
 +
| 00010005-wZHx
 +
| 00010005-775a48xx
 +
| My Zoo DLC
 +
|-
 +
| 00010005-sTGx
 +
| 00010005-735447xx
 +
| Tales of Graces DLC (Only for Japan-4A region)
 +
|}
 +
 +
== 00010008: Hidden channels ==
 +
These channels are not directly accessible through the main Channel Selection screen.
 +
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
! Description
 +
|-
 +
| 00010008-HAKx
 +
| 00010008-48414bxx
 +
| [[EULA]]
 +
| Used to enable Wii Shop and WiiConnect24. Also available in Korea.
 +
|-
 +
| 00010008-HALx
 +
| 00010008-48414cxx
 +
| [[rgnsel]]
 +
| Title for region selection. Also available in Korea.
 +
|-
 +
| 00010008-HCCJ
 +
| 00010008-4843434A
 +
| [[Set Personal Data Channel]]
 +
| Used by Wii no Ma, Demae Channel and Digicam Print Channel.
 +
|}
 +
 +
== vWii-only titles ==
 +
These titles were updated and designed specifically for the vWii.
 +
 +
vWii exclusive system titles, system channels, and hidden channels use the same upper half of the title IDs as Wii titles do, but on NUS they have ones replaced with sevens (00000007, 00070002, 00070008).
 +
Those titles get installed from the WiiU mode, [[https://wiiubrew.org/wiki/Encryption_keys#vWii_common_key| vWii common key]] is used and TMD has flag <code>[[Title metadata#Main header|Is vWii]]</code>.
 +
 +
</b>Some share the same title ID with Wii ones but were not meant to be run on a regular Wii.</b>
 +
 +
=== 00000001: vWii Essential system titles ===
 +
 +
In the table below are the vWii essential system titles excluding all [[vIOS|vWii-specific IOS]] modules.
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Name
 +
! Description
 +
|-
 +
| 00000001-00000002
 +
| [[System Menu]]
 +
| Three versions per region have been released.
 +
|-
 +
| 00000001-00000200
 +
| [[BC-NAND]]
 +
| [[vWii]] only NANDLoader common for all titles, used as an [https://wiiubrew.org/wiki/Ancast_Image Ancast Image] to boot titles.
 +
|-
 +
| 00000001-00000201
 +
| [[BC-WFS]]
 +
| A version of the Dragon Quest X apploader in Ancast format.
 +
|}
 +
 +
=== 00010001: vWii-only downloadable channel ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
! Description
 +
|-
 +
| 00010001-HCTx
 +
| 00010001-484354xx
 +
| [[Wii System Transfer (tool)|Wii System Transfer]]
 +
| Tool that gets installed from the Wii Shop.
 +
|-
 +
| 00010001-HCYJ
 +
| 00010001-484359xx
 +
| Wii U Hontai Koushin Shuufuku Puroguramu
 +
| Translates to Wii U Main Unit Update Repair Program.
 +
|}
 +
 +
=== 00010002: vWii system channels ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
! Description
 +
|-
 +
| 00010002-HABA
 +
| 00010002-48414241
 +
| [[Wii Shop Channel]] vWii version.
 +
|-
 +
| 00010002-HACA
 +
| 00010002-48414341
 +
| [[Mii Channel]]
 +
| Cutdown version of a Wii's Mii Channel v6.
 +
|-
 +
| 00010002-HCTx
 +
| 00010002-484354xx
 +
| [[Wii System Transfer (shortcut)|Wii System Transfer]]
 +
| Preinstalled shortcut/dummy to download the real one.
 +
|-
 +
| 00010002-HCUx
 +
| 00010002-484155xx
 +
| [[Wii Electronic Manual (vWii)|Wii Electronic Manual]]
 +
| Version for vWii.
 +
|-
 +
| 00010002-HCVA
 +
| 00010002-48435641
 +
| [[Wii U Menu]]
 +
| It is used to return to WiiU mode.
 +
|}
 +
 +
=== 00010008: vWii hidden channels ===
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
! Description
 +
|-
 +
| 00010008-HALx
 +
| 00010008-48414cxx
 +
| [[rgnsel]]
 +
| It is same as a Wii one, but flagged for vWii.
 +
|-
 +
| 00010008-HCZx
 +
| 00010008-48435Axx
 +
| [[Wii System Transfer (hidden channel)|Wii System Transfer]]
 +
|  Hidden channel.
 +
|}
 +
 +
== Wii mini-only titles ==
 +
These titles were designed and updated specifically for Wii Mini.
 +
 +
=== 00000001: Wii mini essential system titles ===
 +
In the table below are the Wii Mini essential system titles excluding all Wii Mini [[IOS]] modules, BC and MIOS.<br>
 +
<i>BC and MIOS are present and they are the same version as the latest Wii ones.</i>
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Name
 +
! Notes
 +
|-
 +
| 00000001-00000001
 +
| [[Boot2|BOOT2]]
 +
| Also found on Arabian Wiis, and newer [[RVL-101]] units.
 +
|-
 +
| 00000001-00000002
 +
| [[System Menu 4.3-Mini|System Menu]]
 +
| One version per region have been released.
 +
|}
 +
 +
=== 00010002: Wii mini system channels ===
 +
 +
{| class="wikitable sortable"
 +
! Title ID
 +
! Hex
 +
! Name
 +
! Description
 +
|-
 +
| 00010002-HACA
 +
| 00010002-48414341
 +
| [[Mii Channel]]
 +
| It is same as a vWii one, but flagged for Wii.
 +
|-
 +
| 00010002-HCYx
 +
| 00010002-484359xx
 +
| [[Wii Electronic Manual (Wii mini)|Wii Electronic Manual]]
 +
| Version for Wii mini.
 +
|}
 +
 +
 +
[[Category:Wii documentation]]

Latest revision as of 16:56, 15 August 2024

This page holds title IDs used on the Wii.

Title ID Structure

Title ID consists of an upper and a lower half. It can be written as ASCII or hex, but the upper half is usually written as a hex string, and the lower half is a four-letter ASCII string.
The upper half of each title ID identifies the type of the title. The lower part consists of a system, title-specific, and region codes.

Title type

The upper half of each title ID identifies the type of the title.

Hex Type
00000001 Essential System Titles
00010000 Disc-based games
00010001 Downloadable channels
00010002 System channels
00010003 Unconfirmed
00010004 Game channels and games that use them
00010005 Downloadable game content
00010006 Unconfirmed
00010007 Unconfirmed
00010008 Hidden channels

System Codes

System codes are used to determine what type of title it is. The system code is the first letter of the four-letter title ID (the first two digits in the second section in hexadecimal notation).
Custom Channels (such as the Homebrew Channel) do not usually follow these codes, and no 00000001 titles use them (because they are unneeded).

The following system codes are known to exist:

ASCII Hex System
C 43 Commodore 64 Virtual Console.
D 44 Demo Disc.
E 45 Virtual Console Arcade
or NeoGeo Virtual Console.
F 46 NES Virtual Console.
G 47 GameCube Disk.
H 48 General Channel. (The System Channels use this, and so do all the ones you can buy in the Wii Shop)
J 4A Super Nintendo Virtual Console.
L 4C Sega Master System Virtual Console.
M 4D Sega Megadrive Virtual Console.
N 4E Nintendo 64 Virtual Console.
P 50 TurboGraFX Virtual Console. Also used for promotional GameCube disks.
Q 51 TurboGraFX CD Virtual Console
R 52 Wii Disc. Used for older disc-based games.
S 53 Wii Disc. Used for newer disc-based game.
W 57 WiiWare.
X 58 MSX Virtual Console. (Japan only)
or WiiWare - Demos

Region Codes

Region codes are used to determine what region a title belongs to. The region code is the last letter of the four-letter title ID (the last two digits in hexadecimal notation).
Essential system titles save for system "channels" with region specific information, do not use region codes.

The following region codes are known to exist:

ASCII Hex Region
A 41 All regions. System channels like the Mii Channel use it.
B 42 Used by some WiiWare / Virtual Console titles.
C 43 Used by emulated games released in mainland China on the Nvidia Shield TV. Also used by DVDX v7.
D 44 German-speaking regions. Only if separate versions exist, e.g. Zelda: A Link to the Past.
E 45 USA and other NTSC regions except Japan.
F 46 French-speaking regions. Only if separate versions exist, e.g. Zelda: A Link to the Past.
I 49 Italian-speaking regions. Only if separate versions exist, e.g. Pokemon Snap. Unofficially used by The Homebrew Channel 1.0.5 and newer.
J 4A Japan
K 4B Korea.
L 4C Japanese Import to Europe, Australia and other PAL regions.
M 4D American Import to Europe, Australia and other PAL regions.
N 4E Japanese Import to USA and other NTSC regions.
P 50 Europe, Australia and other PAL regions.
Q 51 Korea with Japanese language.
S 53 Spanish-speaking regions. Only if separate versions exist, e.g. Pokemon Snap.
T 54 Korea with English language.
U 55 Used by some WiiWare / Virtual Console titles.
W 57 Taiwan and Hong Kong.
X 58 Used by some WiiWare / Virtual Console titles. Also used by DVDX v1-v6 and The Homebrew Channel versions 1.0.4 and earlier.

00000001: Essential system titles

In the table below are the essential System Titles excluding all IOS modules. Information on those can be found in the IOS History page.

Title ID Name Notes
00000001-00000001 BOOT2 This title ID is used in the boot2 TMD; it does not exist in /title.
00000001-00000002 System Menu First PPC code to execute on the Wii during startup; it is loaded into RAM by IOS and then bootstrapped with 6 instructions from the Hollywood chip.
00000001-00000100 BC Used to start GameCube games -- sets Hollywood speed to 162MHz, loads boot2, which then eventually loads MIOS
00000001-00000101 MIOS GameCube compatibility IOS -- active while GameCube games are being played on the Wii. Internally called: "GAMECUBE BOOTROM for REVOLUTION"

00010000: Disc-based games

Games found on retail game discs have Title-IDs starting with 00010000, or 00010004 if they install a channel. A partial list of example games and their IDs is found on the Disc based games page.

Non-disc titles that use this title type are listed here:

Title ID Hex Description
00010000-.... 00010000-0000dead Update partition for factory titles (RVL-CPU-01)
00010000-0002 00010000-30303032 DataChk
00010000-0003 00010000-30303033 0003 factory title
00010000-.UPD 00010000-00555044 Region free update partition, seen on early discs like Wii Sports
00010000-.UPx 00010000-005550xx Region-specific update partition on retail discs
00010000-.INS 00010000-00494e53 Dummy title ID used in channel installer partitions
00010000-B^.H 00010000-425e9f49 contentTestD.wad. Found on the Wii Backup Disc and referenced in System Menu 3.0.
00010000-HAZA 00010000-48415a41 Photo Channel 1.1 (Dummy)

00010001: Downloadable channels

00010001-Cxxx : Commodore 64 Games

Title ID Hex Description
00010001-C93x 00010001-433933xx Last Ninja 2: Back with a Vengeance
00010001-C94x 00010001-433934xx Nebulus (Tower Toppler)
00010001-C95x 00010001-433935xx Impossible Mission
00010001-C96x 00010001-433936xx Summer Games II
00010001-C97x 00010001-433937xx California Games
00010001-C98x 00010001-433938xx Paradroid
00010001-C99x 00010001-433939xx Uridium
00010001-C9Ex 00010001-433945xx Winter Games
00010001-C9Gx 00010001-433947xx Mayhem in Monsterland
00010001-C9Hx 00010001-433948xx Boulder Dash
00010001-C9Ix 00010001-433949xx Cybernoid: The Fighting Machine
00010001-C9Mx 00010001-43394dxx Pitstop II
00010001-C9Px 00010001-433950xx Last Ninja 3
00010001-C9Qx 00010001-433951xx Jumpman
00010001-C9Rx 00010001-433952xx International Karate +
00010001-C9Sx 00010001-433953xx Impossible Mission II
00010001-C9Xx 00010001-433958xx The Last Ninja
00010001-C9Yx 00010001-433959xx International Karate
00010001-C9Zx 00010001-43395axx World Games

00010001-Exxx : Virtual Console Arcade Games

Title ID Hex Description
00010001-E62x 00010001-453632xx Space Harrier
00010001-E63x 00010001-453633xx Shinobi
00010001-E67x 00010001-453637xx Dig Dug
00010001-E68x 00010001-453638xx Galaga
00010001-E69x 00010001-453639xx Baraduke
00010001-E6Ax 00010001-453641xx Moon Cresta
00010001-E6Fx 00010001-453646xx Galaxian
00010001-E6Hx 00010001-453648xx Face Off
00010001-E6Jx 00010001-45364axx Bakutotsu Kijuutei: Baraduke II
00010001-E6Kx 00010001-45364bxx Chouzetsu Rinjin: Berabow Man
00010001-E6Mx 00010001-45364dxx Tecmo Bowl
00010001-E6Nx 00010001-45364exx Solomon's Key
00010001-E6Ox 00010001-45364fxx Bomb Jack
00010001-E6Px 00010001-453650xx Ninja Gaiden
00010001-E6Qx 00010001-453651xx Rygar
00010001-E6Vx 00010001-453656xx Zaxxon
00010001-E6Wx 00010001-453657xx Golden Axe
00010001-E6Xx 00010001-453658xx Altered Beast
00010001-E6Yx 00010001-453659xx Space Invaders
00010001-E6Zx 00010001-45365axx Star Force
00010001-E72x 00010001-453732xx Star Blade
00010001-E73x 00010001-453733xx Mappy
00010001-E74x 00010001-453734xx Cosmo Gang the Puzzle
00010001-E76x 00010001-453736xx Emeraldia
00010001-E77x 00010001-453737xx Return Of Ishtar
00010001-E78x 00010001-453738xx Solvalou
00010001-E79x 00010001-453739xx Gaplus
00010001-E7Ax 00010001-453741xx Grobda
00010001-E7Bx 00010001-453742xx Dig Dug II
00010001-E7Cx 00010001-453743xx Bosconian
00010001-E7Ex 00010001-453745xx Dragon Buster
00010001-E7Fx 00010001-453746xx Dragon Saber
00010001-E7Gx 00010001-453747xx Dragon Spirit
00010001-E7Hx 00010001-453748xx Xevious
00010001-E7Ix 00010001-453749xx Finest Hour
00010001-E7Jx 00010001-45374axx Knuckle Heads
00010001-E7Kx 00010001-45374bxx Pac-Mania
00010001-E7Lx 00010001-45374cxx Cosmo Gang the Video
00010001-E7Mx 00010001-45374dxx Phelios
00010001-E7Nx 00010001-45374exx Rolling Thunder
00010001-E7Ox 00010001-45374fxx Burning Force
00010001-E7Px 00010001-453750xx Marvel Land
00010001-E7Qx 00010001-453751xx Galaga '88
00010001-E7Rx 00010001-453752xx Wonder Momo
00010001-E7Sx 00010001-453753xx Assault
00010001-E7Tx 00010001-453754xx Hopping Mappy
00010001-E7Ux 00010001-453755xx Splatterhouse
00010001-E7Vx 00010001-453756xx Cyber Sled
00010001-E7Wx 00010001-453757xx Numan Athletics
00010001-E7Xx 00010001-453758xx Youkai Douchuuki
00010001-E7Yx 00010001-453759xx Sky Kid
00010001-E7Zx 00010001-45375axx The Tower of Druaga

00010001-Exxx : NeoGeo Games

Title ID Hex Description
00010001-EA2x 00010001-454132xx Metal Slug 2
00010001-EA8x 00010001-454138xx Ironclad
00010001-EAAx 00010001-454141xx Fatal Fury: King of Fighters
00010001-EABx 00010001-454142xx World Heroes
00010001-EACx 00010001-454143xx Magician Lord
00010001-EADx 00010001-454144xx Art of Fighting
00010001-EAEx 00010001-454145xx Samurai Shodown
00010001-EAFx 00010001-454146xx Blue's Journey
00010001-EAGx 00010001-454147xx The King of Fighters '94
00010001-EAHx 00010001-454148xx Baseball Stars 2
00010001-EAIx 00010001-454149xx Top Hunter: Roddy & Cathy
00010001-EAJx 00010001-45414axx Metal Slug
00010001-EAKx 00010001-45414bxx Burning Fight
00010001-EALx 00010001-45414cxx Art of Fighting 2
00010001-EAMx 00010001-45414dxx Ninja Combat
00010001-EANx 00010001-45414exx Fatal Fury 2
00010001-EAOx 00010001-45414fxx King of the Monsters
00010001-EAPx 00010001-454150xx Ninja Commando
00010001-EARx 00010001-454152xx Neo Turf Masters
00010001-EASx 00010001-454153xx Samurai Shodown II
00010001-EAVx 00010001-454156xx The King of Fighters '95
00010001-EAWx 00010001-454157xx Fatal Fury Special

00010001-Fxxx : NES Games

Title ID Hex Description
00010001-FA2x 00010001-464132xx Exerion
00010001-FA4x 00010001-464134xx Devil World
00010001-FA5x 00010001-464135xx Fire Emblem: Ankoku Ryuu to Hikari no Tsurugi
00010001-FA6x 00010001-464136xx Donkey Kong Jr. Math
00010001-FA7x 00010001-464137xx Yoshi
00010001-FA8x 00010001-464138xx Kirby's Adventure
00010001-FA9x 00010001-464139xx Zelda II: The Adventure of Link
00010001-FAAx 00010001-464141xx Donkey Kong
00010001-FABx 00010001-464142xx Donkey Kong Jr.
00010001-FACx 00010001-464143xx Pinball
00010001-FADx 00010001-464144xx Gomoku Narabe Renju
00010001-FAFx 00010001-464146xx Mario Bros.
00010001-FAGx 00010001-464147xx Super Mario Bros.
00010001-FAHx 00010001-464148xx Tennis
00010001-FAIx 00010001-464149xx Soccer
00010001-FAJx 00010001-46414axx Ice Hockey
00010001-FAKx 00010001-46414bxx The Legend of Zelda
00010001-FALx 00010001-46414cxx Baseball
00010001-FAMx 00010001-46414dxx Wario's Woods
00010001-FANx 00010001-46414exx Urban Champion
00010001-FAOx 00010001-46414fxx Solomon's Key
00010001-FAPx 00010001-464150xx NES Open Tournament Golf
00010001-FAQx 00010001-464151xx Ninja JaJaMaru-kun
00010001-FARx 00010001-464152xx Gradius
00010001-FASx 00010001-464153xx Xevious
00010001-FATx 00010001-464154xx The Legend of Kage
00010001-FAVx 00010001-464156xx Tecmo Bowl
00010001-FAWx 00010001-464157xx Elevator Action
00010001-FAXx 00010001-464158xx Pac-Man
00010001-FAYx 00010001-464159xx Ikki
00010001-FAZx 00010001-464159xx Field Combat
00010001-FB2x 00010001-464232xx Super Mario Brothers: The Lost Levels
00010001-FB3x 00010001-464233xx Valkyrie no Boken: Toki no Kagi Densetsu
00010001-FB4x 00010001-464234xx Lunar Pool
00010001-FB5x 00010001-464235xx Zanac
00010001-FB6x 00010001-464236xx Front Line
00010001-FB7x 00010001-464237xx Nuts & Milk
00010001-FB8x 00010001-464238xx Challenger
00010001-FB9x 00010001-464239xx Pooyan
00010001-FBAx 00010001-464241xx Smash Table Tennis
00010001-FBBx 00010001-464242xx Mach Rider
00010001-FBCx 00010001-464243xx Excitebike
00010001-FBDx 00010001-464244xx Kid Icarus
00010001-FBEx 00010001-464245xx Ice Climber
00010001-FBHx 00010001-464248xx Castlevania
00010001-FBIx 00010001-464249xx Punch-Out!! Featuring Mr. Dream
00010001-FBJx 00010001-46424axx Mighty Bomb Jack
00010001-FBKx 00010001-46424bxx Teenage Mutant Ninja Turtles
00010001-FBLx 00010001-46424cxx Lode Runner
00010001-FBNx 00010001-46424exx Ninja Gaiden
00010001-FBOx 00010001-46424fxx Gradius II: Gofer no Yabou
00010001-FBQx 00010001-464251xx Druaga no Tou
00010001-FBRx 00010001-464252xx Galaga
00010001-FBSx 00010001-464253xx Milon's Secret Castle
00010001-FBUx 00010001-464255xx Adventures of Lolo
00010001-FBVx 00010001-464256xx Tsuppari Ozumo
00010001-FBWx 00010001-464257xx Joy Mech Fight
00010001-FBYx 00010001-464259xx Super Mario Bros. 2
00010001-FBZx 00010001-46425axx Metroid
00010001-FC2x 00010001-464332xx Hanjuku Hero
00010001-FC3x 00010001-464333xx Bubble Bobble
00010001-FC4x 00010001-464334xx Chack'n Pop
00010001-FC5x 00010001-464335xx Ganbare Goemon! Karakuri Dochu
00010001-FC6x 00010001-464336xx StarTropics
00010001-FC7x 00010001-464337xx NES Play Action Football
00010001-FC8x 00010001-464338xx Castlevania II: Simon's Quest
00010001-FC9x 00010001-464339xx Metal Slader Glory
00010001-FCAx 00010001-464341xx Star Soldier
00010001-FCEx 00010001-464345xx Esper Dream
00010001-FCFx 00010001-464346xx Yie Ar Kung-Fu
00010001-FCGx 00010001-464347xx TwinBee
00010001-FCHx 00010001-464348xx Flappy
00010001-FCIx 00010001-464349xx Volguard II
00010001-FCNx 00010001-46434exx Kekkyoku Nankyoku Daiboken
00010001-FCOx 00010001-46434fxx Battle City
00010001-FCPx 00010001-464350xx Balloon Fight
00010001-FCQx 00010001-464351xx Ninja Gaiden II: The Dark Sword of Chaos
00010001-FCRx 00010001-464352xx Adventure Island
00010001-FCSx 00010001-464353xx Super C/Probotector II: Return of the Evil Forces
00010001-FCTx 00010001-464354xx Mega Man
00010001-FCUx 00010001-464355xx Volleyball
00010001-FCVx 00010001-464356xx Wrecking Crew
00010001-FCWx 00010001-464357xx Super Mario Bros. 3
00010001-FCYx 00010001-464359xx Yoshi's Cookie
00010001-FCZx 00010001-46435axx King's Knight
00010001-FD2x 00010001-464432xx Double Dragon
00010001-FD6x 00010001-464436xx Adventures of Lolo 2
00010001-FD7x 00010001-464437xx Mega Man 3
00010001-FDAx 00010001-464441xx Spelunker
00010001-FDBx 00010001-464442xx Famicom Mukashibanashi: Shin Onigashima
00010001-FDCx 00010001-464443xx Star Luster
00010001-FDEx 00010001-464445xx Mappy
00010001-FDFx 00010001-464446xx Bases Loaded
00010001-FDGx 00010001-464447xx Ghosts 'n Goblins
00010001-FDIx 00010001-464449xx Bokosuka Wars
00010001-FDLx 00010001-46444cxx Ninja Gaiden III: The Ancient Ship of Doom
00010001-FDNx 00010001-46444exx Mega Man 2
00010001-FDOx 00010001-46444fxx Operation Wolf
00010001-FDPx 00010001-464450xx Blades of Steel
00010001-FDQx 00010001-464451xx Double Dribble
00010001-FDRx 00010001-464452xx Skate or Die!
00010001-FDSx 00010001-464453xx Famicom Tantei Club: Kieta Koukeisha
00010001-FDTx 00010001-464454xx Renegade
00010001-FDUx 00010001-464455xx Super Dodgeball
00010001-FDVx 00010001-464456xx River City Ransom/Street Gangs
00010001-FDWx 00010001-464457xx Downtown Special: Kunio-kun no Jidaigeki dayo Zennin Shuugou!
00010001-FDXx 00010001-464458xx Double Dragon II: The Revenge
00010001-FDYx 00010001-464459xx Fire Emblem Gaiden
00010001-FDZx 00010001-46445axx Downtown Nekketsu Koushinkyoku: Soreyuke Daiundoukai
00010001-FE6x 00010001-464536xx Ninja-kun: Majou no Boken
00010001-FE7x 00010001-464537xx Ninja-kun: Ashura no Shou
00010001-FE9x 00010001-464539xx Ike Ike! Nekketsu Hockey Bu: Subette Koronde Dairanto
00010001-FECx 00010001-464543xx Sky Kid
00010001-FEDx 00010001-464544xx Dig Dug
00010001-FEEx 00010001-464545xx Tantei Jinguji Saburo: Shinjuku Chuo Kōen Satsujin Jiken
00010001-FEIx 00010001-464549xx City Connection
00010001-FEJx 00010001-46454axx Nazo no Murasamejou
00010001-FELx 00010001-46454cxx Transformers: Convoy no Nazo
00010001-FEMx 00010001-46454dxx Bio Miracle Bokutte Upa
00010001-FENx 00010001-46454exx Life Force
00010001-FEPx 00010001-464550xx Getsufuuma Den
00010001-FEQx 00010001-464551xx Castlevania III: Dracula's Curse
00010001-FERx 00010001-464552xx Zoda's Revenge: StarTropics 2
00010001-FESx 00010001-464553xx Clu Clu Land
00010001-FEUx 00010001-464555xx Donkey Kong 3
00010001-FEVx 00010001-464556xx Atlantis no Nazo
00010001-FEWx 00010001-464557xx Dragon Buster
00010001-FEXx 00010001-464558xx Wagan Land
00010001-FFAx 00010001-464641xx Final Fantasy
00010001-FFBx 00010001-464642xx Final Fantasy II
00010001-FFDx 00010001-464644xx Crash 'N The Boys: Street Challange
00010001-FFEx 00010001-464645xx A Boy and His Blob: Trouble on Blobolonia
00010001-FFFx 00010001-464646xx Final Fantasy III
00010001-FFGx 00010001-464647xx SD Gundam World - Gachapon Senshi: Scramble Wars
00010001-FFKx 00010001-46464bxx Championship Lode Runner
00010001-FFLx 00010001-46464cxx Princess Tomato in the Salad Kingdom
00010001-FFMx 00010001-46464dxx Blaster Master
00010001-FFNx 00010001-46464exx Mega Man 4
00010001-FFQx 00010001-464651xx Shadow of the Ninja
00010001-FFRx 00010001-464652xx Faxandu
00010001-FFUx 00010001-464655xx Adventure Island II
00010001-FFVx 00010001-464656xx S.C.A.T.
00010001-FFYx 00010001-464659xx Mega Man 5

00010001-Hxxx : Channels

Title ID Hex Name Description
00010001-HADx 00010001-484144xx Internet Channel Opera based internet browser.
00010001-HAEA 00010001-48414541 Wii Message Board Not a channel by itself, but mail stored on the SD card uses this ID.
00010001-HAJx 00010001-48414axx Everybody Votes Channel
00010001-HAOx 00010001-48414fxx TV Remote Channel Not released[check], but references exist in the System Menu.
00010001-HAPx 00010001-484150xx Mii Contest Channel Known as Check Mii Out Channel in NA.
00010001-HATx 00010001-484154xx Nintendo Channel
00010001-HAVx 00010001-484156xx Today and Tomorrow Channel Fortune telling channel. Also available in Korea.
00010001-HAWx 00010001-484157xx Metroid Prime 3 Preview
00010001-HBNx 00010001-48424exx TV no Tomo Translates to TV Friend Channel. (TV Guide Channel)
00010001-HC2D 00010001-48433244 Watchever Germany exclusive Streaming service.
00010001-HC3x 00010001-484333xx USB Memori Shuufuku Puroguramu Translates to USB Memory Repair Program.
00010001-HC4x 00010001-484333xx Crunchyroll Anime streaming service.
00010001-HCAx 00010001-484341xx Jam with the Band: Live Channel Daigasso! Band Bros. DX Speaker Channel in Japan.
00010001-HCBx 00010001-484342xx Shashin Channel 1.0 Fukkyuu Programme Translates to Photo Channel 1.0 Restore Program.
00010001-HCHx 00010001-484348xx Demae Channel Known as Food Channel. It was Japan food service channel.
00010001-HCDx 00010001-484344xx Digicam Print Channel Known as Photo Prints Channel.
00010001-HCFx 00010001-484346xx Wii Speak Channel Requires Wii Speak microphone. v1 is a pre-release dummy channel. Also available in Korea.
00010001-HCGx 00010001-484347xx Wii & the Internet Named Get Connected Video in the USA.
Popularly called Wii + Internet based on its banner.
00010001-HCIx 00010001-484349xx Wii no Ma Known as Wii Room.
00010001-HCJx 00010001-48434axx BBC iPlayer Channel UK exclusive channel.
00010001-HCLx 00010001-48434cxx Netflix Streaming service.
00010001-HCMx 00010001-48434dxx Kirby TV Channel Wii Channel application that showed episodes of Kirby: Right Back at Ya!
00010001-HCQx 00010001-484351xx Hulu Plus Streaming service.
00010001-HCRx 00010001-484352xx The Legend of Zelda: Skyward Sword
Save Data Update Channel
It is a save data fix tool. Also available in Korea.
00010001-HCSx 00010001-484353xx Wii U Transfer Tool Transfers titles and data to vWii.
00010001-HCWx 00010001-484357xx Amazon Instant Video Streaming service. Called LOVEFiLM and later Amazon / LOVEFiLM in Europe.
00010001-HCXx 00010001-484358xx YouTube
00010001-HFNJ 00010001-48464e4a Karada chekku channeru Wii Fit Body Check Channel

00010001-Jxxx : SNES Games

Title ID Hex Description
00010001-JA2x 00010001-4a4132xx Kamaitachi no Yoru
00010001-JA3x 00010001-4a4133xx Shin Megami Tensei
00010001-JA4x 00010001-4a4134xx Super Ghouls 'n Ghosts
00010001-JA5x 00010001-4a4135xx Hercules no Eiko III: Kamigami no Chinmoku
00010001-JA6x 00010001-4a4136xx Zombies Ate My Neighbors
00010001-JA7x 00010001-4a4137xx ActRaiser
00010001-JA8x 00010001-4a4138xx Final Fight
00010001-JAAx 00010001-4a4141xx Super Mario World
00010001-JABx 00010001-4a4142xx Mario's Super Picross
00010001-JACx 00010001-4a4143xx F-Zero
00010001-JADx 00010001-4a4144xx The Legend of Zelda: A Link to the Past
00010001-JAEx 00010001-4a4145xx Donkey Kong Country
00010001-JAFx 00010001-4a4146xx SimCity
00010001-JAGx 00010001-4a4147xx Fire Emblem: Monsho no Nazo
00010001-JAHx 00010001-4a4148xx R-Type III: The Third Lightning
00010001-JAIx 00010001-4a4149xx Super Castlevania IV
00010001-JAJx 00010001-4a414axx Street Fighter II: The World Warrior
00010001-JALx 00010001-4a414cxx Contra III: The Alien Wars
00010001-JAMx 00010001-4a414dxx Gradius III
00010001-JAPx 00010001-4a4150xx Fire Emblem: Seisen no Keifu
00010001-JAUx 00010001-4a4155xx Famicom Bunko: Hajimari no Mori
00010001-JAVx 00010001-4a4156xx Super Metroid
00010001-JAWx 00010001-4a4157xx Romance of the Three Kingdoms IV: Wall of Fire
00010001-JAZx 00010001-4a415axx The Legend of the Mystical Ninja
00010001-JB3x 00010001-4a4233xx Harvest Moon
00010001-JB5x 00010001-4a4235xx Super Gussun Oyoyo
00010001-JB6x 00010001-4a4236xx Treasure Hunter G
00010001-JB7x 00010001-4a4237xx Front Mission Series: Gun Hazard
00010001-JB9x 00010001-4a4239xx Gakkou de atta Kowai Hanashi
00010001-JBAx 00010001-4a4241xx Metal Marines
00010001-JBBx 00010001-4a4242xx Super Street Fighter II: The New Challengers
00010001-JBCx 00010001-4a4243xx Kirby's Dream Course
00010001-JBDx 00010001-4a4244xx Donkey Kong Country 2: Diddy's Kong Quest
00010001-JBEx 00010001-4a4245xx Magical Drop
00010001-JBFx 00010001-4a4246xx Otogirisou
00010001-JBGx 00010001-4a4247xx Mystery Dungeon: Shiren the Wanderer
00010001-JBHx 00010001-4a4248xx Hercules no Eiko IV: Kamigami kara no Okurimono
00010001-JBIx 00010001-4a4249xx Street Fighter II Turbo: Hyper Fighting
00010001-JBKx 00010001-4a424bxx Breath of Fire II
00010001-JBLx 00010001-4a424cxx Pac-Attack
00010001-JBNx 00010001-4a424exx Darius Twin
00010001-JBOx 00010001-4a424fxx Panel de Pon
00010001-JBPx 00010001-4a4250xx Donkey Kong Country 3: Dixie Kong's Double Trouble!
00010001-JBQx 00010001-4a4251xx Kirby's Avalanche
00010001-JBRx 00010001-4a4252xx Vegas Stakes
00010001-JBSx 00010001-4a4253xx Axelay
00010001-JBTx 00010001-4a4254xx Super Turrican
00010001-JBUx 00010001-4a4255xx Super Turrican 2
00010001-JBVx 00010001-4a4256xx Der Langrisser
00010001-JBWx 00010001-4a4257xx Cybernator
00010001-JBYx 00010001-4a4259xx Super R-Type
00010001-JC3x 00010001-4a4333xx Bahamut Lagoon
00010001-JC4x 00010001-4a4334xx Indiana Jones' Greatest Adventure
00010001-JC5x 00010001-4a4335xx Romancing SaGa
00010001-JC6x 00010001-4a4336xx Romancing SaGa 2
00010001-JC7x 00010001-4a4337xx The Combatribes
00010001-JC8x 00010001-4a4338xx Final Fantasy II
00010001-JCAx 00010001-4a4341xx DoReMi Fantasy: Milon's DokiDoki Adventure
00010001-JCBx 00010001-4a4342xx Super Mario RPG: Legend of the Seven Stars
00010001-JCCx 00010001-4a4343xx Kirby Super Star
00010001-JCDx 00010001-4a4344xx Kirby's Dream Land 3
00010001-JCEx 00010001-4a4345xx Fire Emblem: Thracia 776
00010001-JCGx 00010001-4a4347xx Ganbare Goemon 2: Kiteretsu Shogun Magginesu
00010001-JCIx 00010001-4a4349xx Famicom Tantei Club Part II: Ushiro ni Tatsu Shojo
00010001-JCJx 00010001-4a434axx Super Punch-Out!!
00010001-JCKx 00010001-4a434bxx Space Invaders: The Original Game
00010001-JCLx 00010001-4a434cxx Secret of Mana
00010001-JCMx 00010001-4a434dxx Super Wagan Land
00010001-JCTx 00010001-4a4354xx Ogre Battle: The March of the Black Queen
00010001-JCUx 00010001-4a4355xx Tactics Ogre: Let Us Cling Together
00010001-JCVx 00010001-4a4356xx PilotWings
00010001-JCWx 00010001-4a4357xx Super Mario Kart
00010001-JCXx 00010001-4a4358xx Nobunaga's Ambition
00010001-JCYx 00010001-4a4359xx New Horizons
00010001-JCZx 00010001-4a435axx Genghis Khan II: Clan of the Gray Wolf
00010001-JD3x 00010001-4a4433xx Super E.D.F.: Earth Defense Force
00010001-JD4x 00010001-4a4434xx Rival Turf!
00010001-JD5x 00010001-4a4435xx Brawl Brothers
00010001-JD6x 00010001-4a4436xx The Ignition Factor
00010001-JD7x 00010001-4a4437xx Super Adventure Island
00010001-JD8x 00010001-4a4438xx Super Adventure Island II
00010001-JD9x 00010001-4a4439xx Super Bonk
00010001-JDAx 00010001-4a4441xx Final Fantasy III
00010001-JDCx 00010001-4a4443xx Street Fighter Alpha 2
00010001-JDDx 00010001-4a4444xx Final Fight 2
00010001-JDEx 00010001-4a4445xx Final Fight 3
00010001-JDFx 00010001-4a4446xx Sutte Hakkun
00010001-JDIx 00010001-4a4449xx Super Star Wars
00010001-JDJx 00010001-4a444axx Super Star Wars: The Empire Strikes Back
00010001-JDLx 00010001-4a444cxx Super Star Wars: Return of the Jedi
00010001-JDMx 00010001-4a444dxx Kirby no Kirakira Kizzu
00010001-JDNx 00010001-4a444exx Ghoul Patrol
00010001-JDVx 00010001-4a4456xx Wild Guns
00010001-JDWx 00010001-4a4457xx Aero the Acro-Bat
00010001-JDXx 00010001-4a4458xx Aero the Acro-Bat 2
00010001-JDZx 00010001-4a445axx Final Fantasy Mystic Quest
00010001-JEAx 00010001-4a4541xx Natsume Championship Wrestling
00010001-JEBx 00010001-4a4542xx Mega Man X
00010001-JECx 00010001-4a4543xx Chrono Trigger

00010001-Lxxx : Sega Master System

Title ID Hex Description
00010001-LAAx 00010001-4c4141xx Hokuto no Ken (Black Belt)
00010001-LABx 00010001-4c4142xx Fantasy Zone
00010001-LACx 00010001-4c4143xx Wonder Boy
00010001-LADx 00010001-4c4144xx Phantasy Star
00010001-LAEx 00010001-4c4145xx Alex Kidd in Miracle World
00010001-LAFx 00010001-4c4146xx Secret Command
00010001-LAGx 00010001-4c4147xx Sonic the Hedgehog
00010001-LAHx 00010001-4c4148xx Space Harrier
00010001-LAIx 00010001-4c4149xx Enduro Racer
00010001-LAJx 00010001-4c414axx Sonic the Hedgehog 2
00010001-LAKx 00010001-4c414bxx Wonder Boy in Monster Land
00010001-LALx 00010001-4c414cxx Fantasy Zone II: The Tears of Opa-Opa
00010001-LAMx 00010001-4c414dxx Sonic Chaos
00010001-LANx 00010001-4c414exx Alex Kidd: The Lost Stars
00010001-LAOx 00010001-4c414fxx R-Type
00010001-LAPx 00010001-4c4150xx Wonder Boy III : The Dragon's Trap
00010001-LAQx 00010001-4c4151xx Alex Kidd in Shinobi World

00010001-Mxxx : Sega Genesis

Title ID Hex Description
00010001-MA2x 00010001-4d4132xx Dyna Brothers
00010001-MA3x 00010001-4d4133xx Puyo Puyo 2
00010001-MA4x 00010001-4d4134xx Bahamut Senki
00010001-MA5x 00010001-4d4135xx Rent-A-Hero
00010001-MA6x 00010001-4d4136xx Streets of Rage 2
00010001-MA7x 00010001-4d4137xx Shining in the Darkness
00010001-MA8x 00010001-4d4138xx Ecco the Dolphin II: The Tides of Time
00010001-MA9x 00010001-4d4139xx The Hybrid Front
00010001-MAAx 00010001-4d4141xx Altered Beast
00010001-MABx 00010001-4d4142xx Columns
00010001-MACx 00010001-4d4143xx Dr. Robotnik's Mean Bean Machine
00010001-MADx 00010001-4d4144xx Ecco the Dolphin
00010001-MAEx 00010001-4d4145xx Golden Axe
00010001-MAFx 00010001-4d4146xx Gunstar Heroes
00010001-MAGx 00010001-4d4147xx Ristar
00010001-MAHx 00010001-4d4148xx Sonic the Hedgehog
00010001-MAIx 00010001-4d4149xx Space Harrier II
00010001-MAJx 00010001-4d414axx ToeJam & Earl
00010001-MAKx 00010001-4d414bxx Shadow Dancer: The Secret of the Shinobi
00010001-MALx 00010001-4d414cxx Bonanza Bros.
00010001-MAMx 00010001-4d414dxx Sword of Vermilion
00010001-MANx 00010001-4d414exx Gain Ground
00010001-MAOx 00010001-4d414fxx Bio-Hazard Battle
00010001-MAPx 00010001-4d4150xx Comix Zone
00010001-MAQx 00010001-4d4151xx Streets of Rage
00010001-MARx 00010001-4d4152xx Beyond Oasis (The Story of Thor)
00010001-MASx 00010001-4d4153xx Vectorman
00010001-MATx 00010001-4d4154xx Sonic Spinball
00010001-MAUx 00010001-4d4155xx Puzzle & Action: Tanto-R
00010001-MAVx 00010001-4d4156xx Wonder Boy in Monster World
00010001-MAWx 00010001-4d4157xx Virtua Fighter 2
00010001-MAXx 00010001-4d4158xx Alex Kidd in the Enchanted Castle
00010001-MAYx 00010001-4d4159xx Alien Storm
00010001-MAZx 00010001-4d415axx ToeJam & Earl in Panic on Funkotron
00010001-MB2x 00010001-4d4232xx Langrisser
00010001-MB3x 00010001-4d4233xx Monster World IV
00010001-MB4x 00010001-4d4234xx Party Quiz Mega Q
00010001-MB5x 00010001-4d4235xx Langrisser II
00010001-MB6x 00010001-4d4236xx Shining Force II: Ancient Sealing
00010001-MB7x 00010001-4d4237xx Mega Turrican
00010001-MB8x 00010001-4d4238xx Phantasy Star II
00010001-MB9x 00010001-4d4239xx Pepen ga Pengo
00010001-MBAx 00010001-4d4241xx Pulseman
00010001-MBBx 00010001-4d4242xx Sonic the Hedgehog 2
00010001-MBCx 00010001-4d4243xx Kid Chameleon
00010001-MBDx 00010001-4d4244xx Golden Axe II
00010001-MBEx 00010001-4d4245xx Shining Force
00010001-MBFx 00010001-4d4246xx Shinobi III: Return of the Ninja Master
00010001-MBGx 00010001-4d4247xx Dynamite Headdy
00010001-MBHx 00010001-4d4248xx Puzzle & Action: Ichi Tanto-R
00010001-MBIx 00010001-4d4249xx Landstalker: The Treasures of King Nole
00010001-MBJx 00010001-4d424axx Ghouls 'n Ghosts
00010001-MBKx 00010001-4d424bxx Crack Down
00010001-MBLx 00010001-4d424cxx ESWAT: City Under Siege
00010001-MBMx 00010001-4d424dxx Sonic the Hedgehog 3
00010001-MBNx 00010001-4d424exx Chelnov
00010001-MBOx 00010001-4d424fxx Golden Axe III
00010001-MBPx 00010001-4d4250xx Super Thunder Blade
00010001-MBQx 00010001-4d4251xx Streets of Rage 3
00010001-MBRx 00010001-4d4252xx Rolling Thunder 2
00010001-MBSx 00010001-4d4253xx Dyna Brothers 2 Special
00010001-MBTx 00010001-4d4254xx Alien Soldier
00010001-MBUx 00010001-4d4255xx Sonic 3D Blast (Flickies' Island)
00010001-MBVx 00010001-4d4256xx Assault Suits Leynos (Target Earth)
00010001-MBWx 00010001-4d4257xx Columns III: Revenge of Columns
00010001-MBXx 00010001-4d4258xx Ecco Jr.
00010001-MBYx 00010001-4d4259xx Light Crusader
00010001-MBZx 00010001-4d425axx Eternal Champions
00010001-MC2x 00010001-4d4332xx Earthworm Jim 2
00010001-MCAx 00010001-4d4341xx Gley Lancer
00010001-MCBx 00010001-4d4342xx Powerball
00010001-MCCx 00010001-4d4343xx Phantasy Star III: Generations of Doom
00010001-MCDx 00010001-4d4344xx Sonic & Knuckles
00010001-MCEx 00010001-4d4345xx Super Fantasy Zone
00010001-MCFx 00010001-4d4346xx Phelios
00010001-MCGx 00010001-4d4347xx Forgotten Worlds
00010001-MCHx 00010001-4d4348xx M.U.S.H.A.
00010001-MCIx 00010001-4d4349xx Gynoug
00010001-MCJx 00010001-4d434axx Splatterhouse 2
00010001-MCKx 00010001-4d434bxx Phantasy Star IV: The End of the Millennium
00010001-MCLx 00010001-4d434cxx Street Fighter II: Special Champion Edition
00010001-MCOx 00010001-4d434fxx Sorcerian
00010001-MCPx 00010001-4d4350xx Earthworm Jim
00010001-MCQx 00010001-4d4351xx Boogerman: A Pick and Flick Adventure
00010001-MCRx 00010001-4d4352xx MERCS: Wolf of the Battlefield
00010001-MCSx 00010001-4d4353xx Wonder Boy III: Monster Lair
00010001-MCTx 00010001-4d4354xx Clay Fighter
00010001-MCVx 00010001-4d4356xx Pitfall: The Mayan Adventure
00010001-MCWx 00010001-4d4357xx Galaxy Force II
00010001-MCYx 00010001-4d4359xx The Revenge of Shinobi
00010001-MCZx 00010001-4d435axx Shanghai II: Dragon's Eye

00010001-Nxxx : Nintendo 64 Games

Title ID Hex Description Notes
00010001-NA3x 00010001-4e4133xx Bomberman Hero
00010001-NAAx 00010001-4e4141xx Super Mario 64
00010001-NABx 00010001-4e4142xx Mario Kart 64
00010001-NACx 00010001-4e4143xx The Legend of Zelda: Ocarina of Time
00010001-NADx 00010001-4e4144xx Star Fox: Lylat Wars
00010001-NAEx 00010001-4e4145xx Paper Mario 64
00010001-NAFx 00010001-4e4146xx F-Zero X
00010001-NAHx 00010001-4e4148xx Yoshi's Story
00010001-NAIx 00010001-4e4149xx Wave Race 64
00010001-NAJx 00010001-4e414axx Sin and Punishment
00010001-NAKx 00010001-4e414bxx Pokémon Snap
00010001-NALx 00010001-4e414cxx Super Smash Bros.
00010001-NAMx 00010001-4e414dxx Kirby 64: The Crystal Shards
00010001-NANx 00010001-4e414exx Pokémon Puzzle League
00010001-NAOx 00010001-4e414fxx 1080° Snowboarding
00010001-NAPx 00010001-4e4150xx Custom Robo V2 Japan exclusive
00010001-NARx 00010001-4e4152xx The Legend of Zelda: Majora's Mask
00010001-NASx 00010001-4e4153xx Cruis'n USA
00010001-NATx 00010001-4e4154xx Mario Tennis
00010001-NAUx 00010001-4e4155xx Mario Golf
00010001-NAYx 00010001-4e4159xx Ogre Battle 64: Person of Lordly Caliber
00010001-NAZx 00010001-4e415axx Mario Party 2

00010001-Pxxx : TurboGrafx-16

Title ID Hex Description
00010001-PA3x 00010001-504133xx Salamander
00010001-PA4x 00010001-504134xx Parasol Stars
00010001-PA6x 00010001-504136xx Bloody Wolf
00010001-PA7x 00010001-504137xx Alien Crush
00010001-PA8x 00010001-504138xx Ordyne
00010001-PA9x 00010001-504139xx Splatterhouse
00010001-PAAx 00010001-504141xx Bomberman '93
00010001-PABx 00010001-504142xx Bonk's Adventure
00010001-PACx 00010001-504143xx Dungeon Explorer
00010001-PADx 00010001-504144xx R-Type
00010001-PAEx 00010001-504145xx Super Star Soldier
00010001-PAFx 00010001-504146xx Victory Run
00010001-PAGx 00010001-504147xx Bomberman'94
00010001-PAHx 00010001-504148xx Battle Lode Runner
00010001-PAIx 00010001-504149xx New Adventure Island
00010001-PAKx 00010001-50414bxx Dragon's Curse
00010001-PALx 00010001-50414cxx Soldier Blade
00010001-PAMx 00010001-50414dxx Neutopia
00010001-PANx 00010001-50414exx Military Madness
00010001-PAOx 00010001-50414fxx Final Soldier
00010001-PAPx 00010001-504150xx R-Type II Part II
00010001-PAQx 00010001-504151xx Gradius
00010001-PARx 00010001-504152xx Detania!! Twinbee
00010001-PASx 00010001-504153xx Cadash
00010001-PATx 00010001-504154xx KiKi KaiKai
00010001-PAVx 00010001-504156xx Vigilante
00010001-PAWx 00010001-504157xx Galaga '90
00010001-PAYx 00010001-504159xx Valkyrie no Densetsu
00010001-PB2x 00010001-504232xx Neutopia II
00010001-PB3x 00010001-504233xx Devil's Crush
00010001-PB5x 00010001-504235xx Ninja Ryuukenden
00010001-PB6x 00010001-504236xx Cratermaze
00010001-PB8x 00010001-504238xx Blazing Lazers
00010001-PB9x 00010001-504239xx World Sports Competition
00010001-PBAx 00010001-504241xx Dragon Spirit
00010001-PBDx 00010001-504244xx Double Dungeons
00010001-PBEx 00010001-504245xx Moto Roader
00010001-PBHx 00010001-504248xx Bonk's Revenge
00010001-PBIx 00010001-504249xx Bonk 3: Bonk's Big Adventure
00010001-PBJx 00010001-50424axx Samurai Ghost
00010001-PBMx 00010001-50424dxx Legend of Hero Tonma
00010001-PBNx 00010001-50424exx Ninja Spirit
00010001-PBSx 00010001-504253xx Chew Man Fu
00010001-PBTx 00010001-504254xx China Warrior
00010001-PBUx 00010001-504255xx Bravoman
00010001-PBWx 00010001-504257xx Air Zonk
00010001-PBXx 00010001-504258xx Shockman
00010001-PBZx 00010001-50425axx J.J. & Jeff
00010001-PC2x 00010001-504332xx Chase H.Q.
00010001-PCAx 00010001-504341xx Silent Debuggers
00010001-PCBx 00010001-504342xx Dead Moon
00010001-PCDx 00010001-504344xx Appare! Gate Ball
00010001-PCEx 00010001-504345xx Power Golf
00010001-PCHx 00010001-504348xx Drop Off
00010001-PCOx 00010001-50434fxx Psychosis
00010001-PCRx 00010001-504352xx Break In
00010001-PCSx 00010001-504353xx Digital Champ Battle Boxing
00010001-PCVx 00010001-504356xx World Class Baseball
00010001-PCWx 00010001-504357xx Image Fight
00010001-PDAx 00010001-504441xx Nekketsu Koko Dodgeball Bu: PC Bangai Hen
00010001-PDCx 00010001-504443xx Dai Makaimura
00010001-PDDx 00010001-504444xx Volfied
00010001-PDFx 00010001-504446xx Jigoku Meguri
00010001-PDJx 00010001-50444axx Street Fighter II': Champion Edition

00010001-Qxxx : TurboGrafx-CD

Title ID Hex Description
00010001-QA2x 00010001-514132xx Nekketsu Koko Dodgeball Bu: CD Soccer Hen
00010001-QA3x 00010001-514133xx SimEarth: The Living Planet
00010001-QA4x 00010001-514134xx Super Darius
00010001-QA6x 00010001-514136xx Super Darius II
00010001-QA7x 00010001-514137xx Kaze no Densetsu Xanadu
00010001-QA8x 00010001-514138xx Spriggan Mark 2: Re-Terraform Project
00010001-QA9x 00010001-514139xx Kaze no Densetsu Xanadu II
00010001-QAAx 00010001-514141xx Super Air Zonk: Rockabilly-Paradise
00010001-QABx 00010001-514142xx Ys: Book I & II
00010001-QACx 00010001-514143xx Cho Aniki
00010001-QADx 00010001-514144xx Gradius II: Gofer no Yabou
00010001-QAFx 00010001-514146xx The Dynastic Hero
00010001-QAGx 00010001-514147xx Gate of Thunder
00010001-QAJx 00010001-51414axx Image Fight II
00010001-QAKx 00010001-51414bxx Ai Cho Aniki
00010001-QALx 00010001-51414cxx The Atlas: Renaissance Voyager
00010001-QANx 00010001-51414exx Neo Nectaris
00010001-QAOx 00010001-51414fxx Dungeon Explorer II
00010001-QAPx 00010001-514150xx Castlevania: Rondo of Blood
00010001-QAQx 00010001-514151xx Dragon Slayer: Eiyuu Densetsu
00010001-QASx 00010001-514153xx Lords of Thunder
00010001-QATx 00010001-514154xx Riot Zone
00010001-QAUx 00010001-514155xx Monster Lair
00010001-QAWx 00010001-514157xx Star Parodier
00010001-QAXx 00010001-514158xx Martial Champion
00010001-QAYx 00010001-514159xx Seirei Senshi Spriggan
00010001-QBAx 00010001-514241xx L・Dis
00010001-QBBx 00010001-514242xx Fighting Street

00010001-Wxxx : WiiWare

Title ID Hex Description
00010001-W2Cx 00010001-573243xx Brain Challenge
00010001-W2Kx 00010001-57324bxx Let's Catch
00010001-W2Tx 00010001-573254xx Drill Sergeant Mindstrong
00010001-W34x 00010001-573334xx @SIMPLE Series Vol. 4: The Misshitsu kara no Dasshutsu
00010001-W3Dx 00010001-573344xx 3°C
00010001-W3Mx 00010001-57334dxx The Three Musketeers: One For All!
00010001-W42x 00010001-573432xx F·O·R·T·U·N·E: Hoshi no Furi Sosogu Oka
00010001-W48x 00010001-573438xx ShadowPlay
00010001-W4Kx 00010001-57344bxx Shika Gari
00010001-W4Ox 00010001-57344fxx Shikakui Atama wo Maru Kusuru: Mainichi Minna no Challenge Hen
00010001-W4Tx 00010001-573454xx Spaceball Revolution
00010001-W54x 00010001-573534xx 5 Spots Party
00010001-W6Bx 00010001-573642xx Eco Shooter: Plant 530
00010001-W82x 00010001-573832xx Jintori Action! Taikokenchi: Karakuri Shiro no Nazo
00010001-W8Cx 00010001-573843xx BIT.TRIP CORE
00010001-W8Dx 00010001-573844xx Mebius Drive
00010001-W8Ix 00010001-573849xx Hachiwan Diver Wii
00010001-W8Px 00010001-573850xx Ouchi de Mugen Puchi Puchi
00010001-W8Xx 00010001-573858xx Battle Poker
00010001-W9Ix 00010001-573949xx Evasive Space
00010001-W9Lx 00010001-57394cxx Copter Crisis
00010001-WA2x 00010001-574132xx Magnetica Twist
00010001-WA4x 00010001-574134xx Asobu Made in Ore
00010001-WA7x 00010001-574137xx Toribash
00010001-WANx 00010001-57414exx Ant Nation
00010001-WAOx 00010001-57414fxx Harapeko Aomushi no ABC
00010001-WAQx 00010001-574151xx Yakuman Wii
00010001-WARx 00010001-574152xx Tsuushin Taikyoku: Igo Dojo 2700-Mon
00010001-WASx 00010001-574153xx Tsuushin Taikyoku: Hayazashi Shougi 3
00010001-WAUx 00010001-574155xx Tsuushin Taikyoku: World Chess
00010001-WAZx 00010001-57415axx Amazing Brain Train!
00010001-WB2x 00010001-574232xx Strong Bad 4: Dangeresque 3
00010001-WB3x 00010001-574233xx Strong Bad 5: 8-Bit Is Enough
00010001-WB4x 00010001-574234xx Wild West Guns
00010001-WB5x 00010001-574235xx Block Breaker Deluxe
00010001-WB6x 00010001-574236xx TV Show King
00010001-WB7x 00010001-574237xx Midnight Pool
00010001-WB8x 00010001-574238xx Midnight Bowling
00010001-WBAx 00010001-574241xx Bakutan
00010001-WBBx 00010001-574242xx Snowboard Riot
00010001-WBEx 00010001-574245xx Frat Party Games: Pong Toss
00010001-WBGx 00010001-574247xx Bang Attack
00010001-WBIx 00010001-574249xx Boingz
00010001-WBJx 00010001-57424axx Harvest Moon: My Little Shop
00010001-WBKx 00010001-57424bxx Arkanoid Plus
00010001-WBLx 00010001-57424cxx Bubble Bobble Plus!
00010001-WBMx 00010001-57424dxx My Pokémon Ranch
00010001-WBNx 00010001-57424exx Bonsai Barber
00010001-WBOx 00010001-57424fxx Gravitronix
00010001-WBPx 00010001-574250xx Plättchen: Twist 'n' Paint
00010001-WBQx 00010001-574251xx Star Soldier R
00010001-WBSx 00010001-574253xx POP
00010001-WBVx 00010001-574256xx SPOGS Racing
00010001-WBWx 00010001-574257xx Critter Round-up
00010001-WBXx 00010001-574258xx Strong Bad 1: Homestar Ruiner
00010001-WBYx 00010001-574259xx Strong Bad 2: Strong Badia the Free
00010001-WBZx 00010001-57425axx Strong Bad 3: Baddest of the Bands
00010001-WC2x 00010001-574332xx Crystal Defenders R2
00010001-WC6x 00010001-574336xx Chronos Twins Dx
00010001-WCIx 00010001-574349xx Crystal Defenders R1
00010001-WCJx 00010001-57434axx Cocoto Platform Jumper
00010001-WCNx 00010001-57434exx Tokyo City Nights
00010001-WCOx 00010001-57434fxx Cocoto Fishing Master
00010001-WCPx 00010001-574350xx Christmas Clix
00010001-WCRx 00010001-574352xx Carnival King
00010001-WCSx 00010001-574353xx Cue Sports: Pool Revolution
00010001-WCUx 00010001-574355xx 3-2-1, Rattle Battle!
00010001-WCZx 00010001-57435axx ColorZ
00010001-WD2x 00010001-574432xx @SIMPLE Series Vol. 2: The Number Puzzle Neo
00010001-WD9x 00010001-574439xx Castlevania: The Adventure ReBirth
00010001-WDAx 00010001-574441xx Darts Wii
00010001-WDBx 00010001-574442xx Derby Dog
00010001-WDFx 00010001-574446xx Defend Your Castle
00010001-WDHx 00010001-574448xx Art Style: ROTOHEX
00010001-WDIx 00010001-574449xx @SIMPLE series Vol. 1: The Block Kuzushi Neo
00010001-WDMx 00010001-57444dxx Dr. Mario Online Rx
00010001-WDNx 00010001-57444exx Discipline
00010001-WDOx 00010001-57444fxx Driift Mania
00010001-WDPx 00010001-574450xx Dr. Mario Online Rx: Friend Battle Demo
00010001-WDRx 00010001-574452xx Mr. Driller W
00010001-WDSx 00010001-574453xx Dragon Master Spell Caster
00010001-WE6x 00010001-574536xx SEA FARM: Iruka to Watashi Showtime
00010001-WE9x 00010001-574539xx Alien Crush Returns
00010001-WEDx 00010001-574544xx Eduardo the Samurai Toaster
00010001-WEMx 00010001-57454dxx "Aha! I Got It!" Escape Game
00010001-WEQx 00010001-574551xx Equilibrio
00010001-WERx 00010001-574552xx My Aquarium
00010001-WETx 00010001-574554xx PictureBook Games: Pop-Up Pursuit
00010001-WEVx 00010001-574556xx Peakvox Escape Virus
00010001-WF2x 00010001-574632xx Final Fantasy Crystal Chronicles: My Life as a Darklord
00010001-WF4x 00010001-574634xx Final Fantasy IV: The After Years
00010001-WF5x 00010001-574635xx Family Card Games
00010001-WFAx 00010001-574641xx Fast Draw Showdown
00010001-WFBx 00010001-574642xx Sandy Beach
00010001-WFCx 00010001-574643xx Final Fantasy Crystal Chronicles: My Life as a King
00010001-WFFx 00010001-574646xx Fun! Fun! Minigolf
00010001-WFGx 00010001-574647xx Frogger Returns
00010001-WFIx 00010001-574649xx Reel Fishing Challenge
00010001-WFKx 00010001-57464bxx Family Kart
00010001-WFMx 00010001-57464dxx Family & Friends Party
00010001-WFPx 00010001-574650xx Hirameki Card Battle: Mekuruka
00010001-WFSx 00010001-574653xx Minna no Theater Wii
00010001-WFTx 00010001-574654xx Fish'em All!
00010001-WG2x 00010001-574732xx Sugarbunnies Wii: Welcome to Bunnies' Field
00010001-WGDx 00010001-574744xx Gradius ReBirth
00010001-WGMx 00010001-57474dxx Game Sound Station
00010001-WGOx 00010001-57474fxx World of Goo
00010001-WGSx 00010001-574753xx Phoenix Wright : Ace Attorney
00010001-WGUx 00010001-574755xx Aero Guitar
00010001-WGVx 00010001-574756xx Groovin' Blocks
00010001-WGYx 00010001-574759xx GyroStarr
00010001-WH3x 00010001-574833xx Home Sweet Home
00010001-WHEx 00010001-574845xx Heracles: Chariot Racing
00010001-WHHx 00010001-574848xx Full Blast Hitchhike
00010001-WHOx 00010001-57484fxx Hockey Allstar Shootout
00010001-WHPx 00010001-574850xx Sexy Poker
00010001-WHRx 00010001-574852xx Heron : Steam Machine
00010001-WHUx 00010001-574855xx Ghost Mansion Party
00010001-WHVx 00010001-574856xx High Voltage Hot Rod Show
00010001-WHXx 00010001-574858xx Helix
00010001-WIBx 00010001-574942xx Bittos+
00010001-WICx 00010001-574943xx NyxQuest: Kindred Spirits
00010001-WIEx 00010001-574945xx Tales of Monkey Island: Chapter 3
00010001-WIGx 00010001-574947xx Incoming!
00010001-WILx 00010001-57494cxx Tales of Monkey Island: Chapter 1
00010001-WINx 00010001-57494exx The Incredible Maze
00010001-WISx 00010001-574953xx Tales of Monkey Island: Chapter 2
00010001-WITx 00010001-574954xx "Aha! I Found It!" Hidden Object Game
00010001-WIVx 00010001-574956xx Space Invaders Get Even
00010001-WIYx 00010001-574959xx Tales of Monkey Island: Chapter 4
00010001-WJGx 00010001-574a47xx Jinsei Game
00010001-WJSx 00010001-574a53xx Jungle Speed
00010001-WK2x 00010001-574b32xx Kappa-kun no Ota to Shimikai
00010001-WK3x 00010001-574b33xx Kappa-kun to 3 Biki no Koneko
00010001-WK9x 00010001-574b39xx Minna de Asobou: Koinu de Kururin
00010001-WKBx 00010001-574b42xx You, Me, and the Cubes
00010001-WKDx 00010001-574b44xx Pirates: The Key of Dreams
00010001-WKEx 00010001-574b45xx Raku Raku Kinen Appli Wii
00010001-WKHx 00010001-574b48xx Big Kahuna Party
00010001-WKKx 00010001-574b4bxx Party Fun Pirate
00010001-WKPx 00010001-574b50xx Kappa-kun to Mori no Nakamatachi
00010001-WKQx 00010001-574b51xx Kentei TV Wii
00010001-WKRx 00010001-574b52xx Karate Phants: Gloves of Glory
00010001-WKTx 00010001-574b54xx Contra ReBirth
00010001-WLEx 00010001-574c45xx Learning with The PooYoos: Episode 1
00010001-WLGx 00010001-574c47xx HB Arcade Cards
00010001-WLKx 00010001-574c4bxx Rikachan's Fashion House
00010001-WLLx 00010001-574c4cxx Little Tournament Over Yonder
00010001-WLOx 00010001-574c4fxx LostWinds: Winter of the Melodias
00010001-WLPx 00010001-574c50xx LONPOS
00010001-WLTx 00010001-574c54xx LIT
00010001-WLWx 00010001-574c57xx LostWinds
00010001-WM8x 00010001-574d38xx Bomberman Blast
00010001-WM9x 00010001-574d39xx Happy Hammerin'
00010001-WMBx 00010001-574d42xx Maboshi's Arcade
00010001-WMDx 00010001-574d44xx MadStone
00010001-WMGx 00010001-574d47xx Mart Racer
00010001-WMLx 00010001-574d4cxx Major League Eating: The Game
00010001-WMMx 00010001-574d4dxx Muscle March
00010001-WMOx 00010001-574d4fxx Moki Moki
00010001-WMPx 00010001-574d50xx Kotoba no Puzzle: Mojipittan Wii
00010001-WNEx 00010001-574e45xx Penguins & Friends: Hey! That's My Fish!
00010001-WNKx 00010001-574e4bxx Niki - Rock 'n' Ball
00010001-WNPx 00010001-574e50xx Sugu Suro Duo: New Pulsar R&V
00010001-WNVx 00010001-574e56xx NEVES Plus
00010001-WNWx 00010001-574e57xx NEVES Plus Returns
00010001-WO6x 00010001-574f36xx Family Pirate Party
00010001-WOAx 00010001-574f41xx Family Glide Hockey
00010001-WOBx 00010001-574f42xx Art Style: ORBIENT
00010001-WODx 00010001-574f44xx Order!
00010001-WOEx 00010001-574f45xx Oekaki Logic
00010001-WOGx 00010001-574f47xx Family Mini Golf
00010001-WOKx 00010001-574f4bxx Karaoke Joysound Wii
00010001-WOSx 00010001-574f53xx Family Slot Car Racing
00010001-WOTx 00010001-574f54xx Overturn: Mecha Wars
00010001-WOYx 00010001-574f59xx Bit Boy!!
00010001-WOZx 00010001-574f5axx Kodomo Kyooiku Terebi Wii Aiue Oomuzu
00010001-WP2x 00010001-575032xx Potpourrii
00010001-WP9x 00010001-575039xx Pokers Wii
00010001-WPAx 00010001-575041xx Pokémon Mystery Dungeon: Ikuzo! Arashi no Boukendan
00010001-WPBx 00010001-575042xx Pub Darts
00010001-WPCx 00010001-575043xx Doc Louis's Punch-Out!!
00010001-WPDx 00010001-575044xx Chindouchou!! Pole no Daibouken
00010001-WPFx 00010001-575046xx Pokémon Mystery Dungeon: Susume! Honoo no Boukendan
00010001-WPHx 00010001-575048xx Pokémon Mystery Dungeon: Mezase! Hikari no Boukendan
00010001-WPIx 00010001-575049xx Pit Crew Panic!
00010001-WPKx 00010001-57504bxx Texas Hold'em Poker
00010001-WPLx 00010001-57504cxx Planet Pachinko
00010001-WPNx 00010001-57504exx Ponjan Wii
00010001-WPOx 00010001-57504fxx Popple to Mahou no Crayon
00010001-WPPx 00010001-575050xx Family Table Tennis
00010001-WPQx 00010001-575051xx Protöthea
00010001-WPRx 00010001-575052xx Art Style: CUBELLO
00010001-WPSx 00010001-575053xx Pokémon Rumble
00010001-WPUx 00010001-575055xx Bust-a-Move Plus!
00010001-WPXx 00010001-575058xx Minna de Tobikome! Penguin Diving: Hooper Looper
00010001-WPZx 00010001-57505axx Bruiser and Scratch
00010001-WQ4x 00010001-575134xx Kentoshi: Furi Furi Boxing
00010001-WR9x 00010001-575239xx Mega Man 9
00010001-WRDx 00010001-575244xx Word Searcher
00010001-WRIx 00010001-575249xx Rainbow Islands: Towering Adventure
00010001-WRXx 00010001-575258xx Mega Man 10
00010001-WS2x 00010001-575332xx Saikyou Ginsei Igo
00010001-WS3x 00010001-575333xx Silver Star Chess
00010001-WS4x 00010001-575334xx Saikyou Ginsei Mahjongg
00010001-WS5x 00010001-575335xx Saikyou Ginsei Gomoku Narabe
00010001-WS6x 00010001-575336xx Silver Star Reversi
00010001-WS8x 00010001-575338xx Minna de Taisen Puzzle: Shanghai Wii
00010001-WS9x 00010001-575339xx Sudoku Challenge!
00010001-WSAx 00010001-575341xx Onslaught
00010001-WSBx 00010001-575342xx Sorcery Blade
00010001-WSCx 00010001-575343xx Out of Galaxy: Gin no Koushika
00010001-WSEx 00010001-575345xx Princess Ai Monogatari
00010001-WSGx 00010001-575347xx Pop 'Em, Drop 'Em SameGame
00010001-WSIx 00010001-575349xx Saikyou Ginsei Shougi
00010001-WSLx 00010001-57534cxx Shadow Walker: Boy of Shadow, Fairy of Light
00010001-WSMx 00010001-57534dxx Eat! Fat! FIGHT!
00010001-WSTx 00010001-575354xx Tenshi no Solitaire
00010001-WSUx 00010001-575355xx Shootanto: Evolutionary Mayhem
00010001-WSWx 00010001-575357xx Swords & Soldiers
00010001-WT2x 00010001-575432xx Target Toss Pro: Bags
00010001-WT3x 00010001-575433xx Tomena Sanner Wii
00010001-WT8x 00010001-575438xx Hajiite! Block Rush
00010001-WTBx 00010001-575442xx Fantastic Tambourine
00010001-WTDx 00010001-575444xx Tomy Drive Shutsudou! Kinkyuu Sharyou Hen
00010001-WTIx 00010001-575449xx Tiki Towers
00010001-WTMx 00010001-57544dxx Adventure Island: The Beginning
00010001-WTNx 00010001-57544exx Family Tennis
00010001-WTPx 00010001-575450xx Tetris Party
00010001-WTRx 00010001-575452xx BIT.TRIP BEAT
00010001-WTTx 00010001-575454xx Toki Tori
00010001-WTXx 00010001-575458xx Texas Hold'em Tournament
00010001-WUHx 00010001-575548xx Wii de Ultra Hand
00010001-WUKx 00010001-57554bxx Unou Kids: Okigaru Unou Training
00010001-WUNx 00010001-57554exx UNO
00010001-WVBx 00010001-575642xx BIT.TRIP VOID
00010001-WVCx 00010001-575643xx V.I.P. Casino: Blackjack
00010001-WVDx 00010001-575644xx Kodomo Kyoiku Terebi Wii: Aiue Ochan
00010001-WVKx 00010001-57564bxx Water Warfare
00010001-WVOx 00010001-57564fxx Rock N’ Roll Climber
00010001-WWRx 00010001-575752xx Excitebike: World Rally
00010001-WYKx 00010001-57594bxx Yomi Kikase Asobi Wii
00010001-WYMx 00010001-57594dxx Yummy Yummy Cooking Jam
00010001-WZHx 00010001-575a48xx My Zoo
00010001-WZJx 00010001-575a4axx @SIMPLE Series Vol. 5: The Judo
00010001-WZMx 00010001-575a4dxx @SIMPLE Series Vol. 3: The Mahjongg
00010001-WRUx 00010001-575255xx BIT.TRIP RUNNER

00010001-Xxxx : MSX

Title ID Hex Description
00010001-XAAx 00010001-584141xx Eggy
00010001-XABx 00010001-584142xx Aleste
00010001-XADx 00010001-584144xx Yie Ar Kung-Fu II
00010001-XAEx 00010001-584145xx Space Manbow
00010001-XAFx 00010001-584146xx Metal Gear
00010001-XAGx 00010001-584147xx Road Fighter
00010001-XAHx 00010001-584148xx Yumetairiku Adventure
00010001-XAIx 00010001-584149xx Quarth
00010001-XAKx 00010001-58414bxx Parodius: Tako wa Chikyu wo Suku
00010001-XALx 00010001-58414cxx Contra
00010001-XAMx 00010001-58414dxx Majou Densetsu
00010001-XANx 00010001-58414exx Gradius 2
00010001-XAPx 00010001-584150xx Metal Gear 2: Solid Snake
00010001-XAQx 00010001-584151xx Salamander

00010001-Xxxx : WiiWare - Demos

Title ID Hex Description
00010001-XHAx 00010001-584841xx Pokémon Rumble
00010001-XHBx 00010001-584842xx Pokémon Mystery Dungeon: Ikuzo! Arashi no Boukendan
00010001-XHCx 00010001-584843xx Final Fantasy Crystal Chronicles: My Life as a Darklord
00010001-XHDx 00010001-584844xx NyxQuest: Kindred Spirits
00010001-XHEx 00010001-584845xx BIT.TRIP BEAT
00010001-XHFx 00010001-584846xx World of Goo

00010002: System channels

These channels cannot be uninstalled using the Wii's data management. They can however be removed with AnyTitle Deleter.

Title ID Hex Name Description
00010002-HAAA 00010002-48414141 Photo Channel Photo Channel 1.0, but can also be Photo Channel 1.1 (stub).
00010002-HABA 00010002-48414241 Wii Shop Channel
00010002-HABK 00010002-4841424B Wii Shop Channel Korean Wii version.
00010002-HACA 00010002-48414341 Mii Channel
00010002-HACK 00010002-4841434B Mii Channel Korean Wii version.
00010002-HAFA 00010002-48414641 Forecast Channel (Dummy) Dummy for downloading Forecast Channel, it is called Weather on discs.
00010002-HAFx 00010002-484146xx Forecast Channel
00010002-HAGA 00010002-48414741 News Channel (Dummy) Dummy for downloading News Channel.
00010002-HAGx 00010002-484147xx News Channel
00010002-HAYA 00010002-48415941 Photo Channel 1.1 Updated version of original Photo Channel.
00010002-HAYK 00010002-4841594B Photo Channel 1.1 Korean Wii version.

00010004: Game channels and games that use them

These IDs are used for game channels. These channels are installed by games which themselves use the 00010004 category. The actual ID is generally the same as the game that installs it.

Title ID Hex Name
00010004-RFNx 00010004-52464exx Wii Fit Channel
00010004-RFPx 00010004-524650xx Wii Fit Plus Channel
00010004-RMCx 00010004-524d43xx Mario Kart Channel
00010004-RGWx} 00010004-524757xx} Rabbids Channel

00010005: Downloadable Game Content

I.e The aditional content from FFCC:My Life As A King falls into this catergory.

Title ID Hex Description
00010005-r9Jx 00010005-72394axx The Beatles: Rock Band DLC
00010005-sc7x 00010005-734337xx Call of Duty: Black Ops DLC
00010005-sWAx 00010005-735741xx DJ Hero DLC
00010005-sXAx 00010005-735841xx Guitar Hero World Tour DLC
00010005-sXEx 00010005-735845xx Guitar Hero 5 DLC
00010005-sXGx 00010005-735847xx Guitar Hero Smash Hits DLC
00010005-sZCx 00010005-735a43xx Rock Band 2 DLC
00010005-w4Tx 00010005-773454xx Spaceball Revolution DLC
00010005-w9Lx 00010005-77394cxx Copter Crisis DLC
00010005-wBJx 00010005-77424axx Harvest Moon: My Little Shop DLC
00010005-wBKx 00010005-77424bxx Arkanoid Plus DLC
00010005-wBLx 00010005-77424cxx Bubble Bobble Plus! DLC
00010005-wE6x 00010005-774536xx My Dolphin DLC
00010005-wF2x 00010005-774632xx Final Fantasy Crystal Chronicles: My Life As A Darklord DLC
00010005-wF4x 00010005-774634xx Final Fantasy IV - The After Years DLC
00010005-wF5x 00010005-774635xx Family Card Games DLC
00010005-wFCx 00010005-774643xx Final Fantasy Crystal Chronicles: My Life as a King DLC
00010005-wGSx 00010005-774753xx Phoenix Wright: Ace Attorney DLC
00010005-wIVx 00010005-774956xx Space Invaders Get Even DLC
00010005-wLPx 00010005-774c50xx Lonpos DLC
00010005-wM4x 00010005-774d3450 Mix Superstar DLC
00010005-wO6x 00010005-774f36xx Family Pirate Party DLC
00010005-wOGx 00010005-774f47xx Family Mini Golf DLC
00010005-wPUx 00010005-775055xx Bust-A-Move Plus! DLC
00010005-wR9x 00010005-775239xx Mega Man 9 DLC
00010005-wRXx 00010005-775258xx Mega Man 10 DLC
00010005-wZHx 00010005-775a48xx My Zoo DLC
00010005-sTGx 00010005-735447xx Tales of Graces DLC (Only for Japan-4A region)

00010008: Hidden channels

These channels are not directly accessible through the main Channel Selection screen.

Title ID Hex Name Description
00010008-HAKx 00010008-48414bxx EULA Used to enable Wii Shop and WiiConnect24. Also available in Korea.
00010008-HALx 00010008-48414cxx rgnsel Title for region selection. Also available in Korea.
00010008-HCCJ 00010008-4843434A Set Personal Data Channel Used by Wii no Ma, Demae Channel and Digicam Print Channel.

vWii-only titles

These titles were updated and designed specifically for the vWii.

vWii exclusive system titles, system channels, and hidden channels use the same upper half of the title IDs as Wii titles do, but on NUS they have ones replaced with sevens (00000007, 00070002, 00070008). Those titles get installed from the WiiU mode, [vWii common key] is used and TMD has flag Is vWii.

Some share the same title ID with Wii ones but were not meant to be run on a regular Wii.

00000001: vWii Essential system titles

In the table below are the vWii essential system titles excluding all vWii-specific IOS modules.

Title ID Name Description
00000001-00000002 System Menu Three versions per region have been released.
00000001-00000200 BC-NAND vWii only NANDLoader common for all titles, used as an Ancast Image to boot titles.
00000001-00000201 BC-WFS A version of the Dragon Quest X apploader in Ancast format.

00010001: vWii-only downloadable channel

Title ID Hex Name Description
00010001-HCTx 00010001-484354xx Wii System Transfer Tool that gets installed from the Wii Shop.
00010001-HCYJ 00010001-484359xx Wii U Hontai Koushin Shuufuku Puroguramu Translates to Wii U Main Unit Update Repair Program.

00010002: vWii system channels

Title ID Hex Name Description
00010002-HABA 00010002-48414241 Wii Shop Channel vWii version.
00010002-HACA 00010002-48414341 Mii Channel Cutdown version of a Wii's Mii Channel v6.
00010002-HCTx 00010002-484354xx Wii System Transfer Preinstalled shortcut/dummy to download the real one.
00010002-HCUx 00010002-484155xx Wii Electronic Manual Version for vWii.
00010002-HCVA 00010002-48435641 Wii U Menu It is used to return to WiiU mode.

00010008: vWii hidden channels

Title ID Hex Name Description
00010008-HALx 00010008-48414cxx rgnsel It is same as a Wii one, but flagged for vWii.
00010008-HCZx 00010008-48435Axx Wii System Transfer Hidden channel.

Wii mini-only titles

These titles were designed and updated specifically for Wii Mini.

00000001: Wii mini essential system titles

In the table below are the Wii Mini essential system titles excluding all Wii Mini IOS modules, BC and MIOS.
BC and MIOS are present and they are the same version as the latest Wii ones.

Title ID Name Notes
00000001-00000001 BOOT2 Also found on Arabian Wiis, and newer RVL-101 units.
00000001-00000002 System Menu One version per region have been released.

00010002: Wii mini system channels

Title ID Hex Name Description
00010002-HACA 00010002-48414341 Mii Channel It is same as a vWii one, but flagged for Wii.
00010002-HCYx 00010002-484359xx Wii Electronic Manual Version for Wii mini.