Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!husc4!durham_2 From: durham_2@husc4.harvard.edu (peter durham) Newsgroups: comp.sys.m6809 Subject: Re: Lower case in 32 column mode on CoCo III Message-ID: <642@husc6.HARVARD.EDU> Date: Wed, 12-Nov-86 11:44:14 EST Article-I.D.: husc6.642 Posted: Wed Nov 12 11:44:14 1986 Date-Received: Wed, 12-Nov-86 21:48:29 EST References: <688@chinet.UUCP> Sender: news@husc6.HARVARD.EDU Reply-To: durham_2@husc4.UUCP (Peter Durham) Distribution: net Organization: Harvard Science Center Lines: 19 Keywords: CoCo3, 32-col-lowercase In article <688@chinet.UUCP> megabyte@chinet.UUCP (Dr. Megabyte) writes: >In Article 509 of net.micro.6809:knudsen@ihwpt.UUCP (mike knudsen) writes >[refering to the CoCo III] >.... >>(6) The pokes to get real lower case on late Coco-IIs (poke 359,0 >>and poke 65???,80) still work on the III, allowing lowercase on >>WIDTH 32. > >Could someone please look these pokes up for me and post them? The pokes are: POKE 359,57 to disable BASIC resetting the SCREEN (I use 57, I haven't tried 0) POKE &HFF22,&H50 to enable lowercase AND make the border green. To just enable lowercase, use &H10. Peter Durham durham_2@husc4.UUCP