Login
Back to forumSee the full topicGo to last reply

Posted By

Csabo
on 2012-08-07
09:32:13
 Re: Searchin' for a char editor...

Ok, I looked it up from the ROM code, it was actually very easy to find. The POKE you need is POKE 740, (address of charset). So, here's a very simple example showing you in action, how to use a custom charset on the graphics screen (RETURN after each line):

MONITOR
>1008 FC CC CC FC CC CC CC 00
X
POKE 740, DEC("10")
GRAPHIC 4,1
CHAR 1, 0, 0, "A"

And voila, instead of the "ugly" default "A", you'll have the nice blocky "A" we defined as part of our custom charset on $1000. Simple, easy, there's nothing to it. Just compare your code with the above.



Back to top


Copyright © Plus/4 World Team, 2001-2024