mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
dbf942a339
git-svn-id: svn://svn.cc65.org/cc65/trunk@1298 b7a2c559-68d2-44c3-8de9-860c34a00d81
109 lines
3.3 KiB
Plaintext
109 lines
3.3 KiB
Plaintext
|
||
Many special thanks go to the guy who started it all:
|
||
|
||
John R. Dunning
|
||
|
||
Without his great work, there would not be a single freeware C crosscompiler
|
||
for the 6502 out there. He built the grounds for this cc65 and some other cc65
|
||
implementations and a lot of his code is still in the current compiler.
|
||
|
||
|
||
|
||
More special thanks to:
|
||
|
||
* Keith W. Gerdes <kwg@netzero.net>
|
||
|
||
Without his outstanding help, the assembler/compiler wouldn't be, what it
|
||
is now. He helped with suggestions, bug reports and even kicked me here
|
||
and then, when I started to get too lazy:-)
|
||
|
||
* Kevin Ruland <kevin@rodin.wustl.edu>
|
||
|
||
Kevin did the Apple 2 port and found at least one serious error in the
|
||
C library while doing so.
|
||
|
||
* Christian Groessler <cpg@aladdin.de>
|
||
Mark Keates <markk@dendrite.co.uk>
|
||
Freddy Offenga <taf_offenga@yahoo.com>
|
||
David Lloyd <dmlloyd@atari-central.com>
|
||
|
||
The team that added support for the Atari 8 bit machines.
|
||
Christian Groessler also sent me several fixes for 64 bit machines.
|
||
|
||
* Sidney Cadot <sidney@ch.twi.tudelft.nl>
|
||
|
||
Sidney rewrote the random number generator.
|
||
|
||
* Maciej Witkowiak <ytm@friko.onet.pl>
|
||
|
||
Maciej wrote the GEOS support libraries for cc65.
|
||
|
||
* Eric Au <eric_au@hotmail.com>
|
||
|
||
Eric is one of the most active testers, and supplied me with dozens of
|
||
bug reports.
|
||
|
||
* MicroSystems Development Technologies Inc. located in San Jose,
|
||
California payed me for the addition of several assembler features,
|
||
which went also into the freeware version. These guys are selling
|
||
nice hardware devices like EPROM emulators. If you are developing
|
||
hardware or embedded microcontroller applications, you should have
|
||
a look at their web site at www.msd.com.
|
||
|
||
* Mirco Miranda <mircomir@libero.it>
|
||
|
||
Miroc contributed Makefile additions, docs and patches to compile cc65
|
||
cleanly under OS/2 using the EMX toolkit.
|
||
|
||
* Marc 'BlackJack' Rintsch <blackjack@civitas64.de>
|
||
|
||
Marc wrote and contributed BASIC compatible file I/O routines for the
|
||
Commodore machines.
|
||
|
||
* Groepaz <groepaz@gmx.net>
|
||
|
||
Thanks for the contribution of the plasma.c sample program.
|
||
|
||
* Craig Bruce
|
||
|
||
...for his public domain Swiftlink/Turbo232 drivers which are part
|
||
of the cc65 library in modified form.
|
||
|
||
* Debrune J<>r<EFBFBD>me <jede@oric.org>
|
||
|
||
for help with preliminary Oric Atmos support.
|
||
|
||
|
||
|
||
Thanks to
|
||
|
||
da Blondie <db@tvnet.hu>
|
||
Adam Dunkels <adam@sics.se>
|
||
Bill Craig <craigw@gusun.georgetown.edu>
|
||
C. N. Wong <superufo@netvigator.com>
|
||
Chris Ward <chris.ward@freenet.co.uk>
|
||
Dagan Galarneau <dagan@dnai.com>
|
||
Darrell Krulce <dkrulce@atcomm.com>
|
||
Dennis Lin <dennis@mosart.com.tw>
|
||
Eric Bacher <ebacher@teaser.fr>
|
||
Greg King <gngking@erols.com>
|
||
Ingo Korb <unseen@gmx.net>
|
||
Jaleco <jaleco@gameone.com.tw>
|
||
Jari Tuominen <jer64@kolumbus.fi>
|
||
Jesse Beach <agmorion@erols.com>
|
||
John Weidman <jweidman@slip.net>
|
||
MagerValp <magervalp@cling.gu.se>
|
||
Mark Nasgowitz <MNasgowitz@NAZdesign.com>
|
||
Piotr Fusik <P.Fusik@elka.pw.edu.pl>
|
||
Robert R. Wal <rrw@reptile.eu.org>
|
||
Stefan A. Haubenthal <polluks@web.de>
|
||
Tim Vanderhoek <hoek@FreeBSD.org>
|
||
|
||
for bug reports and suggestions.
|
||
|
||
|
||
This list is probably incomplete. So, if you think you should be mentioned
|
||
here, but cannot find yourself, please drop me a mail.
|
||
|
||
|