From: Greg King Date: Sun, 10 Sep 2017 16:27:57 +0000 (-0400) Subject: Made include when we compile for the Atari 5200 console. X-Git-Tag: V2.17~94 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5802b0963fcd222eb2352525428789a857b23bda;p=cc65 Made include when we compile for the Atari 5200 console. atari5200.lib has some conio functions. --- diff --git a/include/conio.h b/include/conio.h index 9eb68e565..4f414105c 100644 --- a/include/conio.h +++ b/include/conio.h @@ -63,6 +63,8 @@ # include #elif defined(__APPLE2__) # include +#elif defined(__ATARI5200__) +# include #elif defined(__ATARI__) # include #elif defined(__ATMOS__) @@ -225,6 +227,3 @@ void __fastcall__ cputhex16 (unsigned val); /* End of conio.h */ #endif - - -