comparison src/xs_config.c @ 141:7327a985aee8

Typofixes
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Feb 2004 11:41:03 +0000
parents 92952aeccb77
children a7abcda7a86c
comparison
equal deleted inserted replaced
140:8b9c14540e53 141:7327a985aee8
183 xs_cfg.memoryMode = XS_MPU_BANK_SWITCHING; 183 xs_cfg.memoryMode = XS_MPU_BANK_SWITCHING;
184 #else 184 #else
185 #ifdef HAVE_NANOSID 185 #ifdef HAVE_NANOSID
186 xs_cfg.playerEngine = XS_ENG_NANOSID; 186 xs_cfg.playerEngine = XS_ENG_NANOSID;
187 #else 187 #else
188 #error This should not happen! No emulator engines! 188 #error This should not happen! No emulator engines configured in!
189 #endif 189 #endif
190 #endif 190 #endif
191 #endif 191 #endif
192 192
193 xs_cfg.clockSpeed = XS_CLOCK_PAL; 193 xs_cfg.clockSpeed = XS_CLOCK_PAL;