comparison src/xs_config.h @ 73:2bc607888f53

Added libsidplay2 module, lots of reworking of internals, sidplay1 support now works with the new framework! Getting libsidplay2 support working shouldn't be too far now...
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Sep 2003 03:14:01 +0000
parents e3b205a6bc7e
children 653c9b0d1320
comparison
equal deleted inserted replaced
72:e3b205a6bc7e 73:2bc607888f53
11 * Configuration structure 11 * Configuration structure
12 */ 12 */
13 enum XS_ENG { 13 enum XS_ENG {
14 XS_ENG_SIDPLAY1, 14 XS_ENG_SIDPLAY1,
15 XS_ENG_SIDPLAY2, 15 XS_ENG_SIDPLAY2,
16 XS_ENG_TINYSID 16 XS_ENG_NANOSID
17 }; 17 };
18 18
19 19
20 enum XS_RES { 20 enum XS_RES {
21 XS_RES_8BIT = 8, 21 XS_RES_8BIT = 8,