comparison 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
comparison
equal deleted inserted replaced
960:5711abf1ff39 961:be2a8436461a
79 enum XS_SIDMODEL 79 enum XS_SIDMODEL
80 { 80 {
81 XS_SIDMODEL_UNKNOWN = 0, 81 XS_SIDMODEL_UNKNOWN = 0,
82 XS_SIDMODEL_6581, 82 XS_SIDMODEL_6581,
83 XS_SIDMODEL_8580, 83 XS_SIDMODEL_8580,
84 XS_SIDMODEL_ANY 84 XS_SIDMODEL_ANY,
85 }; 85 };
86 86
87 87
88 typedef struct 88 typedef struct
89 { 89 {