]> git.sur5r.net Git - cc65/commitdiff
Made <conio.h> include <atari5200.h> when we compile for the Atari 5200 console.
authorGreg King <gregdk@users.sf.net>
Sun, 10 Sep 2017 16:27:57 +0000 (12:27 -0400)
committerGreg King <gregdk@users.sf.net>
Sun, 10 Sep 2017 16:27:57 +0000 (12:27 -0400)
atari5200.lib has some conio functions.

include/conio.h

index 9eb68e565b05aa8ea1142175cc55a6cd0dd12119..4f414105c8fb84a10e83c544f4e3f3c18b180375 100644 (file)
@@ -63,6 +63,8 @@
 #  include <apple2enh.h>
 #elif defined(__APPLE2__)
 #  include <apple2.h>
+#elif defined(__ATARI5200__)
+#  include <atari5200.h>
 #elif defined(__ATARI__)
 #  include <atari.h>
 #elif defined(__ATMOS__)
@@ -225,6 +227,3 @@ void __fastcall__ cputhex16 (unsigned val);
 
 /* End of conio.h */
 #endif
-
-
-