diff src/xs_config.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 d624258d7800
children
line wrap: on
line diff
--- a/src/xs_config.h	Tue Nov 20 22:39:27 2012 +0200
+++ b/src/xs_config.h	Tue Nov 20 23:00:33 2012 +0200
@@ -81,7 +81,7 @@
     XS_SIDMODEL_UNKNOWN = 0,
     XS_SIDMODEL_6581,
     XS_SIDMODEL_8580,
-    XS_SIDMODEL_ANY
+    XS_SIDMODEL_ANY,
 };