mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-08-11 02:25:05 +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:
@@ -87,7 +87,7 @@ telnet65.com: ATARI_CFG = atrtelnet.cfg
|
|||||||
rm $*.o
|
rm $*.o
|
||||||
|
|
||||||
%.bin: %.c ip65 drivers $(INCFILES)
|
%.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
|
rm $*.o
|
||||||
|
|
||||||
%.com: %.c ip65 drivers $(INCFILES)
|
%.com: %.c ip65 drivers $(INCFILES)
|
||||||
|
Reference in New Issue
Block a user