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
26
27#endif /* JASREGISTERPARAM_H */
Definition JASRegisterParam.h:10
JASRegisterParam()
Definition JASRegisterParam.cpp:5
void init()
Definition JASRegisterParam.cpp:11
void write(JASRegisterParam::RegID, u32)
Definition JASRegisterParam.cpp:18
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:74
u16 field_0x0[14]
Definition JASRegisterParam.h:24
unsigned long u32
Definition types.h:12
unsigned short int u16
Definition types.h:10