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:
@@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
/* Define __JOYSTICK__ for systems that support a joystick */
|
||||
#if defined(__ATARI__) || defined(__C64__) || defined(__C128__) || defined(__PLUS4__) || defined(__CBM510__)
|
||||
#if defined(__ATARI__) || defined(__C64__) || defined(__C128__) || defined(__PLUS4__) || defined(__CBM510__) || defined(__VIC20__)
|
||||
# define __JOYSTICK__
|
||||
#else
|
||||
# error The target system does not support a joystick!
|
||||
|
||||
Reference in New Issue
Block a user