mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 06:17:58 +00:00
Have __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__ imply __ATARI__.
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
#define DRIVERNAME "cbm510-ram.emd"
|
||||
#elif defined(__CBM610__)
|
||||
#define DRIVERNAME "cbm610-ram.emd"
|
||||
#elif defined(__APPLE2__)
|
||||
#define DRIVERNAME "a2.auxmem.emd"
|
||||
#elif defined(__APPLE2ENH__)
|
||||
#define DRIVERNAME "a2e.auxmem.emd"
|
||||
#elif defined(__APPLE2__)
|
||||
#define DRIVERNAME "a2.auxmem.emd"
|
||||
#else
|
||||
#define DRIVERNAME "unknown"
|
||||
#error "Unknown target system"
|
||||
|
||||
Reference in New Issue
Block a user