Mario Kart 64
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
10 
11 // F3D ucode
13 
15 
16 // F3D ucode data
18 
20 
21 // aspMain (audio) ucode
23 
24 // aspMain ucode data
26 
27 #endif
unsigned long long int u64
Definition: llconv.c:2
u64 gspF3DLXTextEnd[]
Definition: ucode.h:14
u64 rspF3DBootStart[]
u64 gspF3DLXDataEnd[]
Definition: ucode.h:19
u64 gspF3DEXTextStart[]
u64 rspAspMainDataEnd[]
Definition: ucode.h:25
u64 rspAspMainDataStart[]
u64 gspF3DEXDataStart[]
u64 rspAspMainEnd[]
Definition: ucode.h:22
u64 gspF3DLXTextStart[]
u64 gspF3DEXTextEnd[]
Definition: ucode.h:12
u64 rspF3DBootEnd[]
Definition: ucode.h:9
u64 rspAspMainStart[]
u64 gspF3DEXDataEnd[]
Definition: ucode.h:17
u64 gspF3DLXDataStart[]