mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
7 lines
160 B
C
7 lines
160 B
C
|
|
#define PCM_STEP_SHIFT 11
|
|
|
|
void pcm_write(unsigned int a, unsigned int d);
|
|
void pcm_set_rate(int rate);
|
|
void pcm_update(int *buffer, int length, int stereo);
|
|
|