Serials: Difference between revisions
Piplupness (talk | contribs) Wii serials added as they use this serialing system |
mNo edit summary |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 8: | Line 8: | ||
After separating the digits, add the digits in each group together. Multiply the sum of the even digits by 3, then add the sum of the odd digits. To calculate the check digit, take this value modulo 10, and if not 0, subtract from 10. | After separating the digits, add the digits in each group together. Multiply the sum of the even digits by 3, then add the sum of the odd digits. To calculate the check digit, take this value modulo 10, and if not 0, subtract from 10. | ||
Algorithm: check digit = (10 - (((3 * evenSum) + oddSum) % 10)) % 10 | |||
Example: CW404567772 | Example: CW404567772 | ||
| Line 25: | Line 27: | ||
! Model !! Device Prefix (Retail) !! Device Prefix (Dev/Test) | ! Model !! Device Prefix (Retail) !! Device Prefix (Dev/Test) | ||
|- | |- | ||
| ''Wii'' || L || | | ''Wii'' || L || R | ||
|- | |- | ||
| ''DSi'' || T || V | | ''DSi'' || T || V | ||
| Line 59: | Line 61: | ||
! Sales Region !! Region Lock !! Region Suffix | ! Sales Region !! Region Lock !! Region Suffix | ||
|- | |- | ||
| Japan || Japan || JF, JH, JM | | Japan || Japan || JE, JF, JH, JM | ||
|- | |- | ||
| North America || North America || W | | North America || North America || W | ||
| Line 69: | Line 71: | ||
| Europe || Europe || EE, EF, EH, EM | | Europe || Europe || EE, EF, EH, EM | ||
|- | |- | ||
| Australia || Europe || AH, AG | | Australia || Europe || AF, AH, AG, AM | ||
|- | |- | ||
| South Korea || Korea || KF, KH, KM | | South Korea || Korea || KF, KH, KM | ||
| Line 80: | Line 82: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Device !! Product Code | ! Device !! Product Code | ||
|-''Wii'' || RVL | |||
|- | |- | ||
| ''DS'' || NTR | | ''DS'' || NTR | ||
| Line 128: | Line 131: | ||
|- | |- | ||
| P || Cartridge software, or downloadable versions of them. | | P || Cartridge software, or downloadable versions of them. | ||
|- | |||
| B || Cartridge demos | |||
|- | |- | ||
| N || Digital-only releases, including [[Title list|system applications and applets]]. | | N || Digital-only releases, including [[Title list|system applications and applets]]. | ||