forked from doldecomp/melee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Except for `GetR2_80322F20` (see doldecomp#1181).
- Loading branch information
Showing
251 changed files
with
7,325 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
#include "mpc_7xx_603e.h" | ||
|
||
static int const target_cpu_minor_type = 84; | ||
|
||
/// #TRKSaveExtended1Block | ||
|
||
/// #TRKRestoreExtended1Block | ||
|
||
int TRKTargetCPUMinorType(void) | ||
{ | ||
return target_cpu_minor_type; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
#ifndef GALE01_32A868 | ||
#define GALE01_32A868 | ||
|
||
#include <placeholder.h> | ||
|
||
/* 32A868 */ UNK_RET TRKSaveExtended1Block(UNK_PARAMS); | ||
/* 32AA20 */ UNK_RET TRKRestoreExtended1Block(UNK_PARAMS); | ||
/* 32ABD8 */ int TRKTargetCPUMinorType(void); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
#include "msgbuf.h" | ||
|
||
void TRKSetBufferUsed(UNK_T arg0, int arg1) | ||
{ | ||
M2C_FIELD(arg0, int*, 4) = arg1; | ||
} | ||
|
||
/// #TRKInitializeMessageBuffers | ||
|
||
/// #TRKGetFreeBuffer | ||
|
||
/// #TRKGetBuffer | ||
|
||
/// #TRKReleaseBuffer | ||
|
||
/// #TRKResetBuffer | ||
|
||
/// #TRKSetBufferPosition | ||
|
||
/// #TRKAppendBuffer | ||
|
||
/// #TRKReadBuffer | ||
|
||
/// #TRKAppendBuffer1_ui16 | ||
|
||
/// #TRKAppendBuffer1_ui32 | ||
|
||
/// #TRKAppendBuffer1_ui64 | ||
|
||
/// #TRKAppendBuffer_ui8 | ||
|
||
/// #TRKAppendBuffer_ui32 | ||
|
||
/// #TRKReadBuffer1_ui8 | ||
|
||
/// #TRKReadBuffer1_ui16 | ||
|
||
/// #TRKReadBuffer1_ui32 | ||
|
||
/// #TRKReadBuffer1_ui64 | ||
|
||
/// #TRKReadBuffer_ui8 | ||
|
||
/// #TRKReadBuffer_ui32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
#ifndef GALE01_326C94 | ||
#define GALE01_326C94 | ||
|
||
#include <placeholder.h> | ||
|
||
/* 326C94 */ void TRKSetBufferUsed(UNK_T arg0, int arg1); | ||
/* 326C9C */ UNK_RET TRKInitializeMessageBuffers(UNK_PARAMS); | ||
/* 326D14 */ UNK_RET TRKGetFreeBuffer(UNK_PARAMS); | ||
/* 326DB0 */ UNK_RET TRKGetBuffer(UNK_PARAMS); | ||
/* 326DDC */ UNK_RET TRKReleaseBuffer(UNK_PARAMS); | ||
/* 326E44 */ UNK_RET TRKResetBuffer(UNK_PARAMS); | ||
/* 326E84 */ UNK_RET TRKSetBufferPosition(UNK_PARAMS); | ||
/* 326EB4 */ UNK_RET TRKAppendBuffer(UNK_PARAMS); | ||
/* 326F58 */ UNK_RET TRKReadBuffer(UNK_PARAMS); | ||
/* 326FE4 */ UNK_RET TRKAppendBuffer1_ui16(UNK_PARAMS); | ||
/* 327038 */ UNK_RET TRKAppendBuffer1_ui32(UNK_PARAMS); | ||
/* 32709C */ UNK_RET TRKAppendBuffer1_ui64(UNK_PARAMS); | ||
/* 327124 */ UNK_RET TRKAppendBuffer_ui8(UNK_PARAMS); | ||
/* 32718C */ UNK_RET TRKAppendBuffer_ui32(UNK_PARAMS); | ||
/* 327208 */ UNK_RET TRKReadBuffer1_ui8(UNK_PARAMS); | ||
/* 32722C */ UNK_RET TRKReadBuffer1_ui16(UNK_PARAMS); | ||
/* 3272AC */ UNK_RET TRKReadBuffer1_ui32(UNK_PARAMS); | ||
/* 32733C */ UNK_RET TRKReadBuffer1_ui64(UNK_PARAMS); | ||
/* 3273EC */ UNK_RET TRKReadBuffer_ui8(UNK_PARAMS); | ||
/* 327460 */ UNK_RET TRKReadBuffer_ui32(UNK_PARAMS); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,58 @@ | ||
#include "msghndlr.h" | ||
|
||
/// #TRKMessageIntoReply | ||
|
||
/// #TRKSendACK | ||
|
||
/// #TRKStandardACK | ||
|
||
/// #MTRK_MsgHndlr_8032785C | ||
|
||
/// #MTRK_MsgHndlr_80327884 | ||
|
||
/// #MTRK_MsgHndlr_803278AC | ||
|
||
/// #TRKDoReset | ||
|
||
/// #TRKDoVersions | ||
|
||
/// #TRKDoSupportMask | ||
|
||
/// #TRKDoCPUType | ||
|
||
/// #TRKDoReadMemory | ||
|
||
/// #TRKDoWriteMemory | ||
|
||
/// #TRKDoReadRegisters | ||
|
||
/// #TRKDoWriteRegisters | ||
|
||
/// #TRKDoFlushCache | ||
|
||
/// #TRKDoContinue | ||
|
||
/// #TRKDoStep | ||
|
||
/// #TRKDoStop | ||
|
||
/// #TRKSuppAccessFile | ||
|
||
/// #TRKRequestSend | ||
|
||
bool TRKInitializeMutex(void) | ||
{ | ||
return false; | ||
} | ||
|
||
bool TRKAcquireMutex(void) | ||
{ | ||
return false; | ||
} | ||
|
||
bool TRKReleaseMutex(void) | ||
{ | ||
return false; | ||
} | ||
|
||
/// #TRKDoNotifyStopped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
#ifndef GALE01_327740 | ||
#define GALE01_327740 | ||
|
||
#include <placeholder.h> | ||
|
||
/* 327740 */ UNK_RET TRKMessageIntoReply(UNK_PARAMS); | ||
/* 3277D8 */ UNK_RET TRKSendACK(UNK_PARAMS); | ||
/* 327828 */ UNK_RET TRKStandardACK(UNK_PARAMS); | ||
/* 32785C */ UNK_RET MTRK_MsgHndlr_8032785C(UNK_PARAMS); | ||
/* 327884 */ UNK_RET MTRK_MsgHndlr_80327884(UNK_PARAMS); | ||
/* 3278AC */ UNK_RET MTRK_MsgHndlr_803278AC(UNK_PARAMS); | ||
/* 3278FC */ UNK_RET TRKDoReset(UNK_PARAMS); | ||
/* 32792C */ UNK_RET TRKDoVersions(UNK_PARAMS); | ||
/* 327AB0 */ UNK_RET TRKDoSupportMask(UNK_PARAMS); | ||
/* 327B8C */ UNK_RET TRKDoCPUType(UNK_PARAMS); | ||
/* 327DD0 */ UNK_RET TRKDoReadMemory(UNK_PARAMS); | ||
/* 327FB8 */ UNK_RET TRKDoWriteMemory(UNK_PARAMS); | ||
/* 3281B4 */ UNK_RET TRKDoReadRegisters(UNK_PARAMS); | ||
/* 3283B8 */ UNK_RET TRKDoWriteRegisters(UNK_PARAMS); | ||
/* 3285C0 */ UNK_RET TRKDoFlushCache(UNK_PARAMS); | ||
/* 3286F8 */ UNK_RET TRKDoContinue(UNK_PARAMS); | ||
/* 32875C */ UNK_RET TRKDoStep(UNK_PARAMS); | ||
/* 328960 */ UNK_RET TRKDoStop(UNK_PARAMS); | ||
/* 3289E4 */ UNK_RET TRKSuppAccessFile(UNK_PARAMS); | ||
/* 328CBC */ UNK_RET TRKRequestSend(UNK_PARAMS); | ||
/* 328E60 */ bool TRKInitializeMutex(void); | ||
/* 328E68 */ bool TRKAcquireMutex(void); | ||
/* 328E70 */ bool TRKReleaseMutex(void); | ||
/* 328E78 */ UNK_RET TRKDoNotifyStopped(UNK_PARAMS); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.