X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fym2151.h;fp=src%2Fym2151.h;h=06b330d547f8f2f075ba44cec07336e3d36075a8;hb=be67039a7ed493081dd1503f94cdfae4dd4d965e;hp=cb5f077a8e433e6064701cc26b8b16945be83552;hpb=44a4bdffcaf520bc1681fcc0fd330460cd49129f;p=thunder diff --git a/src/ym2151.h b/src/ym2151.h index cb5f077..06b330d 100644 --- a/src/ym2151.h +++ b/src/ym2151.h @@ -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 ...