X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconio.h;h=89de4cda802357b7c88860a6585d1fc4682df0a5;hb=e354d269f6f25cc98b5a6468e11e73ac1d760360;hp=cb7037e9f3131860fdcf4a7e009cf0ef2645a0f2;hpb=e967591be1b92db79ead0a689e604feaa08ba635;p=cc65 diff --git a/include/conio.h b/include/conio.h index cb7037e9f..89de4cda8 100644 --- a/include/conio.h +++ b/include/conio.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998-2000 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 1998-2004 Ullrich von Bassewitz */ +/* Römerstraße 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -59,16 +59,20 @@ #endif /* Include the correct machine specific file */ -#if defined(__APPLE2__) && !defined(_APPLE2_H) +#if defined(__APPLE2__) # include -#elif defined(__ATARI__) && !defined(_ATARI_H) +#elif defined(__APPLE2ENH__) +# include +#elif defined(__ATARI__) # include -#elif defined(__ATMOS__) && !defined(_ATMOS_H) +#elif defined(__ATMOS__) # include -#elif defined(__CBM__) && !defined(_CBM_H) +#elif defined(__CBM__) # include -#elif defined(__NES__) && !defined(_NES_H) +#elif defined(__NES__) # include +#else +# error "Unknown platform in conio.h" #endif