comparison src/xmms-sid.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 2a50d36215c3
children
comparison
equal deleted inserted replaced
960:5711abf1ff39 961:be2a8436461a
133 *sidFormat; 133 *sidFormat;
134 gint loadAddr, 134 gint loadAddr,
135 initAddr, 135 initAddr,
136 playAddr, 136 playAddr,
137 dataFileLen, 137 dataFileLen,
138 sidModel; 138 sidModel1,
139 sidModel2;
139 gint nsubTunes, startTune; 140 gint nsubTunes, startTune;
140 XSSubTuneInfo *subTunes; 141 XSSubTuneInfo *subTunes;
141 } XSTuneInfo; 142 } XSTuneInfo;
142 143
143 144