comparison src/xs_sidplayfp.cpp @ 1012:4a2b8517631d

Add one debug info line.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Sep 2014 06:36:08 +0300
parents fca16a15145e
children
comparison
equal deleted inserted replaced
1011:d8f1ff7fa6ca 1012:4a2b8517631d
391 } 391 }
392 392
393 XSDEBUG("%s\n", engine->config.sidEmulation->credits()); 393 XSDEBUG("%s\n", engine->config.sidEmulation->credits());
394 394
395 #if defined(HAVE_SIDPLAYFP_V10) || defined(HAVE_SIDPLAYFP_V11) 395 #if defined(HAVE_SIDPLAYFP_V10) || defined(HAVE_SIDPLAYFP_V11)
396 XSDEBUG("Setting ROM images.\n");
396 engine->emu.setRoms(xs_rom_imagedata[0], xs_rom_imagedata[1], xs_rom_imagedata[2]); 397 engine->emu.setRoms(xs_rom_imagedata[0], xs_rom_imagedata[1], xs_rom_imagedata[2]);
397 #endif 398 #endif
398 399
399 400
400 401