]> Shamusworld >> Repos - thunder/blobdiff - src/ym2151.h
Added MCU to execution loop and it works.
[thunder] / src / ym2151.h
index b1719a9b75da4c82a5d4e560e479626de1612e97..cb5f077a8e433e6064701cc26b8b16945be83552 100644 (file)
@@ -117,7 +117,7 @@ typedef struct ym2151_f {
 ** 'rate' is sampling rate and 'bufsiz' is the size of the
 ** buffer that should be updated at each interval
 */
-int YMInit(int num, int clock, int rate, int sample_bits, int bufsiz, SAMPLE ** buffer);
+int YMInit(int num, int clock, int rate, int sample_bits, int bufsiz);//, SAMPLE ** buffer);
 
 /*
 ** shutdown the YM2151 emulators ...