Changes

89 bytes added ,  01:23, 27 February 2009
add dieshot
Line 1: Line 1:  +
[[Image:Wii_eep_10x.jpg|thumb|93C56 Serial EEPROM|Photo courtesy of Flylogic]]
 
The Hollywood package contains a [http://www.atmel.com/dyn/resources/prod_documents/doc0172.pdf 93C56] (or similar) SPI EEPROM, organized as 128 16-byte words.  It is accessed by twiddling some of the Starlet GPIO lines.    Most of the data here is written once at the factory and never changed, but some fields are updated fairly frequently.
 
The Hollywood package contains a [http://www.atmel.com/dyn/resources/prod_documents/doc0172.pdf 93C56] (or similar) SPI EEPROM, organized as 128 16-byte words.  It is accessed by twiddling some of the Starlet GPIO lines.    Most of the data here is written once at the factory and never changed, but some fields are updated fairly frequently.
   Line 12: Line 13:  
                 };
 
                 };
 
     fixme: there should be a checksum and a SFFS generation number in here somewhere, too
 
     fixme: there should be a checksum and a SFFS generation number in here somewhere, too
 +
{{check}}