aboutsummaryrefslogtreecommitdiff
path: root/tfmx/tfmxdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tfmx/tfmxdebug.cpp')
-rw-r--r--tfmx/tfmxdebug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tfmx/tfmxdebug.cpp b/tfmx/tfmxdebug.cpp
index cf2595a220..95bad15a96 100644
--- a/tfmx/tfmxdebug.cpp
+++ b/tfmx/tfmxdebug.cpp
@@ -144,7 +144,9 @@ void dumpTracksteps(Audio::Tfmx &player, uint16 first, uint16 last) {
}
void dumpTrackstepsBySong(Audio::Tfmx &player, int song) {
+ debug("Song %02X: Pos %02X - %02X. Tempo: %02X", song, player._subsong[song].songstart, player._subsong[song].songend, player._subsong[song].tempo);
dumpTracksteps(player, player._subsong[song].songstart, player._subsong[song].songend);
+ debug("");
}
void dumpMacro(Audio::Tfmx &player, uint16 macroIndex, uint16 len, uint16 start) {