1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-06 16:29:30 +00:00

Fix last change: Stack check for all CC65 targets. Enable subdirectories on Apple 2.

This commit is contained in:
Christian Groessler 2013-09-12 13:04:55 +02:00
parent d488272357
commit bd2b2e0f7d

View File

@ -7,10 +7,17 @@
#ifdef __ATARI__
#define UPPERCASE /* define (e.g. for Atari) to convert filenames etc. to upper case */
#define CHECK_SP
#define HAVE_SUBDIRS
#endif
#ifdef __APPLE2__
#define HAVE_SUBDIRS
#endif
#ifdef __CC65__
#define CHECK_SP
#endif
#define KEYB_BUFSZ 80
#define PROMPT ">>> "