N64FlashcartMenu
Loading...
Searching...
No Matches
cic.h File Reference

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.
 

Detailed Description

Header file for CIC (Copy Protection Chip) related functions and definitions.

Enumeration Type Documentation

◆ cic_type_t

enum cic_type_t

Enumeration of different CIC types.

Enumerator
CIC_5101 

CIC type 5101

CIC_5167 

CIC type 5167

CIC_6101 

CIC type 6101

CIC_7102 

CIC type 7102

CIC_x102 

CIC type x102

CIC_x103 

CIC type x103

CIC_x105 

CIC type x105

CIC_x106 

CIC type x106

CIC_8301 

CIC type 8301

CIC_8302 

CIC type 8302

CIC_8303 

CIC type 8303

CIC_8401 

CIC type 8401

CIC_8501 

CIC type 8501

CIC_UNKNOWN 

Unknown CIC type

Function Documentation

◆ cic_detect()

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.

Parameters
ipl3A pointer to the IPL3 data.
Returns
The detected CIC type.

Detects the CIC type based on the provided IPL3 data.

Parameters
ipl3Pointer to the IPL3 data.
Returns
cic_type_t The detected CIC type.

◆ cic_get_seed()

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.

Parameters
cic_typeThe type of CIC.
Returns
The seed value for the specified CIC type.

Gets the seed value for the specified CIC type.

Parameters
cic_typeThe CIC type.
Returns
uint8_t The seed value.