mirror of
https://github.com/cc65/cc65.git
synced 2025-01-04 23:33:05 +00:00
LINEBUF
git-svn-id: svn://svn.cc65.org/cc65/trunk@3053 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0b658d7319
commit
e13ad6372c
@ -3,13 +3,15 @@
|
|||||||
#
|
#
|
||||||
# NUMDRVS - number of supported drives (max. 16)
|
# NUMDRVS - number of supported drives (max. 16)
|
||||||
# 4 bytes for each device are statically allocated
|
# 4 bytes for each device are statically allocated
|
||||||
|
# LINEBUF - support line buffered reads from E: (the number specifies
|
||||||
|
# the length of the buffer
|
||||||
# UCASE_FILENAME - all filenames get uppercased
|
# UCASE_FILENAME - all filenames get uppercased
|
||||||
# DEFAULT_DEVICE - if the string passed to the uppercase function doesn't
|
# DEFAULT_DEVICE - if the string passed to the uppercase function doesn't
|
||||||
# include a device (":" at position 2 or 3), provide "D:"
|
# include a device (":" at position 2 or 3), provide "D:"
|
||||||
# as a default device
|
# as a default device
|
||||||
# needs UCASE_FILENAME to be defined, otherwise no effect
|
# needs UCASE_FILENAME to be defined, otherwise no effect
|
||||||
|
|
||||||
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1 -DDEFAULT_DEVICE=1
|
ATARIDEFS = -DNUMDRVS=4 -DUCASE_FILENAME=1 -DDEFAULT_DEVICE=1 -DLINEBUF=80
|
||||||
|
|
||||||
.SUFFIXES: .o .s .c
|
.SUFFIXES: .o .s .c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user