SSBM Decomp
Loading...
Searching...
No Matches
OSMemory.c File Reference
#include <dolphin.h>
#include "__os.h"
#include <dolphin/dvd.h>
#include <dolphin/os.h>

Functions

u32 OSGetPhysicalMemSize (void)
u32 OSGetConsoleSimulatedMemSize (void)
static BOOL OnReset (BOOL final)
static void MEMIntrruptHandler (__OSInterrupt interrupt, OSContext *context)
void __OSInitMemoryProtection (void)

Variables

static OSResetFunctionInfo ResetFunctionInfo

Function Documentation

◆ OSGetPhysicalMemSize()

u32 OSGetPhysicalMemSize ( void )

◆ OSGetConsoleSimulatedMemSize()

u32 OSGetConsoleSimulatedMemSize ( void )

◆ OnReset()

BOOL OnReset ( BOOL final)
static

◆ MEMIntrruptHandler()

void MEMIntrruptHandler ( __OSInterrupt interrupt,
OSContext * context )
static

◆ __OSInitMemoryProtection()

void __OSInitMemoryProtection ( void )

Variable Documentation

◆ ResetFunctionInfo

OSResetFunctionInfo ResetFunctionInfo
static
Initial value:
= {
0x7F,
}
static BOOL OnReset(BOOL f)
Definition CARDBios.c:781