Files

1259 lines
35 KiB
C

/*
Compile unit: C:\HOMEBOY\STEPHEN\Japanese Ocarina\Fire\system.c
Producer: MW EABI PPC C-Compiler
Language: C++
Code range: 0x8002CA14 -> 0x80030E70
*/
#include "dolphin/types.h"
// size = 0x4, address = 0x80134E60
unsigned int nTickMultiplier;
// size = 0x4, address = 0x80134E64
f32 fTickScale;
typedef struct _XL_OBJECTTYPE {
/* 0x0 */ char* szName;
/* 0x4 */ int nSizeObject;
/* 0x8 */ struct _XL_OBJECTTYPE* pClassBase;
/* 0xC */ int (*pfEvent)(void*, int, void*);
} __anon_0x343BA; // size = 0x10
// size = 0x10, address = 0x800EB310
struct _XL_OBJECTTYPE gClassSystem;
// size = 0x140, address = 0x800EB320
static unsigned int contMap[4][20];
// size = 0x4, address = 0x801356D8
unsigned int gnFlagZelda;
typedef struct __anon_0x3459E {
/* 0x000 */ char rom[36];
/* 0x024 */ int controllerConfiguration[4][20];
/* 0x164 */ int rumbleConfiguration;
/* 0x168 */ int storageDevice;
/* 0x16C */ int normalControllerConfig;
/* 0x170 */ int currentControllerConfig;
} __anon_0x3459E; // size = 0x174
// size = 0x174, address = 0x801308E0
struct __anon_0x3459E gSystemRomConfigurationList[1];
typedef struct __anon_0x34768 {
/* 0x0 */ f32 rX;
/* 0x4 */ f32 rY;
/* 0x8 */ f32 rSizeX;
/* 0xC */ f32 rSizeY;
} __anon_0x34768; // size = 0x10
typedef struct __anon_0x34802 {
/* 0x00 */ int nSize;
/* 0x04 */ int nWidth;
/* 0x08 */ int nFormat;
/* 0x0C */ void* pData;
/* 0x10 */ int nAddress;
} __anon_0x34802; // size = 0x14
typedef struct __anon_0x34943 {
/* 0x0 */ f32 x;
/* 0x4 */ f32 y;
/* 0x8 */ f32 z;
} __anon_0x34943; // size = 0xC
typedef struct __anon_0x349B3 {
/* 0x00 */ int bTransformed;
/* 0x04 */ struct __anon_0x34943 rVecOrigTowards;
/* 0x10 */ f32 rColorR;
/* 0x14 */ f32 rColorG;
/* 0x18 */ f32 rColorB;
/* 0x1C */ f32 rVectorX;
/* 0x20 */ f32 rVectorY;
/* 0x24 */ f32 rVectorZ;
/* 0x28 */ f32 kc;
/* 0x2C */ f32 kl;
/* 0x30 */ f32 kq;
/* 0x34 */ s16 coordX;
/* 0x36 */ s16 coordY;
/* 0x38 */ s16 coordZ;
} __anon_0x349B3; // size = 0x3C
typedef struct __anon_0x34BE3 {
/* 0x00 */ int bTransformed;
/* 0x04 */ struct __anon_0x34943 rS;
/* 0x10 */ struct __anon_0x34943 rT;
/* 0x1C */ struct __anon_0x34943 rSRaw;
/* 0x28 */ struct __anon_0x34943 rTRaw;
} __anon_0x34BE3; // size = 0x34
typedef struct __anon_0x34CCC {
/* 0x00 */ f32 rSum;
/* 0x04 */ f32 rS;
/* 0x08 */ f32 rT;
/* 0x0C */ struct __anon_0x34943 vec;
/* 0x18 */ u8 anColor[4];
} __anon_0x34CCC; // size = 0x1C
typedef union __anon_0x34E2B {
/* 0x0 */ u8 u8[4096];
/* 0x0 */ u16 u16[2048];
/* 0x0 */ unsigned int u32[1024];
/* 0x0 */ u64 u64[512];
} __anon_0x34E2B;
typedef struct __anon_0x34EC8 {
/* 0x0 */ union __anon_0x34E2B data;
} __anon_0x34EC8; // size = 0x1000
typedef enum _GXTexFmt {
GX_TF_I4 = 0,
GX_TF_I8 = 1,
GX_TF_IA4 = 2,
GX_TF_IA8 = 3,
GX_TF_RGB565 = 4,
GX_TF_RGB5A3 = 5,
GX_TF_RGBA8 = 6,
GX_TF_CMPR = 14,
GX_CTF_R4 = 32,
GX_CTF_RA4 = 34,
GX_CTF_RA8 = 35,
GX_CTF_YUVA8 = 38,
GX_CTF_A8 = 39,
GX_CTF_R8 = 40,
GX_CTF_G8 = 41,
GX_CTF_B8 = 42,
GX_CTF_RG8 = 43,
GX_CTF_GB8 = 44,
GX_TF_Z8 = 17,
GX_TF_Z16 = 19,
GX_TF_Z24X8 = 22,
GX_CTF_Z4 = 48,
GX_CTF_Z8M = 57,
GX_CTF_Z8L = 58,
GX_CTF_Z16L = 60,
GX_TF_A8 = 39,
} __anon_0x34F61;
typedef struct _GXTlutObj {
/* 0x0 */ u32 dummy[3];
} __anon_0x35123; // size = 0xC
typedef struct _GXTexObj {
/* 0x0 */ u32 dummy[8];
} __anon_0x3518A; // size = 0x20
typedef enum _GXTexWrapMode {
GX_CLAMP = 0,
GX_REPEAT = 1,
GX_MIRROR = 2,
GX_MAX_TEXWRAPMODE = 3,
} __anon_0x351D0;
typedef struct _FRAME_TEXTURE {
/* 0x00 */ int nMode;
/* 0x04 */ int iPackPixel;
/* 0x08 */ int iPackColor;
/* 0x0C */ int nFrameLast;
/* 0x10 */ s16 nSizeX;
/* 0x12 */ s16 nSizeY;
/* 0x14 */ unsigned int nAddress;
/* 0x18 */ unsigned int nCodePixel;
/* 0x1C */ unsigned int nCodeColor;
/* 0x20 */ struct _FRAME_TEXTURE* pTextureNext;
/* 0x24 */ unsigned int nData0;
/* 0x28 */ unsigned int nData1;
/* 0x2C */ unsigned int nData2;
/* 0x30 */ unsigned int nData3;
/* 0x34 */ enum _GXTexFmt eFormat;
/* 0x38 */ struct _GXTlutObj objectTLUT;
/* 0x44 */ struct _GXTexObj objectTexture;
/* 0x64 */ enum _GXTexWrapMode eWrapS;
/* 0x68 */ enum _GXTexWrapMode eWrapT;
} __anon_0x35239; // size = 0x6C
typedef struct __anon_0x35596 {
/* 0x00 */ int nSize;
/* 0x04 */ int nTMEM;
/* 0x08 */ int iTLUT;
/* 0x0C */ int nSizeX;
/* 0x10 */ int nFormat;
/* 0x14 */ s16 nMaskS;
/* 0x16 */ s16 nMaskT;
/* 0x18 */ s16 nModeS;
/* 0x1A */ s16 nModeT;
/* 0x1C */ s16 nShiftS;
/* 0x1E */ s16 nShiftT;
/* 0x20 */ s16 nX0;
/* 0x22 */ s16 nY0;
/* 0x24 */ s16 nX1;
/* 0x26 */ s16 nY1;
/* 0x28 */ unsigned int nCodePixel;
} __anon_0x35596; // size = 0x2C
typedef enum __anon_0x35878 {
FMP_NONE = -1,
FMP_PERSPECTIVE = 0,
FMP_ORTHOGRAPHIC = 1,
} __anon_0x35878;
typedef struct __anon_0x358FC {
/* 0x00 */ int nCount;
/* 0x04 */ f32 rScale;
/* 0x08 */ f32 rAspect;
/* 0x0C */ f32 rFieldOfViewY;
/* 0x10 */ f32 rClipNear;
/* 0x14 */ f32 rClipFar;
/* 0x18 */ unsigned int nAddressFloat;
/* 0x1C */ unsigned int nAddressFixed;
/* 0x20 */ enum __anon_0x35878 eProjection;
} __anon_0x358FC; // size = 0x24
typedef struct _GXColor {
/* 0x0 */ u8 r;
/* 0x1 */ u8 g;
/* 0x2 */ u8 b;
/* 0x3 */ u8 a;
} __anon_0x35A91; // size = 0x4
typedef struct __anon_0x35B4C {
/* 0x00000 */ unsigned int anCIMGAddresses[8];
/* 0x00020 */ u16 nNumCIMGAddresses;
/* 0x00024 */ int bBlurOn;
/* 0x00028 */ int bHackPause;
/* 0x0002C */ int nHackCount;
/* 0x00030 */ int nFrameCounter;
/* 0x00034 */ int bPauseThisFrame;
/* 0x00038 */ int bCameFromBomberNotes;
/* 0x0003C */ int bInBomberNotes;
/* 0x00040 */ int bShrinking;
/* 0x00044 */ int bSnapShot;
/* 0x00048 */ int bUsingLens;
/* 0x0004C */ u8 cBlurAlpha;
/* 0x00050 */ int bBlurredThisFrame;
/* 0x00054 */ int nFrameCIMGCalls;
/* 0x00058 */ int bModifyZBuffer;
/* 0x0005C */ int bOverrideDepth;
/* 0x00060 */ int nZBufferSets;
/* 0x00064 */ int nLastFrameZSets;
/* 0x00068 */ int bPauseBGDrawn;
/* 0x0006C */ int bFrameOn;
/* 0x00070 */ int bBackBufferDrawn;
/* 0x00074 */ int bGrabbedFrame;
/* 0x00078 */ u64* pnGBI;
/* 0x0007C */ unsigned int nFlag;
/* 0x00080 */ f32 rScaleX;
/* 0x00084 */ f32 rScaleY;
/* 0x00088 */ unsigned int nCountFrames;
/* 0x0008C */ unsigned int nMode;
/* 0x00090 */ unsigned int aMode[10];
/* 0x000B8 */ struct __anon_0x34768 viewport;
/* 0x000C8 */ struct __anon_0x34802 aBuffer[4];
/* 0x00118 */ unsigned int nOffsetDepth0;
/* 0x0011C */ unsigned int nOffsetDepth1;
/* 0x00120 */ int nWidthLine;
/* 0x00124 */ f32 rDepth;
/* 0x00128 */ f32 rDelta;
/* 0x0012C */ int (*aDraw[4])(void*, void*);
/* 0x0013C */ int nCountLight;
/* 0x00140 */ struct __anon_0x349B3 aLight[8];
/* 0x00320 */ struct __anon_0x34BE3 lookAt;
/* 0x00354 */ int nCountVertex;
/* 0x00358 */ struct __anon_0x34CCC aVertex[80];
/* 0x00C18 */ struct __anon_0x34EC8 TMEM;
/* 0x01C18 */ void* aPixelData;
/* 0x01C1C */ void* aColorData;
/* 0x01C20 */ int nBlocksPixel;
/* 0x01C24 */ int nBlocksMaxPixel;
/* 0x01C28 */ int nBlocksColor;
/* 0x01C2C */ int nBlocksMaxColor;
/* 0x01C30 */ int nBlocksTexture;
/* 0x01C34 */ int nBlocksMaxTexture;
/* 0x01C38 */ unsigned int anPackPixel[48];
/* 0x01CF8 */ unsigned int anPackColor[320];
/* 0x021F8 */ unsigned int nAddressLoad;
/* 0x021FC */ unsigned int nCodePixel;
/* 0x02200 */ unsigned int nTlutCode[16];
/* 0x02240 */ struct _FRAME_TEXTURE aTexture[2048];
/* 0x38240 */ unsigned int anTextureUsed[64];
/* 0x38340 */ struct _FRAME_TEXTURE* apTextureCached[4096];
/* 0x3C340 */ int iTileLoad;
/* 0x3C344 */ unsigned int n2dLoadTexType;
/* 0x3C348 */ int nLastX0;
/* 0x3C34C */ int nLastY0;
/* 0x3C350 */ int nLastX1;
/* 0x3C354 */ int nLastY1;
/* 0x3C358 */ struct __anon_0x35596 aTile[8];
/* 0x3C4B8 */ int anSizeX[2];
/* 0x3C4C0 */ int anSizeY[2];
/* 0x3C4C8 */ int iHintMatrix;
/* 0x3C4CC */ int iMatrixModel;
/* 0x3C4D0 */ int iHintProjection;
/* 0x3C4D4 */ f32 matrixView[4][4];
/* 0x3C514 */ int iHintLast;
/* 0x3C518 */ int iHintHack;
/* 0x3C51C */ enum __anon_0x35878 eTypeProjection;
/* 0x3C520 */ f32 aMatrixModel[10][4][4];
/* 0x3C7A0 */ f32 matrixProjection[4][4];
/* 0x3C7E0 */ f32 matrixProjectionExtra[4][4];
/* 0x3C820 */ struct __anon_0x358FC aMatrixHint[64];
/* 0x3D120 */ u8 primLODmin;
/* 0x3D121 */ u8 primLODfrac;
/* 0x3D122 */ u8 lastTile;
/* 0x3D123 */ u8 iTileDrawn;
/* 0x3D124 */ struct _GXColor aColor[5];
/* 0x3D138 */ unsigned int nModeVtx;
/* 0x3D13C */ u16* nTempBuffer;
/* 0x3D140 */ u16* nCopyBuffer;
/* 0x3D144 */ unsigned int* nLensBuffer;
/* 0x3D148 */ u16* nCameraBuffer;
} __anon_0x35B4C; // size = 0x3D150
// size = 0x4, address = 0x80135608
struct __anon_0x35B4C* gpFrame;
typedef enum __anon_0x36A3E {
SPM_NONE = -1,
SPM_PLAY = 0,
SPM_RAMPQUEUED = 1,
SPM_RAMPPLAYED = 2,
} __anon_0x36A3E;
typedef struct __anon_0x36AAA {
/* 0x00 */ void* pSrcData;
/* 0x04 */ int nFrequency;
/* 0x08 */ int nDacrate;
/* 0x0C */ int nSndLen;
/* 0x10 */ void* apBuffer[16];
/* 0x50 */ int anSizeBuffer[16];
/* 0x90 */ int nCountBeep;
/* 0x94 */ int anSizeBeep[3];
/* 0xA0 */ void* apDataBeep[3];
/* 0xAC */ int iBufferPlay;
/* 0xB0 */ int iBufferMake;
/* 0xB4 */ enum __anon_0x36A3E eMode;
/* 0xB8 */ void* pBufferZero;
/* 0xBC */ void* pBufferHold;
/* 0xC0 */ void* pBufferRampUp;
/* 0xC4 */ void* pBufferRampDown;
/* 0xC8 */ int nSizePlay;
/* 0xCC */ int nSizeZero;
/* 0xD0 */ int nSizeHold;
/* 0xD4 */ int nSizeRamp;
} __anon_0x36AAA; // size = 0xD8
// size = 0x4, address = 0x80135604
struct __anon_0x36AAA* gpSound;
// size = 0x10, address = 0x800EB658
struct _XL_OBJECTTYPE gClassCPU;
// size = 0x10, address = 0x800ED6B8
struct _XL_OBJECTTYPE gClassPIF;
// size = 0x10, address = 0x800ED6C8
struct _XL_OBJECTTYPE gClassRAM;
// size = 0x10, address = 0x800ED8E8
struct _XL_OBJECTTYPE gClassROM;
// size = 0x10, address = 0x800EE220
struct _XL_OBJECTTYPE gClassRSP;
// size = 0x10, address = 0x800EDF40
struct _XL_OBJECTTYPE gClassRDP;
// size = 0x10, address = 0x800EE6D0
struct _XL_OBJECTTYPE gClassMips;
// size = 0x10, address = 0x800EE748
struct _XL_OBJECTTYPE gClassDisk;
// size = 0x10, address = 0x800EE778
struct _XL_OBJECTTYPE gClassAudio;
// size = 0x10, address = 0x800EE870
struct _XL_OBJECTTYPE gClassVideo;
// size = 0x10, address = 0x800EEA28
struct _XL_OBJECTTYPE gClassSerial;
// size = 0x10, address = 0x800EEB0C
struct _XL_OBJECTTYPE gClassLibrary;
// size = 0x10, address = 0x800EFFBC
struct _XL_OBJECTTYPE gClassPeripheral;
// size = 0x10, address = 0x800EE1B0
struct _XL_OBJECTTYPE gClassRdb;
typedef struct __anon_0x37040 {
/* 0x0 */ int nSize;
/* 0x4 */ int nOffsetRAM;
/* 0x8 */ int nOffsetROM;
/* 0xC */ int (*pCallback)();
} __anon_0x37040; // size = 0x10
typedef enum __anon_0x370F1 {
SRT_NONE = -1,
SRT_MARIO = 0,
SRT_WAVERACE = 1,
SRT_MARIOKART = 2,
SRT_STARFOX = 3,
SRT_ZELDA1 = 4,
SRT_ZELDA2 = 5,
SRT_1080 = 6,
SRT_PANEL = 7,
SRT_MARIOPARTY1 = 8,
SRT_MARIOPARTY2 = 9,
SRT_MARIOPARTY3 = 10,
SRT_DRMARIO = 11,
SRT_UNKNOWN = 12,
} __anon_0x370F1;
typedef struct __anon_0x37240 {
/* 0x00 */ void* pFrame;
/* 0x04 */ void* pSound;
/* 0x08 */ int bException;
/* 0x0C */ enum __anon_0x3A085 eMode;
/* 0x10 */ struct __anon_0x37040 romCopy;
/* 0x20 */ enum __anon_0x370F1 eTypeROM;
/* 0x24 */ void* apObject[16];
/* 0x68 */ u64 nAddressBreak;
/* 0x70 */ enum __anon_0x394CD storageDevice;
/* 0x74 */ u8 anException[16];
/* 0x84 */ int bJapaneseVersion;
} __anon_0x37240; // size = 0x88
typedef struct __anon_0x37408 {
/* 0x0 */ int nOffsetHost;
/* 0x4 */ int nAddressN64;
} __anon_0x37408; // size = 0x8
typedef struct cpu_callerID {
/* 0x0 */ int N64address;
/* 0x4 */ int GCNaddress;
} __anon_0x3746E; // size = 0x8
typedef struct cpu_function {
/* 0x00 */ void* pnBase;
/* 0x04 */ void* pfCode;
/* 0x08 */ int nCountJump;
/* 0x0C */ struct __anon_0x37408* aJump;
/* 0x10 */ int nAddress0;
/* 0x14 */ int nAddress1;
/* 0x18 */ struct cpu_callerID* block;
/* 0x1C */ int callerID_total;
/* 0x20 */ int callerID_flag;
/* 0x24 */ unsigned int nChecksum;
/* 0x28 */ int timeToLive;
/* 0x2C */ int memory_size;
/* 0x30 */ int heapID;
/* 0x34 */ int heapWhere;
/* 0x38 */ int treeheapWhere;
/* 0x3C */ struct cpu_function* prev;
/* 0x40 */ struct cpu_function* left;
/* 0x44 */ struct cpu_function* right;
} __anon_0x374E1; // size = 0x48
typedef union __anon_0x377BD {
/* 0x0 */ char _0s8;
/* 0x1 */ char _1s8;
/* 0x2 */ char _2s8;
/* 0x3 */ char _3s8;
/* 0x4 */ char _4s8;
/* 0x5 */ char _5s8;
/* 0x6 */ char _6s8;
/* 0x7 */ char s8;
/* 0x0 */ s16 _0s16;
/* 0x2 */ s16 _1s16;
/* 0x4 */ s16 _2s16;
/* 0x6 */ s16 s16;
/* 0x0 */ int _0s32;
/* 0x4 */ int s32;
/* 0x0 */ s64 s64;
/* 0x0 */ u8 _0u8;
/* 0x1 */ u8 _1u8;
/* 0x2 */ u8 _2u8;
/* 0x3 */ u8 _3u8;
/* 0x4 */ u8 _4u8;
/* 0x5 */ u8 _5u8;
/* 0x6 */ u8 _6u8;
/* 0x7 */ u8 u8;
/* 0x0 */ u16 _0u16;
/* 0x2 */ u16 _1u16;
/* 0x4 */ u16 _2u16;
/* 0x6 */ u16 u16;
/* 0x0 */ unsigned int _0u32;
/* 0x4 */ unsigned int u32;
/* 0x0 */ u64 u64;
} __anon_0x377BD;
typedef union __anon_0x37BD1 {
/* 0x0 */ f32 _0f32;
/* 0x4 */ f32 f32;
/* 0x0 */ f64 f64;
/* 0x0 */ int _0s32;
/* 0x4 */ int s32;
/* 0x0 */ s64 s64;
/* 0x0 */ unsigned int _0u32;
/* 0x4 */ unsigned int u32;
/* 0x0 */ u64 u64;
} __anon_0x37BD1;
typedef struct __anon_0x380DF {
/* 0x00 */ int nType;
/* 0x04 */ void* pObject;
/* 0x08 */ int nOffsetAddress;
/* 0x0C */ int (*pfGet8)(void*, unsigned int, char*);
/* 0x10 */ int (*pfGet16)(void*, unsigned int, s16*);
/* 0x14 */ int (*pfGet32)(void*, unsigned int, int*);
/* 0x18 */ int (*pfGet64)(void*, unsigned int, s64*);
/* 0x1C */ int (*pfPut8)(void*, unsigned int, char*);
/* 0x20 */ int (*pfPut16)(void*, unsigned int, s16*);
/* 0x24 */ int (*pfPut32)(void*, unsigned int, int*);
/* 0x28 */ int (*pfPut64)(void*, unsigned int, s64*);
/* 0x2C */ unsigned int nAddressPhysical0;
/* 0x30 */ unsigned int nAddressPhysical1;
} __anon_0x380DF; // size = 0x34
typedef struct cpu_treeRoot {
/* 0x00 */ u16 total;
/* 0x04 */ int total_memory;
/* 0x08 */ int root_address;
/* 0x0C */ int start_range;
/* 0x10 */ int end_range;
/* 0x14 */ int cache_miss;
/* 0x18 */ int cache[20];
/* 0x68 */ struct cpu_function* left;
/* 0x6C */ struct cpu_function* right;
/* 0x70 */ int kill_limit;
/* 0x74 */ int kill_number;
/* 0x78 */ int side;
/* 0x7C */ struct cpu_function* restore;
/* 0x80 */ int restore_side;
} __anon_0x383AD; // size = 0x84
typedef struct _CPU_ADDRESS {
/* 0x0 */ int nN64;
/* 0x4 */ int nHost;
/* 0x8 */ struct cpu_function* pFunction;
} __anon_0x385EE; // size = 0xC
typedef struct __anon_0x386A3 {
/* 0x0 */ unsigned int nAddress;
/* 0x4 */ unsigned int nOpcodeOld;
/* 0x8 */ unsigned int nOpcodeNew;
} __anon_0x386A3; // size = 0xC
typedef struct OSContext {
/* 0x000 */ u32 gpr[32];
/* 0x080 */ u32 cr;
/* 0x084 */ u32 lr;
/* 0x088 */ u32 ctr;
/* 0x08C */ u32 xer;
/* 0x090 */ f64 fpr[32];
/* 0x190 */ u32 fpscr_pad;
/* 0x194 */ u32 fpscr;
/* 0x198 */ u32 srr0;
/* 0x19C */ u32 srr1;
/* 0x1A0 */ u16 mode;
/* 0x1A2 */ u16 state;
/* 0x1A4 */ u32 gqr[8];
/* 0x1C4 */ u32 psf_pad;
/* 0x1C8 */ f64 psf[32];
} __anon_0x387CE; // size = 0x2C8
typedef struct OSAlarm {
/* 0x00 */ void (*handler)(struct OSAlarm*, struct OSContext*);
/* 0x04 */ u32 tag;
/* 0x08 */ s64 fire;
/* 0x10 */ struct OSAlarm* prev;
/* 0x14 */ struct OSAlarm* next;
/* 0x18 */ s64 period;
/* 0x20 */ s64 start;
} __anon_0x38A25; // size = 0x28
typedef struct cpu_optimize {
/* 0x00 */ unsigned int validCheck;
/* 0x04 */ unsigned int destGPR_check;
/* 0x08 */ int destGPR;
/* 0x0C */ int destGPR_mapping;
/* 0x10 */ unsigned int destFPR_check;
/* 0x14 */ int destFPR;
/* 0x18 */ unsigned int addr_check;
/* 0x1C */ int addr_last;
/* 0x20 */ unsigned int checkType;
/* 0x24 */ unsigned int checkNext;
} __anon_0x38B40; // size = 0x28
typedef struct _CPU {
/* 0x00000 */ int nMode;
/* 0x00004 */ int nTick;
/* 0x00008 */ void* pHost;
/* 0x00010 */ s64 nLo;
/* 0x00018 */ s64 nHi;
/* 0x00020 */ int nCountAddress;
/* 0x00024 */ int iDeviceDefault;
/* 0x00028 */ unsigned int nPC;
/* 0x0002C */ unsigned int nWaitPC;
/* 0x00030 */ unsigned int nCallLast;
/* 0x00034 */ struct cpu_function* pFunctionLast;
/* 0x00038 */ int nReturnAddrLast;
/* 0x0003C */ int survivalTimer;
/* 0x00040 */ union __anon_0x377BD aGPR[32];
/* 0x00140 */ union __anon_0x37BD1 aFPR[32];
/* 0x00240 */ u64 aTLB[48][5];
/* 0x009C0 */ int anFCR[32];
/* 0x00A40 */ s64 anCP0[32];
/* 0x00B40 */ int (*pfStep)(struct _CPU*);
/* 0x00B44 */ int (*pfJump)(struct _CPU*);
/* 0x00B48 */ int (*pfCall)(struct _CPU*);
/* 0x00B4C */ int (*pfIdle)(struct _CPU*);
/* 0x00B50 */ int (*pfRam)(struct _CPU*);
/* 0x00B54 */ int (*pfRamF)(struct _CPU*);
/* 0x00B58 */ unsigned int nTickLast;
/* 0x00B5C */ unsigned int nRetrace;
/* 0x00B60 */ unsigned int nRetraceUsed;
/* 0x00B64 */ struct __anon_0x380DF* apDevice[256];
/* 0x00F64 */ u8 aiDevice[65536];
/* 0x10F64 */ void* gHeap1;
/* 0x10F68 */ void* gHeap2;
/* 0x10F6C */ unsigned int aHeap1Flag[192];
/* 0x1126C */ unsigned int aHeap2Flag[13];
/* 0x112A0 */ struct cpu_treeRoot* gTree;
/* 0x112A4 */ struct _CPU_ADDRESS aAddressCache[256];
/* 0x11EA4 */ int nCountCodeHack;
/* 0x11EA8 */ struct __anon_0x386A3 aCodeHack[32];
/* 0x12028 */ s64 nTimeRetrace;
/* 0x12030 */ struct OSAlarm alarmRetrace;
/* 0x12058 */ unsigned int nFlagRAM;
/* 0x1205C */ unsigned int nFlagCODE;
/* 0x12060 */ unsigned int nCompileFlag;
/* 0x12064 */ struct cpu_optimize nOptimize;
} __anon_0x38CED; // size = 0x12090
typedef enum __anon_0x39384 {
MIT_NONE = -1,
MIT_SP = 0,
MIT_SI = 1,
MIT_AI = 2,
MIT_VI = 3,
MIT_PI = 4,
MIT_DP = 5,
} __anon_0x39384;
typedef struct __anon_0x393FF {
/* 0x00 */ char* szType;
/* 0x04 */ unsigned int nMask;
/* 0x08 */ enum __anon_0x3994B eCode;
/* 0x0C */ enum __anon_0x3979C eType;
/* 0x10 */ enum __anon_0x39384 eTypeMips;
} __anon_0x393FF; // size = 0x14
typedef enum __anon_0x394CD {
SOT_NONE = -1,
SOT_CPU = 0,
SOT_PIF = 1,
SOT_RAM = 2,
SOT_ROM = 3,
SOT_RSP = 4,
SOT_RDP = 5,
SOT_MIPS = 6,
SOT_DISK = 7,
SOT_FLASH = 8,
SOT_SRAM = 9,
SOT_AUDIO = 10,
SOT_VIDEO = 11,
SOT_SERIAL = 12,
SOT_LIBRARY = 13,
SOT_PERIPHERAL = 14,
SOT_RDB = 15,
SOT_COUNT = 16,
} __anon_0x394CD;
typedef enum __anon_0x3979C {
SIT_NONE = -1,
SIT_SW0 = 0,
SIT_SW1 = 1,
SIT_CART = 2,
SIT_COUNTER = 3,
SIT_RDB = 4,
SIT_SP = 5,
SIT_SI = 6,
SIT_AI = 7,
SIT_VI = 8,
SIT_PI = 9,
SIT_DP = 10,
SIT_CPU_BREAK = 11,
SIT_SP_BREAK = 12,
SIT_FAULT = 13,
SIT_THREADSTATUS = 14,
SIT_PRENMI = 15,
SIT_COUNT_ = 16,
} __anon_0x3979C;
typedef enum __anon_0x3994B {
CEC_NONE = -1,
CEC_INTERRUPT = 0,
CEC_TLB_MODIFICATION = 1,
CEC_TLB_LOAD = 2,
CEC_TLB_STORE = 3,
CEC_ADDRESS_LOAD = 4,
CEC_ADDRESS_STORE = 5,
CEC_BUS_INSTRUCTION = 6,
CEC_BUS_DATA = 7,
CEC_SYSCALL = 8,
CEC_BREAK = 9,
CEC_RESERVED = 10,
CEC_COPROCESSOR = 11,
CEC_OVERFLOW = 12,
CEC_TRAP = 13,
CEC_VCE_INSTRUCTION = 14,
CEC_FLOAT = 15,
CEC_RESERVED_16 = 16,
CEC_RESERVED_17 = 17,
CEC_RESERVED_18 = 18,
CEC_RESERVED_19 = 19,
CEC_RESERVED_20 = 20,
CEC_RESERVED_21 = 21,
CEC_RESERVED_22 = 22,
CEC_WATCH = 23,
CEC_RESERVED_24 = 24,
CEC_RESERVED_25 = 25,
CEC_RESERVED_26 = 26,
CEC_RESERVED_27 = 27,
CEC_RESERVED_28 = 28,
CEC_RESERVED_29 = 29,
CEC_RESERVED_30 = 30,
CEC_VCE_DATA = 31,
CEC_COUNT = 32,
} __anon_0x3994B;
// size = 0x10, address = 0x800EE758
struct _XL_OBJECTTYPE gClassFlash;
// size = 0x10, address = 0x800EE768
struct _XL_OBJECTTYPE gClassSram;
typedef enum __anon_0x3A085 {
SM_NONE = -1,
SM_RUNNING = 0,
SM_STOPPED = 1,
} __anon_0x3A085;
// size = 0x4, address = 0x80135600
struct __anon_0x37240* gpSystem;
typedef struct __anon_0x3A807 {
/* 0x00 */ int configuration;
/* 0x04 */ int size;
/* 0x08 */ int offset;
/* 0x0C */ char* buffer;
/* 0x10 */ int* writtenBlocks;
/* 0x14 */ int writtenConfig;
} __anon_0x3A807; // size = 0x18
typedef struct OSCalendarTime {
/* 0x00 */ int sec;
/* 0x04 */ int min;
/* 0x08 */ int hour;
/* 0x0C */ int mday;
/* 0x10 */ int mon;
/* 0x14 */ int year;
/* 0x18 */ int wday;
/* 0x1C */ int yday;
/* 0x20 */ int msec;
/* 0x24 */ int usec;
} __anon_0x3A9AA; // size = 0x28
typedef struct CARDFileInfo {
/* 0x00 */ s32 chan;
/* 0x04 */ s32 fileNo;
/* 0x08 */ s32 offset;
/* 0x0C */ s32 length;
/* 0x10 */ u16 iBlock;
/* 0x12 */ u16 __padding;
} __anon_0x3AB18; // size = 0x14
typedef struct __anon_0x3AC10 {
/* 0x000 */ int currentGame;
/* 0x004 */ int fileSize;
/* 0x008 */ char name[33];
/* 0x02C */ int numberOfGames;
/* 0x030 */ struct __anon_0x3A807 game;
/* 0x048 */ int changedDate;
/* 0x04C */ int changedChecksum;
/* 0x050 */ int gameSize[16];
/* 0x090 */ int gameOffset[16];
/* 0x0D0 */ int gameConfigIndex[16];
/* 0x110 */ char gameName[16][33];
/* 0x320 */ struct OSCalendarTime time;
/* 0x348 */ struct CARDFileInfo fileInfo;
} __anon_0x3AC10; // size = 0x35C
typedef enum __anon_0x3AE26 {
MC_E_NONE = 0,
MC_E_BUSY = 1,
MC_E_WRONGDEVICE = 2,
MC_E_NOCARD = 3,
MC_E_NOFILE = 4,
MC_E_IOERROR = 5,
MC_E_BROKEN = 6,
MC_E_EXIST = 7,
MC_E_NOENT = 8,
MC_E_INSSPACE = 9,
MC_E_NOPERM = 10,
MC_E_LIMIT = 11,
MC_E_NAMETOOLONG = 12,
MC_E_ENCODING = 13,
MC_E_CANCELED = 14,
MC_E_FATAL = 15,
MC_E_SECTOR_SIZE_INVALID = 16,
MC_E_GAME_NOT_FOUND = 17,
MC_E_CHECKSUM = 18,
MC_E_NO_FREE_SPACE = 19,
MC_E_NO_FREE_FILES = 20,
MC_E_FILE_EXISTS = 21,
MC_E_GAME_EXISTS = 22,
MC_E_TIME_WRONG = 23,
MC_E_WRITE_CORRUPTED = 24,
MC_E_UNKNOWN = 25,
} __anon_0x3AE26;
typedef struct _MCARD {
/* 0x000 */ struct __anon_0x3AC10 file;
/* 0x35C */ enum __anon_0x3AE26 error;
/* 0x360 */ int slot;
/* 0x364 */ int (*pPollFunction)();
/* 0x368 */ int pollPrevBytes;
/* 0x36C */ int pollSize;
/* 0x370 */ char pollMessage[256];
/* 0x470 */ int saveToggle;
/* 0x474 */ char* writeBuffer;
/* 0x478 */ char* readBuffer;
/* 0x47C */ int writeToggle;
/* 0x480 */ int soundToggle;
/* 0x484 */ int writeStatus;
/* 0x488 */ int writeIndex;
/* 0x48C */ int accessType;
/* 0x490 */ int gameIsLoaded;
/* 0x494 */ char saveFileName[256];
/* 0x594 */ char saveComment[256];
/* 0x694 */ char* saveIcon;
/* 0x698 */ char* saveBanner;
/* 0x69C */ char saveGameName[256];
/* 0x79C */ int saveFileSize;
/* 0x7A0 */ int saveGameSize;
/* 0x7A4 */ int bufferCreated;
/* 0x7A8 */ int cardSize;
/* 0x7AC */ int wait;
/* 0x7B0 */ int isBroken;
/* 0x7B4 */ int saveConfiguration;
} __anon_0x3B0C8; // size = 0x7B8
// size = 0x7B8, address = 0x801079B0
struct _MCARD mCard;
// size = 0x4, address = 0x80134D8C
unsigned int gz_iconSize;
// size = 0x4, address = 0x80134D88
unsigned int gz_bnrSize;
typedef struct DVDDiskID {
/* 0x0 */ char gameName[4];
/* 0x4 */ char company[2];
/* 0x6 */ u8 diskNumber;
/* 0x7 */ u8 gameVersion;
/* 0x8 */ u8 streaming;
/* 0x9 */ u8 streamingBufSize;
/* 0xA */ u8 padding[22];
} __anon_0x3B639; // size = 0x20
typedef struct DVDCommandBlock {
/* 0x00 */ struct DVDCommandBlock* next;
/* 0x04 */ struct DVDCommandBlock* prev;
/* 0x08 */ u32 command;
/* 0x0C */ s32 state;
/* 0x10 */ u32 offset;
/* 0x14 */ u32 length;
/* 0x18 */ void* addr;
/* 0x1C */ u32 currTransferSize;
/* 0x20 */ u32 transferredSize;
/* 0x24 */ struct DVDDiskID* id;
/* 0x28 */ void (*callback)(s32, struct DVDCommandBlock*);
/* 0x2C */ void* userData;
} __anon_0x3B7A9; // size = 0x30
typedef struct DVDFileInfo {
/* 0x00 */ struct DVDCommandBlock cb;
/* 0x30 */ u32 startAddr;
/* 0x34 */ u32 length;
/* 0x38 */ void (*callback)(s32, struct DVDFileInfo*);
} __anon_0x3B9CF; // size = 0x3C
typedef enum __anon_0x3BAA7 {
RLM_NONE = -1,
RLM_PART = 0,
RLM_FULL = 1,
RLM_COUNT_ = 2,
} __anon_0x3BAA7;
typedef struct __anon_0x3BB09 {
/* 0x0 */ int iCache;
/* 0x4 */ unsigned int nSize;
/* 0x8 */ unsigned int nTickUsed;
/* 0xC */ char keep;
} __anon_0x3BB09; // size = 0x10
typedef struct __anon_0x3BC1D {
/* 0x00 */ int bWait;
/* 0x04 */ int (*pCallback)();
/* 0x08 */ u8* pTarget;
/* 0x0C */ unsigned int nSize;
/* 0x10 */ unsigned int nOffset;
} __anon_0x3BC1D; // size = 0x14
typedef struct __anon_0x3BCFD {
/* 0x00 */ int bWait;
/* 0x04 */ int bDone;
/* 0x08 */ int nResult;
/* 0x0C */ u8* anData;
/* 0x10 */ int (*pCallback)();
/* 0x14 */ int iCache;
/* 0x18 */ int iBlock;
/* 0x1C */ int nOffset;
/* 0x20 */ unsigned int nOffset0;
/* 0x24 */ unsigned int nOffset1;
/* 0x28 */ unsigned int nSize;
/* 0x2C */ unsigned int nSizeRead;
} __anon_0x3BCFD; // size = 0x30
typedef struct __anon_0x3BEE8 {
/* 0x00000 */ void* pHost;
/* 0x00004 */ void* pBuffer;
/* 0x00008 */ int bFlip;
/* 0x0000C */ int bLoad;
/* 0x00010 */ char acNameFile[513];
/* 0x00214 */ unsigned int nSize;
/* 0x00218 */ enum __anon_0x3BAA7 eModeLoad;
/* 0x0021C */ struct __anon_0x3BB09 aBlock[4096];
/* 0x1021C */ unsigned int nTick;
/* 0x10220 */ u8* pCacheRAM;
/* 0x10224 */ u8 anBlockCachedRAM[1024];
/* 0x10624 */ u8 anBlockCachedARAM[2046];
/* 0x10E24 */ struct __anon_0x3BC1D copy;
/* 0x10E38 */ struct __anon_0x3BCFD load;
/* 0x10E68 */ int nCountBlockRAM;
/* 0x10E6C */ int nSizeCacheRAM;
/* 0x10E70 */ u8 acHeader[64];
/* 0x10EB0 */ unsigned int* anOffsetBlock;
/* 0x10EB4 */ int nCountOffsetBlocks;
/* 0x10EB8 */ struct DVDFileInfo fileInfo;
/* 0x10EF4 */ int offsetToRom;
} __anon_0x3BEE8; // size = 0x10EF8
typedef enum __anon_0x3C277 {
CT_NONE = 0,
CT_CONTROLLER = 1,
CT_CONTROLLER_W_PAK = 2,
CT_CONTROLLER_W_RPAK = 3,
CT_MOUSE = 4,
CT_VOICE = 5,
CT_4K = 6,
CT_16K = 7,
CT_COUNT = 8,
} __anon_0x3C277;
typedef struct __anon_0x3C350 {
/* 0x00 */ void* pROM;
/* 0x04 */ void* pRAM;
/* 0x08 */ void* pHost;
/* 0x0C */ u16 controllerType[5];
/* 0x16 */ char controllerStatus[5];
/* 0x1C */ enum __anon_0x3C277 eControllerType[5];
} __anon_0x3C350; // size = 0x30
// Range: 0x80030B38 -> 0x80030E70
static int systemSetupGameRAM(struct __anon_0x37240* pSystem) {
// Parameters
// struct __anon_0x37240* pSystem; // r27
// Local variables
char* szExtra; // r1+0x414
int bExpansion; // r30
int nSizeRAM; // r28
int nSizeCacheROM; // r29
int nSizeExtra; // r3
struct __anon_0x3BEE8* pROM; // r29
unsigned int nCode; // r28
unsigned int iCode; // r1+0x8
unsigned int anCode[256]; // r1+0x14
// References
// -> unsigned int gnFlagZelda;
}
// Erased
static int systemMapControllerIndex(int gameIndex, int configIndex) {
// Parameters
// int gameIndex; // r1+0xC
// int configIndex; // r30
// Local variables
int i; // r31
// References
// -> static unsigned int contMap[4][20];
// -> struct __anon_0x3459E gSystemRomConfigurationList[1];
}
// Range: 0x80030364 -> 0x80030B38
int systemGetInitialConfiguration(struct __anon_0x3BEE8* pROM, int index) {
// Parameters
// struct __anon_0x3BEE8* pROM; // r24
// int index; // r1+0x10
// Local variables
char* szText; // r1+0x14
// References
// -> struct __anon_0x3459E gSystemRomConfigurationList[1];
// -> static unsigned int contMap[4][20];
}
// Range: 0x8002DD70 -> 0x80030364
static int systemSetupGameALL(struct __anon_0x37240* pSystem) {
// Parameters
// struct __anon_0x37240* pSystem; // r18
// Local variables
int nSizeSound; // r23
int iController; // r21
int nSize; // r1+0x60
unsigned int* anMode; // r1+0x5C
int i; // r25
u64 nTimeRetrace; // r1+0x10
char acCode[5]; // r1+0x54
struct DVDFileInfo fileInfo; // r1+0x18
struct _CPU* pCPU; // r31
struct __anon_0x3BEE8* pROM; // r19
struct __anon_0x3C350* pPIF; // r29
int defaultConfiguration; // r1+0x14
// References
// -> static unsigned int contMap[4][20];
// -> struct __anon_0x3459E gSystemRomConfigurationList[1];
// -> struct _MCARD mCard;
// -> struct __anon_0x37240* gpSystem;
// -> unsigned int gz_bnrSize;
// -> unsigned int gz_iconSize;
// -> unsigned int nTickMultiplier;
// -> unsigned int gnFlagZelda;
// -> f32 fTickScale;
}
// Erased
static int systemClearExceptions(struct __anon_0x37240* pSystem) {
// Parameters
// struct __anon_0x37240* pSystem; // r1+0x0
// Local variables
int iException; // r1+0x0
}
// Range: 0x8002DB94 -> 0x8002DD70
static int systemGetException(enum __anon_0x3979C eType, struct __anon_0x393FF* pException) {
// Parameters
// enum __anon_0x3979C eType; // r1+0x4
// struct __anon_0x393FF* pException; // r1+0x8
}
// Range: 0x8002DB84 -> 0x8002DB94
static int systemGet8(char* pData) {
// Parameters
// char* pData; // r1+0x8
}
// Range: 0x8002DB74 -> 0x8002DB84
static int systemGet16(s16* pData) {
// Parameters
// s16* pData; // r1+0x8
}
// Range: 0x8002DB64 -> 0x8002DB74
static int systemGet32(int* pData) {
// Parameters
// int* pData; // r1+0x8
}
// Range: 0x8002DB50 -> 0x8002DB64
static int systemGet64(s64* pData) {
// Parameters
// s64* pData; // r1+0x8
}
// Range: 0x8002DB48 -> 0x8002DB50
static int systemPut8() {}
// Range: 0x8002DB40 -> 0x8002DB48
static int systemPut16() {}
// Range: 0x8002DB38 -> 0x8002DB40
static int systemPut32() {}
// Range: 0x8002DB30 -> 0x8002DB38
static int systemPut64() {}
// Range: 0x8002D9F8 -> 0x8002DB30
static int __systemCopyROM_Complete() {
// Local variables
int iAddress; // r30
int nCount; // r1+0x88
unsigned int nAddress0; // r30
unsigned int nAddress1; // r31
unsigned int anAddress[32]; // r1+0x8
// References
// -> struct __anon_0x37240* gpSystem;
}
// Range: 0x8002D904 -> 0x8002D9F8
int systemCopyROM(struct __anon_0x37240* pSystem, int nOffsetRAM, int nOffsetROM, int nSize, int (*pCallback)()) {
// Parameters
// struct __anon_0x37240* pSystem; // r29
// int nOffsetRAM; // r4
// int nOffsetROM; // r30
// int nSize; // r1+0x14
// int (* pCallback)(); // r31
// Local variables
void* pTarget; // r1+0x1C
}
// Erased
static int systemSetBreak(struct __anon_0x37240* pSystem, s64 nAddress) {
// Parameters
// struct __anon_0x37240* pSystem; // r1+0x0
// s64 nAddress; // r1+0x8
}
// Erased
static int systemClearBreak(struct __anon_0x37240* pSystem) {
// Parameters
// struct __anon_0x37240* pSystem; // r1+0x0
}
// Range: 0x8002D894 -> 0x8002D904
int systemSetMode(struct __anon_0x37240* pSystem, enum __anon_0x3A085 eMode) {
// Parameters
// struct __anon_0x37240* pSystem; // r30
// enum __anon_0x3A085 eMode; // r31
// References
// -> struct _XL_OBJECTTYPE gClassSystem;
}
// Range: 0x8002D82C -> 0x8002D894
int systemGetMode(struct __anon_0x37240* pSystem, enum __anon_0x3A085* peMode) {
// Parameters
// struct __anon_0x37240* pSystem; // r30
// enum __anon_0x3A085* peMode; // r31
// References
// -> struct _XL_OBJECTTYPE gClassSystem;
}
// Range: 0x8002D740 -> 0x8002D82C
int systemSetStorageDevice(struct __anon_0x37240* pSystem, enum __anon_0x394CD storageDevice) {
// Parameters
// struct __anon_0x37240* pSystem; // r30
// enum __anon_0x394CD storageDevice; // r31
// References
// -> struct _XL_OBJECTTYPE gClassSram;
// -> struct _XL_OBJECTTYPE gClassFlash;
}
// Range: 0x8002D730 -> 0x8002D740
int systemGetStorageDevice(struct __anon_0x37240* pSystem, enum __anon_0x394CD* pStorageDevice) {
// Parameters
// struct __anon_0x37240* pSystem; // r1+0x0
// enum __anon_0x394CD* pStorageDevice; // r1+0x4
}
// Range: 0x8002D578 -> 0x8002D730
int systemReset(struct __anon_0x37240* pSystem) {
// Parameters
// struct __anon_0x37240* pSystem; // r29
// Local variables
s64 nPC; // r1+0x10
int nOffsetRAM; // r4
enum __anon_0x394CD eObject; // r30
}
// Range: 0x8002D47C -> 0x8002D578
int systemExecute(struct __anon_0x37240* pSystem, int nCount) {
// Parameters
// struct __anon_0x37240* pSystem; // r31
// int nCount; // r4
// References
// -> struct _XL_OBJECTTYPE gClassSystem;
}
// Range: 0x8002D324 -> 0x8002D47C
int systemCheckInterrupts(struct __anon_0x37240* pSystem) {
// Parameters
// struct __anon_0x37240* pSystem; // r25
// Local variables
int iException; // r30
int nMaskFinal; // r29
int bUsed; // r28
int bDone; // r27
struct __anon_0x393FF exception; // r1+0xC
enum __anon_0x3994B eCodeFinal; // r26
}
// Range: 0x8002D2EC -> 0x8002D324
int systemExceptionPending(struct __anon_0x37240* pSystem, enum __anon_0x3979C eType) {
// Parameters
// struct __anon_0x37240* pSystem; // r1+0x0
// enum __anon_0x3979C eType; // r1+0x4
}
// Range: 0x8002CA14 -> 0x8002D2EC
int systemEvent(struct __anon_0x37240* pSystem, int nEvent, void* pArgument) {
// Parameters
// struct __anon_0x37240* pSystem; // r31
// int nEvent; // r1+0xC
// void* pArgument; // r26
// Local variables
struct _CPU* pCPU; // r30
struct __anon_0x393FF exception; // r1+0x1C
enum __anon_0x394CD eObject; // r1+0x8
enum __anon_0x394CD storageDevice; // r1+0x8
// References
// -> struct _XL_OBJECTTYPE gClassRdb;
// -> struct _XL_OBJECTTYPE gClassPeripheral;
// -> struct _XL_OBJECTTYPE gClassLibrary;
// -> struct _XL_OBJECTTYPE gClassSerial;
// -> struct _XL_OBJECTTYPE gClassVideo;
// -> struct _XL_OBJECTTYPE gClassAudio;
// -> struct _XL_OBJECTTYPE gClassDisk;
// -> struct _XL_OBJECTTYPE gClassMips;
// -> struct _XL_OBJECTTYPE gClassRDP;
// -> struct _XL_OBJECTTYPE gClassRSP;
// -> struct _XL_OBJECTTYPE gClassROM;
// -> struct _XL_OBJECTTYPE gClassRAM;
// -> struct _XL_OBJECTTYPE gClassPIF;
// -> struct _XL_OBJECTTYPE gClassCPU;
// -> struct __anon_0x36AAA* gpSound;
// -> struct __anon_0x35B4C* gpFrame;
}