Changes from version 0.2.1-mod2 to 0.2.1-mod3 <adrcunha@yahoo.com.br>

- Z80 emulation extended to unofficial instructions (regarding IXh and IXl registers).

- Z80 emulation enhanced; only DAA, CPL, SCF and CCF instructions returns flags different
  from a real Z80;

- added option -x: when calling emulator with command line parameters, there is no need to
  load CCP anymore. Instead, the .COM file is loaded in memory and automatically executed
  (the first argument must be the name of the .COM file in the directory selected);

- now when emulator is called with arguments it becomes quiet as possible;

- BDOS location was changed, so CP/M programs now have more 3kb of TPA;

- In the debugger you can set more than 15 repetitions for listpoint/breakpoint;

Changes from version 0.2.1-mod to 0.2.1-mod2 <bsittler@iname.com>

- `format' was renamed to `cpm-format'

- changed to compile on recent Linux systems

- included Kaypro character generator bitmaps, and improved `xcpm' to use
  them

- `xcpm' no longer requires X11 (supports font switching on Linux console)

- added `install' and `uninstall' Makefile targets, cleaned up Makefile some

Changes from version 0.2.1 to 0.2.1-mod <bsittler@iname.com>

- preliminary Kaypro 2x emulation hacks

Changes from version 0.2 to 0.2.1 <aoppelt@theorie3.physik.uni-erlangen.de>:

- removed leading underscores from symbol names in assembly modules so
  it will compile on Linux/ELF systems (will no longer work on a.out)
- can change default location of CP/M filesystem in Makefile (CPMLIBDIR)

Changes from version 0.1 to version 0.2:

- corrected emulation of EX AF,AF' opcode
- corrected emulation of NEG opcode
- corrected disassembler output of RETI opcode
- things I won't tell you
