Target ID: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
A Target ID is a single byte or hexadecimal identifier that determines what type of console you have.
The Target ID (internally called Product Code) is a 2 bytes identifier that indicates the type (retail, testkit, devkit) and the region (only for retail) of the PS console.
It is a part of the [[ConsoleId]], and also of the [[PSCode]].
It is similar as PSP and [[http://www.psdevwiki.com/ps3/Target_ID PS3 TargetID]].


= Known Target ID's =
The following values are stored in big endian in the [[ConsoleId]] and the [[PSCode]].
 
= Known Target IDs =
{|class="wikitable"
{|class="wikitable"
|-
|-
Line 37: Line 41:




* Copied from ps3 wiki, Hong Kong and Brazil not included!
* Compared to PS3, Hong Kong and Brazil not included!

Revision as of 18:35, 9 March 2018

The Target ID (internally called Product Code) is a 2 bytes identifier that indicates the type (retail, testkit, devkit) and the region (only for retail) of the PS console. It is a part of the ConsoleId, and also of the PSCode. It is similar as PSP and [PS3 TargetID].

The following values are stored in big endian in the ConsoleId and the PSCode.

Known Target IDs

Console Type ID Region Code
TEST 0x100 TEST
TOOL 0x101 TOOL
DEX 0x102 DEX
CEX Japan 0x103 J1
CEX USA 0x104 UC2
CEX Europe 0x105 CEL
CEX Korea 0x106 KR2
CEX UK 0x107 CEK
CEX Mexico 0x108 MX2
CEX Australia 0x109 AU3
CEX South Asia 0x10A E12
CEX Taiwan 0x10B TW1
CEX Russia 0x10C RU3
CEX China 0x10D CN9


  • Compared to PS3, Hong Kong and Brazil not included!