Add ORIC Atmos support

git-svn-id: svn://svn.cc65.org/cc65/trunk@2048 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-04-13 22:12:40 +00:00
parent 9f547a5a4d
commit 84be05bd55
2 changed files with 21 additions and 2 deletions

View File

@@ -65,12 +65,14 @@
# include <apple2.h>
#elif defined(__ATARI__) && !defined(_ATARI_H)
# include <atari.h>
#elif defined(__ATMOS__) && !defined(_ATMOS_H)
# include <atmos.h>
#endif
/*****************************************************************************/
/* Functions */
/* Functions */
/*****************************************************************************/