X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2F940ctl_ym2612.h;h=bf9b528e5f22f36031d7a5a8d77fbea7a67e0e4f;hb=4f265db77684ec33f9533e7c76734498df03bba4;hp=7d94c133632573ba06101cbb2c9e9c435f9b0cf1;hpb=75736070161d40608ba3052b4c95b42943f9de3d;p=picodrive.git diff --git a/platform/gp2x/940ctl_ym2612.h b/platform/gp2x/940ctl_ym2612.h index 7d94c13..bf9b528 100644 --- a/platform/gp2x/940ctl_ym2612.h +++ b/platform/gp2x/940ctl_ym2612.h @@ -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);