Check for wrong header file inclusions, add CBM510 stuff

git-svn-id: svn://svn.cc65.org/cc65/trunk@948 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-09-19 08:46:07 +00:00
parent 1dfa4f486d
commit 3dc0fb59bc
13 changed files with 162 additions and 31 deletions

View File

@@ -38,6 +38,13 @@
/* Check for errors */
#if !defined(__CBM__)
# error This module may only be used when compiling for CBM machines!
#endif
/* Load the system specific files here, if needed */
#if defined(__C64__) && !defined(_C64_H)
# include <c64.h>