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.
C64 screen border colour change command.
-
- Posts: 28
- Joined: Thu May 25, 2006 5:00 pm
- Location: Hamilton, ON
- Contact:
C64 screen border colour change command.
Stranded in time. Surrounded by evil. low on gas.
Re: C64 screen border colour change command.
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
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

-
- Posts: 28
- Joined: Thu May 25, 2006 5:00 pm
- Location: Hamilton, ON
- Contact:
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.dented42 wrote:I confess I only own a c-128, but does the 64 not have the 'color #,#' command?
Call me Golan; my parents did.