Page 1 of 1
C64 screen border colour change command.
Posted: Fri May 26, 2006 10:06 pm
by j1mt3hcop13rwr3nch
Could have sworn it was something like SCREEN X,Y...
I guess it's been longer than I thought... Can anybody tell me the BASIC command and/or location (poke) to change the screen border colour?
Thanks.
J.
Re: C64 screen border colour change command.
Posted: Sat May 27, 2006 8:41 am
by MacbthPSW
On the C64, the border colour can only be changed with a poke, e.g:
POKE 53280, 0
Location 53281 holds the background colour, fwiw.
BTW, if you're mainly interested in the Commodore 64, check out
http://lemon64.com/ and it's forums - you'll find hundreds of geeks there

Posted: Sat May 27, 2006 12:20 pm
by j1mt3hcop13rwr3nch
Thank you. *Thumbs up*
J.
Posted: Fri Jul 07, 2006 7:53 pm
by dented42
I confess I only own a c-128, but does the 64 not have the 'color #,#' command?
Posted: Fri Jul 07, 2006 11:32 pm
by gklinger
dented42 wrote:I confess I only own a c-128, but does the 64 not have the 'color #,#' command?
Nope. As MacbthPSW wrote, the background and border colours can only be changed with pokes. There are 3rd party add-ons for BASIC (like Simon's BASIC) that add colour control commands.