mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-06 23:30:51 +00:00
Enable lowercase display on the Apple II.
Given that Telnet65's 80 column display requires an enhanced Apple //e anyway it seems reasonable to have the C applications benefit from building for that target too.
This commit is contained in:
parent
3034150a6e
commit
a64e08786c
@ -87,7 +87,7 @@ telnet65.com: ATARI_CFG = atrtelnet.cfg
|
||||
rm $*.o
|
||||
|
||||
%.bin: %.c ip65 drivers $(INCFILES)
|
||||
cl65 -o $*.bin -O -t apple2 -m $*.a2.map -vm $< $(IP65LIB) ../drivers/ip65_apple2.lib
|
||||
cl65 -o $*.bin -O -t apple2enh -m $*.a2.map -vm $< $(IP65LIB) ../drivers/ip65_apple2.lib
|
||||
rm $*.o
|
||||
|
||||
%.com: %.c ip65 drivers $(INCFILES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user