mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 04:37:23 +00:00
The C16 does also support a joystick
git-svn-id: svn://svn.cc65.org/cc65/trunk@1733 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b3ed17f575
commit
47d4d62d1f
@ -39,9 +39,9 @@
|
||||
|
||||
|
||||
/* Define __JOYSTICK__ for systems that support a joystick */
|
||||
#if defined(__ATARI__) || defined(__C64__) || defined(__C128__) || defined(__PLUS4__) || defined(__CBM510__) || defined(__VIC20__)
|
||||
#if defined(__ATARI__) || defined(__C16__) || defined(__C64__) || defined(__C128__) || defined(__PLUS4__) || defined(__CBM510__) || defined(__VIC20__)
|
||||
# define __JOYSTICK__
|
||||
#else
|
||||
#else
|
||||
# error The target system does not support a joystick!
|
||||
# endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user