rename 940ctl_ym2612 to 940ctl

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@32 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-02-08 22:08:06 +00:00
parent edbb82f88e
commit 52d3dd5fe1
2 changed files with 26 additions and 21 deletions

View file

@ -1,3 +1,5 @@
void sharedmem_init(void);
void YM2612Init_940(int baseclock, int rate);
void YM2612ResetChip_940(void);
int YM2612UpdateOne_940(int *buffer, int length, int stereo, int is_buf_empty);