This  is a command-line tool which you can use to build cdt files for your own
programs.

In this version I have added the changes from Spanish user CECPC.

But,  the  command-line  switches are not the same as his version. Please read
the instructions.

I have followed his lead but expanded upon the functionality.

New changes:
* Baud rate calculation fixed
* Set/override load address
* Set/override execution address
* Set/override type
* Define pause at start of file (length now can be defined)
*  Add  extra  block  for  bad  arnold  emulator  which skips first block (old
version)

Also includes some changes I made but I never told anyone about

* Spectrum ROM loader (I use this for my tape games)
* Set name of file on tape

Also,  you  can  define load address and execution address in hex by prefixing
them with $ or & or 0x.
e.g.
$4000, &4000 or 0x4000.

I  am  sure there are some bugs, so please tell me when you find them so I can
fix them and improve this tool.

EDIT: Zip contains windows version.
Source is included and should compile on linux ok.