Version 1.0.2: ATasm/Linux version by Matthias Reichl <hias@horus.com>

- *.a65: converted assembler files from TASM into ATasm format,
  moved common definitions and macros to maxflash.inc file

- mempack.a65: cartoff wasn't set correctly for 4MB and 8MB carts,
  this is now fixed by using the common include file

- maxflash.pl, maxflash.cfg: renamed tasm* stuff into atasm*,
  removed tasmtabs option

- maxflash.pl: changed fileformat to unix style linebreaks (LF only
  instead of CR/LF) to make it work under Linux

- maxflash.pl: changed config file parsing to ignore CR in linebreaks
  so that dos-style config files also work under Linux

- maxflash.pl: changed gzopen mode from "r" to "rb" so that -MEMPACKER
  also runs with Windows (I got decompressing errors before)

- maxflash.pl: redirected STDERR output to STDOUT when calling the
  assembler so that all output of ATasm is captured


Version 1.0.3: TurboFreezer XL support by Matthias Reichl <hias@horus.com>

- maxflash.pl: added -FRZxxx options

- maxflash.pl: added -FRZBANK=x option to set the starting bank number

- maxflash.inc: added TurboFreezer bank switching register definitions


Version 1.0.4:

- maxflash.cfg/pl: added "redirect stderr" config option

