comparison src/xs_sidplay2.cc @ 352:2b4ca75b999f

Cleanups
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Oct 2005 19:36:05 +0000
parents dd201740a720
children b1a858b8cb1a
comparison
equal deleted inserted replaced
351:567f05aa90bc 352:2b4ca75b999f
220 if (!*rs) 220 if (!*rs)
221 { 221 {
222 XSERR("rs->create() failed. SIDPlay2 suxx again.\n"); 222 XSERR("rs->create() failed. SIDPlay2 suxx again.\n");
223 return FALSE; 223 return FALSE;
224 } 224 }
225
225 rs->filter(xs_cfg.emulateFilters); 226 rs->filter(xs_cfg.emulateFilters);
226 if (!*rs) 227 if (!*rs)
227 { 228 {
228 XSERR("rs->filter(%d) failed.\n", xs_cfg.emulateFilters); 229 XSERR("rs->filter(%d) failed.\n", xs_cfg.emulateFilters);
229 return FALSE; 230 return FALSE;
240 if (!*rs) 241 if (!*rs)
241 { 242 {
242 XSERR("rs->filter(NULL) failed.\n"); 243 XSERR("rs->filter(NULL) failed.\n");
243 return FALSE; 244 return FALSE;
244 } 245 }
245 /*
246 */
247 } 246 }
248 } 247 }
249 #endif 248 #endif
250 #ifdef HAVE_HARDSID_BUILDER 249 #ifdef HAVE_HARDSID_BUILDER
251 if (xs_cfg.sid2Builder == XS_BLD_HARDSID) 250 if (xs_cfg.sid2Builder == XS_BLD_HARDSID)