Added VIC20 port changes from Steve Schmidtke
git-svn-id: svn://svn.cc65.org/cc65/trunk@1376 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -48,6 +48,8 @@
|
||||
/* Load the system specific files here, if needed */
|
||||
#if defined(__C64__) && !defined(_C64_H)
|
||||
# include <c64.h>
|
||||
#elif defined(__VIC20__) && !defined(_VIC20_H)
|
||||
# include <vic20.h>
|
||||
#elif defined(__C128__) && !defined(_C128_H)
|
||||
# include <c128.h>
|
||||
#elif defined(__PLUS4__) && !defined(_PLUS4_H)
|
||||
|
||||
Reference in New Issue
Block a user