N64FlashcartMenu
|
CIC (Copy Protection) functions implementation. More...
Functions | |
cic_type_t | cic_detect (uint8_t *ipl3) |
Detect the CIC type based on the IPL3 data. | |
uint8_t | cic_get_seed (cic_type_t cic_type) |
Get the seed value for the specified CIC type. | |
CIC (Copy Protection) functions implementation.
cic_type_t cic_detect | ( | uint8_t * | ipl3 | ) |
Detect the CIC type based on 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 | ) |
Get the seed value for the specified CIC type.
Gets the seed value for the specified CIC type.
cic_type | The CIC type. |