Functions | |
| void | snesmodInit (void) |
| Initialize SNESMOD audio engine. | |
| void | snesmodSetSoundbank (u8 bank) |
| Set the soundbank bank number. | |
Initialize SNESMOD audio engine.
Uploads the SPC700 driver via IPL protocol. Call once during game initialization, before any other snesmod functions.
Set the soundbank bank number.
Sets which ROM bank contains the soundbank data generated by smconv. In LoROM, soundbanks always start at $8000 within their bank.
| bank | Bank number where soundbank is located (e.g., 1 for bank $01) |