- except for DWORD, all homegrown integer types are gone - a handful were left where they represent genuine Windows types.
This commit is contained in:
parent
c008ddaf66
commit
d2beacfc5f
136 changed files with 770 additions and 774 deletions
|
|
@ -523,7 +523,7 @@ namespace EnvelopeGeneratorData
|
|||
class OPL3 : public OPLEmul
|
||||
{
|
||||
public:
|
||||
BYTE registers[0x200];
|
||||
uint8_t registers[0x200];
|
||||
|
||||
Operator *operators[2][0x20];
|
||||
Channel2op *channels2op[2][9];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue