]> git.sur5r.net Git - cc65/blobdiff - include/conio.h
Remove shifts from kcalc
[cc65] / include / conio.h
index 71bd74023665adb9ad71a5a5ae98ea4d290f1d96..89de4cda802357b7c88860a6585d1fc4682df0a5 100644 (file)
@@ -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       */
 #endif
 
 /* Include the correct machine specific file */
-#if defined(__CBM__) && !defined(_CBM_H)
-#  include <cbm.h>
-#elif defined(__APPLE2__) && !defined(_APPLE2_H)
+#if defined(__APPLE2__)
 #  include <apple2.h>
-#elif defined(__ATARI__) && !defined(_ATARI_H)
+#elif defined(__APPLE2ENH__)
+#  include <apple2enh.h>
+#elif defined(__ATARI__)
 #  include <atari.h>
+#elif defined(__ATMOS__)
+#  include <atmos.h>
+#elif defined(__CBM__)
+#  include <cbm.h>
+#elif defined(__NES__)
+#  include <nes.h>
+#else
+#  error "Unknown platform in conio.h"
 #endif
 
 
 
 /*****************************************************************************/
-/*                                Functions                                 */
+/*                                Functions                                 */
 /*****************************************************************************/