Annotation of hatari/doc/authors.txt, revision 1.1.1.11

1.1       root        1: 
1.1.1.3   root        2:  Active Hatari developers:
                      3:  -------------------------
1.1       root        4: 
1.1.1.11! root        5: - Nicolas Pomarede <npomarede at corp.free.fr> : Project admin,
        !             6:   improving CPU, video, sound, IKBD and floppy emulation.
1.1.1.10  root        7: 
1.1.1.11! root        8: - Thomas Huth <huth at users.berlios.de> : Project initiator and
        !             9:   admin, currently more or less in hibernation mode.
1.1       root       10: 
1.1.1.9   root       11: - Eero Tamminen <eerot at users.berlios.de> : Speed improvements & code
1.1.1.11! root       12:   cleanup, parts of the STE emulation, Hatari embedding & remote
        !            13:   control, pause & auto frameskip support, statusbar & overlay led,
        !            14:   conditional breakpoints and other debugger improvements, PNG saving
        !            15:   and other patches.
1.1.1.8   root       16: 
1.1.1.9   root       17: - Laurent Sallafranque: Many fixes and speedups to DSP emulation,
1.1.1.11! root       18:   DSP debugging support, crossbar emulation, falcon microphone
        !            19:   emulation, STE LMC1992/microwire emulation, Videl emulation.
1.1.1.9   root       20: 
1.1.1.3   root       21: 
                     22:  Contributors:
                     23:  -------------
                     24: 
1.1.1.11! root       25: Following people contributed code or patches to this projects and/or
        !            26: helped to find bugs in Hatari (listed in random order - and if someone
        !            27: is missing here, please remind me!):
        !            28: 
        !            29: - Jean-Baptiste Berlioz <tobe at freemind-tobe.com> : Cycle accurate
        !            30:   Blitter emulation.
1.1.1.3   root       31: 
1.1.1.11! root       32: - Matthias Arndt <marndt at asmsoftware.de> : Wrote the original version
        !            33:   of the Hatari user manual, fixed the printer emulation functions.
1.1.1.7   root       34: 
1.1.1.11! root       35: - Sébastien Molines <clafou at gmail.com> : Wrote the main part of the
        !            36:   Mac OS X GUI of Hatari.
1.1.1.7   root       37: 
1.1.1.11! root       38: - Marco Herrn <marco at mherrn.de> : Wrote the initial version of the
        !            39:   "man" page of Hatari and maintained the Hatari Debian packages until
        !            40:   Hatari was included into Debian.
1.1.1.7   root       41: 
1.1.1.11! root       42: - Sven de Marothy : Screenshot functions, the initial CLI debugger,
1.1.1.3   root       43:   the ACSI emulation and added support for ZIPed and GZIPed disk images.
1.1       root       44: 
1.1.1.8   root       45: - Emmanuel Anne <emanne at absysteme.fr> : Contributed lots of patches,
1.1       root       46:   RTC emulation.
                     47: 
1.1.1.11! root       48: - Tuduri Benoît <skweek at users.sourceforge.net> : French man-page,
        !            49:   support for Doxygen.
1.1.1.5   root       50: 
1.1.1.11! root       51: - Markus Oberhumer : fixed a problem with ZIPed disk images, routine for
        !            52:   loading the configuration file from the $HOME directory.
1.1       root       53: 
1.1.1.11! root       54: - Philippe Gerin : Fixed a bug in the CPU core (bus errors problem).
1.1       root       55: 
1.1.1.5   root       56: - Steve Kemp : Found some possible buffer overflows.
                     57: 
                     58: - George Nakos : Helped to track down a bug in the GEMDOS HD emulation.
                     59: 
                     60: - Pieter van der Meer : Traced a bug in the VIDEL emulation.
1.1       root       61: 
1.1.1.11! root       62: - Patrice Mandin : Some improvements of the autoconf build system files,
1.1.1.10  root       63:   original author of the DSP emulation core.
1.1       root       64: 
1.1.1.11! root       65: - Martin Doering : Code for compiling the font data into the executable
        !            66:   and some other ideas for cleaning up the source code.
1.1       root       67: 
1.1.1.11! root       68: - Matthias Alles : He initiated the port of Hatari to MiNT and helped
        !            69:   with a lot of technical questions about the ST.
1.1       root       70: 
1.1.1.11! root       71: - Ventzislav Tzvetkov : Joystick closing patch, Hatari for AmigaOS.
1.1.1.4   root       72: 
1.1.1.5   root       73: - "Jo" (?) : Patches for compiling Hatari on a 64-bit Alpha machine.
                     74: 
1.1.1.11! root       75: - Stefan Berndtsson <stefan at nocrew.org> : Patches to get Hatari
        !            76:   running on big endian machines.
1.1.1.4   root       77: 
                     78: - Anatol Paruntik (?) : Patches for compiling Hatari on QNX.
1.1.1.2   root       79: 
1.1.1.11! root       80: - Claus Windeler <goodoldgames at beemulated.net> : BeOS adaption.
1.1.1.5   root       81: 
                     82: - James Lampard : Adapted Hatari to Acorn RISC OS machines.
                     83: 
                     84: - Mark Keates : Patches for compiling Hatari with MinGW.
                     85: 
1.1.1.11! root       86: - Fredrik Noring : Tracked down a bug in the blitter emulation and a
        !            87:   bug in the PSG shadow register emulation.
1.1.1.6   root       88: 
1.1.1.11! root       89: - Volker Seebode: Fix to ASCI emulation to get other than AHDI drivers
        !            90:   working.
1.1.1.7   root       91: 
1.1.1.10  root       92: - David Savinkoff: More accurate printer emulation, LMC1992 emulation
                     93:   patches and IIR filter.
1.1.1.7   root       94: 
                     95: - Cyprian Konador: Found some bugs in the blitter cycles emulation
                     96: 
1.1.1.11! root       97: - Jerome Vernet: Some updates to the OS X Xcode project file and OS X
        !            98:   GUI, supplied a french keymapping file for OS X.
1.1.1.7   root       99: 
1.1.1.11! root      100: - Kenneth Kaufman: MS VC6 & C++ compiler and multiple GEMDOS HD
        !           101:   partition support patches.
1.1.1.9   root      102: 
1.1.1.10  root      103: - Uwe Seimet: HD Driver related IDE emulation improvements and
                    104:   GEMDOS HD emulation improvement suggestions.
                    105: 
1.1.1.11! root      106: - Anders Eriksson (Evil/DHS): Helped improving STE's emulation by
        !           107:   running many tests programs and providing the source code for some
        !           108:   non-working demos.
1.1       root      109: 
1.1.1.11! root      110: - Markus Fritze: New m68k disassembler with more Motorola like syntax
        !           111:   and options for controlling how the output looks.
1.1       root      112: 
1.1.1.11! root      113: - Deniz Turkoglu : Patches for the Max OS X GUI.
1.1       root      114: 
                    115: 
1.1.1.11! root      116:  Code from other projects
        !           117:  ------------------------
1.1       root      118: 
1.1.1.11! root      119: As a true open source project, Hatari also uses some code from other
        !           120: projects which we would like to acknowledge here:
1.1       root      121: 
1.1.1.11! root      122: - Most of the original ST hardware emulation comes from the WinSTon
        !           123:   source code which has been written by Paul Bates.
        !           124:   (http://www.sourceforge.net/projects/winston/)
        !           125: 
        !           126: - The originial CPU core has been taken from UAE which has been written
        !           127:   by Bernd Schmidt and others. (http://uae.coresystems.de/)
        !           128: 
        !           129: - The new alternative CPU core has been taken from WinUAE.
        !           130:   (http://www.winuae.net/)
        !           131: 
        !           132: - Some parts have been taken from the emulator STonX that has been
        !           133:   written by Marinos Yannikos and Martin Griffiths.
        !           134:   (http://stonx.sourceforge.net/)
        !           135: 
        !           136: - A lot of code (e.g. the scancode keyboard mapping, Videl, NVRAM and
        !           137:   DSP emulation) has been adapted from the sources of the emulator
        !           138:   Aranym. (http://aranym.atari.org/)
        !           139: 
        !           140: - The code for decompressing ZIP files (unzip.c) has been taken from
        !           141:   Gilles Vollant's miniunzip program.
        !           142:   (http://www.winimage.com/zLibDll/unzip.html)
        !           143: 
        !           144: - The routines for saving and loading the ASCII configuration file
        !           145:   (cfgopts.c) have originally been written by Jeffry J. Brickley.
        !           146: 
        !           147: - The new sound core uses some code/ideas from the following GPL
        !           148:   projects :
        !           149:   * 5 bits volume table and 16*16*16 combinations of all volume are
        !           150:     from Sc68 by Benjamin Gerard.
        !           151:   * 4 bits to 5 bits volume interpolation from 16*16*16 to 32*32*32
        !           152:     are from YM blep synthesis by Antti Lankila.
1.1       root      153: 
1.1.1.11! root      154: - The IDE hard disk emulation is based on code from QEMU.
        !           155:   (http://www.qemu.org/)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.