]> Shamusworld >> Repos - thunder/blobdiff - src/ym2151.h
Emulator working with YM2151 and V63701 emus in place.
[thunder] / src / ym2151.h
index cb5f077a8e433e6064701cc26b8b16945be83552..06b330d547f8f2f075ba44cec07336e3d36075a8 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 ...