Update flags.txt: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   00000000  30 30 30 30 0A                                  0000.        (Retail/{{CEX}})
   00000000  30 30 30 30 0A                                  0000.        (Retail/{{CEX}}) -> 000


   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   00000000  30 31 30 30 0A                                  0100.        (Debug/{{DEX}})
   00000000  30 31 30 30 0A                                  0100.        (Debug/{{DEX}}) -> 001
 
   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   00000000  30 33 30 30 0A                                  0300.        (Shop/{{SEX}})
   00000000  30 33 30 30 0A                                  0300.        (Shop/{{SEX}})   -> 011


   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   00000000  30 37 30 30 0A                                  0700.        (Arcade/{{ARC}})
   00000000  30 37 30 30 0A                                  0700.        (Arcade/{{ARC}}) -> 111


   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
   00000000  31 30 30 30 0A                                  1000.        (PATCH (Retail/{{CEX}}))
   00000000  31 30 30 30 0A                                  1000.        (PATCH (Retail/{{CEX}})) -> 10000




'''Note:''' not present in Tool/{{DECR}}
'''Note:''' not present in Tool/{{DECR}}
<br> any flag made by sony should be always read in binary mode.


{{Firmware}}<noinclude>[[Category:Main]]</noinclude>
{{Firmware}}<noinclude>[[Category:Main]]</noinclude>

Revision as of 14:22, 24 February 2016

As seen in extracted PUP:

 Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 00000000  30 30 30 30 0A                                   0000.         (Retail/ CEX ) -> 000
 Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 00000000  30 31 30 30 0A                                   0100.         (Debug/ DEX )  -> 001

 Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 00000000  30 33 30 30 0A                                   0300.         (Shop/ SEX )   -> 011
 Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 00000000  30 37 30 30 0A                                   0700.         (Arcade/ ARC ) -> 111
 Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 00000000  31 30 30 30 0A                                   1000.         (PATCH (Retail/ CEX )) -> 10000


Note: not present in Tool/ DECR 
any flag made by sony should be always read in binary mode.