Changes

218 bytes removed ,  14:00, 21 September 2024
no edit summary
Line 7: Line 7:     
XOR Encryption is done using discId and a random seed by the Disc Controller Firmware, Panasonic MN103S and BCA Check by System Controller MN102H
 
XOR Encryption is done using discId and a random seed by the Disc Controller Firmware, Panasonic MN103S and BCA Check by System Controller MN102H
  −
GameCube Disc Format
  −
  −
Please Note this is a work in progress doc
  −
  −
XOR Encryption is done using discID and a randomKey by the Disc Controller Firmware, Panasonic MN103S and is controlled by the System Controller MN102H.
      
== Data Frame ==
 
== Data Frame ==
Line 47: Line 41:  
     u8 streaming;
 
     u8 streaming;
 
     u8 streamingBufferSize;
 
     u8 streamingBufferSize;
     u8 pad[16];
+
     u8 pad[14];
     u32 dvdMagic;
+
     u32 gcMagic;
 +
    u32 rvlMagic;
    
== Burst Cutting Area ==
 
== Burst Cutting Area ==
Line 63: Line 58:  
     u8 id[4];
 
     u8 id[4];
 
     // AuthenticationData(encrypted), 48B
 
     // AuthenticationData(encrypted), 48B
     u64 psn[6]; //BCA mark positions
+
     u64 psn[6]; // 6 sector locations
     // 188 Total Bytes
+
     // 188B
    
== Disc Physical Format ==
 
== Disc Physical Format ==
Line 104: Line 99:  
     u16 endSector; // 909487
 
     u16 endSector; // 909487
 
     u8 reversed3[3];
 
     u8 reversed3[3];
     // 12 Bytes
+
     // 12B
    
== "System Area" ==
 
== "System Area" ==
29

edits