mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 15:18:05 -04:00
PCM sound, refactored code940
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@27 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
98c9d8d9e7
commit
49fe50f04c
10 changed files with 150 additions and 168 deletions
|
@ -1,6 +1,6 @@
|
|||
void YM2612Init_940(int baseclock, int rate);
|
||||
void YM2612ResetChip_940(void);
|
||||
void YM2612UpdateOne_940(short *buffer, int length, int stereo);
|
||||
int YM2612UpdateOne_940(int *buffer, int length, int stereo, int is_buf_empty);
|
||||
|
||||
int YM2612Write_940(unsigned int a, unsigned int v);
|
||||
unsigned char YM2612Read_940(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue