Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JASRegisterParam.h
Go to the documentation of this file.
1#ifndef JASREGISTERPARAM_H
2#define JASREGISTERPARAM_H
3
4#include "dolphin/types.h"
5
11public:
18
19 /* 80293644 */ JASRegisterParam();
20 /* 80293664 */ void init();
21 /* 80293684 */ void write(JASRegisterParam::RegID, u32);
22 /* 802937B8 */ u32 read(JASRegisterParam::RegID);
23
25};
26
27#endif /* JASREGISTERPARAM_H */
Definition JASRegisterParam.h:10
JASRegisterParam()
Definition JASRegisterParam.cpp:25
void init()
Definition JASRegisterParam.cpp:32
void write(JASRegisterParam::RegID, u32)
Definition JASRegisterParam.cpp:42
RegID
Definition JASRegisterParam.h:12
@ REG2
Definition JASRegisterParam.h:15
@ REG1
Definition JASRegisterParam.h:14
@ REG3
Definition JASRegisterParam.h:16
@ REG0
Definition JASRegisterParam.h:13
u32 read(JASRegisterParam::RegID)
Definition JASRegisterParam.cpp:101
u16 field_0x0[14]
Definition JASRegisterParam.h:24
unsigned long u32
Definition types.h:10
unsigned short u16
Definition types.h:9