The ARAnyM core, glue and additional features were written (or adapted) by the
following main ARAnyM developers:

Ctirad Fertr <phanatic@volny.cz>
- the main idea of new Atari machine
- deep user testing
- VIDEL color fixes

Milan Jurik <M.Jurik@sh.cvut.cz>
- main framework from Basilisk and building system (autoconf stuff)
- continuous updates and syncing with UAE CPU core
- memory management
- portability
- ndebug (New Debug)

Stanislav Opichal <opichals@seznam.cz>
- aranymfs: host filesystem access based on MetaDOS driver
- VIDEL bitplanes to chunky conversion code
- fVDI driver
- general hostscreen and SDL work

Petr Stehlik <pstehlik@sophics.cz>
- hardware emulation
- 68040 friendly TOS
- keyboard and mouse
- parallel port (in progress)
- XHDI interface (in progress)


ARAnyM source code consists of several parts. Some were taken from other
projects (in alphabetical order):

AmigaOS XL
  http://amigaosxl.haage-partner.de/
  Parts of CPU

BasiliskII 
  http://www.uni-mainz.de/~bauec002/B2Main.html
  Core

Bochs
  http://bochs.sf.net/
  IDE

JIT Basilisk II
  http://gwenole.beauchesne.online.fr/basilisk2/
  Parts of CPU

Hatari
  http://hatari.sf.net
  Memory banks for Atari

STonX
  http://stonx.sf.net/
  Blitter, FDC, .xfs

UAE
  http://www.freiburg.linux.de/~uae/
  Parts of CPU

UAE-JIT
  http://byron.csse.monash.edu.au/uaejit.html
  Parts of CPU

We thank to them and to their authors for releasing the code under GPL. Special
thanks go to:

Bernd Schmidt (UAE CPU)
Christian Bauer (BasiliskII core)
Marinos "Nino" Yannikos and Martin D. Griffiths (STonX)


This is the list of people who have contributed to project

Thanks go to :-

Patrice Mandin
- for close examination of our code and finding obvious and not-so-obvious
  bugs (IDE, parameters handling, TOS patches)

Francois LE COAT
- for the Solaris port

Olivier Landemarre
- for the Windows/cygwin port
- corrections related to timer

Rodolphe Pineau
- for the SGI/Irix port
- corrections in configure script and memory allocation
- better portability of aranymfs

Antonin Kral
- Debian maintainer

Frank Naumann
- for the NetBSD port
- termio -> termios conversion

Johan Klockars
- fVDI author, helps with ARAnyM fVDI driver
- PAGE_MASK addressing speedup
- info about ISO C++ norm (for MJ)
