Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Macros | Variables
libultra.h File Reference

Go to the source code of this file.

Macros

#define TV_TYPE_NTSC   1
 
#define TV_TYPE_PAL   0
 
#define TV_TYPE_MPAL   2
 
#define RESET_TYPE_COLD_RESET   0
 
#define RESET_TYPE_NMI   1
 
#define RESET_TYPE_BOOT_DISK   2
 

Variables

u32 osTvType
 
u32 osRomBase
 
u32 osResetType
 
u32 osMemSize
 
u8 osAppNmiBuffer [64]
 

Macro Definition Documentation

◆ RESET_TYPE_BOOT_DISK

#define RESET_TYPE_BOOT_DISK   2

◆ RESET_TYPE_COLD_RESET

#define RESET_TYPE_COLD_RESET   0

◆ RESET_TYPE_NMI

#define RESET_TYPE_NMI   1

◆ TV_TYPE_MPAL

#define TV_TYPE_MPAL   2

◆ TV_TYPE_NTSC

#define TV_TYPE_NTSC   1

◆ TV_TYPE_PAL

#define TV_TYPE_PAL   0

Variable Documentation

◆ osAppNmiBuffer

u8 osAppNmiBuffer[64]

◆ osMemSize

u32 osMemSize

◆ osResetType

u32 osResetType

◆ osRomBase

u32 osRomBase

◆ osTvType

u32 osTvType