comparison src/xs_slsup.h @ 961:be2a8436461a dev-0_8_99

Add display of second SID chip to titles, and also new custom format tokens %1 and %2 for first and second SID respectively. The old "%m" now expands to one or both SID models, depending how many are in use.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Nov 2012 23:00:33 +0200
parents 55eea3fa8868
children
comparison
equal deleted inserted replaced
960:5711abf1ff39 961:be2a8436461a
19 19
20 XSTuneInfo *xs_tuneinfo_new(const gchar * pcFilename, 20 XSTuneInfo *xs_tuneinfo_new(const gchar * pcFilename,
21 gint nsubTunes, gint startTune, const gchar * sidName, 21 gint nsubTunes, gint startTune, const gchar * sidName,
22 const gchar * sidComposer, const gchar * sidCopyright, 22 const gchar * sidComposer, const gchar * sidCopyright,
23 gint loadAddr, gint initAddr, gint playAddr, 23 gint loadAddr, gint initAddr, gint playAddr,
24 gint dataFileLen, const gchar *sidFormat, gint sidModel); 24 gint dataFileLen, const gchar *sidFormat,
25 gint sidModel1, gint sidModel2);
25 void xs_tuneinfo_free(XSTuneInfo *); 26 void xs_tuneinfo_free(XSTuneInfo *);
26 27
27 28
28 #ifdef __cplusplus 29 #ifdef __cplusplus
29 } 30 }