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

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.
 

Detailed Description

CIC (Copy Protection) functions implementation.

Function Documentation

◆ cic_detect()

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.

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)

Get 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.