]> git.sur5r.net Git - cc65/commitdiff
More __NES__ stuff
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 2 May 2003 14:45:16 +0000 (14:45 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 2 May 2003 14:45:16 +0000 (14:45 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2126 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/conio.h

index cd6c65e9facbe87b3148369c33979275ea780e5f..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