
 Developers and contributors
 ---------------------------

Following people contributed code or patches to this projects and/or helped to
find bugs in Hatari (listed in random order - and if someone is missing here,
please remind me!):

- Thomas Huth <thothy@users.sourceforge.net> : Project initiator and main
  developer.

- Sven de Marothy  <k98_sdy@k.kth.se> : Wrote the screenshot functions, the
  built-in debugger, the ACSI emulation and added support for ZIPed and GZIPed
  disk images.

- Matthias Arndt <marndt@asmsoftware.de> : Maintains the Hatari user manual,
  fixed the printing-to-file function so that it is working now.

- Stefan Berndtsson <stefan@nocrew.org> : Patches to get Hatari running on
  big endian machines.

- Claus Windeler <goodoldgames@beemulated.net> : BeOS adaption of Hatari.

- Emmanuel Anne <emanne@absysteme.fr> : Contributed lots of patches,
  RTC emulation.

- Markus Oberhumer : A patch that fixed a problem with ZIPed disk images;
  routine for loading the configuration file from the $HOME directory.

- Tony Smolar : Helped to find some bugs in the sound output routines.

- Philippe Gerin : Fixed a bug in the CPU core (a problem with bus errors).

- Martin Doering : Code for compiling the font data into the executable and
  some other ideas for cleaning up the source code.

- Patrice Mandin : Some improvements of the autoconf build system files.

- Eero Tamminen : Many speed improvements and code cleanup.

- Steve Kemp : Found some possible buffer overflows.

- Marco Herrn : Wrote the initial version of the "man" page of Hatari.

- Matthias Alles : He initiated the port of Hatari to MiNT and helped me with
  a lot of technical questions about the ST.


 Code from other projects
 ------------------------

The initial Hatari source code was based on two main sources:

- Most of the hardware emulation comes from the WinSTon sourcecode
  written by Paul Bates (see: http://www.sourceforge.net/projects/winston/).

- The CPU core has been taken from UAE which has been written by Bernd Schmidt
  and others (http://www.freiburg.linux.de/~uae/).

Beside these two main sources, Hatari also uses some code from other projects:

- Some parts (e.g. the blitter emulation) have been taken from the emulator
  STonX that has been written by Marinos Yannikos and Martin Griffiths
  (http://stonx.sourceforge.net/).

- Some code (e.g. the scancode keyboard mapping) has been taken from the
  emulator Aranym (http://aranym.atari.org/).

- The code for decompressing ZIP files (unzip.c) has been taken from Gilles
  Vollant's miniunzip program (http://www.winimage.com/zLibDll/unzip.html).

- The routines for saving and loading the ASCII configuration file (cfgopts.c)
  have originally been written by Jeffry J. Brickley.

