[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changing the ASCII character
In article <118113609-980419111000@rook.wa.com>,
Brian Hammack <brian.hammack@rook.wa.com> wrote:
>> Somebody knows how to changing the ASCII characters in the APPLE IIe or in
>> a Multitech MPF-III, for example, I need to change the @ for a character
>Hey, a thought: During my Commodore programming days, all one had to
>do to make a custom character was to POKE values for each horizontal
>line of the character (8x8 grid). I did whole character sets with
>FOR X=0 TO 7 : READ A : POKE xxxxx+X : NEXT : DATA xx,xx,xx,xx, (etc)
>-- so is there something similar available to the Apple?
If there was, I would have mentioned it. Also, people would have
used that functionality in many things. On the Apple II line, that
font is in a Chargen (Character Generator) ROM that's connected only
to the graphics output logic. There is no way to read out the font
with a PEEK, let alone change it.
On the Apple III, apparently the font was mutable and stored in
RAM. Along with other neat stuff like per-character foreground &
background colors. Of course, does that logic ever make it out to the
Apple II? Not if Apple's going to release the //e as a ][+ with
lowercase and an 80-column slot and just about nothing more. Being
able to bankswitch in the characters would have been nice (or some
other program-transparent hack for backwards compatability).
Nathan Mates
--
<*> Nathan Mates http://www.visi.com/~nathan/ <*>
# What are the facts? Again and again and again-- what are the _facts_?
# Shun wishful thinking, avoid opinion, care not what the neighbors
# think-- what are the facts, and to how many decimal places? -R.A. Heinlein