Fix last change: Stack check for all CC65 targets. Enable subdirectories on Apple 2.
This commit is contained in:
@@ -7,10 +7,17 @@
|
|||||||
|
|
||||||
#ifdef __ATARI__
|
#ifdef __ATARI__
|
||||||
#define UPPERCASE /* define (e.g. for Atari) to convert filenames etc. to upper case */
|
#define UPPERCASE /* define (e.g. for Atari) to convert filenames etc. to upper case */
|
||||||
#define CHECK_SP
|
|
||||||
#define HAVE_SUBDIRS
|
#define HAVE_SUBDIRS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __APPLE2__
|
||||||
|
#define HAVE_SUBDIRS
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __CC65__
|
||||||
|
#define CHECK_SP
|
||||||
|
#endif
|
||||||
|
|
||||||
#define KEYB_BUFSZ 80
|
#define KEYB_BUFSZ 80
|
||||||
#define PROMPT ">>> "
|
#define PROMPT ">>> "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user