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