summaryrefslogtreecommitdiff
path: root/include/JSystem/JAudio2/JASRegisterParam.h
blob: 12379b40461a29b5a71adb9efadae782165f552a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef JASREGISTERPARAM_H
#define JASREGISTERPARAM_H

#include "dolphin/types.h"

/**
 * @ingroup jsystem-jaudio
 * 
 */
class JASRegisterParam {
public:
    enum RegID {
        REG0,
        REG1,
        REG2,
        REG3,
    };

    /* 80293644 */ JASRegisterParam();
    /* 80293664 */ void init();
    /* 80293684 */ void write(JASRegisterParam::RegID, u32);
    /* 802937B8 */ u32 read(JASRegisterParam::RegID);

    u16 field_0x0[14];
};

#endif /* JASREGISTERPARAM_H */