mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-27 23:00:26 +00:00
fa95f9e6e8
* Import bss to boot_main and idle, match last function in idle * Some pointer cleanup in idle, spec * Clean up idle, add build.c, add bss to CIC6105 * Import rand bss * sptask bss and a macro * sptask updated to use libultra macros * siacs.c bss * Macros in CIC and idle * controller bss * seteventmesg bss * spec * pimgr and piacs bss * initialize OK, threadsave, initialize, pimgr bss * Match DmaMgr_Start * Fix bss reorder using separate file * Small cleanup of hex/dec in buffer sizes * Add comment, remove unused bss from spec * Merge remote-tracking branch 'upstream/master' into boot_bss * Format * Delete files * remove commented-out structs * Bit more cleanup * Addressed reviews * Format
18 lines
304 B
C
18 lines
304 B
C
#ifndef _ULTRA64_H_
|
|
#define _ULTRA64_H_
|
|
|
|
#include "PR/ultratypes.h"
|
|
#include "PR/gbi.h"
|
|
|
|
#include "unk.h"
|
|
|
|
#include "ultra64/hardware.h"
|
|
#include "ultra64/message.h"
|
|
#include "ultra64/sptask.h"
|
|
#include "ultra64/thread.h"
|
|
#include "ultra64/rcp.h"
|
|
#include "ultra64/rsp.h"
|
|
#include "ultra64/vi.h"
|
|
|
|
#endif
|