Mario Kart 64
Loading...
Searching...
No Matches
ucode.h
Go to the documentation of this file.
1
#ifndef _ULTRA64_UCODE_H_
2
#define _ULTRA64_UCODE_H_
3
4
#define SP_DRAM_STACK_SIZE8 0x400
5
#define SP_UCODE_SIZE 0x1000
6
#define SP_UCODE_DATA_SIZE 0x800
7
8
// standard boot ucode
9
extern
u64
rspF3DBootStart
[],
rspF3DBootEnd
[];
10
11
// F3D ucode
12
extern
u64
gspF3DEXTextStart
[],
gspF3DEXTextEnd
[];
13
14
extern
u64
gspF3DLXTextStart
[],
gspF3DLXTextEnd
[];
15
16
// F3D ucode data
17
extern
u64
gspF3DEXDataStart
[],
gspF3DEXDataEnd
[];
18
19
extern
u64
gspF3DLXDataStart
[],
gspF3DLXDataEnd
[];
20
21
// aspMain (audio) ucode
22
extern
u64
rspAspMainStart
[],
rspAspMainEnd
[];
23
24
// aspMain ucode data
25
extern
u64
rspAspMainDataStart
[],
rspAspMainDataEnd
[];
26
27
#endif
u64
unsigned long long int u64
Definition
llconv.c:2
gspF3DLXTextEnd
u64 gspF3DLXTextEnd[]
Definition
ucode.h:14
rspF3DBootStart
u64 rspF3DBootStart[]
gspF3DLXDataEnd
u64 gspF3DLXDataEnd[]
Definition
ucode.h:19
gspF3DEXTextStart
u64 gspF3DEXTextStart[]
rspAspMainDataEnd
u64 rspAspMainDataEnd[]
Definition
ucode.h:25
rspAspMainDataStart
u64 rspAspMainDataStart[]
gspF3DEXDataStart
u64 gspF3DEXDataStart[]
rspAspMainEnd
u64 rspAspMainEnd[]
Definition
ucode.h:22
gspF3DLXTextStart
u64 gspF3DLXTextStart[]
gspF3DEXTextEnd
u64 gspF3DEXTextEnd[]
Definition
ucode.h:12
rspF3DBootEnd
u64 rspF3DBootEnd[]
Definition
ucode.h:9
rspAspMainStart
u64 rspAspMainStart[]
gspF3DEXDataEnd
u64 gspF3DEXDataEnd[]
Definition
ucode.h:17
gspF3DLXDataStart
u64 gspF3DLXDataStart[]
include
PR
ucode.h
Generated by
1.11.0