Changes

Jump to navigation Jump to search
23,797 bytes added ,  06:26, 12 October 2020
no edit summary
Line 1: Line 1: −
The Nintendo 3DS utilizes a similar title-based organization as seen in the Wii and DSi platforms. The same [http://nus.cdn.c.shop.nintendowifi.net/ccs/download/ update server] is being used as was with the DSi. When using SSL, the update/shop servers must be accessed via SSLv3.
+
==== CTR Title List Notes ====
 +
Reports/title-lists [https://yls8.mtheall.com/ninupdates/reports.php here] are automatically obtained from the system update SOAP.
   −
The organization of Title IDs has not been documented fully yet. Region info isn't stored in title IDs however there does appear to be evidence that the regions are sequential, similar to how Wii System Menu Updates are ordered: JPN USA EUR KOR and CHN (introduced with the DSi). 3DS has one additional region: TWN.
+
== CTR System Titles ==
 
+
{| class="wikitable sortable" border="1"
Note: The terms 'Title ID', 'Partition ID' and 'Media ID' are interchangeable.
  −
 
  −
The 3DS retrieves system [[CommonETicket|tickets]] with SOAP request GetSystemCommonETicket, instead of directly downloading the cetk with HTTPS. The cetk is still accessible via HTTP, however 3DS doesn't use direct HTTP for this.
  −
 
  −
 
  −
'''TitleID Structure''': 0xCCCCABCDLLLLLLRR
  −
 
  −
* CCCC defines the console platform (4=3DS, 3=DSi, 1=[http://wiibrew.org/wiki/Title_database Wii])
  −
* ABCD defines the type of the title, see 'Title Type Identification Key'
  −
* LLLLLL For CTR titles, this is the title's 'Unique ID'. For TWL converted titles this is in two sections grouped as SSLLLL. SS is the old title identification used by the DSi and is made redundant by 'ABCD'. LLLL is the TWL title's 'Unique ID'. There are restrictions on the Unique ID, see below for more info.
  −
* RR contains various info depending on title type see 'RR'
  −
 
  −
 
  −
'''Title Type Identification Key''':
  −
 
  −
There are three main title types for the 3DS, 'System', 'Application' and 'TWL'(Converted DSi Titles
  −
 
  −
For: 0x0004ABCDXXXXXXXX
  −
 
  −
System Titles:
  −
{| class="wikitable" border="1"
   
|-
 
|-
DIGIT
+
Category Bit Mask
ACCEPTABLE VALUES
+
Title Type
 +
!  Internal Description
 +
!  Bit Mask(s)
 
|-
 
|-
A
+
0x0010
|  0,1,2,3
  −
|-
  −
|  B
  −
|  Any Digit
  −
|-
  −
|  C
  −
|  1,3,5,7,9,B,D,F
  −
|-
  −
|  D
  −
|  Any Digit
  −
|}
  −
This CTR title type (which covers a whole group) is eligible to be updated during a System Update. System Titles can only be installed to the CTR NAND.
  −
 
  −
Application Titles:
  −
{| class="wikitable" border="1"
  −
|-
  −
!  DIGIT
  −
!  ACCEPTABLE VALUES
  −
|-
  −
|  A
  −
|  0,1,2,3,4,5,6,7,C,D,E,F
  −
|-
  −
|  B
  −
|  Any Digit
  −
|-
  −
|  C
  −
|  Any Digit
  −
|-
  −
|  D
  −
|  Any Digit
  −
|}
  −
NOTE: If 'A' and 'C' both fill the 'System' title requirements, this title will register as 'System' Instead of 'Application'. Unlike System, Application subdivides again into more types. Application Titles can be installed to the CTR NAND and SDMC or flashed to a CTR Card.
  −
 
  −
TWL Titles:
  −
{| class="wikitable" border="1"
  −
|-
  −
!  DIGIT
  −
!  ACCEPTABLE VALUES
  −
|-
  −
|  A
  −
|  8,9,A,B
  −
|-
  −
|  B
  −
|  Any Digit
  −
|-
  −
|  C
  −
|  Any Digit
  −
|-
  −
|  D
  −
|  Any Digit
  −
|}
  −
TWL Titles can only be installed to the TWL NAND.
  −
 
  −
 
  −
'''Unique ID Restrictions''':
  −
 
  −
For the CTR titles, there appears to be is a correlation between Unique IDs (UID) and 3DS 'title types'. For developer titles this is known(shown below), and retail titles *appear* to follow suite. It is unknown if this correlation is enforced on retail units, or if it is just for organisation purposes.
  −
 
  −
{| class="wikitable" border="1"
  −
|-
  −
!  TITLE TYPE
  −
!  UNIQUE ID RANGE
  −
|-
  −
|  System
  −
|  0x0 - 2FF
  −
|-
   
|  Application
 
|  Application
0x300 - F7FFF
+
SYSTEM_APPLICATION
|-
+
Normal<nowiki> | </nowiki>System
|  Evaluation
  −
0xF8000 - FFFFF
  −
|-
  −
|  Prototype*
  −
|  0xFF000 - FF3FF
  −
|}
  −
<nowiki>*</nowiki>On the home menu, titles with UIDs within the 'Prototype' range, appear on the home menu after install without the gift fanfare.
  −
 
  −
'''RR Recognition Key''':
  −
 
  −
For: 0x0004XXXXXXXXXXRR
  −
 
  −
The RR in CTR Titles, just provides extra information, usually about how the title is handled.
  −
 
  −
RR in System Titles:
  −
{| class="wikitable" border="1"
  −
|-
  −
!  RR
  −
!  AFFECT
  −
|-
  −
|  00
  −
|  System Application
  −
|-
  −
|  02
  −
|  System Title (Core version 0x2)
  −
|-
  −
|  03
  −
|  SAFE_MODE System Title (Core version 0x3)
  −
|}
  −
Normally on retail SAFE_MODE ARM11 [[NCCH#CXI|CXI]] titles can't be launched, since the [[Configuration_Memory|system]] core version doesn't match the CXI exheader core version.
  −
 
  −
RR in Application Titles:
  −
{| class="wikitable" border="1"
  −
|-
  −
!  RR
  −
!  AFFECT
   
|-
 
|-
00
+
0x001B
Normal Application - Cartridge and regular eShop titles are such titles.
+
System Data Archives
|-
+
| SYSTEM_CONTENT
01
+
Contents<nowiki> | </nowiki>CannotExecution<nowiki> | </nowiki>System
| Unknown - Found in Demos, Debug Updates and some [[Download Play|DlPlay]] Child [[CXI]]s.
   
|-
 
|-
02
+
0x009B
CTR NAND Application - Like normal Application titles but they are installed to and run from the CTR NAND.
+
Shared Data Archives
|}
+
| SHARED_CONTENT
 
+
|  Contents<nowiki> | </nowiki>CannotExecution<nowiki> | </nowiki>System<nowiki> | </nowiki>NotRequireRightForMount
The RR in TWL titles, is the region code. The region code list has been shortened from the original DSi region list (see [http://dsibrew.org/wiki/Title_list#Region_Codes DSiBrew]) to the below list to fit with the three broad regions of the e-Shop. (i.e. TWL titles downloaded from the Australian e-Shop have a region code of '56' as oppose to the DSi Australian DSiWare region of '55')
  −
 
  −
RR in TWL Titles:
  −
{| class="wikitable" border="1"
   
|-
 
|-
! RR
+
| 0x00DB
! TWL APP REGION
+
| System Data Archives
 +
|  AUTO_UPDATE_CONTENT
 +
|  Contents<nowiki> | </nowiki>CannotExecution<nowiki> | </nowiki>System<nowiki> | </nowiki>NotRequireUserApproval<nowiki> | </nowiki>NotRequireRightForMount
 
|-
 
|-
41
+
0x0030
No Region (Found in TWL System titles)
+
Applet
|-
+
| APPLET
45
+
Normal<nowiki> | </nowiki>System<nowiki> | </nowiki>RequireBatchUpdate
| America
   
|-
 
|-
4A
+
0x0130
Japan
+
Module
 +
|  BASE
 +
|  Normal<nowiki> | </nowiki>System<nowiki> | </nowiki>RequireBatchUpdate<nowiki> | </nowiki>CanSkipConvertJumpId
 
|-
 
|-
56
+
0x0138
PAL(And other non Japan/USA regions)
+
Firmware
|}
+
FIRMWARE
 
+
Normal<nowiki> | </nowiki>CannotExecution<nowiki> | </nowiki>System<nowiki> | </nowiki>RequireBatchUpdate<nowiki> | </nowiki>CanSkipConvertJumpId
 
  −
=== Versions ===
  −
 
  −
v## = 0xHHHH = 0bBBBBBBBB...
  −
 
  −
* The version major,minor,etc can be extracted from the version number by converting the 16 bit number to binary
  −
* 6 bits : Major
  −
* 6 bits : Minor
  −
* 4 bits : Unknown...
  −
* i.e. v2069 (Taken from 000400DB00017302) = 0b000010 000001 0101 means that it's HomeMenu v2.1....
  −
 
  −
NOTE: This Title list is a condensed version, only the System Titles lists are full lists. For a full list of titles on Nintendo's CDN, see [http://mtheall.com/~mtheall/tmdlist.php here]
  −
 
  −
== CTR System Titles ==
  −
 
  −
For 0x0004ABCDXXXXXXXX
  −
 
  −
CTR System Titles:
  −
{| class="wikitable" border="1"
  −
|-
  −
!  DIGIT
  −
!  ACCEPTABLE VALUES
  −
|-
  −
A
  −
0,1,2,3
  −
|-
  −
| B
  −
| Any Digit
  −
|-
  −
|  C
  −
|  1,3,5,7,9,B,D,F,
  −
|-
  −
|  D
  −
|  Any Digit
   
|}
 
|}
    
=== 00040010 - System Applications ===
 
=== 00040010 - System Applications ===
The versions for CHN, KOR, and TWN are separate from the other regions.  
+
==== System Application Notes ====
 +
System Application titles have a unique title low that varies by region.
 +
Regardless of version, the ExeFS:/.code for mset is the same for USA/EUR/JPN.
 +
The [[4.0.0-7]] version of mset([[4.1.0-8]] for TWN) has the same ExeFS:/.code for all regions(JPN, USA, EUR, CHN, KOR, TWN).
 +
The [[5.0.0-11]] mset ExeFS:/.code is the same for all regions as well, except for CHN. The [[7.0.0-13]] mset ExeFS:/.code is unique for the following regions: CHN, KOR, and TWN.
 +
A limited number of system-applications are included with gamecard-sysupdates. They are: [[System Settings]], [[Download Play]], SAFE_MODE [[System Settings#System Updater|System Updater]], and [[Nintendo 3DS Sound]] (this one was only in firms 3.0.0 - 6.2.0 inclusive).
 +
The only system-applications included with the New3DS gamecard-sysupdate partition are: "menu" stub and "friend" stub.
   −
{| class="wikitable" border="1"
+
{| class="wikitable sortable" border="1"
 
|-
 
|-
 
!  JPN TIDLow
 
!  JPN TIDLow
Line 213: Line 63:  
!  KOR TIDLow
 
!  KOR TIDLow
 
!  TWN TIDLow
 
!  TWN TIDLow
 +
!  [[Product code]]
 
!  Description
 
!  Description
 
!  JPN Versions
 
!  JPN Versions
Line 228: Line 79:  
| 00027000
 
| 00027000
 
| 00028000
 
| 00028000
 +
| CTR-N-HAS?
 
| [[System Settings]] (mset)
 
| [[System Settings]] (mset)
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[3.0.0-5|v2060]], [[4.0.0-7|v3074]], [[5.0.0-11|v4097]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[3.0.0-5|v2060]], [[4.0.0-7|v3074]], [[5.0.0-11|v4097]], [[6.0.0-11|v5127]], [[7.0.0-13|v6157]], [[7.2.0-17|v7173]], [[8.1.0-0_New3DS|v8198]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v9224]], [[9.6.0-24|v10245]], [[10.6.0-31|v10256]], [[11.5.0-38|v11266]]
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[3.0.0-5|v2061]], [[4.0.0-7|v3075]], [[5.0.0-11|v4097]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[3.0.0-5|v2061]], [[4.0.0-7|v3075]], [[5.0.0-11|v4097]], [[6.0.0-11|v5127]], [[7.0.0-13|v6157]], [[7.2.0-17|v7174]], [[9.0.0-20|v8202]], [[9.6.0-24|v9220]], [[11.4.0-37|v10241]](New2DSXL), [[11.5.0-38|v10256]]
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[3.0.0-5|v2062]], [[4.0.0-7|v3078]], [[5.0.0-11|v4098]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[3.0.0-5|v2062]], [[4.0.0-7|v3078]], [[5.0.0-11|v4098]], [[6.0.0-11|v5128]], [[7.0.0-13|v6157]], [[7.2.0-17|v7174]], [[9.0.0-20|v8203]], [[9.6.0-24|v9221]], [[11.5.0-38|v10241]]
| [[4.0.0-7|v8]], v1024, [[5.0.0-11|v2049]]
+
| [[4.0.0-7|v8]], [[4.4.0-10|v1024]](CHN-only sysupdate for just mset), [[5.0.0-11|v2049]], [[7.0.0-13|v3075]]
| [[4.0.0-7|v1026]], [[5.0.0-11|v2049]]
+
| [[4.0.0-7|v1026]], [[5.0.0-11|v2049]], [[7.0.0-13|v4098]]
| [[4.1.0-8|v8]], [[4.2.0-9|v1024]], [[5.0.0-11|v2050]]
+
| [[4.1.0-8|v8]], [[4.2.0-9|v1024]], [[5.0.0-11|v2050]], [[7.0.0-13|v3074]]
 
| Active
 
| Active
 
|-
 
|-
Line 243: Line 95:  
| 00027100
 
| 00027100
 
| 00028100
 
| 00028100
| [[Download Play]]
+
| CTR-N-HDL?
| [[1.0.0-0|v0]], [[2.1.0-4|v1026]], [[4.0.0-7|v2051]]
+
| [[Download Play]] (dlplay)
| Same as JPN
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1026]], [[4.0.0-7|v2051]], [[9.0.0-20|v3072]](Also for [[8.1.0-0_New3DS]])
| Same as JPN
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1026]], [[4.0.0-7|v2051]], [[9.0.0-20|v3073]]
 +
| [[1.0.0-0|v0]], [[2.1.0-4|v1026]], [[4.0.0-7|v2051]], [[9.0.0-20|v3073]]
 
| [[4.0.0-7|v4]]
 
| [[4.0.0-7|v4]]
 
| [[4.0.0-7|v1027]]
 
| [[4.0.0-7|v1027]]
Line 258: Line 111:  
| 00027200
 
| 00027200
 
| 00028200
 
| 00028200
| [[Activity Log]]
+
| CTR-N-HMK?
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[3.0.0-5|v2051]]
+
| [[Activity Log]] (PLOG)
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[3.0.0-5|v2054]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[3.0.0-5|v2051]], [[10.6.0-31|v2080]]
 +
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[3.0.0-5|v2054]], [[7.0.0-13|v2064]]
 
| Same as EUR
 
| Same as EUR
 
| [[4.0.0-7|v3]]
 
| [[4.0.0-7|v3]]
| [[4.0.0-7|v2]]
+
| [[4.0.0-7|v2]], [[7.0.0-13|v16]]
 
| [[4.1.0-8|v2]]
 
| [[4.1.0-8|v2]]
 
| Active
 
| Active
Line 273: Line 127:  
| 00027300
 
| 00027300
 
| 00028300
 
| 00028300
| [[Health and Safety Information]]
+
| ?
| [[1.0.0-0|v0]], [[4.0.0-7|v1024]]
+
| [[Health and Safety Information]] (safe)
| [[1.0.0-0|v0]], [[3.0.0-5|v1024]], [[4.0.0-7|v2050]]
+
| [[1.0.0-0|v0]], [[4.0.0-7|v1024]], [[6.0.0-11|v2050]]
| [[1.0.0-0|v0]], [[4.0.0-7|v1026]]
+
| [[1.0.0-0|v0]], [[3.0.0-5|v1024]], [[4.0.0-7|v2050]], [[6.0.0-11|v3077]]
 +
| [[1.0.0-0|v0]], [[4.0.0-7|v1026]], [[6.1.0-12U|v2051]]
 
| [[4.0.0-7|v5]]
 
| [[4.0.0-7|v5]]
 
| [[4.0.0-7|v2]]
 
| [[4.0.0-7|v2]]
 
| [[4.1.0-8|v5]]
 
| [[4.1.0-8|v5]]
 +
| Active
 +
|-
 +
| 20020300
 +
| 20021300
 +
| 20022300
 +
| N/A
 +
| 20027300
 +
| N/A
 +
| CTR-N-HAC?
 +
| [[New_3DS]] [[Health and Safety Information]] (ssafe)
 +
| [[8.1.0-0_New3DS|v2]], [[9.3.0-21|v17]]
 +
| [[8.1.0-0_New3DS|v1]], [[11.4.0-37|v16]](New2DSXL)
 +
| Same as EUR.
 +
| N/A
 +
| [[9.6.0-24|v2]]
 +
| N/A
 
| Active
 
| Active
 
|-
 
|-
Line 288: Line 159:  
| 00027400
 
| 00027400
 
| 00028400
 
| 00028400
| [[Nintendo 3DS Camera]]
+
| CTR-N-HEP?
| [[1.0.0-0|v0]], [[2.1.0-4|v16]], [[3.0.0-5|v1038]], [[4.0.0-7|v2048]]
+
| [[Nintendo 3DS Camera]] (CtrApp)
| [[1.0.0-0|v0]], [[2.1.0-4|v16]], [[3.0.0-5|v1039]], [[4.0.0-7|v2048]]
+
| [[1.0.0-0|v0]], [[2.1.0-4|v16]], [[3.0.0-5|v1038]], [[4.0.0-7|v2048]], [[6.0.0-11|v3073]], [[9.0.0-20|v4097]](Also for [[8.1.0-0_New3DS]]), [[10.6.0-31|v4112]], [[11.5.0-38|v5120]]
| Same as EUR
+
| [[1.0.0-0|v0]], [[2.1.0-4|v16]], [[3.0.0-5|v1039]], [[4.0.0-7|v2048]], [[6.0.0-11|v3073]], [[7.0.0-13|v3088]], [[9.0.0-20|v4097]], [[11.4.0-37|v5120]](New2DSXL), [[11.5.0-38|v5120]]
 +
| [[1.0.0-0|v0]], [[2.1.0-4|v16]], [[3.0.0-5|v1039]], [[4.0.0-7|v2048]], [[6.1.0-12U|v3074]], [[7.0.0-13|v3088]], [[9.0.0-20|v4097]],  [[11.5.0-38|v5120]]
 
| [[4.0.0-7|v3]]
 
| [[4.0.0-7|v3]]
| [[4.0.0-7|v2]]
+
| [[4.0.0-7|v2]], [[7.0.0-13|v1040]]
 
| [[4.1.0-8|v3]]
 
| [[4.1.0-8|v3]]
 
| Active
 
| Active
Line 303: Line 175:  
| 00027500
 
| 00027500
 
| 00028500
 
| 00028500
| [[Nintendo 3DS Sound]]
+
| CTR-N-HES?
| [[1.0.0-0|v0]], [[2.1.0-4|v1027]], [[3.0.0-5|v2049]], [[4.0.0-7|v3072]]
+
| [[Nintendo 3DS Sound]] (CtrApp)
| Same as JPN
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1027]], [[3.0.0-5|v2049]], [[4.0.0-7|v3072]], [[7.0.0-13|v3089]],  [[11.4.0-37|v4096]]
| Same as JPN
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1027]], [[3.0.0-5|v2049]], [[4.0.0-7|v3072]], [[7.0.0-13|v3088]], [[11.4.0-37|v4096]]
| [[4.0.0-7|v2]]
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1027]], [[3.0.0-5|v2049]], [[4.0.0-7|v3072]], [[7.0.0-13|v3088]], [[11.4.0-37|v4096]]
| [[4.0.0-7|v2]]
+
| [[4.0.0-7|v2]], [[11.4.0-37|v1024]]
| [[4.1.0-8|v3]]
+
| [[4.0.0-7|v2]], [[7.0.0-13|v16]],[[11.4.0-37|v4096]]
 +
| [[4.1.0-8|v3]], [[11.4.0-37|v1024]]
 
| Active
 
| Active
 
|-
 
|-
Line 318: Line 191:  
| 00027700
 
| 00027700
 
| 00028700
 
| 00028700
| [[Mii Maker]]
+
| CTR-N-HED?
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]]
+
| [[Mii Maker]] (EDIT)
 +
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[7.0.0-13|v2055]], [[10.6.0-31|v2064]]
 
| Same as JPN
 
| Same as JPN
 
| Same as JPN
 
| Same as JPN
 
| [[4.0.0-7|v1]]
 
| [[4.0.0-7|v1]]
| [[4.0.0-7|v1]]
+
| [[4.0.0-7|v1]], [[7.0.0-13|v16]]
 
| [[4.1.0-8|v2]]
 
| [[4.1.0-8|v2]]
 
| Active
 
| Active
Line 333: Line 207:  
| 00027800
 
| 00027800
 
| 00028800
 
| 00028800
| [[StreetPass Mii Plaza]]
+
| CTR-N-HME?
| [[1.0.0-0|v0]], v1027, [[2.1.0-4|v2048]], [[3.0.0-5|v3087]], [[3.0.0-6|v4096]]
+
| [[StreetPass Mii Plaza]] (MEET)
| Same as JPN
+
| [[1.0.0-0|v0]], v1027, [[2.1.0-4|v2048]], [[3.0.0-5|v3087]], [[3.0.0-6|v4096]], [[6.0.0-11|v5121]]
| Same as JPN
+
| [[1.0.0-0|v0]], v1027, [[2.1.0-4|v2048]], [[3.0.0-5|v3087]], [[3.0.0-6|v4096]], [[6.0.0-11|v5122]]
 +
| [[1.0.0-0|v0]], v1027, [[2.1.0-4|v2048]], [[3.0.0-5|v3087]], [[3.0.0-6|v4096]], [[6.1.0-12U|v5124]], [[7.0.0-13|v5136]]
 
| [[4.0.0-7|v0]], [[4.4.0-10|v4096]]
 
| [[4.0.0-7|v0]], [[4.4.0-10|v4096]]
| [[4.0.0-7|v1]], [[4.4.0-10|v4096]]
+
| [[4.0.0-7|v1]], [[4.4.0-10|v4096]], [[7.0.0-13|v5120]]
 
| [[4.1.0-8|v1]], [[4.4.0-10|v4096]]
 
| [[4.1.0-8|v1]], [[4.4.0-10|v4096]]
 
| Active
 
| Active
Line 348: Line 223:  
| 00027900
 
| 00027900
 
| 00028900
 
| 00028900
| [[eShop]]
+
| CTR-N-HGR?
| [[2.0.0-2|v4]], [[2.1.0-3|v1026]], [[3.0.0-5|v2057]], [[4.0.0-7|v3081]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7169]]
+
| [[eShop]] (tiger)
| [[2.0.0-2|v4]], [[2.1.0-3|v1026]], [[3.0.0-5|v2058]], [[4.0.0-7|v3081]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7171]]
+
| [[2.0.0-2|v4]], [[2.1.0-3|v1026]], [[3.0.0-5|v2057]], [[4.0.0-7|v3081]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7169]], [[7.0.0-13|v8206]], [[7.1.0-14|v9231]], [[7.2.0-17|v10245]], [[8.0.0-18|v11265]], [[8.1.0-19|v12288]], [[9.0.0-20|v13320]], [[9.3.0-21|v15366]], [[9.5.0-22|v16384]], [[9.6.0-24|v17421]], [[9.7.0-25|v18432]], [[10.0.0-27|v19465]], [[10.4.0-29|v20483]], [[10.7.0-32|v21504]], [[11.3.0-36|v23552]], [[11.5.0-38|v25600]]
| [[2.0.0-2|v4]], [[2.1.0-3|v1026]], [[3.0.0-5|v2058]], [[4.0.0-7|v3081]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7170]]
+
| [[2.0.0-2|v4]], [[2.1.0-3|v1026]], [[3.0.0-5|v2058]], [[4.0.0-7|v3081]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7171]], [[7.0.0-13|v8206]], [[7.1.0-14|v9231]], [[7.2.0-17|v10245]], [[8.0.0-18|v11265]], [[8.1.0-19|v12288]], [[9.0.0-20|v13320]], [[9.3.0-21|v15366]], [[9.5.0-22|v16384]], [[9.6.0-24|v17421]], [[9.7.0-25|v18432]], [[10.0.0-27|v19465]], [[10.4.0-29|v20482]], [[10.7.0-32|v21505]], [[11.2.0-35|v22528]], [[11.3.0-36|v23552]], [[11.4.0-37|v24576]](New2DSXL), [[11.5.0-38|v25600]]
 +
| [[2.0.0-2|v4]], [[2.1.0-3|v1026]], [[3.0.0-5|v2058]], [[4.0.0-7|v3081]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7170]], [[7.0.0-13|v8206]], [[7.1.0-14|v9231]], [[7.2.0-17|v10246]], [[8.0.0-18|v11265]], [[8.1.0-19|v12288]], [[9.0.0-20|v13321]], [[9.3.0-21|v15366]], [[9.5.0-22|v16384]], [[9.6.0-24|v17422]], [[9.7.0-25|v18432]], [[10.0.0-27|v19465]], [[10.4.0-29|v20482]], [[10.7.0-32|v21506]], [[11.3.0-36|v23552]], [[11.5.0-38|v25600]]
 
| N/A
 
| N/A
| [[4.0.0-7|v3082]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7169]]
+
| [[4.0.0-7|v3082]], [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7169]], [[7.0.0-13|v8205]], [[7.1.0-14|v9231]], [[8.1.0-19|v12288]], [[9.0.0-20|v13320]], [[9.3.0-21|v15366]], [[9.5.0-22|v16384]], [[9.6.0-24|v17420]], [[9.7.0-25|v18432]], [[10.0.0-27|v19465]], [[10.4.0-29|v20482]]
| [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7170]]
+
| [[4.1.0-8|v4096]], [[4.2.0-9|v5123]], [[4.3.0-10|v6146]], [[5.0.0-11|v7170]], [[7.0.0-13|v8205]], [[7.1.0-14|v9231]], [[8.1.0-19|v12288]], [[9.3.0-21|v15366]], [[9.5.0-22|v16384]], [[9.6.0-24|v17421]], [[9.7.0-25|v18432]], [[10.0.0-27|v19465]]
 
| Active
 
| Active
 
|-
 
|-
Line 363: Line 239:  
| 00027A00
 
| 00027A00
 
| 00028A00
 
| 00028A00
| [[System Transfer]]
+
| CTR-N-HCB?
| [[2.0.0-2|v4]], [[3.0.0-5|v1035]], [[4.0.0-7|v2050]], [[5.0.0-11|v3074]]
+
| [[System Transfer]] (CARDBOARD)
| [[2.0.0-2|v4]], [[3.0.0-5|v1035]], [[4.0.0-7|v2050]], [[5.0.0-11|v3073]]
+
| [[2.0.0-2|v4]], [[3.0.0-5|v1035]], [[4.0.0-7|v2050]], [[5.0.0-11|v3074]], [[7.0.0-13|v4109]], [[9.0.0-20|v5130]], [[9.6.0-24|v6154]]
| [[2.0.0-2|v4]], [[3.0.0-5|v1035]], [[4.0.0-7|v2051]], [[5.0.0-11|v3073]]
+
| [[2.0.0-2|v4]], [[3.0.0-5|v1035]], [[4.0.0-7|v2050]], [[5.0.0-11|v3073]], [[7.0.0-13|v4109]], [[9.0.0-20|v5131]], [[9.6.0-24|v6155]]
 +
| [[2.0.0-2|v4]], [[3.0.0-5|v1035]], [[4.0.0-7|v2051]], [[5.0.0-11|v3073]], [[7.0.0-13|v4109]], [[9.0.0-20|v5131]], [[9.6.0-24|v6156]]
 
| N/A
 
| N/A
| [[4.0.0-7|v2]], [[5.0.0-11|v1025]]
+
| [[4.0.0-7|v2]], [[5.0.0-11|v1025]], [[7.0.0-13|v2061]], [[9.0.0-20|v3082]]
| [[4.1.0-8|v2]], [[5.0.0-11|v1025]]
+
| [[4.1.0-8|v2]], [[5.0.0-11|v1025]], [[7.0.0-13|v2061]]
 
| Active
 
| Active
 
|-
 
|-
Line 378: Line 255:  
| N/A
 
| N/A
 
| N/A
 
| N/A
| [[Nintendo Zone]]
+
| CTR-N-HMA?
 +
| [[Nintendo Zone]] ("Nintendo") (MARS)
 
| [[1.0.0-0|v0]], [[3.0.0-5|v1034]]
 
| [[1.0.0-0|v0]], [[3.0.0-5|v1034]]
 
| Same as JPN
 
| Same as JPN
Line 393: Line 271:  
| 00027D00
 
| 00027D00
 
| 00028D00
 
| 00028D00
 +
| CTR-N-HCH?
 
| [[Face Raiders]]
 
| [[Face Raiders]]
 
| [[1.0.0-0|v0]], [[2.1.0-4|v1028]]
 
| [[1.0.0-0|v0]], [[2.1.0-4|v1028]]
| Same as JPN
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1028]], [[7.0.0-13|v1040]]
| Same as JPN
+
| Same as EUR
 
| [[4.0.0-7|v0]]
 
| [[4.0.0-7|v0]]
 
| [[4.0.0-7|v0]]
 
| [[4.0.0-7|v0]]
 
| [[4.1.0-8|v2]]
 
| [[4.1.0-8|v2]]
 +
| Active
 +
|-
 +
| 20020D00
 +
| 20021D00
 +
| 20022D00
 +
| N/A
 +
| 20027D00
 +
| N/A
 +
| ?
 +
| [[New_3DS]] [[Face Raiders]] (FACE)
 +
| [[8.1.0-0_New3DS|v2050]]
 +
| [[8.1.0-0_New3DS|v2049]]
 +
| Same as EUR.
 +
| N/A
 +
| [[9.6.0-24|v2049]]
 +
| N/A
 
| Active
 
| Active
 
|-
 
|-
Line 408: Line 303:  
| 00027E00
 
| 00027E00
 
| 00028E00
 
| 00028E00
 +
| CTR-N-HAR?
 
| [[AR Games]] (AR_ACT)
 
| [[AR Games]] (AR_ACT)
 
| [[1.0.0-0|v0]], [[2.1.0-4|v1026]]
 
| [[1.0.0-0|v0]], [[2.1.0-4|v1026]]
| Same as JPN
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1026]], [[7.0.0-13|v1040]]
| [[1.0.0-0|v0]], [[2.1.0-4|v1027]]
+
| [[1.0.0-0|v0]], [[2.1.0-4|v1027]], [[7.0.0-13|v1040]]
| [[4.0.0-7|v0]]
   
| [[4.0.0-7|v0]]
 
| [[4.0.0-7|v0]]
 +
| [[4.0.0-7|v0]], [[7.0.0-13|v16]]
 
| [[4.1.0-8|v1]]
 
| [[4.1.0-8|v1]]
 
| Active
 
| Active
Line 423: Line 319:  
| 00027F00
 
| 00027F00
 
| 00028F00
 
| 00028F00
| [[System Settings#System Updater|System Updater]] (mset)
+
| CTR-N-HSH?
| [[1.0.0-0|v0]], [[3.0.0-5|v1024]]
+
| SAFE_MODE [[System Settings#System Updater|System Updater]] (mset)
| Same as JPN
+
| [[1.0.0-0|v0]], [[3.0.0-5|v1024]], [[6.0.0-11|v2049]]
 +
| [[1.0.0-0|v0]], [[3.0.0-5|v1024]], [[6.0.0-11|v2050]]
 
| Same as JPN
 
| Same as JPN
| [[4.0.0-7|v1]]
+
| [[4.0.0-7|v1]], [[6.0.0-11|v1026]]
 
| [[4.0.0-7|v1]]
 
| [[4.0.0-7|v1]]
 
| [[4.1.0-8|v1]]
 
| [[4.1.0-8|v1]]
Line 438: Line 335:  
| N/A
 
| N/A
 
| N/A
 
| N/A
 +
| (Variable?)
 
| Promotional video
 
| Promotional video
 +
| [[1.1.0-1|v2]], [[2.0.0-2|v2048]]
 +
| [[1.1.0-1|v<unknown>]], [[2.0.0-2|v2048]]
 
| [[1.1.0-1|v0]], [[2.0.0-2|v2048]]
 
| [[1.1.0-1|v0]], [[2.0.0-2|v2048]]
 +
| N/A
 +
| N/A
 +
| N/A
 +
| Stubbed
 +
|-
 +
| 0002BF00
 +
| 0002C000
 +
| 0002C100
 +
| N/A
 +
| N/A
 +
| N/A
 +
| CTR-N-HAF?
 +
| [[Nintendo Network ID Settings]] (act)
 +
| [[7.0.0-13|v14]], [[7.2.0-17|v1029]], [[9.0.0-20|v2051]], [[9.3.0-21|v3072]]
 
| Same as JPN
 
| Same as JPN
 
| Same as JPN
 
| Same as JPN
 
| N/A
 
| N/A
 
| N/A
 
| N/A
 +
| N/A
 +
| Active
 +
|-
 +
| 20023100
 +
| 20024100
 +
| 20025100
 +
| N/A
 +
| N/A
 +
| N/A
 +
| CTR-N-HAJ?
 +
| [[microSD Management]] ('mcopy') ([[New_3DS]]-only)
 +
| [[8.1.0-0_New3DS|v8]], [[9.0.0-20|v1024]]
 +
| [[8.1.0-0_New3DS|v4]]
 +
| [[8.1.0-0_New3DS|v5]]
 +
| N/A
 +
| N/A
 +
| N/A
 +
| Available
 +
|-
 +
| 2002C800
 +
| 2002CF00
 +
| 2002D000
 +
| N/A
 +
| 2002D700
 +
| N/A
 +
| CTR-P-CTAP
 +
| [[New_3DS]] HOME menu digital manual
 +
| [[8.1.0-0_New3DS|v2]], [[9.0.0-20|v18]], [[9.3.0-21|v34]], [[9.6.0-24|v50]]
 +
| [[8.1.0-0_New3DS|v1]], [[9.3.0-21|v17]], [[9.6.0-24|v34]], [[11.4.0-37|v48]](New2DSXL)
 +
| [[8.1.0-0_New3DS|v1]], [[9.3.0-21|v18]], [[9.6.0-24|v33]]
 +
| N/A
 +
| [[9.6.0-24|v2]]
 +
| N/A
 +
| Stubbed
 +
|-
 +
| 2002C900
 +
| 2002D100
 +
| 2002D200
 +
| N/A
 +
| 2002D800
 +
| N/A
 +
| CTR-P-CTAP
 +
| [[New_3DS]] Friends list digital manual
 +
| [[8.1.0-0_New3DS|v1]]
 +
| Same as JPN.
 +
| [[8.1.0-0_New3DS|v0]], [[9.3.0-21|v16]]
 +
| N/A
 +
| [[9.6.0-24|v2]]
 +
| N/A
 +
| Stubbed
 +
|-
 +
| 2002CA00
 +
| 2002D300
 +
| 2002D400
 +
| N/A
 +
| 2002D900
 +
| N/A
 +
| CTR-P-CTAP
 +
| [[New_3DS]] Notifications digital manual
 +
| [[8.1.0-0_New3DS|v0]], v1([[Home_Menu|JPN-only]] Oct 2, 2014 "sysupdate", actually uploaded on 09-29-14. Identical to v0, same TMDs besides title-versions)
 +
| [[8.1.0-0_New3DS|v2]]
 +
| [[8.1.0-0_New3DS|v0]]
 +
| N/A
 +
| [[9.6.0-24|v2]]
 +
| N/A
 +
| Stubbed
 +
|-
 +
| 2002CB00
 +
| 2002D500
 +
| 2002D600
 +
| N/A
 +
| 2002DA00
 +
| N/A
 +
| CTR-P-CTAP
 +
| [[New_3DS]] Game Notes digital manual
 +
| [[8.1.0-0_New3DS|v0]], [[9.0.0-20|v1]]
 +
| [[8.1.0-0_New3DS|v2]]
 +
| Same as EUR.
 +
| N/A
 +
| [[9.6.0-24|v1]]
 
| N/A
 
| N/A
 
| Stubbed
 
| Stubbed
Line 449: Line 443:     
=== 0004001B - [[NCCH#CFA|System Data Archives]] ===
 
=== 0004001B - [[NCCH#CFA|System Data Archives]] ===
{| class="wikitable" border="1"
+
{| class="wikitable sortable" border="1"
 
|-
 
|-
 
!  TitleID Low
 
!  TitleID Low
Line 460: Line 454:  
|-
 
|-
 
| 00010702
 
| 00010702
| This CFA contains 12-byte romfs:/key.bin and 8-byte romfs:/value.bin, it's unknown what [[NS]] uses this CFA for.
+
| [[NS CFA]]
| [[3.0.0-5|v0]]
+
| [[3.0.0-5|v0]], [[6.0.0-11|v1028]], [[6.3.0-12|v2048]], [[7.0.0-13|v3073]], [[9.0.0-20|v4096]](also for [[8.1.0-0_New3DS]])
 +
|-
 +
| 00010802
 +
| This CFA only contains a 1-byte "dummy.txt" in the RomFS, which contains '0'.
 +
| [[6.3.0-12|v0]], [[9.5.0-23|v1024]], [[10.5.0-30|v2048]], [[11.0.0-33|v3072]]
 +
|-
 +
| 00018002
 +
| Same contents as 00010802. Starting with [[7.1.0-15]], the "dummy.txt" file was removed from RomFS: this CFA RomFS now contains web-browser data(similar to 00018102) for NNID / networking, etc.
 +
| [[7.0.0-13|v14]], [[7.1.0-15|v1025]], [[7.2.0-17|v2055]], [[9.0.0-20|v3078]], [[9.3.0-21|v4096]], [[9.6.0-24|v5120]]
 +
|-
 +
| 00018102
 +
| This contains local web-browser data(html/js, gfx, etc) for the Miiverse Offline-mode.
 +
| [[7.0.0-13|v11]], [[9.0.0-20|v1025]](also for [[8.1.0-0_New3DS]])
 +
|-
 +
| 00018202
 +
| This contains the webkit/OSS [[CRO0|CROs]] used with the Miiverse applet and the "act" application.
 +
| [[7.0.0-13|v7]], [[8.1.0-0_New3DS|v1026]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v2050]]
 +
|-
 +
| 00019002
 +
| [[Fangate_updater]]
 +
| [[9.3.0-21|v2]], [[9.6.0-24|v1026]]
 
|}
 
|}
   −
=== 00040030 ===
+
=== 00040030 - System Applets===
{| class="wikitable" border="1"
+
==== System Applet Notes ====
 +
Most of these processes are applets, see [[NS_and_APT_Services|here]] for details.
 +
All of the below processes use the "SYSTEM" [[SVC|memory-region]].
 +
The ExeFS for Home Menu is exactly the same for USA/EUR/JPN.
 +
The Miiverse applet seems to use a web browser with webkit.
 +
 
 +
{| class="wikitable sortable" border="1"
 
|-
 
|-
 
!  JPN TitleIDLow
 
!  JPN TitleIDLow
 
!  USA TitleIDLow
 
!  USA TitleIDLow
 
!  EUR TitleIDLow
 
!  EUR TitleIDLow
 +
!  CHN TitleIDLow
 +
!  KOR TitleIDLow
 +
!  TWN TitleIDLow
 +
!  [[Product code]]
 
!  Description
 
!  Description
!  Versions
+
JPN Versions
 +
!  USA Versions
 +
!  EUR Versions
 
|-
 
|-
| 00008102
+
|colspan=6 align=center| 00008102
| 00008102
+
| CTR-P-CTAP
| 00008102
+
| [[NS#Alternate menu|Test Menu]] (Demo1)
| [[NS#Alternate menu|Alternate menu]]
+
|colspan=3 align=center| ..., v64, ..., v27648
| N/A
   
|-
 
|-
 
| 00008202
 
| 00008202
 
| 00008F02
 
| 00008F02
 
| 00009802
 
| 00009802
| [[Home Menu|SYSMENU]] (menu)
+
| 0000A102
| v0, v1029, v2049, v4111, v5131, [[4.2.0-9|v6146]], [[5.0.0-11|v7172]]
+
| 0000A902
 +
| 0000B102
 +
| CTR-P-HMM?
 +
| [[Home Menu]] (menu)
 +
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[2.1.0-3|v2049]], [[2.2.0-X|v3075]], [[3.0.0-5|v4111]], [[4.0.0-7|v5131]], [[4.2.0-9|v6146]], [[5.0.0-11|v7172]], [[6.0.0-11|v8198]], [[7.0.0-13|v9230]], [[8.1.0-0_New3DS|v10250]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v13313]], [[9.1.0-20J|v14336]], [[9.2.0-20|v15360]], [[9.3.0-21|v16402]], [[9.4.0-21|v17408]], [[9.5.0-22|v18432]], [[9.6.0-24|v19476]], [[9.7.0-25|v20487]], [[9.8.0-25|v22528]], [[10.1.0-27|v23552]], [[10.2.0-28|v24576]], [[10.3.0-28|v25600]], [[10.4.0-29|v26626]], [[10.6.0-31|v27648]], [[11.1.0-34|v28672]], [[11.3.0-36|v29696]], [[11.5.0-38|v30721]]
 +
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[2.1.0-3|v2049]], [[2.2.0-X|v3075]], [[3.0.0-5|v4111]], [[4.0.0-7|v5131]], [[4.2.0-9|v6146]], [[5.0.0-11|v7172]], [[6.0.0-11|v8198]], [[7.0.0-13|v9230]], [[9.0.0-20|v11272]], [[9.2.0-20|v12288]], [[9.3.0-21|v13330]], [[9.4.0-21|v14336]], [[9.5.0-22|v15360]], [[9.6.0-24|v16404]], [[9.7.0-25|v17415]], [[9.8.0-25|v19456]], [[9.9.0-26|v20480]], [[10.1.0-27|v21504]], [[10.2.0-28|v22528]], [[10.3.0-28|v23552]], [[10.4.0-29|v24578]], [[10.6.0-31|v25600]], [[11.1.0-34|v26624]], [[11.3.0-36|v27648]], [[11.5.0-38|v28673]]
 +
| [[1.0.0-0|v0]], [[2.0.0-2|v1027]], [[2.1.0-3|v2049]], [[2.2.0-X|v3075]], [[3.0.0-5|v4111]], [[4.0.0-7|v5131]], [[4.2.0-9|v6146]], [[5.0.0-11|v7172]], [[6.0.0-11|v8198]], [[7.0.0-13|v9230]], [[9.0.0-20|v11272]], [[9.2.0-20|v12288]], [[9.3.0-21|v13330]], [[9.4.0-21|v14336]], [[9.5.0-22|v15360]], [[9.6.0-24|v16404]], [[9.7.0-25|v17415]], [[9.8.0-25|v19456]], [[10.1.0-27|v20480]], [[10.2.0-28|v21504]], [[10.3.0-28|v22528]], [[10.4.0-29|v23554]], [[10.6.0-31|v24576]], [[11.1.0-34|v25600]], [[11.3.0-36|v26624]], [[11.4.0-37|v27649]](New2DSXL), [[11.5.0-38|v27649]]
 
|-
 
|-
 
| 00008402
 
| 00008402
 
| 00009002
 
| 00009002
 
| 00009902
 
| 00009902
| CtrApp
+
| 0000A202
| v0, v1036
+
| 0000AA02
 +
| 0000B202
 +
| CTR-N-HCS?
 +
| Camera applet used by Home-menu (CtrApp)
 +
|colspan=3| v0, v1036, [[9.0.0-20|v2049]](Also for [[8.1.0-0_New3DS]])
 
|-
 
|-
 
| 00008502
 
| 00008502
 
| 00009102
 
| 00009102
 
| 00009A02
 
| 00009A02
 +
| ?
 +
| ?
 +
| ?
 +
| ?
 
| Not available on CDN
 
| Not available on CDN
 +
| ?
 +
| ?
 
| ?
 
| ?
 
|-
 
|-
Line 500: Line 541:  
| 00009202
 
| 00009202
 
| 00009B02
 
| 00009B02
| Instruction Manual, application for displaying instruction manuals
+
| 0000A402
| v0, v1026, v2048, v3072, [[5.0.0-11|v4097]]
+
| 0000AC02
 +
| 0000B402
 +
| CTR-N-HMV?
 +
| Instruction Manual, applet for displaying instruction manuals
 +
|colspan=3| v0, v1026, v2048, v3072, [[5.0.0-11|v4097]], [[9.0.0-20|v5120]](Also for [[8.1.0-0_New3DS]])
 
|-
 
|-
 
| 00008702
 
| 00008702
 
| 00009302
 
| 00009302
 
| 00009C02
 
| 00009C02
 +
| 0000A502
 +
| 0000AD02
 +
| 0000B502
 +
| CTR-N-HGM?
 
| Game Notes (Cherry)
 
| Game Notes (Cherry)
| v0, v1026, v2049, [[5.0.0-11|v3073]]
+
|colspan=3| v0, v1026, v2049, [[5.0.0-11|v3073]], [[9.0.0-20|v4096]](Also for [[8.1.0-0_New3DS]])
 
|-
 
|-
 
| 00008802
 
| 00008802
 
| 00009402
 
| 00009402
 
| 00009D02
 
| 00009D02
 +
| 0000A602
 +
| 0000AE02
 +
| 0000B602
 +
|
 
| [[Internet Browser]] (spider)
 
| [[Internet Browser]] (spider)
| v6, v1024, v2050, [[5.0.0-11|v3075]]
+
|colspan=3| [[2.0.0-2|v6]], [[2.1.0-4|v1024]], [[4.0.0-7|v2050]], [[5.0.0-11|v3074 (EUR)/v3075(USA,JAP)]], [[7.0.0-13|v3088]], [[7.1.0-16|v4096]], [[9.5.0-23|v5121]], [[9.9.0-26|v6149]], [[10.2.0-28|v7168]], [[10.6.0-31|v8192]], [[10.7.0-32|v9232]], [[11.1.0-34|v10240]], [[11.9.0-42|v11297]]
 
|-
 
|-
| 00008A02
+
| 20008802
| 00008A02
+
| 20009402
| 00008A02
+
| 20009D02
| [[ErrDisp]]
+
| ?
| v0, v1025, [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]]
+
| 2000AE02
 +
| N/A
 +
| CTR-N-HBR?
 +
| [[New 3DS]] [[Internet Browser]] (SKATER)
 +
|colspan=3| [[8.1.0-0_New3DS|v10]], [[9.3.0-21|v1027]], [[9.6.0-24|v2051]], [[9.9.0-26|v3077]], [[10.2.0-28|v4096]], [[10.4.0-29|v5121]], [[10.6.0-31|v6144]], [[10.7.0-32|v7184]], [[11.1.0-34|v8192]], [[11.9.0-42|v10272]]
 
|-
 
|-
| 00008A03
+
|colspan=6| 00008A02
| 00008A03
+
|
| 00008A03
+
| Fatal error viewer ([[ErrDisp]])
 +
|colspan=3| v0, v1025, [[2.2.0-X|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]], [[8.0.0-18|v6144]], [[9.0.0-20|v7168]](Also for [[8.1.0-0_New3DS]])
 +
|-
 +
|colspan=6| 00008A03
 +
|  
 
| SAFE_MODE [[ErrDisp]]
 
| SAFE_MODE [[ErrDisp]]
| v0
+
|colspan=3| v0
 +
|-
 +
| 20008A03
 +
| 20008A03
 +
| 20008A03
 +
| ?
 +
| 20008A03
 +
| N/A
 +
|
 +
| [[New_3DS]] SAFE_MODE [[ErrDisp]]
 +
|colspan=3| [[8.1.0-0_New3DS|v7169]]
 
|-
 
|-
 
| 00008D02
 
| 00008D02
 
| 00009602
 
| 00009602
 
| 00009F02
 
| 00009F02
 +
| 0000A702
 +
| 0000AF02
 +
| 0000B702
 +
| CTR-N-HFR?
 
| Friend List (friend)
 
| Friend List (friend)
| v0, v1026, v3082, v4099 (EUR v6, v1024, v3082, v4099)
+
|colspan=3| v0, v1026, [[2.2.0-X|v2051]], v3082, v4099, [[7.0.0-13|v5120]], [[9.0.0-20|v6144]](Also for [[8.1.0-0_New3DS]]) (EUR v6, v1024, v3082, v4099, [[7.0.0-13|v5120]], [[9.0.0-20|v6144]])
 
|-
 
|-
 
| 00008E02
 
| 00008E02
 
| 00009702
 
| 00009702
 
| 0000A002
 
| 0000A002
 +
| 0000A802
 +
| 0000B002
 +
| 0000B802
 +
| CTR-N-HCR?
 
| Notifications (newslist)
 
| Notifications (newslist)
| v0, v1029, v2054, v3075 (EUR v6, v1024, v2054, v3075)
+
|colspan=3| v0, v1029, v2054, v3075, [[9.0.0-20|v4097]] (EUR v6, v1024, v2054, v3075, [[9.0.0-20|v4097]]) (JPN: ..., [[8.1.0-0_New3DS|v4096]], [[9.0.0-20|v5121]])
 
|-
 
|-
 
| 0000C002
 
| 0000C002
 
| 0000C802
 
| 0000C802
 
| 0000D002
 
| 0000D002
 +
| 0000D802
 +
| 0000DE02
 +
| 0000E402
 +
| CTR-N-HKY?
 
| Software Keyboard (swkbd)
 
| Software Keyboard (swkbd)
| v0, v1026, v2053
+
|colspan=3| v0, v1026, v2053, [[7.0.0-13|v3072]], [[9.0.0-20|v4096]](Also for [[8.1.0-0_New3DS]])
 
|-
 
|-
 
| 0000C003
 
| 0000C003
 
| 0000C803
 
| 0000C803
 
| 0000D003
 
| 0000D003
| Software Keyboard (swkbd)
+
| 0000D803
| v0
+
| 0000DE03
 +
| 0000E403
 +
|
 +
| SAFE_MODE Software Keyboard (swkbd)
 +
|colspan=3| v0
 +
|-
 +
| 2000C003
 +
| 2000C803
 +
| 2000D003
 +
| ?
 +
| 2000DE03
 +
| N/A
 +
|
 +
| [[New 3DS]] SAFE_MODE Software Keyboard (swkbd)
 +
| [[8.1.0-0_New3DS|v1024]]
 +
|colspan=2|[[9.0.0-20|v0]]
 
|-
 
|-
 
| 0000C102
 
| 0000C102
 
| 0000C902
 
| 0000C902
 
| 0000D102
 
| 0000D102
| appletEd
+
| 0000D902
| v0, v1026
+
| 0000DF02
 +
| 0000E502
 +
| CTR-N-HMS?
 +
| Mii picker (appletEd)
 +
|colspan=3| v0, v1026, [[9.0.0-20|v2048]](Also for [[8.1.0-0_New3DS]]), [[9.3.0-21|v3077]]
 
|-
 
|-
 
| 0000C302
 
| 0000C302
 
| 0000CB02
 
| 0000CB02
| N/A
+
| 0000D302
| PNOTE_AP
+
| 0000DB02
| v0, v1024
+
| 0000E102
 +
| 0000E702
 +
| CTR-N-HCC?
 +
| Picture picker (PNOTE_AP)
 +
|colspan=3| v0, v1024, [[8.1.0-0_New3DS|v2049]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v3075]], [[9.3.0-21|v4096]]
 
|-
 
|-
 
| 0000C402
 
| 0000C402
 
| 0000CC02
 
| 0000CC02
| N/A
+
| 0000D402
| SNOTE_AP
+
| 0000DC02
| v0, v3
+
| 0000E202
 +
| 0000E802
 +
| CTR-N-HMC?
 +
| [[Nintendo 3DS Sound|Voice memo]] picker (SNOTE_AP)
 +
|colspan=3| v0, v3, [[8.0.0-18|v1026]], [[9.0.0-20|v2048]](Also for [[8.1.0-0_New3DS]])
 +
|-
 +
|colspan=3| 0000C502
 +
|colspan=3| 0000CF02
 +
| CTR-N-HEEA
 +
CTR-N-HEEK
 +
| Non-critical (online, etc) error display (error)
 +
|colspan=3| v0, v1026, v2053, v3074, [[8.1.0-0_New3DS|v4096]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v5128]], [[9.6.0-24|v6145]]
 
|-
 
|-
| 0000C502
+
|colspan=3| 0000C503
| 0000C502
+
|colspan=3| 0000CF03
| 0000C502
+
|  
| error
+
| SAFE_MODE error applet
| v0, v1026, v2053, v3074
+
|colspan=3| v0
 
|-
 
|-
| 0000C503
+
| 2000C503
| 0000C503
+
| 2000C503
| 0000C503
+
| 2000C503
| error
+
| ?
| v0
+
| 2000CF03
 +
| N/A
 +
|
 +
| [[New 3DS]] SAFE_MODE error applet
 +
|colspan=3| [[8.1.0-0_New3DS|v1024]]
 
|-
 
|-
| 0000CD02
+
|colspan=3| 0000CD02
| 0000CD02
+
|colspan=3| 0000D502
| 0000CD02
+
| CTR-N-HADA
| extrapad
+
CTR-N-HADK
| v1, v1026
+
| [[Circle Pad Pro]] test/calibration applet (extrapad)
 +
|colspan=3| v1, v1026, [[8.1.0-0_New3DS|v2048]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v3073]], [[11.4.0-37|v4097]](New2DSXL), [[11.5.0-38|v4097]]
 
|-
 
|-
 
| 0000C602
 
| 0000C602
 
| 0000CE02
 
| 0000CE02
 
| 0000D602
 
| 0000D602
| mint (eShop related?)
+
| N/A
| v5, v1028, [[4.2.0-9|v2050]], [[5.0.0-11|v3072]]
+
| 0000E302
 +
| 0000E902
 +
| CTR-N-HAA?
 +
| eShop applet, used by applications for accessing the eShop, for DLC/etc. Also used by the eShop application itself. (mint)
 +
|colspan=3| v5, v1028, [[4.2.0-9|v2050]], [[5.0.0-11|v3072]], [[7.0.0-13|v4109]], [[7.2.0-17|v5125]](v5123 for JPN), [[8.0.0-18|v6145]], [[8.1.0-0_New3DS|v7168]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v8200]], [[9.3.0-21|v9224]], [[9.6.0-24|v10247]], [[9.8.0-25|v11264]], [[10.0.0-27|v12293]], [[10.1.0-27|v13312]], [[10.3.0-28|v14337]], [[10.4.0-29|v15360]], [[10.7.0-32|v16384]], [[11.2.0-35|v17408]](EUR), [[11.3.0-36|v18432]], [[11.5.0-38|v19457]]
 
|-
 
|-
 +
| 0000BC02
 +
| 0000BD02
 +
| 0000BE02
 +
| ?
 +
| N/A
 
| ?
 
| ?
 +
| CTR-N-HAE?
 +
| Miiverse (olv)
 +
|colspan=3| [[7.0.0-13|v14]], [[7.2.0-17|v1024]], [[9.0.0-20|v2048]](Also for [[8.1.0-0_New3DS]]), [[9.3.0-21|v3072]], [[9.6.0-24|v4096]]
 +
|-
 +
|colspan=3| 0000F602
 
| ?
 
| ?
| 0000D302
+
| N/A
 
| ?
 
| ?
| v0, v1024
+
| CTR-N-HAGA
 +
| Likely the "system library" for Miiverse (memolib)
 +
|colspan=3| [[7.0.0-13|v5]], [[8.1.0-0_New3DS|v1024]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v2050]], [[9.3.0-21|v3072]]
 
|-
 
|-
 +
| 00008302
 +
| 00008B02
 +
| 0000BA02
 
| ?
 
| ?
 +
| N/A
 
| ?
 
| ?
| 0000D402
+
| CTR-N-HAH?
 +
| In-app Miiverse-posting applet (solv3)
 +
|colspan=3| [[9.0.0-20|v6]]
 +
|-
 +
| 00009502
 +
| 00009E02
 +
| 0000B902
 
| ?
 
| ?
| v3
+
| 00008C02
 +
| 0000BF02
 +
| CTR-N-HA3?
 +
| Cabinet ([[amiibo Settings]])
 +
|colspan=3| [[9.3.0-21|v7]], (v1024 for TWN), [[9.6.0-24|v1031]]
 
|}
 
|}
   −
Most of these processes are applets.
+
=== 0004009B - [[NCCH#CFA|Shared Data Archives]] ===
 
+
{| class="wikitable sortable" border="1"
=== 0004009B - [[NCCH#CFA|System Data Archives]] ===
  −
{| class="wikitable" border="1"
   
|-
 
|-
 
!  JPN TitleIDLow
 
!  JPN TitleIDLow
 
!  USA TitleIDLow
 
!  USA TitleIDLow
 
!  EUR TitleIDLow
 
!  EUR TitleIDLow
 +
!  CHN TitleIDLow
 +
!  KOR TitleIDLow
 +
!  TWN TitleIDLow
 
!  Description
 
!  Description
 
!  Versions
 
!  Versions
Line 620: Line 773:  
| 00010202
 
| 00010202
 
| 00010202
 
| 00010202
| ?
+
| 00010202
 +
| 00010202
 +
| 00010202
 +
| Probably Mii-related, contains "CFL_Res.dat" in the RomFS.
 
| v0
 
| v0
 
|-
 
|-
| 00010302
  −
| 00010302
  −
| 00010302
  −
| ?
  −
| v0, v2052
  −
|-
   
| 00010402
 
| 00010402
 
| 00010402
 
| 00010402
 
| 00010402
 
| 00010402
| Mounted as "area:"
+
| 00010402
| v0, v1024, v2050, v3072
+
| 00010402
|-
+
| 00010402
| 00010502
+
| Region Manifest. Mounted as "area:"
| 00010502
+
| v0, v1024, v2050, v3072, [[7.0.0-13|v4098]], [[9.6.0-24|v5122]]
| 00010502
  −
| ?
  −
| v0, v1024, v2048
   
|-
 
|-
 
| 00010602
 
| 00010602
 
| 00010602
 
| 00010602
 
| 00010602
 
| 00010602
| ?
+
| 00010602
| v2
+
| 00010602
|-
+
| 00010602
| 00011902
+
| Non-Nintendo TLS Root-CA Certificates (RomFS contains files with filename "CACERT_PUBLIC_CA_<val>.der", where <val> is 5..8)
| ?
+
| v2, [[10.5.0-30|v1024]]
| ?
  −
| ?
  −
| v0
   
|-
 
|-
| ?
+
|
| 00011402
+
|
| ?
+
|
| ?
+
| 00011002
| v0
+
|  
 +
|
 +
|  "CHN/CN" Dictionary.
 +
|  v1
 
|-
 
|-
| ?
+
|  
| 00011602
+
|  
| ?
+
|
| ?
+
|
| v0
+
|
 +
| 00011102 
 +
| "TWN/TN" dictionary.
 +
| v1
 
|-
 
|-
| ?
+
|  
| 00011D02
+
|  
| ?
+
| 00011202
| ?
+
|
 +
|
 +
 +
| "NL/NL" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| 00011E02
+
|  
| ?
+
| 00011302
| ?
+
|
 +
|
 +
 +
| "EN/GB" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
| 00011402
| 00011202
+
|
| ?
+
|  
 +
|
 +
|
 +
| "EN/US" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
|  
| 00011302
+
| 00011502
| ?
+
|
 +
|
 +
|
 +
| "FR/FR/regular" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
| 00011602
| 00011502
+
|
| ?
+
|
 +
|
 +
 +
| "FR/CA/regular" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
|  
 
| 00011702
 
| 00011702
| ?
+
|
 +
|
 +
|
 +
| "DE/regular" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
|  
 
| 00011802
 
| 00011802
| ?
+
|
 +
|
 +
|
 +
| "IT/IT" dictionary.
 
| v0
 
| v0
 
|-
 
|-
 
| 00011902
 
| 00011902
| ?
+
|  
| ?
+
|
| ?
+
|  
 +
|
 +
 +
| "JA_small/32" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
|  
 +
|
 +
|
 +
| 00011A02
 +
 +
| "KO/KO" dictionary.
 +
| v1
 +
|-
 +
|
 +
|
 
| 00011B02
 
| 00011B02
| ?
+
|
 +
|
 +
|
 +
| "PT/PT/regular" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
|  
 
| 00011C02
 
| 00011C02
| ?
+
|
 +
|
 +
|
 +
| "RU/regular" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
| 00011D02
 
| 00011D02
 
| 00011D02
| ?
+
|
 +
|
 +
|
 +
| "ES/ES" dictionary.
 
| v0
 
| v0
 
|-
 
|-
| ?
+
|  
| ?
+
| 00011E02
| 00012102
+
|
| ?
+
|  
| v0, v1026, v2051, v3074
+
|
 +
|
 +
| "PT/BR/regular" dictionary.
 +
| v0
 
|-
 
|-
 
| 00012202
 
| 00012202
 
| 00012302
 
| 00012302
 
| 00012102
 
| 00012102
| ?
+
| 00012402
| v1026, v2053, v3073, [[4.2.0-9|v4096]], [[5.0.0-11|v5120]]
+
| 00012502
 +
| 00012602
 +
| ?contains a lists with error strings
 +
| v1026, v2053, v3073, [[4.2.0-9|v4096]], [[5.0.0-11|v5120]], [[7.0.0-13|v6149]], [[7.2.0-17|v7168]], [[8.0.0-18|v8192]], [[9.0.0-20|v9218]], [[9.3.0-21|v10242]], [[9.6.0-24|v11269]], [[10.0.0-27|v12289]], [[10.4.0-29|v13312]], [[10.7.0-32|v13313]] (JPN: [[11.1.0-34|v14336]]) (KOR: [[9.6.0-24|v6148]], [[10.0.0-27|v7169]], [[10.3.0-28|v8193]], [[10.4.0-29|v9216]], [[11.1.0-34|v10240]])
 
|-
 
|-
 
| 00013202
 
| 00013202
 
| 00013302
 
| 00013302
 
| 00013102
 
| 00013102
 +
| 00013502
 +
|
 +
|
 
| Mounted as "eula:"
 
| Mounted as "eula:"
| v0, v1024, v2049 USA: v1024, v2051
+
| v0, v1024, v2049 USA: v1024, v2051, [[7.0.0-13|v3074]], [[7.2.0-17|v4100]](EUR-only), [[9.0.0-20|v4099]], [[9.9.0-26|v6144]], [[10.4.0-29|v7168]] (KOR: [[9.7.0-25|v1025]])
 
|-
 
|-
 
| 00014002
 
| 00014002
 
| 00014002
 
| 00014002
 
| 00014002
 
| 00014002
| ?
+
| 00014002
 +
| 00014002
 +
| 00014002
 +
| JPN/EUR/USA [[System Font]] ("font:")
 
| v0
 
| v0
 
|-
 
|-
Line 758: Line 962:  
| 00014102
 
| 00014102
 
| 00014102
 
| 00014102
| ?
+
| 00014102
 +
| 00014102
 +
| 00014102
 +
| CHN [[System Font]] ("font:")
 
| v0, v1024
 
| v0, v1024
 
|-
 
|-
Line 764: Line 971:  
| 00014202
 
| 00014202
 
| 00014202
 
| 00014202
| ?
+
| 00014202
 +
| 00014202
 +
| 00014202
 +
| KOR [[System Font]] ("font:")
 
| v0, v1024
 
| v0, v1024
 
|-
 
|-
Line 770: Line 980:  
| 00014302
 
| 00014302
 
| 00014302
 
| 00014302
| ?
+
| 00014302
 +
| 00014302
 +
| 00014302
 +
| TWN [[System Font]] ("font:")
 
| v0, v1024
 
| v0, v1024
 
|-
 
|-
Line 776: Line 989:  
| 00015302
 
| 00015302
 
| 00015102
 
| 00015102
 +
| N/A
 +
| 00015502
 +
| 0015602
 
| Mounted as "rate:"
 
| Mounted as "rate:"
| v0 (EUR: v0, v1024)
+
| v0 (EUR: v0, v1024) (KOR: v1024)
|-
  −
| ?
  −
| 00016302
  −
| ?
  −
| ?
  −
| v80
  −
|-
  −
| ?
  −
| 00017302
  −
| ?
  −
| ?
  −
| v3088
   
|}
 
|}
    
=== 000400DB - [[NCCH#CFA|System Data Archives]] ===
 
=== 000400DB - [[NCCH#CFA|System Data Archives]] ===
These [[NVer]] titleIDs can be found @ offset 0x320 in every [[CCI]]. The title version is likely used to determine whether a system update is needed, it's unknown whether this is involved with region-locking at all.
+
==== System Data Archive Notes ====
 +
These [[NVer]] titleIDs can be found @ offset 0x320 in every [[CCI]].
   −
{| class="wikitable" border="1"
+
{| class="wikitable sortable" border="1"
 
|-
 
|-
 
!  EUR TitleIDLow
 
!  EUR TitleIDLow
Line 816: Line 1,021:  
| 00010302
 
| 00010302
 
| NGWord bad word list
 
| NGWord bad word list
| [[1.0.0-0|v0]], [[2.0.0-2|v1024]], [[3.0.0-5|v2052]], [[4.0.0-7|v3072]], [[4.3.0-10|v4096]], [[5.0.0-11|v5120]]
+
|colspan=4| [[1.0.0-0|v0]], [[2.0.0-2|v1024]], [[3.0.0-5|v2052]], [[4.0.0-7|v3072]], [[4.3.0-10|v4096]], [[5.0.0-11|v5120]], [[9.0.0-20|v6144]], [[9.3.0-21|v7168]], [[9.6.0-24|v8192]], [[11.1.0-34|v9217]]
| Same as USA
  −
| Same as USA
  −
| Same as USA
   
|-
 
|-
 
| 00010502
 
| 00010502
Line 828: Line 1,030:  
| 00010502
 
| 00010502
 
| [[Nintendo Zone]] hotspot list
 
| [[Nintendo Zone]] hotspot list
| [[1.0.0-0|v0]], [[2.0.0-2|v1024]], [[3.0.0-5|v2048]], [[4.0.0-7|v3073]], [[4.3.0-10|v4096]], [[4.4.0-10|v5120]], [[4.5.0-10|v6144]], [[5.0.0-11|v7169]]
+
|colspan=4| [[1.0.0-0|v0]], [[2.0.0-2|v1024]], [[3.0.0-5|v2048]], [[4.0.0-7|v3073]], [[4.3.0-10|v4096]], [[4.4.0-10|v5120]], [[4.5.0-10|v6144]], [[5.0.0-11|v7169]], [[6.0.0-11|v8192]], [[6.2.0-12|v9216]], [[7.0.0-13|v10242]], [[7.2.0-17|v11267]], [[8.0.0-18|v12288]], [[9.0.0-20|v14336]], [[9.3.0-21|v15360]], [[9.6.0-24|v16386]], [[10.0.0-27|v17409]], [[10.4.0-29|v18432]], [[11.1.0-34|v19457]], [[11.5.0-38|v20480]], [[11.9.0-42|v22528]]
| Same as USA
  −
| Same as USA
  −
| Same as USA
   
|-
 
|-
 
| 00016102
 
| 00016102
Line 840: Line 1,039:  
| 00016602
 
| 00016602
 
| [[NVer]]
 
| [[NVer]]
| [[1.0.0-0|v0]], [[1.1.0-1|v16]], [[2.0.0-2|v32]], [[2.1.0-3|v48]], [[2.1.0-4|v64]], [[3.0.0-5|v80]], [[3.0.0-6|v96]], [[4.0.0-7|v112]],  [[4.1.0-8|v128]], [[4.2.0-9|v144]], [[4.3.0-10|v160]], [[5.0.0-11|v176]]
+
| [[1.0.0-0|v0]], [[1.1.0-1|v16]], [[2.0.0-2|v32]], [[2.1.0-3|v48]], [[2.1.0-4|v64]], [[3.0.0-5|v80]], [[3.0.0-6|v96]], [[4.0.0-7|v112]],  [[4.1.0-8|v128]], [[4.2.0-9|v144]], [[4.3.0-10|v160]], [[5.0.0-11|v176]], non-USA=[[6.0.0-11|v192]]/USA=[[6.1.0-12U|v192]], [[7.0.0-13|v208]], [[7.1.0-14|v224]], [[7.1.0-15|v240]], [[7.1.0-16|v256]], [[7.2.0-17|v272]], [[8.0.0-18|v288]], [[8.1.0-19|v304]], [[9.0.0-20|v320]], [[9.3.0-21|v336]], [[9.5.0-22|v352]], [[9.5.0-23|v368]], [[9.6.0-24|v384]], [[9.7.0-25|v400]], [[9.9.0-26|v416]], [[10.0.0-27|v432]], [[10.2.0-28|v448]], [[10.4.0-29|v464]], [[10.5.0-30|v480]], [[10.6.0-31|v496]], [[10.7.0-32|v512]], [[11.0.0-33|v528]], [[11.1.0-34|v544]], [[11.2.0-35|v560]], [[11.3.0-36|v576]], [[11.5.0-38|v608]], ..., [[11.9.0-42|v672]]
| [[4.0.0-7|v113]], [[4.2.0-9|v128]], [[5.0.0-11|v129]]
+
| [[4.0.0-7|v113]], [[4.2.0-9|v128]], [[5.0.0-11|v129]], [[7.1.0-16|v130]], [[7.2.0-17|v272]], [[9.5.0-23|v131]], [[9.9.0-26|v132]]
| [[4.1.0-8|v114]], [[4.2.0-9|v133]], [[4.3.0-10|v134]], [[5.0.0-11|v136]]
+
| [[4.1.0-8|v114]], [[4.2.0-9|v133]], [[4.3.0-10|v134]], [[5.0.0-11|v136]], [[7.0.0-13|v144]], [[7.1.0-14|v160]] [[7.1.0-16|v192]], [[7.2.0-17|v272]], [[8.0.0-18|v208]], [[8.1.0-19|v224]], [[9.0.0-20|v240]], [[9.5.0-22|v272]], [[9.5.0-23|v288]], [[9.6.0-24|v304]], [[9.7.0-25|v320]], [[9.9.0-26|v336]], [[10.0.0-27|v352]], [[10.2.0-28|v368]], [[10.4.0-29|v384]], [[10.5.0-30|v400]], [[10.6.0-31|v416]], [[10.7.0-32|v432]], [[11.0.0-33|v448]], [[11.1.0-34|v464]], [[11.2.0-35|v480]], [[11.3.0-36|v496]], ..., [[11.9.0-42|v544]]
| [[4.0.0-7|v113]], [[4.1.0-8|v114]], [[4.2.0-9|v133]], [[4.3.0-10|v134]], [[5.0.0-11|v136]]
+
| [[4.0.0-7|v113]], [[4.1.0-8|v114]], [[4.2.0-9|v133]], [[4.3.0-10|v134]], [[5.0.0-11|v136]], [[7.0.0-13|v160]], [[7.1.0-14|v176]], [[7.1.0-16|v176]], [[7.2.0-17|v272]], [[8.0.0-18|v224]], [[8.1.0-19|v240]], [[9.0.0-20|v256]], [[9.3.0-21|v272]], [[9.5.0-22|v288]], [[9.5.0-23|v304]], [[9.6.0-24|v320]], [[9.7.0-25|v336]], [[9.9.0-26|v352]], [[10.0.0-27|v368]], [[10.2.0-28|v384]], [[10.4.0-29|v400]], [[10.5.0-30|v416]], [[10.6.0-31|v432]], [[10.7.0-32|v448]], [[11.0.0-33|v464]], [[11.1.0-34|v480]], [[11.2.0-35|v496]], [[11.3.0-36|v512]], ..., [[11.9.0-42|v576]]
 +
|-
 +
| 20016102
 +
| 20016202
 +
| 20016302
 +
| N/A
 +
| 20016502
 +
| N/A
 +
| [[New_3DS]] [[NVer]]
 +
| [[8.1.0-0_New3DS|v0]], [[9.0.0-20|v320]], [[9.3.0-21|v336]], [[9.5.0-22|v352]], [[9.5.0-22|v352]], [[9.5.0-23|v368]], [[9.6.0-24|v384]], [[9.7.0-25|v400]], [[9.9.0-26|v416]], [[10.0.0-27|v432]], [[10.2.0-28|v448]], [[10.4.0-29|v464]], [[10.5.0-30|v480]], [[10.6.0-31|v496]], [[10.7.0-32|v512]], [[11.0.0-33|v528]], [[11.1.0-34|v544]], [[11.2.0-35|v560]], [[11.3.0-36|v576]], ..., [[11.9.0-42|v672]]
 +
| N/A
 +
| N/A
 +
| [[9.6.0-24|v320]], [[9.7.0-25|v336]], [[9.9.0-26|v352]], [[10.0.0-27|v368]], [[10.2.0-28|v384]], [[10.4.0-29|v400]], [[10.5.0-30|v416]], [[10.6.0-31|v432]], [[10.7.0-32|v448]], [[11.0.0-33|v464]], [[11.2.0-35|v496]], [[11.3.0-36|v512]], ..., [[11.9.0-42|v576]]
 
|-
 
|-
 
| 00017102
 
| 00017102
Line 852: Line 1,063:  
| 00017602
 
| 00017602
 
| [[CVer]]
 
| [[CVer]]
| [[1.0.0-0|v1024]], [[2.0.0-2|v2049]], [[2.1.0-3|v2069]], [[3.0.0-5|v3088]], [[4.0.0-7|v4098]], [[4.1.0-8|v4113]], [[4.2.0-9|v4130]], [[4.3.0-10|v4145]], [[4.4.0-10|v4163]], [[4.5.0-10|v4176]], [[5.0.0-11|v5120]], [[5.1.0-11|v5136]]
+
| [[1.0.0-0|v1024]], [[1.1.0-1|v1045]], [[2.0.0-2|v2049]], [[2.1.0-3|v2069]], [[2.2.0-X|v2088]] [[3.0.0-5|v3088]], [[4.0.0-7|v4098]], [[4.1.0-8|v4113]], [[4.2.0-9|v4130]], [[4.3.0-10|v4145]], [[4.4.0-10|v4163]], [[4.5.0-10|v4176]], [[5.0.0-11|v5120]], [[5.1.0-11|v5136]], [[6.0.0-11|v6146]], [[6.1.0-11|v6160]], [[6.2.0-12|v6178]], [[6.3.0-12|v6192]], [[7.0.0-13|v7175]], [[7.1.0-14|v7187]], [[7.2.0-17|v7203]], [[8.0.0-18|v8196]], [[8.1.0-18|v8208]], [[8.1.0-0_New3DS|v8215]](8.1.0-0_New3DS), [[9.0.0-20|v9218]], [[9.1.0-20J|v9232]](JPN-only), [[9.2.0-20|v9248]], [[9.3.0-21|v9264]], [[9.4.0-21|v9280]], [[9.5.0-22|v9296]], [[9.6.0-24|v9319]], [[9.7.0-25|v9328]], [[9.8.0-25|v9344]], [[9.9.0-26|v9360]], [[10.0.0-27|v10240]], [[10.1.0-27|v10256]], [[10.2.0-28|v10272]], [[10.3.0-28|v10288]], [[10.4.0-29|v10304]], [[10.5.0-30|v10320]], [[10.6.0-31|v10336]], [[10.7.0-32|v10352]], [[11.0.0-33|v11264]], [[11.1.0-34|v11280]], [[11.2.0-35|v11296]], [[11.3.0-36|v11312]], [[11.4.0-37|...]], [[11.5.0-38|v11344]], ..., [[11.9.0-42|v11408]]
| Same as USA
+
| [[1.0.0-0|v1024]], [[1.1.0-1|v1045]], [[2.0.0-2|v2049]], [[2.1.0-3|v2069]], [[2.2.0-X|v2088]] [[3.0.0-5|v3088]], [[4.0.0-7|v4098]], [[4.1.0-8|v4113]], [[4.2.0-9|v4130]], [[4.3.0-10|v4145]], [[4.4.0-10|v4163]], [[4.5.0-10|v4176]], [[5.0.0-11|v5120]], [[5.1.0-11|v5136]], [[6.0.0-11|v6146]], [[6.1.0-11|v6160]], [[6.2.0-12|v6178]], [[6.3.0-12|v6192]], [[7.0.0-13|v7175]], [[7.1.0-14|v7187]], [[7.2.0-17|v7203]], [[8.0.0-18|v8196]], [[8.1.0-18|v8208]], [[9.0.0-20|v9217]], [[9.3.0-21|v9264]], [[9.5.0-22|v9296]], [[9.6.0-24|v9319]], [[9.7.0-25|v9328]], [[9.8.0-25|v9344]], [[9.9.0-26|v9360]], [[10.0.0-27|v10240]], [[10.2.0-28|v10272]], [[10.4.0-29|v10304]], [[10.5.0-30|v10320]], [[10.6.0-31|v10336]], [[10.7.0-32|v10352]], [[11.2.0-35|v11296]], [[11.3.0-36|v11312]], ..., [[11.9.0-42|v11408]]
| Same as USA
+
| Same as CHN
| Same as USA
+
| Same as CHN + [[11.1.0-34|v11280]]
 
|}
 
|}
    
=== 00040130 - System [[Services API|Modules]] ===
 
=== 00040130 - System [[Services API|Modules]] ===
{| class="wikitable" border="1"
+
==== System Module Notes ====
 +
Once Home Menu finishes loading, all of the below system modules are running, except for MP, RO, and act which are automatically [[Process_Manager_Services|loaded]] when a process requires them.
 +
When [[Process_Manager_Services|PM]]-module terminates processes, it will check whether the processes listed as dependencies for this process are listed as dependencies for other processes.
 +
Any processes which are no longer listed in any processes dependencies lists are then terminated. On [[New_3DS]], the only New3DS-specific system-module which automatically gets loaded during system boot is qtm.
 +
All of the below system modules use the "BASE" [[SVC|memory-region]](specified in the exheader), except when listed otherwise for certain modules.
 +
When handling the exheader dependency list starting with [[8.0.0-18]], Old3DS FIRM [[Process_Manager_Services|PM]]-module now skips handling titles in this list which have any bits in programID-low bitmask 0xF0000000 set(with [[8.0.0-18]] this is hard-coded).
 +
The exheader dependency list handling change is for the [[New 3DS]] system-module(s), which do not exist on Old3DS.
 +
When the New3DS pm-module is launching any title except [[NS]], it first attempts to launch the title with programID-low bitmask 0x20000000 set, then with that bitmask clear if launching fails.
 +
 
 +
{| class="wikitable sortable" border="1"
 
|-
 
|-
 
!  TitleID Low
 
!  TitleID Low
Line 866: Line 1,086:  
|-
 
|-
 
| 00001002
 
| 00001002
| sm (Stored in [[FIRM|NATIVE_FIRM]])
+
| [[Services|sm]] (Stored in [[FIRM|NATIVE_FIRM]])
 +
| N/A
 +
|-
 +
| 00001003
 +
| SAFE_MODE [[Services|sm]] (Stored in SAFE_MODE NATIVE_FIRM)
 
| N/A
 
| N/A
 
|-
 
|-
 
| 00001102
 
| 00001102
 
| [[Filesystem services‎|fs]] (Stored in [[FIRM|NATIVE_FIRM]])
 
| [[Filesystem services‎|fs]] (Stored in [[FIRM|NATIVE_FIRM]])
 +
| N/A
 +
|-
 +
| 00001103
 +
| SAFE_MODE [[Filesystem services‎|fs]] (Stored in SAFE_MODE NATIVE_FIRM)
 
| N/A
 
| N/A
 
|-
 
|-
 
| 00001202
 
| 00001202
| [[Process Manager Ports|pm]] (Stored in [[FIRM|NATIVE_FIRM]])
+
| [[Process Manager Services|pm]] (Stored in [[FIRM|NATIVE_FIRM]])
 +
| N/A
 +
|-
 +
| 00001203
 +
| SAFE_MODE [[Process Manager Services|pm]] (Stored in SAFE_MODE NATIVE_FIRM)
 
| N/A
 
| N/A
 
|-
 
|-
 
| 00001302
 
| 00001302
| loader (Stored in [[FIRM|NATIVE_FIRM]])
+
| [[Loader Services‎|loader]]  (Stored in [[FIRM|NATIVE_FIRM]])
 +
| N/A
 +
|-
 +
| 00001303
 +
| SAFE_MODE [[Loader Services‎|loader]]  (Stored in SAFE_MODE NATIVE_FIRM)
 
| N/A
 
| N/A
 
|-
 
|-
 
| 00001402
 
| 00001402
| pxi (Stored in [[FIRM|NATIVE_FIRM]])
+
| [[PXI Services‎|pxi]]  (Stored in [[FIRM|NATIVE_FIRM]])
 +
| N/A
 +
|-
 +
| 00001403
 +
| SAFE_MODE [[PXI Services‎|pxi]]  (Stored in SAFE_MODE NATIVE_FIRM)
 
| N/A
 
| N/A
 
|-
 
|-
 
| 00001502
 
| 00001502
 
| [[Application Manager Services|AM]] ( Application Manager )
 
| [[Application Manager Services|AM]] ( Application Manager )
| v0, v1026, [[3.0.0-5|v2053]], [[4.0.0-7|v3072]], [[5.0.0-11|v4098]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[3.0.0-5|v2053]], [[4.0.0-7|v3072]], [[5.0.0-11|v4098]], [[6.0.0-11|v5120]], [[8.0.0-18|v6148]], [[8.1.0-0_New3DS|v7168]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v8192]], [[10.0.0-27|v9217]]
 
|-
 
|-
 
| 00001503
 
| 00001503
| AM
+
| SAFE_MODE [[Application Manager Services|AM]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001503
 +
| [[New_3DS]] SAFE_MODE [[Application Manager Services|AM]]
 +
| [[8.1.0-0_New3DS|v7169]]
 
|-
 
|-
 
| 00001602
 
| 00001602
| Camera
+
| [[Camera Services|Camera]]
| v0, v1026, [[3.0.0-5|v2048]], [[4.0.0-7|v3074]], [[5.0.0-11|v4098]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[3.0.0-5|v2048]], [[4.0.0-7|v3074]], [[5.0.0-11|v4098]], [[6.0.0-11|v5120]], [[7.1.0-14|v6146]], [[8.0.0-18|v7172]], [[9.0.0-20|v9216]], [[9.3.0-21|v10242]], [[10.0.0-27|v11265]]
 +
|-
 +
| 20001602
 +
| [[New_3DS]] [[Camera Services|Camera]]
 +
| [[8.1.0-0_New3DS|v8200]], [[9.0.0-20|v9218]], [[9.3.0-21|v10242]], [[10.0.0-27|v11265]], [[11.4.0-37|v12288]](New2DSXL)
 
|-
 
|-
 
| 00001702
 
| 00001702
 
| [[Config Services|Config]] (cfg)
 
| [[Config Services|Config]] (cfg)
| v0, v1024, [[3.0.0-5|v2049]] [[4.0.0-7|v4096]], [[5.0.0-11|v5122]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1024]], [[3.0.0-5|v2049]], v3072, [[4.0.0-7|v4096]], [[5.0.0-11|v5122]], [[6.0.0-11|v6145]], [[6.1.0-11|v7168]], [[7.0.0-13|v8196]], [[7.2.0-17|v9220]], [[8.0.0-18|v10243]], [[8.1.0-0_New3DS|v11265]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v12290]], [[9.3.0-21|v13315]], [[9.6.0-24|v14342]], [[11.4.0-37|v15360]](New2DSXL)[[11.5.0-38|v15360]]
 
|-
 
|-
 
| 00001703
 
| 00001703
| Config (cfg)
+
| SAFE_MODE [[Config Services|Config]] (cfg)
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001703
 +
| [[New_3DS]] SAFE_MODE [[Config Services|Config]] (cfg)
 +
| [[8.1.0-0_New3DS|v11265]]
 
|-
 
|-
 
| 00001802
 
| 00001802
| Codec
+
| [[Codec Services|Codec]]
| v0, v1025, [[3.0.0-5|v3072]], [[5.0.0-11|v4098]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1025]], [[2.2.0-X|v2048]], [[3.0.0-5|v3072]], [[5.0.0-11|v4098]], [[7.0.0-13|v5120]], [[8.0.0-18|v6144]], [[9.0.0-20|v7168]](Also for [[8.1.0-0_New3DS]])
 
|-
 
|-
 
| 00001803
 
| 00001803
| Codec
+
| SAFE_MODE [[Codec Services|Codec]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001803
 +
| [[New_3DS]] SAFE_MODE [[Codec Services|Codec]]
 +
| [[8.1.0-0_New3DS|v7169]]
 
|-
 
|-
 
| 00001A02
 
| 00001A02
| DSP
+
| [[DSP Services|DSP]]
| v0, [[3.0.0-5|v1024]], [[4.0.0-7|v2048]], [[5.0.0-11|v3074]]
+
| [[1.0.0-0|v0]], [[3.0.0-5|v1024]], [[4.0.0-7|v2048]], [[5.0.0-11|v3074]], [[6.0.0-11|v4096]], [[8.0.0-18|v5120]], [[9.7.0-25|v6145]], [[11.1.0-34|v7169]]
 
|-
 
|-
 
| 00001A03
 
| 00001A03
| DSP
+
| SAFE_MODE [[DSP Services|DSP]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001A03
 +
| [[New_3DS]] SAFE_MODE [[DSP Services|DSP]]
 +
| [[8.1.0-0_New3DS|v6145]]
 
|-
 
|-
 
| 00001B02
 
| 00001B02
| GPIO
+
| [[GPIO Services|GPIO]]
| v0, [[5.0.0-11|v1025]]
+
| [[1.0.0-0|v0]], [[5.0.0-11|v1025]], [[8.0.0-18|v2048]], [[9.5.0-22|v3073]]
 
|-
 
|-
 
| 00001B03
 
| 00001B03
| GPIO
+
| SAFE_MODE [[GPIO Services|GPIO]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001B03
 +
| [[New_3DS]] SAFE_MODE [[GPIO Services|GPIO]]
 +
| [[8.1.0-0_New3DS|v3073]]
 
|-
 
|-
 
| 00001C02
 
| 00001C02
| GSP
+
| [[GSP Services|GSP]]
| v0, v1040, v2049, [[3.0.0-5|v3075]], [[4.0.0-7|v5120]], [[5.0.0-11|v6145]]
+
| [[1.0.0-0|v0]], [[1.1.0-1|v1040]], [[2.0.0-2|v2049]], [[3.0.0-5|v3075]], v4098, [[4.0.0-7|v5120]], [[5.0.0-11|v6145]], [[6.0.0-11|v7168]], [[8.0.0-18|v8196]], [[9.0.0-20|v10240]], [[9.3.0-21|v11264]], [[9.6.0-24|v12294]], [[11.3.0-36|v13312]], [[11.5.0-38|v14336]]
 +
|-
 +
| 20001C02
 +
| [[New_3DS]] [[GSP Services|GSP]]
 +
| [[8.1.0-0_New3DS|v10243]], [[9.3.0-21|v11267]], [[9.6.0-24|v12294]], [[11.3.0-36|v13312]], [[11.4.0-37|v14336]](New2DSXL)
 
|-
 
|-
 
| 00001C03
 
| 00001C03
| GSP
+
| SAFE_MODE [[GSP Services|GSP]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001C03
 +
| [[New_3DS]] SAFE_MODE [[GSP Services|GSP]]
 +
| [[8.1.0-0_New3DS|v9217]]
 
|-
 
|-
 
| 00001D02
 
| 00001D02
| HID (Human Interface Devices)  
+
| [[HID Services|HID]] (Human Interface Devices)  
| v0, v1025, [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1025]], [[2.2.0-X|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]], [[7.2.0-17|v6148]], [[8.0.0-18|v7168]], [[8.1.0-0_New3DS|v8192]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v9216]], [[9.3.0-21|v10240]]
 
|-
 
|-
 
| 00001D03
 
| 00001D03
| HID
+
| SAFE_MODE [[HID Services|HID]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001D03
 +
| [[New_3DS]] SAFE_MODE [[HID Services|HID]]
 +
| [[8.1.0-0_New3DS|v8193]]
 
|-
 
|-
 
| 00001E02
 
| 00001E02
| i2c
+
| [[I2C Services|i2c]]
| v0, [[3.0.0-5|v1024]], [[5.0.0-11|v2049]]
+
| [[1.0.0-0|v0]], [[3.0.0-5|v1024]], [[5.0.0-11|v2049]], [[8.0.0-18|v3076]], [[9.3.0-21|v5120]]
 +
|-
 +
| 20001E02
 +
| [[New_3DS]] [[I2C Services|i2c]]
 +
| [[8.1.0-0_New3DS|v4096]], [[9.3.0-21|v5121]]
 
|-  
 
|-  
 
| 00001E03
 
| 00001E03
| i2c
+
| SAFE_MODE [[I2C Services|i2c]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001E03
 +
| [[New_3DS]] SAFE_MODE [[I2C Services|i2c]]
 +
| [[8.1.0-0_New3DS|v4097]]
 
|-
 
|-
 
| 00001F02
 
| 00001F02
| MCU
+
| [[MCU Services|MCU]]
| v0, v1026, [[2.1.0-3|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4102]], [[5.0.0-11|v5122]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[2.1.0-3|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4102]], [[5.0.0-11|v5122]], [[6.0.0-11|v6145]], [[7.0.0-13|v7168]], [[8.0.0-18|v8192]]
 +
|-
 +
| 20001F02
 +
| [[New_3DS]] [[MCU Services|MCU]]
 +
| [[8.1.0-0_New3DS|v8192]], [[11.4.0-37|v9216]](New2DSXL)
 
|-
 
|-
 
| 00001F03
 
| 00001F03
| MCU
+
| SAFE_MODE [[MCU Services|MCU]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20001F03
 +
| [[New_3DS]] SAFE_MODE [[MCU Services|MCU]]
 +
| [[8.1.0-0_New3DS|v9217]]
 
|-
 
|-
 
| 00002002
 
| 00002002
| Microphone (mic)
+
| [[MIC Services|MIC]] (Microphone)
| v0, [[5.0.0-11|v1025]]
+
| [[1.0.0-0|v0]], [[5.0.0-11|v1025]], [[8.0.0-18|v2048]]
 
|-
 
|-
 
| 00002102
 
| 00002102
| PDN
+
| [[PDN Services|PDN]]
| v0, [[5.0.0-11|v1025]]
+
| [[1.0.0-0|v0]], [[5.0.0-11|v1025]], [[8.0.0-18|v2048]]
 
|-
 
|-
 
| 00002103
 
| 00002103
| PDN
+
| SAFE_MODE [[PDN Services|PDN]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002103
 +
| [[New_3DS]] SAFE_MODE [[PDN Services|PDN]]
 +
| [[8.1.0-0_New3DS|v3073]]
 
|-
 
|-
 
| 00002202
 
| 00002202
| PTM (Play time, pedometer, and battery manager)
+
| [[PTM Services|PTM]] (Play time, pedometer, and battery manager)
| v0, v1026, [[3.0.0-5|v3075]], [[4.0.0-7|v5120]], [[5.0.0-11|v6146]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[2.2.0-X|v2048]], [[3.0.0-5|v3075]], v4096, [[4.0.0-7|v5120]], [[5.0.0-11|v6146]], [[6.0.0-11|v7168]], [[7.0.0-13|v8192]], [[8.0.0-18|v9219]], [[9.6.0-24|v11264]]
 +
|-
 +
| 20002202
 +
| [[New_3DS]] [[PTM Services|PTM]] (Play time, pedometer, and battery manager)
 +
| [[8.1.0-0_New3DS|v10240]], [[9.6.0-24|v11264]]
 
|-
 
|-
 
| 00002203
 
| 00002203
| PTM
+
| SAFE_MODE [[PTM Services|PTM]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002203
 +
| [[New_3DS]] SAFE_MODE [[PTM Services|PTM]]
 +
| [[8.1.0-0_New3DS|v10241]]
 
|-
 
|-
 
| 00002302
 
| 00002302
| spi
+
| [[SPI Services|spi]]
| v0, v1025, [[5.0.0-11|v2049]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1025]], [[5.0.0-11|v2049]], [[8.0.0-18|v3072]]
 +
|-
 +
| 20002302
 +
| [[New_3DS]] [[SPI Services|spi]]
 +
| [[8.1.0-0_New3DS|v4096]]
 
|-
 
|-
 
| 00002303
 
| 00002303
| spi
+
| SAFE_MODE [[SPI Services|spi]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002303
 +
| [[New_3DS]] SAFE_MODE [[SPI Services|spi]]
 +
| [[8.1.0-0_New3DS|v4097]]
 
|-
 
|-
 
| 00002402
 
| 00002402
| Network manager (AC)
+
| [[AC Services|AC]] (Network manager)
| v0, v1024, v2052, [[2.1.0-3|v3072]], [[3.0.0-5|v4101]], [[5.0.0-11|v5122]]
+
| [[1.0.0-0|v0]], [[1.1.0-1|v1024]], [[2.0.0-2|v2052]], [[2.1.0-3|v3072]], [[3.0.0-5|v4101]], [[5.0.0-11|v5122]], [[7.0.0-13|v6145]], [[8.0.0-18|v7172]], [[9.0.0-20|v8192]](Also for [[8.1.0-0_New3DS]]), [[9.3.0-21|v9216]]
 
|-
 
|-
 
| 00002403
 
| 00002403
| AC
+
| SAFE_MODE [[AC Services|AC]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002403
 +
| [[New_3DS]] SAFE_MODE [[AC Services|AC]]
 +
| [[8.1.0-0_New3DS|v8193]]
 
|-
 
|-
 
| 00002602
 
| 00002602
| Cecd (StreetPass)
+
| [[CECD Services|Cecd]] (StreetPass)
| v0, v1026, [[3.0.0-5|v3073]], [[4.0.0-7|v4097]], [[5.0.0-11|v5122]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[2.2.0-X|v2048]], [[3.0.0-5|v3073]], [[4.0.0-7|v4097]], [[5.0.0-11|v5122]], [[6.0.0-11|v6144]], [[6.2.0-12|v7170]], [[7.0.0-13|v8193]], [[8.0.0-18|v9216]], [[9.0.0-20|v10240]]
 
|-
 
|-
 
| 00002702
 
| 00002702
| CSND
+
| [[CSND Services|CSND]]
| v0, v1025, [[4.0.0-7|v2048]], [[5.0.0-11|v3073]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1025]], [[4.0.0-7|v2048]], [[5.0.0-11|v3073]], [[8.0.0-18|v4096]], [[9.0.0-20|v5120]]
 
|-
 
|-
 
| 00002703
 
| 00002703
| CSND
+
| SAFE_MODE [[CSND Services|CSND]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002703
 +
| [[New_3DS]] SAFE_MODE [[CSND Services|CSND]]
 +
| [[8.1.0-0_New3DS|v5121]]
 
|-
 
|-
 
| 00002802
 
| 00002802
| dlp ([[Download Play]])
+
| [[DLP Services|DLP]] ([[Download Play]])
| v0, v1026, [[3.0.0-5|v3078]], [[5.0.0-11|v4099]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[2.2.0-X|v2048]], [[3.0.0-5|v3078]], [[5.0.0-11|v4099]], [[8.0.0-18|v5123]], [[9.0.0-20|v6145]](Also for [[8.1.0-0_New3DS]]), [[9.6.0-24|v7174]], [[10.0.0-27|v8192]]
 
|-
 
|-
 
| 00002902
 
| 00002902
| http
+
| [[HTTP Services|HTTP]]
| v0, v1026, [[2.1.0-3|v2049]], [[3.0.0-5|v4099]], [[4.0.0-7|v5122]], [[5.0.0-11|v6145]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[2.1.0-3|v2049]], [[2.2.0-X|v3072]], [[3.0.0-5|v4099]], [[4.0.0-7|v5122]], [[5.0.0-11|v6145]], [[7.0.0-13|v7171]], [[7.1.0-14|v8192]], [[8.0.0-18|v9220]], [[8.1.0-18|v10245]], [[8.1.0-0_New3DS|v11264]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v12288]], [[9.6.0-24|v13318]], [[11.4.0-37|v14336]]
 
|-
 
|-
 
| 00002903
 
| 00002903
| http
+
| SAFE_MODE [[HTTP Services|HTTP]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002903
 +
| [[New_3DS]] SAFE_MODE [[HTTP Services|HTTP]]
 +
| [[8.1.0-0_New3DS|v10241]]
 
|-
 
|-
 
| 00002A02
 
| 00002A02
| MP
+
| [[MP Services|MP]]
| v0, [[5.0.0-11|v1025]]
+
| [[1.0.0-0|v0]], [[5.0.0-11|v1025]], [[8.0.0-18|v2048]]
 
|-
 
|-
 
| 00002A03
 
| 00002A03
| MP
+
| SAFE_MODE [[MP Services|MP]]
| v0
+
| [[1.0.0-0|v0]]
 
|-
 
|-
 
| 00002B02
 
| 00002B02
| NDM
+
| [[NDM Services|NDM]]
| v0, v1025, [[3.0.0-5|v2049]], [[4.0.0-7|v3072]], [[5.0.0-11|v4098]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1025]], [[3.0.0-5|v2049]], [[4.0.0-7|v3072]], [[5.0.0-11|v4098]], [[8.0.0-18|v5124]], [[8.1.0-0_New3DS|v6144]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v7169]]
 
|-
 
|-
 
| 00002C02
 
| 00002C02
 
| [[NIM Services|NIM]]
 
| [[NIM Services|NIM]]
| v0, v1028, [[3.0.0-5|v2055]], [[4.0.0-7|v3074]], [[5.0.0-11|v4100]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1028]], [[3.0.0-5|v2055]], [[4.0.0-7|v3074]], [[5.0.0-11|v4100]], [[6.0.0-11|v5120]], [[7.0.0-13|v6148]], [[7.2.0-17|v7174]], [[8.0.0-18|v8195]], [[8.1.0-0_New3DS|v9217]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v10249]], [[9.3.0-21|v11267]], [[9.6.0-24|v12296]], [[10.0.0-27|v13313]]
 
|-
 
|-
 
| 00002C03
 
| 00002C03
| NIM
+
| SAFE_MODE [[NIM Services|NIM]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002C03
 +
| [[New_3DS]] SAFE_MODE [[NIM Services|NIM]]
 +
| [[8.1.0-0_New3DS|v9217]]
 
|-
 
|-
 
| 00002D02
 
| 00002D02
| NWM ( Low-level wifi manager )
+
| [[NWM Services|NWM]] ( Low-level wifi manager )
| v0, v1024, v2052, [[3.0.0-5|v4101]], [[4.0.0-7|v5120]], [[5.0.0-11|v6148]]
+
| [[1.0.0-0|v0]], [[1.1.0-1|v1024]], [[2.0.0-2|v2052]], [[2.2.0-X|v3072]], [[3.0.0-5|v4101]], [[4.0.0-7|v5120]], [[5.0.0-11|v6148]], [[6.0.0-11|v7169]], [[7.2.0-17|v8196]], [[8.0.0-18|v9216]], [[9.0.0-20|v10240]]
 
|-
 
|-
 
| 00002D03
 
| 00002D03
| NWM
+
| SAFE_MODE [[NWM Services|NWM]]
| v0
+
| [[1.0.0-0|v0]], [[6.0.0-11|v5120]]
 +
|-
 +
| 20002D03
 +
| [[New_3DS]] SAFE_MODE [[NWM Services|NWM]]
 +
| [[8.1.0-0_New3DS|v10241]]
 
|-
 
|-
 
| 00002E02
 
| 00002E02
| Sockets
+
| [[Socket Services|Sockets]]
| v0, v1024, v2053, [[3.0.0-5|v3075]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]]
+
| [[1.0.0-0|v0]], [[1.1.0-1|v1024]], [[2.0.0-2|v2053]], [[3.0.0-5|v3075]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]], [[8.0.0-18|v6144]], [[9.0.0-20|v7168]], [[10.6.0-31|v8192]]
 
|-
 
|-
 
| 00002E03
 
| 00002E03
| Sockets
+
| SAFE_MODE [[Socket Services|Sockets]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002E03
 +
| [[New_3DS]] SAFE_MODE [[Socket Services|Sockets]]
 +
| [[8.1.0-0_New3DS|v7169]]
 
|-
 
|-
 
| 00002F02
 
| 00002F02
| SSL
+
| [[SSL Services|SSL]]
| v0, v1024, [[2.1.0-3|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5122]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1024]], [[2.1.0-3|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5122]], [[8.0.0-18|v6144]], [[9.0.0-20|v7168]], [[9.6.0-24|v8198]]
 
|-
 
|-
 
| 00002F03
 
| 00002F03
| SSL
+
| SAFE_MODE [[SSL Services|SSL]]
| v0
+
| [[1.0.0-0|v0]]
 +
|-
 +
| 20002F03
 +
| [[New_3DS]] SAFE_MODE [[SSL Services|SSL]]
 +
| [[8.1.0-0_New3DS|v7169]]
 +
|-
 +
| 00003000
 +
| [[FIRM|Process9]] (in SAFE_MODE and normal NATIVE_FIRM)
 +
|
 
|-
 
|-
 
| 00003102
 
| 00003102
 
| [[Process Services‎|PS]] ( Process Manager )
 
| [[Process Services‎|PS]] ( Process Manager )
| [[1.0.0-0|v0]], [[2.0.0-2|v1025]], [[5.0.0-11|v2049]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1025]], [[5.0.0-11|v2049]], [[6.0.0-11|v3072]], [[8.0.0-18|v4096]], [[9.0.0-20|v5120]]
 
|-
 
|-
 
| 00003103
 
| 00003103
| PS
+
| SAFE_MODE [[Process Services‎|PS]]
 
| [[1.0.0-0|v0]]
 
| [[1.0.0-0|v0]]
 +
|-
 +
| 20003103
 +
| [[New_3DS]] SAFE_MODE [[Process Services‎|PS]]
 +
| [[8.1.0-0_New3DS|v5121]]
 
|-
 
|-
 
| 00003202
 
| 00003202
| FriendsList (friends)
+
| [[Friend Services‎|friends]] (Friends list)
| [[1.0.0-0|v0]], [[2.0.0-2|v1028]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5122]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1028]], [[2.2.0-X|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5122]], [[7.0.0-13|v6145]], [[8.0.0-18|v7172]], [[9.0.0-20|v8192]](Also for [[8.1.0-0_New3DS]]), [[10.5.0-30|v9216]], [[10.7.0-32|v10240]], [[11.0.0-33|v11264]], [[11.1.0-34|v12288]], [[11.2.0-35|v13312]], [[11.3.0-36|v14336]], [[11.4.0-37|v15360]]
 
|-
 
|-
 
| 00003203
 
| 00003203
| FriendsList (friends)
+
| SAFE_MODE [[Friend Services‎|friends]] (Friends list)
 
| [[1.0.0-0|v0]]
 
| [[1.0.0-0|v0]]
 +
|-
 +
| 20003203
 +
| [[New_3DS]] SAFE_MODE [[Friend Services‎|friends]] (Friends list)
 +
| [[8.1.0-0_New3DS|v8193]]
 
|-
 
|-
 
| 00003302
 
| 00003302
| IR (Infrared)
+
| [[IR Services‎|IR]] (Infrared)
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1026]], [[2.2.0-X|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[5.0.0-11|v5121]], [[8.0.0-18|v6148]], [[8.1.0-0_New3DS|v7170]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v8192]], [[9.3.0-21|v9216]], [[9.6.0-24|v10246]], [[10.0.0-27|v11265]], [[10.6.0-31|v12289]]
 
|-
 
|-
 
| 00003303
 
| 00003303
| IR
+
| SAFE_MODE [[IR Services‎|IR]]
 
| [[1.0.0-0|v0]]
 
| [[1.0.0-0|v0]]
 +
|-
 +
| 20003303
 +
| [[New_3DS]] SAFE_MODE [[IR Services‎|IR]]
 +
| [[8.1.0-0_New3DS|v7169]]
 
|-  
 
|-  
 
| 00003402
 
| 00003402
| BOSS (SpotPass)
+
| [[BOSS Services‎|BOSS]] (SpotPass)
| [[1.0.0-0|v0]], [[1.1.0-1|v1024]], [[2.0.0-2|v2053]], [[3.0.0-5|v4101]], [[4.0.0-7|v5122]], [[5.0.0-11|v6146]]
+
| [[1.0.0-0|v0]], [[1.1.0-1|v1024]], [[2.0.0-2|v2053]], [[2.2.0-X|v3073]], [[3.0.0-5|v4101]], [[4.0.0-7|v5122]], [[5.0.0-11|v6146]], [[6.0.0-11|v7169]], [[6.2.0-12|v8193]], [[7.0.0-13|v9222]], [[8.0.0-18|v10240]], [[9.0.0-20|v11266]], [[10.0.0-27|v12289]], [[10.4.0-29|v13314]]
 
|-
 
|-
 
| 00003502
 
| 00003502
| News (Notifications)
+
| [[News Services‎|News]] (Notifications)
| [[1.0.0-0|v0]], [[2.0.0-2|v1028]], [[3.0.0-5|v3072]], [[5.0.0-11|v4097]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1028]], [[2.2.0-X|v2048]], [[3.0.0-5|v3072]], [[5.0.0-11|v4097]], [[8.0.0-18|v5120]], [[9.0.0-20|v6147]], [[9.7.0-25|v7168]]
 
|-
 
|-
 
| 00003702
 
| 00003702
| RO
+
| [[RO_Services|RO]]
| [[2.0.0-2|v0]], [[4.0.0-7|v1024]], [[5.0.0-11|v2049]]
+
| [[2.0.0-2|v0]], [[4.0.0-7|v1024]], [[5.0.0-11|v2049]], [[7.2.0-17|v3074]], [[8.0.0-18|v4096]], [[9.0.0-20|v5120]](Also for [[8.1.0-0_New3DS]]), [[9.3.0-21|v6148]]
 +
|-
 +
| 00003802
 +
| [[ACT Services‎|act]] (handles Nintendo Network '''a'''c'''c'''oun'''t'''s)
 +
| [[7.0.0-13|v1029]], [[7.1.0-14|v2050]], [[7.2.0-17|v3077]], [[8.0.0-18|v4099]], [[8.1.0-0_New3DS|v5120]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v6144]], [[9.3.0-21|v7168]], [[9.6.0-24|v8198]], [[11.4.0-37|v9216]](New2DSXL), [[11.5.0-38|v9216]]
 +
|-
 +
| 00004002
 +
| Old3DS [[NFC_Services|nfc]]
 +
| [[9.3.0-21|v2053]], [[9.6.0-24|v4106]], [[9.7.0-25|v5121]], [[10.0.0-27|v6145]], [[10.6.0-31|v7168]], [[10.7.0-32|v8192]]
 +
|-
 +
| 20004002
 +
| [[New_3DS]] [[NFC_Services|nfc]]
 +
| [[8.1.0-0_New3DS|v0]], [[9.0.0-20|v1024]], [[9.3.0-21|v2053]], [[9.5.0-22|v3073]], [[9.6.0-24|v4102]], [[10.0.0-27|v6145]], [[10.6.0-31|v7168]]
 +
|-
 +
| 20004102
 +
| [[New_3DS]] [[MVD Services|mvd]]
 +
| [[8.1.0-0_New3DS|v0]], [[9.0.0-20|v1024]]
 +
|-
 +
| 20004202
 +
| [[New_3DS]] [[QTM Services|qtm]]
 +
| [[8.1.0-0_New3DS|v8]], [[9.0.0-20|v1024]], [[9.3.0-21|v2052]], [[11.4.0-37|v3072]](New2DSXL)
 
|-
 
|-
 
| 00008002
 
| 00008002
| [[NS]]
+
| [[NS]] (Memory-region: "SYSTEM")
| [[1.0.0-0|v0]], [[2.0.0-2|v1028]], [[3.0.0-5|v3077]], [[4.0.0-7|v5121]], [[5.0.0-11|v6148]], [[5.1.0-11|v7168]]
+
| [[1.0.0-0|v0]], [[2.0.0-2|v1028]], [[2.2.0-X|v2048]], [[3.0.0-5|v3077]], v4096, [[4.0.0-7|v5121]], [[5.0.0-11|v6148]], [[5.1.0-11|v7168]], [[6.0.0-11|v8193]], [[6.1.0-11|v9216]], [[7.0.0-13|v10248]], [[7.2.0-17|v11268]], [[8.0.0-18|v12291]], [[8.1.0-0_New3DS|v13312]]([[8.1.0-0_New3DS]]), [[9.0.0-20|v14336]], [[9.3.0-21|v15360]], [[9.6.0-24|v16390]], [[9.8.0-25|v17408]], [[10.0.0-27|v18433]], [[10.4.0-29|v19458]], [[11.1.0-34|v20482]], [[11.3.0-36|v21504]]
 
|-
 
|-
 
| 00008003
 
| 00008003
| NS
+
| SAFE_MODE [[NS]] (Memory-region: "SYSTEM")
 
| [[1.0.0-0|v0]]
 
| [[1.0.0-0|v0]]
 +
|-
 +
| 20008003
 +
| [[New_3DS]] SAFE_MODE [[NS]] (Memory-region: "SYSTEM")
 +
| [[8.1.0-0_New3DS|v13313]]
 
|}
 
|}
    
=== 00040138 - [[FIRM|System Firmware]] ===
 
=== 00040138 - [[FIRM|System Firmware]] ===
NATIVE_FIRM and SAFE_MODE_FIRM for the initial versions are exactly the same, besides [[Configuration_Memory|core-version]] fields. When a GBA VC title is launched, AGB_FIRM is launched to handle running this title. GBA VC savegames stored under SD card /title/<TID>/data use a custom format, this is handled by AGB_FIRM.
+
==== System Firmare Notes ====
 +
NATIVE_FIRM and SAFE_MODE_FIRM for the initial versions are exactly the same, besides [[Configuration_Memory|core-version]] fields. SAFE_MODE_FIRM is used for running SAFE_MODE titles, on retail SAFE_MODE_FIRM seems to be only used for running the [[System_Settings#System_Updater|System Updater]] application. When a GBA VC title is launched, AGB_FIRM is launched to handle running this title. GBA VC savegames stored under SD card /title/<TID>/data use a custom format, this is handled by AGB_FIRM.
   −
{| class="wikitable" border="1"
+
{| class="wikitable sortable" border="1"
 
|-
 
|-
 
!  TitleID Low
 
!  TitleID Low
 
!  Description
 
!  Description
!  Versions
+
USA/EUR/JPN Versions
 +
!  CHN Versions
 +
!  KOR Versions
 +
!  TWN Versions
 +
|-
 +
| 00000001
 +
| Unknown, very similar to SAFE_MODE_FIRM. Exists only on dev units and seems to only be used by SystemUpdaters.
 +
| v0
 +
|
 +
|
 +
|
 
|-
 
|-
 
| 00000002
 
| 00000002
 
| NATIVE_FIRM (Native Firmware)
 
| NATIVE_FIRM (Native Firmware)
| [[1.0.0-0|v432]], [[1.1.0-1|v1472]], [[2.0.0-2|v2516]], [[2.1.0-3|v3553]], [[2.2.0-X|v4595]], [[3.0.0-5|v5647]], [[4.0.0-7|v6677]], [[4.1.0-8|v7712]], [[5.0.0-11|v8758]], [[5.1.0-11|v9792]]
+
| [[1.0.0-0|v432]], [[1.1.0-1|v1472]], [[2.0.0-2|v2516]], [[2.1.0-3|v3553]], [[2.2.0-X|v4595]], [[3.0.0-5|v5647]], [[4.0.0-7|v6677]], [[4.1.0-8|v7712]], [[5.0.0-11|v8758]], [[5.1.0-11|v9792]], [[6.0.0-11|v10833]], [[6.1.0-11|v11872]], [[7.0.0-13|v12916]], [[7.2.0-17|v13956]], v15043, [[8.0.0-18|v15047]], [[9.0.0-20|v17120]], [[9.3.0-21|v18182]], [[9.5.0-22|v19216]], [[9.6.0-24|v20262]], [[10.0.0-27|v21288]], [[10.2.0-28|v22313]], [[10.4.0-29|v23341]], [[11.0.0-33|v24368]], [[11.1.0-34|v25396]], [[11.2.0-35|v26432]], [[11.3.0-36|v27476]]
 +
| Same as USA/EUR/JPN starting with the USA/EUR/JPN [[4.0.0-7]] title-version
 +
| Same as CHN.
 +
| Same as CHN.
 +
|-
 +
| 20000002
 +
| [[New_3DS]] NATIVE_FIRM (Native Firmware)
 +
| [[8.1.0-0_New3DS|v16085]], [[9.0.0-20|v17120]], [[9.3.0-21|v18182]], [[9.5.0-22|v19218]], [[9.6.0-24|v20262]], [[10.0.0-27|v21288]], [[10.2.0-28|v22313]], [[10.4.0-29|v23341]], [[11.0.0-33|v24368]], [[11.1.0-34|v25396]], [[11.2.0-35|v26432]], [[11.3.0-36|v27476]]
 +
| N/A
 +
| Same as CHN.
 +
| Same as CHN.
 
|-
 
|-
 
| 00000003
 
| 00000003
 
| SAFE_MODE_FIRM  
 
| SAFE_MODE_FIRM  
 
| [[1.0.0-0|v432]], [[3.0.0-5|v5632]]
 
| [[1.0.0-0|v432]], [[3.0.0-5|v5632]]
 +
| Same as USA/EUR/JPN starting with the USA/EUR/JPN [[3.0.0-5]] title-version
 +
| Same as CHN.
 +
| Same as CHN.
 +
|-
 +
| 20000003
 +
| [[New_3DS]] SAFE_MODE_FIRM
 +
| [[8.1.0-0_New3DS|v16081]]
 +
| N/A
 +
| Same as CHN.
 +
| Same as CHN.
 
|-
 
|-
 
| 00000102  
 
| 00000102  
 
| TWL_FIRM ( DSi Firmware )
 
| TWL_FIRM ( DSi Firmware )
| [[1.0.0-0|v432]], [[2.0.0-2|v1489]], [[3.0.0-5|v2565]], [[4.0.0-7|v4625]], [[4.4.0-10|v5681]], [[4.5.0-10|v6704]]
+
| [[1.0.0-0|v432]], [[2.0.0-2|v1489]], [[3.0.0-5|v2565]], v3601, [[4.0.0-7|v4625]], [[4.4.0-10|v5681]], [[4.5.0-10|v6704]], [[6.0.0-11|v7762]], [[6.2.0-12|v8817]]
 +
| Same as USA/EUR/JPN starting with the USA/EUR/JPN [[4.0.0-7]] title-version
 +
| Same as CHN.
 +
| Same as CHN.
 +
|-
 +
| 20000102
 +
| [[New_3DS]] TWL_FIRM ( DSi Firmware )
 +
| [[8.1.0-0_New3DS|v9936]]
 +
| N/A
 +
| Same as CHN.
 +
| Same as CHN.
 
|-  
 
|-  
 
| 00000202
 
| 00000202
 
| AGB_FIRM ( GBA Firmware )
 
| AGB_FIRM ( GBA Firmware )
| [[3.0.0-5|v519]], [[4.0.0-7|v2576]]
+
| [[3.0.0-5|v519]], v1553, [[4.0.0-7|v2576]], [[6.0.0-11|v3665]]
|}
+
| [[4.0.0-7|v2576]]
 
+
| [[4.0.0-7|v2576]], [[6.0.0-11|v3665]]
== TWL System Titles ==
+
| Same as CHN.
 
  −
For: 0x0004ABCDXXXXXXXX
  −
 
  −
TWL System Titles:
  −
{| class="wikitable" border="1"
  −
|-
  −
!  DIGIT
  −
!  ACCEPTABLE VALUES
  −
|-
  −
| A
  −
| 8
   
|-  
 
|-  
| B
+
| 20000202
| Any Digit
+
| [[New_3DS]] AGB_FIRM ( GBA Firmware )
|-
+
| [[8.1.0-0_New3DS|v4816]]
|  C
+
| N/A
|  Any Digit
+
| N/A
|-
+
| N/A
|  D
  −
|  5(TWL System Application), F(TWL System Applet), (1)1(Development Application), (1)5(TWL System Application), (1)7(TWL System Applet)
  −
|}
  −
Bitmask 0x1 for TWL titles determines whether the title will be updated during a System Update.
  −
 
  −
=== 00048005 - System Applications===
  −
{| class="wikitable" border="1"
  −
|-
  −
!  TitleID Low
  −
!  Description
  −
!  Versions
  −
|-
  −
| 42383841(B88A)
  −
| [[DS Internet]]
  −
| v0, [[2.1.0-4|v1025]], [[3.0.0-5|v2048]]
  −
|-
  −
| 484E4441(HNDA)
  −
| [[Download Play]]
  −
| v1024
  −
|}
  −
 
  −
[[DS Internet]] is the DSi-mode application launched by [[System Settings]] for setting TWL wifi configuration. This TWL [[Download Play]] application is the DS-mode Download Play client, launched by the 3DS-mode Download Play application.
  −
 
  −
=== 0004800F - System Data Archives===
  −
{| class="wikitable" border="1"
  −
|-
  −
!  TitleID Low
  −
!  Description
  −
!  Versions
  −
|-
  −
| 484E4841(HNHA)
  −
| [[Nintendo DS Cart Whitelist]]
  −
| v0, [[2.0.0-2|v1026]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[4.2.0-9|v5120]], [[4.3.0-10|v6145]], [[4.4.0-10|v7168]], [[4.5.0-10|v8192]], [[5.0.0-11|v9216]]
  −
|-
  −
| 484E4C41(HNLA)
  −
| [[Version Data]]
  −
| v0
   
|}
 
|}
    
== Application Titles ==
 
== Application Titles ==
 
+
{| class="wikitable sortable" border="1"
For: 0x0004ABCDXXXXXXXX
  −
 
  −
{| class="wikitable" border="1"
  −
|-
  −
!  DIGIT
  −
!  ACCEPTABLE VALUES
  −
|-
  −
|  A
  −
|  0
  −
|-
  −
|  B
  −
|  0
  −
|-
  −
|  C
  −
|  0
  −
|-
  −
|  D
  −
|  0(Standard App), 1(DLP Child), 2(Demo App), E(Add-on Content), 8C(DLC Content), ...
  −
|}
  −
 
  −
 
  −
=== 00040000 - eShop Titles ===
  −
This titleID-High is also used for gamecard applications. The [[NCCH#CXI|CXI]] for retail applications available via gamecard and eShop are exactly the same, except the exheader differs. For SD applications exheader_systeminfoflags.flag [[NCCH#NCCH_Specs|bit1]] is set, for gamecard applications this bit is clear. The ExeFS and RomFS are exactly the same for the gamecard/eShop versions. The eShop version of the CXI has additional padding.
  −
 
  −
{| class="wikitable" border="1"
  −
|-
  −
!  TitleID Low
  −
!  Region
  −
!  Description
  −
!  Versions
  −
|-
  −
| 00032600
  −
| EUR/USA
  −
| Pokédex 3D
  −
| v0, v16
  −
|-
  −
| 0004AA00
  −
| USA
  −
| [[Nintendo Video]]
  −
| v0
  −
|-
  −
| 0004AB00
  −
| EUR
  −
| [[Nintendo Video]]
  −
| v0, v3172
  −
|-
  −
| 00051600
  −
| JPN
  −
| [[Swapnote]]
  −
| v0, v1024
  −
|-
  −
| 00051700
  −
| USA
  −
| [[Swapnote]]
  −
| v0, v1024
  −
|-
  −
| 00051800
  −
| EUR
  −
| [[Swapnote|Nintendo Letter Box]]
  −
| v0, v1024
  −
|-
  −
| 00057700
  −
| USA
  −
| Netflix
  −
| v0, v32
  −
|-
  −
| 0005AD00
  −
| JPN
  −
| Kid Icarus Uprising E3 Video
  −
| v0
  −
|-
  −
| 0005AE00
  −
| USA
  −
| Kid Icarus Uprising E3 Video
  −
| v0
  −
|-
  −
| 0005AF00
  −
| JPN
  −
| Paper Mario E3 Video
  −
| v0
  −
|-
  −
| 0005B000
  −
| USA
  −
| Paper Mario E3 Video
  −
| v0
  −
|-
  −
| 0005B100
  −
| JPN
  −
| Mario Kart E3 Video
  −
| v0
  −
|-
  −
| 0005B200
  −
| USA
  −
| Mario Kart E3 Video
  −
| v0
  −
|-
  −
| 0005B300
  −
| JPN
  −
| Animal Crossing E3 Video
  −
| v0
  −
|-
  −
| 0005B400
  −
| USA
  −
| Animal Crossing E3 Video
  −
| v0
  −
|-
  −
| 0005B500
  −
| JPN
  −
| Luigi's Mansion 2 E3 Video
  −
| v0
  −
|-
  −
| 0005B600
  −
| USA
  −
| Luigi's Mansion 2 E3 Video
  −
| v0
  −
|-
  −
| 0005B700
  −
| JPN
  −
| Zelda Ocarina of Time E3 Video
  −
| v0
  −
|-
  −
| 0005B800
  −
| USA
  −
| Zelda Ocarina of Time E3 Video
  −
| v0
  −
|-
  −
| 0005B900
  −
| JPN
  −
| Super Mario E3 Video
  −
| v0
  −
|-
  −
| 0005BA00
  −
| USA
  −
| Super Mario E3 Video
  −
| v0
  −
|-
  −
| 0005BB00
  −
| JPN
  −
| MGS Snake Eater 3D E3 Video
  −
| v0
  −
|-
  −
| 0005BC00
  −
| USA
  −
| MGS Snake Eater 3D E3 Video
  −
| v32
  −
|-
  −
| 0005BD00
  −
| JPN
  −
| Biohazard Revelations E3 Video
  −
| v16
  −
|-
  −
| 0005BE00
  −
| USA
  −
| Resident Evil Revelations E3 Video
  −
| v32
  −
|-
  −
| 0005BF00
  −
| JPN
  −
| Starfox 64 3D E3 Video
  −
| v0
  −
|-
  −
| 0005EA00
  −
| EUR
  −
| Green Lantern 3D Trailer Video
  −
| v0, v16
  −
|-
  −
| 0005F000
  −
| USA
  −
| Green Lantern 3D Trailer Video
  −
| v0, v16
  −
|-
  −
| 00062400
  −
| EUR
  −
| Kid Icarus Uprising E3 Video
  −
| v0
  −
|-
  −
| 00062700
  −
| EUR
  −
| Paper Mario E3 Video
  −
| v0
  −
|-
  −
| 00062A00
  −
| EUR
  −
| Mario Kart E3 Video
  −
| v0
  −
|-
  −
| 00062D00
  −
| EUR
  −
| Animal Crossing E3 Video
  −
| v0
  −
|-
  −
| 00063000
  −
| EUR
  −
| Luigi's Mansion 2 E3 Video
  −
| v0
  −
|-
  −
| 00063300
  −
| EUR
  −
| Zelda Ocarina of Time E3 Video
  −
| v0
  −
|-
  −
| 00063600
  −
| EUR
  −
| Super Mario E3 Video
  −
| v0
  −
|-
  −
| 00063900
  −
| EUR
  −
| MGS Snake Eater 3D E3 Video
  −
| v0
  −
|-
  −
| 00063C00
  −
| EUR
  −
| Resident Evil Revelations E3 Video
  −
| v0
  −
|-
  −
| 0006E400
  −
| JPN
  −
| Super Mario Bros.
  −
| v0, v1024
  −
|-
  −
| 0006E500
  −
| USA
  −
| Super Mario Bros.
  −
| v0, v1024
  −
|-
  −
| 0006E600
  −
| EUR
  −
| Super Mario Bros.
  −
| v0, v1024
  −
|-
  −
| 0006ED00
  −
| JPN
  −
| Metroid
  −
| v0, v1040
  −
|-
  −
| 0006EE00
  −
| USA
  −
| Metroid
  −
| v0, v1024
  −
|-
  −
| 0006EF00
  −
| EUR
  −
| Metroid
  −
| v0, v1024
  −
|-
  −
| 0006F000
  −
| JPN
  −
| The Legend of Zelda
  −
| v0, v1040
  −
|-
  −
| 0006F100
  −
| USA
  −
| The Legend of Zelda
  −
| v0, v1024
  −
|-
  −
| 0006F200
  −
| EUR
  −
| The Legend of Zelda
  −
| v0, v1024
  −
|-
  −
| 0006F600
  −
| JPN
  −
| Wrecking Crew
  −
| v0, v1024
  −
|-
  −
| 0006F700
  −
| USA
  −
| Wrecking Crew
  −
| v0, v1024
  −
|-
  −
| 0006F800
  −
| EUR
  −
| Wrecking Crew
  −
| v0, 16
  −
|-
  −
| 0006F900
  −
| JPN
  −
| NES Open Tournament Golf
  −
| v0, v1024
  −
|-
  −
| 0006FA00
  −
| USA
  −
| NES Open Tournament Golf
  −
| v0, v1024
  −
|-
  −
| 0006FB00
  −
| EUR
  −
| NES Open Tournament Golf
  −
| v0, v1024
  −
|-
  −
| 0006FF00
  −
| JPN
  −
| Donkey Kong Jr.
  −
| v0, v1024
  −
|-
  −
| 00070000
  −
| USA
  −
| Donkey Kong Jr.
  −
| v0, v1024
  −
|-
  −
| 00070100
  −
| EUR
  −
| Donkey Kong Jr.
  −
| v0, v1024
  −
|-
  −
| 00070200
  −
| JPN
  −
| Balloon Fight
  −
| v0, v1024
  −
|-
  −
| 00070300
  −
| USA
  −
| Balloon Fight
  −
| v0, v16
  −
|-
  −
| 00070400
  −
| EUR
  −
| Balloon Fight
  −
| v0, v16
  −
|-
  −
| 00070500
  −
| JPN
  −
| Ice Climber
  −
| v0, v2048
  −
|-
  −
| 00070600
  −
| USA
  −
| Ice Climber
  −
| v0, v1024
  −
|-
  −
| 00070700
  −
| EUR
  −
| Ice Climber
  −
| v0, v32
  −
|-
  −
| 00070800
  −
| JPN
  −
| Zelda II The Adventure of Link
  −
| v0, v1024
  −
|-
  −
| 00070900
  −
| USA
  −
| Zelda II The Adventure of Link
  −
| v0, v1024
  −
|-
  −
| 00070A00
  −
| EUR
  −
| Zelda II The Adventure of Link
  −
| v0, v1024
  −
|-
  −
| 00071100
  −
| JPN
  −
| Yoshi
  −
| v0, v1024
  −
|-
  −
| 00071200
  −
| USA
  −
| Yoshi
  −
| v0, v1024
  −
|-
  −
| 00071300
  −
| EUR
  −
| Yoshi
  −
| v0, v32
  −
|-
  −
| 00072400
  −
| EUR
  −
| Ambassador Certificate
  −
| v0, v16
  −
|-
  −
| 00072500
  −
| USA
  −
| Ambassador Certificate
  −
| v0, v16
   
|-
 
|-
| 00074800
+
!  Category Bit Mask
| JPN
+
!  Content Category
| F-Zero: Maximum Velocity
+
!  Bit Mask(s)
| v0, v16
   
|-
 
|-
| 00074900
+
| 0x0000
| USA
+
| [[Title list/eShop Titles|Application / eShop]]
| F-Zero: Maximum Velocity
+
| Normal
| v0, v16
   
|-
 
|-
| 00074A00
+
| 0x0001
| EUR
+
| Download Play Child
| F-Zero: Maximum Velocity
+
| DlpChild
| v0, v16
   
|-
 
|-
| 00074B00
+
| 0x0002
| JPN
+
| [[EShop Demos|Demo]]
| Mario Kart Super Circuit
+
| Demo
| v0, v16
   
|-
 
|-
| 00074C00
+
| 0x000E
| USA
+
| [[Title list/Patches|Patch]]
| Mario Kart Super Circuit
+
| CannotExecution<nowiki> | </nowiki>Patch
| v0, v16
   
|-
 
|-
| 00074D00
+
| 0x008C
| EUR
+
| [[Title list/DLC|Downloadable Content]]
| Mario Kart Super Circuit
+
| NotRequireRightForMount<nowiki> | </nowiki>CannotExecution<nowiki> | </nowiki>AddOnContents
| v0, v32
  −
|-
  −
| 00074E00
  −
| JPN
  −
| Wario Land 4
  −
| v0, v16
  −
|-
  −
| 00074F00
  −
| USA
  −
| Wario Land 4
  −
| v0, v16
  −
|-
  −
| 00075000
  −
| EUR
  −
| Wario Land 4
  −
| v0, v16
  −
|-
  −
| 00075200
  −
| JPN
  −
| Yoshi's Island: Super Mario Advance 3
  −
| v0, v32
  −
|-
  −
| 00075300
  −
| USA
  −
| Yoshi's Island: Super Mario Advance 3
  −
| v0, v16
  −
|-
  −
| 00075400
  −
| EUR
  −
| Yoshi's Island: Super Mario Advance 3
  −
| v0, v16
  −
|-
  −
| 00075500
  −
| JPN
  −
| Metroid Fusion
  −
| v0, v32
  −
|-
  −
| 00075600
  −
| USA
  −
| Metroid Fusion
  −
| v0, v16
  −
|-
  −
| 00075700
  −
| EUR
  −
| Metroid Fusion
  −
| v0, v16
  −
|-
  −
| 00075800
  −
| JPN
  −
| WarioWare Inc: Mega Microgame
  −
| v0, v16
  −
|-
  −
| 00075900
  −
| USA
  −
| WarioWare Inc: Mega Microgame
  −
| v0, v16
  −
|-
  −
| 00075A00
  −
| EUR
  −
| WarioWare Inc: Mega Microgame
  −
| v0, v16
  −
|-
  −
| 00075B00
  −
| JPN
  −
| Kirby & The Amazing Mirror
  −
| v0, v16
  −
|-
  −
| 00075C00
  −
| USA
  −
| Kirby & The Amazing Mirror
  −
| v0, v16
  −
|-
  −
| 00075D00
  −
| EUR
  −
| Kirby & The Amazing Mirror
  −
| v0, v16
  −
|-
  −
| 00076600
  −
| JPN
  −
| Mario vs Donkey Kong
  −
| v0, v16
  −
|-
  −
| 00076700
  −
| USA
  −
| Mario vs Donkey Kong
  −
| v0, v16
  −
|-
  −
| 00076800
  −
| EUR
  −
| Mario vs Donkey Kong
  −
| v0, v16
  −
|-
  −
| 00076900
  −
| JPN
  −
| Fire Emblem: The Sacred Stones
  −
| v0, v16
  −
|-
  −
| 00076A00
  −
| USA
  −
| Fire Emblem: The Sacred Stones
  −
| v0, v16
  −
|-
  −
| 00076B00
  −
| EUR
  −
| Fire Emblem: The Sacred Stones
  −
| v0, v16
  −
|-
  −
| 00076C00
  −
| JPN
  −
| The Legend of Zelda: The Minish Cap
  −
| v0, v16
  −
|-
  −
| 00076D00
  −
| USA
  −
| The Legend of Zelda: The Minish Cap
  −
| v0, v16
  −
|-
  −
| 00076E00
  −
| EUR
  −
| The Legend of Zelda: The Minish Cap
  −
| v0, v16
  −
|-
  −
| 00079C00
  −
| USA
  −
| Preview Video: Animal Crossing
  −
| v0
  −
|-
  −
| 0007AB00
  −
| EUR
  −
| Eurosport (looks/acts like Nintendo Video)
  −
| v0, v16
  −
|-
  −
| 00080F00
  −
| EUR
  −
| Mario & Sonic - London 2012 Virtual Card Album
  −
| v0
  −
|-
  −
| 000ACF00
  −
| EUR
  −
| Preview Video: Paper Mario: Sticker Star
  −
| v0, v16
  −
|-
  −
| 000AD000
  −
| EUR
  −
| Preview Video: Luigi Mansion: Dark Moon
  −
| v0, v16
  −
|-
  −
| 000AD100
  −
| EUR
  −
| Preview Video: New Super Mario Bros. 2
  −
| v0, v16
  −
|-
  −
| 000AE100
  −
| USA
  −
| Pokemon Dream Radar
  −
| v0, v16
  −
|-
  −
| 000C7300
  −
| EUR/USA
  −
| [[Save Data Transfer Tool]]
  −
| v0
   
|}
 
|}
   −
=== 0004000E - Add-on Content (Updates) ===
+
=== 00040001 - [[Download Play]] Titles ===
These are the same as the application's main [[NCCH#CXI|CXI]], except the ExeFS/RomFS only contains files which were updated. When loading NCCH data the system will load from the update-data title by default, and if the data doesn't exist in the update-data title the system will fall-back to using the data stored in the original application CXI. The programID stored in the NCCH header matches the NCCH titleID, however the programID stored in the exheader is set to the original application programID instead.
+
==== Download Play Notes ====
 +
This titleID-high/programID-high is used for the titles sent over [[Download Play]]. Only one 00040001 Download Play title is installed to NAND /title at a time. There can be a maximum of 255 Download Play child titles per Unique ID, indexed by Title ID Variation. The legal index range: 0x0 - 0xff.
   −
{| class="wikitable" border="1"
+
== Factory Titles ==
|-
+
==== Factory Titles Notes ====
!  TitleID Low
+
This section is for hard-coded titleIDs referenced in codebins on retail. This can include [[Factory_Setup|factory]]/[[Nintendo_Service_Center_Tools|repair]] titles as well.
!  Region
  −
!  Description
  −
!  Versions
  −
|-
  −
| 00030600
  −
| JPN
  −
| Mario Kart 7 [Update Data]
  −
| v1.1 (v1040)
  −
|-
  −
| 00030700
  −
| EUR
  −
| Mario Kart 7 [Update Data]
  −
| v1.1 (v1040)
  −
|-
  −
| 00030800
  −
| USA
  −
| Mario Kart 7 [Update Data]
  −
| v1.1 (v1040)
  −
|-
  −
| 00032100
  −
| ?
  −
| ?
  −
| v1024, v2048
  −
|-
  −
| 0004EE00
  −
| ?
  −
| ?
  −
| v1024
  −
|-
  −
| 00072A00
  −
| ?
  −
| ?
  −
| v1040
  −
|-
  −
| 00078500
  −
| ?
  −
| ?
  −
| v1024, v3072
  −
|-
  −
| 0007A000
  −
| ?
  −
| ?
  −
| v1024
  −
|}
  −
 
  −
=== 0004008C - Add-on Content (DLC) ===
  −
These are titles which provide downloadable content to a specific title. The reason why these titles can only be purchased in game, is because all DLC content is under one titleID, downloading via the eShop would download all DLC content. And because all DLC content is under one title ID, they are viewed as one title in system settings, and individual DLC can only be deleted from within the game which uses the DLC.
     −
{| class="wikitable" border="1"
+
{| class="wikitable sortable" border="1"
 
|-
 
|-
!  TitleID Low
+
!  TitleID
!  Region
   
!  Description
 
!  Description
 
!  Versions
 
!  Versions
 
|-
 
|-
| 00068300
+
| 000400000F802A00
 +
| Unknown. Appears to be a [[9.8.0-25|gamecard]] title. See also [[11.3.0-36|here]].
 +
Used during [[Nintendo_Service_Center_Tools|repair]], first non-system title listed in [[PTM_Services|playlog]] from repair.
 
| ?
 
| ?
| ?
  −
| v0, v256
   
|-
 
|-
| 00072000
+
| 000400000F802100
| ?
+
| Used during [[Nintendo_Service_Center_Tools|repair]], second non-system title listed in [[PTM_Services|playlog]] from repair.
| ?
  −
| v0, v128
  −
|-
  −
| 00072A00
  −
| ?
   
| ?
 
| ?
| v0
   
|-
 
|-
| 00078200
+
| 000400000F802200
 +
| Used during [[Nintendo_Service_Center_Tools|repair]], third non-system title listed in [[PTM_Services|playlog]] from repair.
 
| ?
 
| ?
| ?
  −
| v0, v64
  −
|-
  −
| 0007AD00
  −
| JPN
  −
| New SUPER MARIO BROS. 2 [DLC] (4 DLC content)
  −
| v16, v48
  −
|-
  −
| 0007AE00
  −
| USA
  −
| New SUPER MARIO BROS. 2 [DLC] (4 DLC content)
  −
| v16, v48
   
|-
 
|-
| 0007AF00
+
| 000400000FFFFD00
| EUR
+
| Used by retail NS for appID 0xF11, but this isn't available on retail CDN.
| New SUPER MARIO BROS. 2 [DLC] (4 DLC content)
  −
| v0, v48
  −
|-
  −
| 00084F00
   
| ?
 
| ?
| ?
  −
| v0, v80
   
|-
 
|-
| 0008CC00
+
| 000400000FFFFC00
 +
|  Used by retail NS for appID 0xF12, but this isn't available on retail CDN.
 
| ?
 
| ?
| ?
  −
| v0, v16
   
|-
 
|-
| 00090E00
+
| 000400000FFFFB00
 +
|  Used by retail NS for appID 0xF13, but this isn't available on retail CDN.
 
| ?
 
| ?
| ?
  −
| v0
   
|-
 
|-
| 00091600
+
| 000400000FFFF900
 +
|  Used by retail NS for appID 0xF14, but this isn't available on retail CDN.
 
| ?
 
| ?
| ?
  −
| v0, v16
   
|-
 
|-
| 00095100
+
| 000400000FFFF800
| ?
+
| Used by retail NS for appID 0xF15, but this isn't available on retail CDN.
 
| ?
 
| ?
| v0, v16
   
|-
 
|-
| 00095700
+
| 000400000FFFF700
| ?
+
| Used by retail NS for appID 0xF16, but this isn't available on retail CDN.
 
| ?
 
| ?
| v0, v96
   
|-
 
|-
| 00095800
+
| 000400000FFFF600
 +
|  Used by retail NS for appID 0xF17, but this isn't available on retail CDN.
 
| ?
 
| ?
| ?
  −
| v0, v32, v48
   
|-
 
|-
| 0009AB00
+
| 000400000FFFF500
| ?
+
| Used by retail NS for appID 0xF18, but this isn't available on retail CDN.
 
| ?
 
| ?
| v0
   
|-
 
|-
| 0009AC00
+
| 0004003000008900
 +
|  Used by retail NS for appID 0xF10, but this isn't available on retail CDN.
 
| ?
 
| ?
| ?
  −
| v0
   
|-
 
|-
| 0009AD00
+
| 0004013000001902
| ?
+
| dmnt, debugger sysmodule. This use devunit-only HIO for devunit<>pc comms. This only exists for development units(launched by NS during startup depending on certain [[Configuration_Memory]] fields' values).
 +
This is installed at the [[Factory_Setup|factory]], then later deleted at the factory on retail units.
 
| ?
 
| ?
| v0
   
|-
 
|-
| 0009AE00
+
| 0004013000003602
| ?
+
| "debugger". This only exist for development units(launched by NS during startup depending on certain [[Configuration_Memory]] fields' values).
 
| ?
 
| ?
| v0
   
|-
 
|-
| 000A4D00
+
| 000401300FEF0000
| ?
+
| Referenced in eShop Metadata (NS_UID 50010000000584), but does not exist on retail CDN
| ?
  −
| v0
   
|}
 
|}
   −
== TWL Application Titles ==
+
== TWL (DSi) Titles ==
 +
==== TWL Title Notes ====
 +
Bitmask 0x1 for TWL titles denotes a system title (determining whether the title will be updated during a System Update).
 +
 +
It appears to be sufficient, but not necessary, to make the title invisible on the [[Home Menu]].
 +
 
 +
Bitmask 0x2 for TWL titles may indicate no-execute.
 +
 
 +
Bitmask 0x4 for TWL titles indicates internal storage.
 +
 
 +
Bitmask 0x10 for TWL titles is found on developer tools.
   −
For 0x0004ABCDXXXXXXXX
     −
TWL Application Titles:
+
{| class="wikitable sortable" border="1"
{| class="wikitable" border="1"
   
|-
 
|-
DIGIT
+
Content Category
ACCEPTABLE VALUES
+
Bit Mask(s)
 +
!  Category Bit Mask
 
|-
 
|-
A
+
Application (DSiWare)
8
+
TWL<nowiki> | </nowiki>0x4
|-  
+
|  0x8004
B
+
|-
0
+
System Application
 +
|  TWL<nowiki> | </nowiki>0x1<nowiki> | </nowiki>0x4
 +
0x8005
 
|-
 
|-
C
+
System Archive
0
+
TWL<nowiki> | </nowiki>0x1<nowiki> | </nowiki>0x2<nowiki> | </nowiki>0x4<nowiki> | </nowiki>0x8
 +
|  0x800F
 
|-
 
|-
D
+
Developer Tool
4(DSiWare), ...
+
TWL<nowiki> | </nowiki>0x1<nowiki> | </nowiki>0x4<nowiki> | </nowiki>0x10
 +
|  0x8015
 
|}
 
|}
   −
=== 00048004 - DSiWare ===
  −
Although these have a titleID high separate from DSi and a titleID is stored in the SRLs, these SRLs are identical to DSi.
     −
{| class="wikitable" border="1"
+
=== 00048005 - System Applications===
 +
{| class="wikitable sortable" border="1"
 
|-
 
|-
 
!  TitleID Low
 
!  TitleID Low
Line 1,952: Line 1,715:  
!  Description
 
!  Description
 
!  Versions
 
!  Versions
 +
!  Information
 
|-
 
|-
| 4B4B5456(KKTV)
+
| 42383841(B88A)
| EUR
+
| ALL
| Cut the Rope
+
| [[DS Internet]]
| v0, v64
+
| v0, [[2.1.0-4|v1025]], [[3.0.0-5|v2048]]
 +
| [[DS Internet]] is the DS-mode application, (also integrated in every online-enabled DS game) and now accessible through [[System Settings]] for configuring network settings for DS software.
 
|-
 
|-
| 4B4E5256(KNRV)
+
| 484E4441(HNDA)
| EUR
+
| ALL
| A Little Bit of... Brain Training™: Maths Edition
+
| [[Download Play]]
| v0
+
| v1024
 +
| This [[Download Play]] application is the DS-mode Download Play client, launched by the 3DS-mode Download Play application.
 
|-
 
|-
| 4B5A4C56(KZLV)
+
| 484E4443(HNDC)
| EUR
+
| CHN
| Plants vs. Zombies™
+
| [[Download Play]]
| v0
+
| v1024
 +
| See Above Description.
 
|-
 
|-
| 4B454256(KEBV)
+
| 484E444B(HNDK)
| EUR
+
| KOR
| ELECTROPLANKTON (Hanenbow)
+
| [[Download Play]]
| v0
+
| v1024
 +
| See Above Description.
 +
|}
 +
 
 +
=== 0004800F - System Data Archives===
 +
==== System Data Archive Notes ====
 +
New system updates only block DS flash-cards when whitelist is updated, or when TWL_FIRM is updated.
 +
The whitelist contains the data used for detecting flash-cards, this is used by TWL_FIRM.
 +
 
 +
{| class="wikitable sortable" border="1"
 
|-
 
|-
| 4B513956(KQ9V)
+
!  TitleID Low
| EUR
+
!  Description
| Zelda: Four Swords Anniversary Edition
+
!  Versions
| v0, v16
   
|-
 
|-
| 4B574256(KWBV)
+
| 484E4841(HNHA)
| EUR
+
| [[Nintendo DS Cart Whitelist]] -
| Mario Calculator
+
| v0, [[2.0.0-2|v1026]], [[2.2.0-X|v2048]], [[3.0.0-5|v3072]], [[4.0.0-7|v4096]], [[4.2.0-9|v5120]], [[4.3.0-10|v6145]], [[4.4.0-10|v7168]], [[4.5.0-10|v8192]], [[5.0.0-11|v9216]], [[6.0.0-11|v10240]], [[7.0.0-13|v11264]]
| v0
   
|-
 
|-
| 4B574656(KWFV)
+
| 484E4C41(HNLA)
| EUR
+
| [[Version Data]]
| Mario Clock
   
| v0
 
| v0
 
|}
 
|}
 +
 +
=== 00048004 - DSiWare Ports ===
 +
==== DSiWare Port Notes ====
 +
Although these have a titleID high separate from DSi and a titleID is stored in the SRLs, the content of these SRLs are identical to DSi.
 +
See [[3DS DSiWare Titles]] for a complete list.
48

edits

Navigation menu