comparison src/xs_sidplay2.cpp @ 849:2663b1ac9ce6

Improve debugging.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 23:02:05 +0200
parents 5b93bd8c7814
children 011ba70e271e
comparison
equal deleted inserted replaced
848:a293b88eb3fb 849:2663b1ac9ce6
77 77
78 /* Return song information 78 /* Return song information
79 */ 79 */
80 #define TFUNCTION xs_sidplay2_getinfo 80 #define TFUNCTION xs_sidplay2_getinfo
81 #define TFUNCTION2 xs_sidplay2_updateinfo 81 #define TFUNCTION2 xs_sidplay2_updateinfo
82 #define TENGINE XSSIDPlay2
82 #define TTUNEINFO SidTuneInfo 83 #define TTUNEINFO SidTuneInfo
83 #define TTUNE SidTune 84 #define TTUNE SidTune
84 #define TENGINE XSSIDPlay2
85 #include "xs_sidplay.h" 85 #include "xs_sidplay.h"
86 86
87 87
88 /* Check if we can play the given file 88 /* Check if we can play the given file
89 */ 89 */