Editing Talk:Target ID
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
It's not just one byte that is Target ID. 5th byte also counts! 5th byte also tells you console generation :) <br> | |||
<pre> | |||
PSP -> 00 0X | |||
PS3 -> 00 8X | |||
PSV -> 01 0X | |||
PS4 -> 01 8X | |||
5th byte | |||
00 = 1st GEN | |||
01 = 2nd GEN | |||
6th byte | |||
X0 = TEST | |||
X1 = TOOL | |||
X2 = DEX | |||
X3 or bigger = CEX | |||
8X = PS3 if 5th byte 00, PS4 if 5th byte 01 | |||
0X = PSP if 5th byte 00, PSV if 5th byte 01 | |||
</pre> |