N64FlashcartMenu
|
Header file for CIC (Copy Protection Chip) related functions and definitions. More...
Go to the source code of this file.
Macros | |
#define | IPL3_LENGTH (4032) |
Enumerations | |
enum | cic_type_t { CIC_5101 , CIC_5167 , CIC_6101 , CIC_7102 , CIC_x102 , CIC_x103 , CIC_x105 , CIC_x106 , CIC_8301 , CIC_8302 , CIC_8303 , CIC_8401 , CIC_8501 , CIC_UNKNOWN } |
Enumeration of different CIC types. More... | |
Functions | |
cic_type_t | cic_detect (uint8_t *ipl3) |
Detects the CIC type based on the provided IPL3 data. | |
uint8_t | cic_get_seed (cic_type_t cic_type) |
Gets the seed value for the specified CIC type. | |
Header file for CIC (Copy Protection Chip) related functions and definitions.
enum cic_type_t |
Enumeration of different CIC types.
cic_type_t cic_detect | ( | uint8_t * | ipl3 | ) |
Detects the CIC type based on the provided IPL3 data.
This function analyzes the provided IPL3 data to determine the CIC type.
ipl3 | A pointer to the IPL3 data. |
Detects the CIC type based on the provided IPL3 data.
ipl3 | Pointer to the IPL3 data. |
uint8_t cic_get_seed | ( | cic_type_t | cic_type | ) |
Gets the seed value for the specified CIC type.
This function returns the seed value associated with the given CIC type.
cic_type | The type of CIC. |
Gets the seed value for the specified CIC type.
cic_type | The CIC type. |