change my email addr from cpg@aladdin.de to chris@groessler.org
git-svn-id: svn://svn.cc65.org/cc65/trunk@4977 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a25d9bdf4b
commit
d8dd221f35
6 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@ More special thanks to:
|
||||||
Kevin did the Apple 2 port and found at least one serious error in the
|
Kevin did the Apple 2 port and found at least one serious error in the
|
||||||
C library while doing so.
|
C library while doing so.
|
||||||
|
|
||||||
* Christian Groessler <cpg@aladdin.de>
|
* Christian Groessler <chris@groessler.org>
|
||||||
Mark Keates <Mark.Keates@dendrite.com>
|
Mark Keates <Mark.Keates@dendrite.com>
|
||||||
Freddy Offenga <taf_offenga@yahoo.com>
|
Freddy Offenga <taf_offenga@yahoo.com>
|
||||||
David Lloyd <dmlloyd@atari-central.com>
|
David Lloyd <dmlloyd@atari-central.com>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<author>Shawn Jefferson, <htmlurl
|
<author>Shawn Jefferson, <htmlurl
|
||||||
url="mailto:shawnjefferson@24fightingchickens.com"
|
url="mailto:shawnjefferson@24fightingchickens.com"
|
||||||
name="shawnjefferson@24fightingchickens.com"> and
|
name="shawnjefferson@24fightingchickens.com"> and
|
||||||
Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
|
Christian Groessler, <htmlurl url="mailto:chris@groessler.org" name="chris@groessler.org">
|
||||||
<date>03-Jan-2006
|
<date>03-Jan-2006
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<title>Diskette Sector I/O Routines
|
<title>Diskette Sector I/O Routines
|
||||||
<author>Christian Groessler, <htmlurl url="mailto:cpg@aladdin.de" name="cpg@aladdin.de">
|
<author>Christian Groessler, <htmlurl url="mailto:chris@groessler.org" name="chris@groessler.org">
|
||||||
<date>20-Feb-2005
|
<date>20-Feb-2005
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2000-2006 Mark Keates <markk@dendrite.co.uk> */
|
/* (C) 2000-2006 Mark Keates <markk@dendrite.co.uk> */
|
||||||
/* Freddy Offenga <taf_offenga@yahoo.com> */
|
/* Freddy Offenga <taf_offenga@yahoo.com> */
|
||||||
/* Christian Groessler <cpg@aladdin.de> */
|
/* Christian Groessler <chris@groessler.org> */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* This software is provided 'as-is', without any expressed or implied */
|
/* This software is provided 'as-is', without any expressed or implied */
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2005 Christian Groessler <cpg@aladdin.de> */
|
/* (C) 2005 Christian Groessler <chris@groessler.org> */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* This software is provided 'as-is', without any expressed or implied */
|
/* This software is provided 'as-is', without any expressed or implied */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* testprogram for get_ostype() and get_tv() functions
|
* testprogram for get_ostype() and get_tv() functions
|
||||||
*
|
*
|
||||||
* 09-Jul-2004, cpg@aladdin.de
|
* 09-Jul-2004, chris@groessler.org
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue