X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fym2151.h;fp=src%2Fym2151.h;h=38928632e5d2b1c88e785108e90ba61342e013b4;hb=8ba4c4438d796f83851cd53914dff928193ed658;hp=06b330d547f8f2f075ba44cec07336e3d36075a8;hpb=d22f243fc585a46e4c29d00bd32727d9f9f4055c;p=thunder diff --git a/src/ym2151.h b/src/ym2151.h index 06b330d..3892863 100644 --- a/src/ym2151.h +++ b/src/ym2151.h @@ -117,7 +117,8 @@ 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); +int YMInit(int clock, int rate); /* ** shutdown the YM2151 emulators ...