Setting border color using COLOR

If you have feature requests, this is the place to post them. Please note your idea may already be something we have already discussed and decided against, or something we are working on privately, and we cannot be held responsible for any similarities in such instance. Whilst we cannot respond to every suggestion, your idea will be read and responded to where possible. Thank you for your input!
Post Reply
mobluse
Posts: 177
Joined: Tue Aug 04, 2020 2:16 pm
Location: Lund, Sweden
Contact:

Setting border color using COLOR

Post by mobluse »

I think the COLOR command should be extended to be able to set the border color:
https://github.com/X16Community/x16-doc ... C.md#color
Now you can set the border color using e.g. POKE $9F2C, $BC if you have e.g. set VIC20 screen mode using SCREEN 7.

I think the foreground and background colors should still be set using PETSCII/X16 control codes as is done now, but the border color doesn't have a control code so it would have to be set using an instruction corresponding to POKE in 65C02 assembly, unless of course some way to do it using control codes is invented.
X16&C64 Quiz: Try It Now! Huge Char Demo: Try It Now! DECPS: Try It Now! Aritm: Try It Now!
Post Reply