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 
14 // F3D ucode data
16 
17 // aspMain (audio) ucode
19 
20 // aspMain ucode data
22 
23 #endif
unsigned long long int u64
Definition: llconv.c:2
u64 rspF3DEnd[]
Definition: ucode.h:12
u64 rspF3DDataStart[]
u64 rspF3DBootStart[]
u64 rspAspMainDataEnd[]
Definition: ucode.h:21
u64 rspF3DStart[]
u64 rspAspMainDataStart[]
u64 rspAspMainEnd[]
Definition: ucode.h:18
u64 rspF3DDataEnd[]
Definition: ucode.h:15
u64 rspF3DBootEnd[]
Definition: ucode.h:9
u64 rspAspMainStart[]