X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fym2151.h;h=38928632e5d2b1c88e785108e90ba61342e013b4;hb=8ba4c4438d796f83851cd53914dff928193ed658;hp=b1719a9b75da4c82a5d4e560e479626de1612e97;hpb=756fbabdd25117272164fd2d31810e6018a5990e;p=thunder diff --git a/src/ym2151.h b/src/ym2151.h index b1719a9..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 ...