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:
Oliver Schmidt 2017-11-10 12:01:30 +01:00
parent 3034150a6e
commit a64e08786c

View File

@ -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)