diff options
Diffstat (limited to 'tfmx')
| -rw-r--r-- | tfmx/tfmxdebug.cpp | 1 | ||||
| -rw-r--r-- | tfmx/tfmxplayer.cpp | 2 | 
2 files changed, 1 insertions, 2 deletions
diff --git a/tfmx/tfmxdebug.cpp b/tfmx/tfmxdebug.cpp index 47567f33b7..cf2595a220 100644 --- a/tfmx/tfmxdebug.cpp +++ b/tfmx/tfmxdebug.cpp @@ -79,7 +79,6 @@ const char *const trackstepFmt[] = {  	"Tempo tempo/ciaDiv",  	"Timeshare ?/?     ",  	"Fade start/end    " -	"Unknown (cc)      "  };  void displayPatternstep(const void *const vptr) { diff --git a/tfmx/tfmxplayer.cpp b/tfmx/tfmxplayer.cpp index 4f2f0a0071..fe4ef0cf88 100644 --- a/tfmx/tfmxplayer.cpp +++ b/tfmx/tfmxplayer.cpp @@ -110,7 +110,7 @@ void tfmxmain(const int argc, const char *const argv[]) {  				param = atoi(argv[++i]);  				debug( "play Macro %02X", param);  				dumpMacro(*player, param); -				player->doMacro(param,param); +				player->doMacro(0x1B, param);  				hasCmd = true;  			}  		} else if (!strcmp("-s", argv[i])) {  | 
