mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
More __NES__ stuff
git-svn-id: svn://svn.cc65.org/cc65/trunk@2126 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9a883b6766
commit
e967591be1
@ -59,14 +59,16 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include the correct machine specific file */
|
/* Include the correct machine specific file */
|
||||||
#if defined(__CBM__) && !defined(_CBM_H)
|
#if defined(__APPLE2__) && !defined(_APPLE2_H)
|
||||||
# include <cbm.h>
|
|
||||||
#elif defined(__APPLE2__) && !defined(_APPLE2_H)
|
|
||||||
# include <apple2.h>
|
# include <apple2.h>
|
||||||
#elif defined(__ATARI__) && !defined(_ATARI_H)
|
#elif defined(__ATARI__) && !defined(_ATARI_H)
|
||||||
# include <atari.h>
|
# include <atari.h>
|
||||||
#elif defined(__ATMOS__) && !defined(_ATMOS_H)
|
#elif defined(__ATMOS__) && !defined(_ATMOS_H)
|
||||||
# include <atmos.h>
|
# include <atmos.h>
|
||||||
|
#elif defined(__CBM__) && !defined(_CBM_H)
|
||||||
|
# include <cbm.h>
|
||||||
|
#elif defined(__NES__) && !defined(_NES_H)
|
||||||
|
# include <nes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user