SSBM Decomp
|
#include <placeholder.h>
#include <dolphin/os/OSContext.h>
#include <dolphin/os/OSError.h>
#include <dolphin/os/OSInterrupt.h>
#include <dolphin/os/OSMemory.h>
#include <dolphin/os/OSReset.h>
Functions | |
volatile u32 Mem_Size | AT_ADDRESS (0x80000028) |
volatile u32 Simulated_Mem | AT_ADDRESS (0x800000F0) |
static bool | OnReset (bool) |
u32 | OSGetPhysicalMemSize (void) |
u32 | OSGetConsoleSimulatedMemSize (void) |
static void | MEMIntrruptHandler (__OSInterrupt interrupt, OSContext *context) |
void | Config24MB (void) |
void | Config48MB (void) |
void | RealMode (Event arg0) |
void | __OSInitMemoryProtection (void) |
Variables | |
OSErrorHandler | __OSErrorTable [] |
static OSResetFunctionInfo | OSMemory_80402348 = { OnReset, 127, NULL, NULL } |
|
extern |
|
extern |
u32 OSGetPhysicalMemSize | ( | void | ) |
u32 OSGetConsoleSimulatedMemSize | ( | void | ) |
|
static |
void Config24MB | ( | void | ) |
void Config48MB | ( | void | ) |
void RealMode | ( | Event | arg0 | ) |
void __OSInitMemoryProtection | ( | void | ) |
|
extern |
|
static |