mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
DYNAMIC_DD
git-svn-id: svn://svn.cc65.org/cc65/trunk@3333 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
41ec19b72a
commit
1cb6868ddd
@ -7,11 +7,17 @@
|
||||
# the length of the buffer)
|
||||
# UCASE_FILENAME - all filenames get uppercased
|
||||
# DEFAULT_DEVICE - if the string passed to the uppercase function doesn't
|
||||
# include a device (":" at position 2 or 3), provide "D:"
|
||||
# as a default device
|
||||
# include a device (":" at position 2 or 3), provide "Dn:"
|
||||
# as a default disk device
|
||||
# n is the value of DEFAULT_DEVICE, unless DYNAMIC_DD is
|
||||
# also set, in which case it's overridden by a runtime
|
||||
# check (on SpartaDOS only)
|
||||
# needs UCASE_FILENAME to be defined, otherwise no effect
|
||||
# DYNAMIC_DD - determine default disk device at runtime (SpartaDOS only)
|
||||
# needs DEFAULT_DEVICE to be defined, otherwise no effect
|
||||
|
||||
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1 -DDEFAULT_DEVICE=1 -DLINEBUF=80
|
||||
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1 -DDEFAULT_DEVICE=1 -DLINEBUF=80
|
||||
ATARIDEFS += -DDYNAMIC_DD=1
|
||||
|
||||
.SUFFIXES: .o .s .c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user