[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the ASCII character



brian.hammack@rook.wa.com (Brian Hammack) writes:

>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?

Nope; the C64 had special character-graphics hardware which was used for
games. When the Apple II was designed Woz used a canned character generator
ROM (the 2513) which was a part used by dumb terminals. Later Apple would
use 2532 ROMs and 2732 EPROMs instead, but no logic was ever added to let
you reprogram the character set. Hi-res was used instead.

Todd Whitesel
toddpw @ ugcs.caltech.edu