comparison src/xs_config.h @ 835:d508c7c4bc69

Add libSIDPlay2-FP backend interface module.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 20:47:49 +0200
parents 45108b3d88db
children 29f3c3f29c0d
comparison
equal deleted inserted replaced
834:a7ee5dc23e78 835:d508c7c4bc69
11 11
12 /* Configuration structure 12 /* Configuration structure
13 */ 13 */
14 enum XS_EMUENGINE { 14 enum XS_EMUENGINE {
15 XS_ENG_SIDPLAY1 = 1, 15 XS_ENG_SIDPLAY1 = 1,
16 XS_ENG_SIDPLAY2 16 XS_ENG_SIDPLAY2,
17 XS_ENG_SIDPLAY2_FP
17 }; 18 };
18 19
19 20
20 enum XS_BUILDER { 21 enum XS_BUILDER {
21 XS_BLD_RESID = 1, 22 XS_BLD_RESID = 1,