N64FlashcartMenu
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Files
File List
Globals
All
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
Functions
a
b
c
d
f
h
m
p
r
s
u
v
Variables
Typedefs
Enumerations
a
b
c
d
e
f
m
p
r
s
v
Enumerator
_
a
b
c
d
e
f
i
m
n
p
r
s
t
Macros
a
b
c
d
f
h
k
l
m
o
p
s
t
u
v
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
src
boot
cic.h
Go to the documentation of this file.
1
7
#ifndef CIC_H__
8
#define CIC_H__
9
10
#include <stdint.h>
11
12
#define IPL3_LENGTH (4032)
13
18
typedef
enum
{
19
CIC_5101
,
20
CIC_5167
,
21
CIC_6101
,
22
CIC_7102
,
23
CIC_x102
,
24
CIC_x103
,
25
CIC_x105
,
26
CIC_x106
,
27
CIC_8301
,
28
CIC_8302
,
29
CIC_8303
,
30
CIC_8401
,
31
CIC_8501
,
32
CIC_UNKNOWN
33
}
cic_type_t
;
18
typedef
enum
{
…
};
34
43
cic_type_t
cic_detect
(uint8_t *ipl3);
44
53
uint8_t
cic_get_seed
(
cic_type_t
cic_type);
54
55
#endif
// CIC_H__
cic_type_t
cic_type_t
Enumeration of different CIC types.
Definition
cic.h:18
CIC_x102
@ CIC_x102
Definition
cic.h:23
CIC_x105
@ CIC_x105
Definition
cic.h:25
CIC_x106
@ CIC_x106
Definition
cic.h:26
CIC_6101
@ CIC_6101
Definition
cic.h:21
CIC_5167
@ CIC_5167
Definition
cic.h:20
CIC_5101
@ CIC_5101
Definition
cic.h:19
CIC_8303
@ CIC_8303
Definition
cic.h:29
CIC_UNKNOWN
@ CIC_UNKNOWN
Definition
cic.h:32
CIC_8301
@ CIC_8301
Definition
cic.h:27
CIC_8401
@ CIC_8401
Definition
cic.h:30
CIC_x103
@ CIC_x103
Definition
cic.h:24
CIC_7102
@ CIC_7102
Definition
cic.h:22
CIC_8501
@ CIC_8501
Definition
cic.h:31
CIC_8302
@ CIC_8302
Definition
cic.h:28
cic_get_seed
uint8_t cic_get_seed(cic_type_t cic_type)
Gets the seed value for the specified CIC type.
Definition
cic.c:203
cic_detect
cic_type_t cic_detect(uint8_t *ipl3)
Detects the CIC type based on the provided IPL3 data.
Definition
cic.c:168
Generated on Mon Mar 31 2025 15:28:32 for N64FlashcartMenu by
1.12.0