-
Notifications
You must be signed in to change notification settings - Fork 33
ADPCM Functions
void ad_reset(void); [ 3.02+ ] |
---|
Resets ADPCM hardware. |
void ad_stop(void); [ 3.21+ ] |
---|
Stop playing adpcm. |
int ad_stat(void); [ 3.21+ ] |
---|
|
char ad_trans(int ovl_index, int sect_offset, char nb_sectors, int ad_addr); [ 3.21+ ] |
---|
|
char ad_read(int ad_addr, char mode, int buf, int bytes); [ 3.21+ ] |
---|
|
char ad_write(int ad_addr, char mode, int buf, int bytes); [ 3.21+ ] |
---|
|
char ad_play(int ad_addr, int bytes, char freq, char mode); [ 3.21+ ] |
---|
|