[Coco] Lower case 6847 Q
coco at yourdvd.net
coco at yourdvd.net
Wed Apr 25 15:48:42 EDT 2007
In assembly, I use the following to activate true lowercase:
LDD #$8A10
STD $95C8
LDA $FF22
ORA #$10
STA $FF22
The first two instructions patch BASIC. The last three turn on true
lowercase.
This assumes the computer is in all-ram (64k) mode.
in BASIC:
10 REM RUN ROMRAM OR SIMILAR PROGRAM TO PUT YOUR COMPUTER IN ALLRAM MODE
BEFORE RUNNING THIS.
20 POKE &H95C8,&H8A
30 POKE &H95C9,&H10
40 A=PEEK(&HFF22)
50 A=A OR &H10
60 POKE &HFF22,A
70 PRINT "am i lowercase?"
----
-rob
> -------- Original Message --------
> Subject: [Coco] Lower case 6847 Q
> From: Phill Harvey-Smith <afra at aurigae.demon.co.uk>
> Date: Wed, April 25, 2007 11:44 am
> To: CoCoList for Color Computer Enthusiasts <coco at maltedmedia.com>
>
> Hi,
>
> I've just bought another CoCo2 off ebay, to potentially use as a donor
> case for my CoCo3 board which is caseless, and I suspect that the 6847
> is one of the ones with the lower case chars, though it has some weird
> part no (internal motorola one).
>
> How can I go about testing that this is the case ? Is there a poke or
> short m/l routine that I can use to test this. Anyway I have decided to
> keep this machine intact and use one of the others as the donor :)
>
> Cheers.
>
> Phill.
>
> --
> Phill Harvey-Smith, Programmer, Hardware hacker, and general eccentric !
>
> "You can twist perceptions, but reality won't budge" -- Rush.
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> http://five.pairlist.net/mailman/listinfo/coco
More information about the Coco
mailing list