Functions | |
| void | snesmodAllocateSoundRegion (u8 size) |
| Allocate SPC RAM for streaming buffer. | |
| void | snesmodSetSoundTable (const u8 *table) |
| Set the streaming sound table. | |
| void snesmodAllocateSoundRegion | ( | u8 | size | ) |
Allocate SPC RAM for streaming buffer.
Reserves memory in SPC RAM for streaming audio.
| size | Buffer size (in units specific to driver) |
| void snesmodSetSoundTable | ( | const u8 * | table | ) |
Set the streaming sound table.
Points to a table of streaming sound descriptors.
| table | Pointer to sound table data |