int fxlen, tn;
struct sidTuneInfo sidInf;
char *name;
enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
gint chn = xs_emuConf.channels;
tune->getInfo(sidInf);