Line 1:
Line 1:
This article describes the logical layout of data on a '''Wii disc'''.
This article describes the logical layout of data on a '''Wii disc'''.
−
== Disc Format ==
+
== "System Area" ==
{| class="wikitable"
{| class="wikitable"
Line 12:
Line 12:
| 0x00000
| 0x00000
| 1024
| 1024
−
| Header
+
| [[#Header|header]]
|
|
|-
|-
| 0x40000
| 0x40000
| >=120
| >=120
−
| Partitions information
+
| [[#Partitions information|Partitions information]]
|
|
|-
|-
| 0x4E000
| 0x4E000
| 32
| 32
−
| Region setting
+
| [[#Region setting|Region setting]]
|
|
|-
|-
Line 193:
Line 193:
| Type: 0 for a Data partition, 1 for an Update partition, 2 for a Channel installer. The demonstration VC titles on Super Smash Brothers Brawl use the Ascii title ID.
| Type: 0 for a Data partition, 1 for an Update partition, 2 for a Channel installer. The demonstration VC titles on Super Smash Brothers Brawl use the Ascii title ID.
|}
|}
+
+
=== Region setting ===
+
+
{| class="wikitable"
+
|-
+
! Start
+
! Size
+
! Name
+
! Description
+
|-
+
| 0x4E000
+
| 4
+
| Region byte
+
| 0 = JAP/CHT (Taiwan), 1 = USA, 2 = PAL, 4 = KOR
+
|-
+
| 0x4E004
+
| 6
+
|
+
|-
+
| 0x4E010
+
| 1
+
| Japan/Taiwan
+
| rowspan="2" | Age Rating byte. Indicates the Age Rating for a Wiidisc
+
|-
+
| 0x4E011
+
| 1
+
| USA
+
|-
+
| 0x4E012
+
| 1
+
|
+
|-
+
| 0x4E013
+
| 1
+
| Germany
+
| rowspan="7" | Age Rating byte. Indicates the Age Rating for a Wiidisc
+
|-
+
| 0x4E014
+
| 1
+
| PEGI
+
|-
+
| 0x4E015
+
| 1
+
| Finland
+
|-
+
| 0x4E016
+
| 1
+
| Portugal
+
|-
+
| 0x4E017
+
| 1
+
| Britain
+
|-
+
| 0x4E018
+
| 1
+
| Australia
+
|-
+
| 0x4E019
+
| 1
+
| Korea
+
|-
+
| 0x4E01A
+
| 6
+
|
+
|}
+
+
== Partition ==
Each partition starts with a [[Ticket]] followed by the TMD followed by [[Certificate chain|three certifications]].
Each partition starts with a [[Ticket]] followed by the TMD followed by [[Certificate chain|three certifications]].
Offset 0x00000000 is considered as the start of the partition.
Offset 0x00000000 is considered as the start of the partition.
−
−
==== Partition ====
{| class="wikitable"
{| class="wikitable"
Line 246:
Line 311:
|}
|}
−
==== Partition Data ====
+
=== Partition Data ===
===== Encrypted =====
===== Encrypted =====
Line 338:
Line 403:
|}
|}
−
=== Region setting ===
−
−
{| class="wikitable"
−
|-
−
! Start
−
! Size
−
! Name
−
! Description
−
|-
−
| 0x4E000
−
| 4
−
| Region byte
−
| 0 = JAP/CHT (Taiwan), 1 = USA, 2 = PAL, 4 = KOR
−
|-
−
| 0x4E004
−
| 6
−
|
−
|-
−
| 0x4E010
−
| 1
−
| Japan/Taiwan
−
| rowspan="2" | Age Rating byte. Indicates the Age Rating for a Wiidisc
−
|-
−
| 0x4E011
−
| 1
−
| USA
−
|-
−
| 0x4E012
−
| 1
−
|
−
|-
−
| 0x4E013
−
| 1
−
| Germany
−
| rowspan="7" | Age Rating byte. Indicates the Age Rating for a Wiidisc
−
|-
−
| 0x4E014
−
| 1
−
| PEGI
−
|-
−
| 0x4E015
−
| 1
−
| Finland
−
|-
−
| 0x4E016
−
| 1
−
| Portugal
−
|-
−
| 0x4E017
−
| 1
−
| Britain
−
|-
−
| 0x4E018
−
| 1
−
| Australia
−
|-
−
| 0x4E019
−
| 1
−
| Korea
−
|-
−
| 0x4E01A
−
| 6
−
|
−
|}
== Known Wii discs ==
== Known Wii discs ==