A little CLI/Shell tool to split 31-samples tracker modules into a song-file
and a samples-file, so that they can be loaded separately into different
memory sections with an assembler.
The program generates out of the sourcefile "MOD.filename" the songfile
"MOD.filename.song" and the samples-file "MOD.filename.smps".
The filename-prefix "MOD." or "mod." is obligatory.
Splitting a module offers the chance to speed up the tracker replay routine
on systems with FAST memory, loading the songdata into FAST memory and let
the samples remain in CHIP memory.
Coding: Dissident
|