]> git.sur5r.net Git - cc65/blobdiff - include/conio.h
Removed the HORLINE entry point
[cc65] / include / conio.h
index 71bd74023665adb9ad71a5a5ae98ea4d290f1d96..cb7037e9f3131860fdcf4a7e009cf0ef2645a0f2 100644 (file)
 #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__) && !defined(_APPLE2_H)
 #  include <apple2.h>
 #elif defined(__ATARI__) && !defined(_ATARI_H)
 #  include <atari.h>
+#elif defined(__ATMOS__) && !defined(_ATMOS_H)
+#  include <atmos.h>
+#elif defined(__CBM__) && !defined(_CBM_H)
+#  include <cbm.h>
+#elif defined(__NES__) && !defined(_NES_H)
+#  include <nes.h>
 #endif
 
 
 
 /*****************************************************************************/
-/*                                Functions                                 */
+/*                                Functions                                 */
 /*****************************************************************************/