112
edits
Changes
From Final Fantasy Inside
no edit summary
uint32_t addr; // transfer destination address (SPU hardware address, between 0x1010 - 0x7ffff)
uint32_t size; // transfer size
uint8_t data[size]; // PSX ADPCM frames
};