Login
Back to forumSee the full topicGo to last reply

Posted By

Chicken
on 2010-07-11
09:04:07
 Re: Introducing CBM-Command for the Plus 4

Btw, since 65301 is the TED register setting the background color, you might want to change the new loader a bit.

The way it is now, it sets the background color to black which isn't really a problem but white looks better (and it's also the default background color). Plus, you can see the what you PRINTed on screen wink

So here's how you do it:

100 POKE65301,113: REM BACKGROUND COLOR WHITE
105 IF PEEK(65301)=241 ...

The "trick" works with any color because the register's msb (bit 7) is set automatically (241-128=113).



Back to top


Copyright © Plus/4 World Team, 2001-2024