From a64e08786ca00d25579472d2327c203e5acb2f3d Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Fri, 10 Nov 2017 12:01:30 +0100 Subject: [PATCH] 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. --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 7439589..c0a33bb 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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)