mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
some audio problems fixed, missing files added
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@31 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
7a93adeb29
commit
abe0ea43b5
9 changed files with 583 additions and 288 deletions
7
Pico/cd/pcm.h
Normal file
7
Pico/cd/pcm.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
#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);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue