Short:        Converts ROM images for the Atari 2600 VCS into .wav files
Author:       Bob Colbert (rcolbert@oasis.novia.net)
Uploader:     Wojciech Pasiecznik/Voy/SSG/Dial (voydial wp pl)
Type:         util/conv
Requires:     MC68000+
Architecture: m68k-amigaos
Distribution: Public Domain

  Makewav converts ROM images for the Atari 2600 into .wav files that can be
transfered into Supercharger for play on an original Atari 2600. It can convert
Supercharger ROM images (6k, 8448 bytes and 32k) into .wav files for use with
the Supercharger. It can also convert 2k and 4k ROM images that were never
intended to be played on the Supercharger. The 2k and 4k images may not work
with an unmodified Supercharger.

  The command format is:

      makewav [flags] BINFILE[+BINFILE2...+BINFILEx] WAVFILE

          flags:
            -cxx   = Set control byte (2 digit hex)
            -d     = Display debug information
            -f     = Make a super-fastload .wav file
            -h#    = Set header tone length in seconds
                     (The gap between multiple loads has 1 second added)
            -k     = Use 44khz Waveforms
            -mxx   = Set multiload byte (2 digit hex)
            -p     = Turn "blank page" packing OFF
            -r     = Create raw data file instead of a .wav file
            -sxxxx = Set start address (4 digit hex)
            -v#    = Set volume level of .wav file (1-10)