comparison src/xs_sidplay.h @ 412:7f694e5a1493

Updated GNU GPL (new FSF address) and some cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Aug 2006 00:49:02 +0000
parents f997b79a7251
children f277dad3180f
comparison
equal deleted inserted replaced
411:a26263683929 412:7f694e5a1493
20 /* Get general tune information */ 20 /* Get general tune information */
21 #ifdef _XS_SIDPLAY1_H 21 #ifdef _XS_SIDPLAY1_H
22 haveInfo = testTune->getInfo(tuneInfo); 22 haveInfo = testTune->getInfo(tuneInfo);
23 #endif 23 #endif
24 #ifdef _XS_SIDPLAY2_H 24 #ifdef _XS_SIDPLAY2_H
25 testTune->getInfo(tuneInfo); 25 tuneInfo = testTune->getInfo();
26 haveInfo = TRUE; 26 haveInfo = TRUE;
27 #endif 27 #endif
28 28
29 /* Allocate tuneinfo structure */ 29 /* Allocate tuneinfo structure */
30 pResult = xs_tuneinfo_new(pcFilename, 30 pResult = xs_tuneinfo_new(pcFilename,