aboutsummaryrefslogtreecommitdiff
path: root/tfmx/tfmxdebug.h
diff options
context:
space:
mode:
authorNorbert Lange2009-06-09 20:54:55 +0000
committerNorbert Lange2009-06-09 20:54:55 +0000
commitfc174162f71916878345cf02b5a9adeedeea20b4 (patch)
tree333b60d2862a372833da59048abaf1fea6a69a62 /tfmx/tfmxdebug.h
parent2ec478bf6ca2aefb8f9415c6fe0299a5277975c6 (diff)
downloadscummvm-rg350-fc174162f71916878345cf02b5a9adeedeea20b4.tar.gz
scummvm-rg350-fc174162f71916878345cf02b5a9adeedeea20b4.tar.bz2
scummvm-rg350-fc174162f71916878345cf02b5a9adeedeea20b4.zip
tfmx.c,.h: added portamento and envelope-effect (envelope not active yet)
renamed some variables made sure the fixed-point multiplications have the same results, even in cornercases paula.cpp: changed/reverted stuff in Paula again. svn-id: r41410
Diffstat (limited to 'tfmx/tfmxdebug.h')
-rw-r--r--tfmx/tfmxdebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tfmx/tfmxdebug.h b/tfmx/tfmxdebug.h
index dba283b673..e849e561a9 100644
--- a/tfmx/tfmxdebug.h
+++ b/tfmx/tfmxdebug.h
@@ -4,6 +4,7 @@
void displayTrackstep(const void *const vptr);
void displayPatternstep(const void *const vptr);
void displayMacroStep(const void *const vptr);
+void displayMacroStep(const void *const vptr, int chan, int index);
void dumpTracksteps(Audio::Tfmx &player, uint16 first, uint16 last);
void dumpTrackstepsBySong(Audio::Tfmx &player, int song);
void dumpMacro(Audio::Tfmx &player, uint16 macroIndex, uint16 len = 0, uint16 start = 0);