DistantStar001 Posted February 15 Share Posted February 15 (edited) I've been taking an online class, and since everyone else has set up their little backgrounds, I decided to put some of my vintage computers in mine running some looping BASIC programs on a green phosphor CRT. Obviously, since the classes run for a few hours, I don't want anything too static (screen burn, also boring), so I "translated" a little dancing line program the 8-Bit Guy had in one of his videos for several of my computers, including The CoCo in extended BASIC. However, the graphics screen has a green border which will be problematic, and I was wondering if there was a command that could turn that off (or at least make it black). OK. There's also a screensaver mode that needs to be turned off too. Edited February 15 by DistantStar001 Quote Link to comment https://forums.atariage.com/topic/361381-how-do-i-turn-the-graphics-screen-boarder-off-in-extended-color-basic/ Share on other sites More sharing options...
jhd Posted February 15 Share Posted February 15 There is no way to completely turn-off the screen border. It may be possible to switch it to the same colour as the screen background; have you tried a different graphics mode? It's been a really long time, but, if memory serves, PMODE 4 has two options: black and white and black and green. The Coco does not include a screensaver mode; that may be a function of the monitor. Quote Link to comment https://forums.atariage.com/topic/361381-how-do-i-turn-the-graphics-screen-boarder-off-in-extended-color-basic/#findComment-5411120 Share on other sites More sharing options...
Grimm1966 Posted February 15 Share Posted February 15 Is your Coco a 1 or 2? Supposedly in the Coco 2 there is an enhanced VDG chip that will allow you to change the border color. https://www.computinghistory.org.uk/det/18510/TRS-80-Colour-Computer-2/ Quote The final significant change in the life of the CoCo 2 was made for the models 26-3134B, 26-3136B, and 26-3127B (16K standard, 16K extended, and 64K extended respectively). Internally this model was redesigned to use the enhanced VDG, the MC6847T1. This enhanced VDG allowed the use of lower case characters and the ability to change the text screen border color. However, for compatibility reasons neither of these features were used and are not enabled in BASIC. Maybe you can use poke to change the color? It doesn't mention anything about the graphics modes and it may take a Coco 3 to be able to change the border color? 1 Quote Link to comment https://forums.atariage.com/topic/361381-how-do-i-turn-the-graphics-screen-boarder-off-in-extended-color-basic/#findComment-5411269 Share on other sites More sharing options...
MrDave Posted February 15 Share Posted February 15 Register ff22 can be poked to widen the screen or swap colorsets If you are using a coco3 the a palette command or poke to FFbX will change the color 1 Quote Link to comment https://forums.atariage.com/topic/361381-how-do-i-turn-the-graphics-screen-boarder-off-in-extended-color-basic/#findComment-5411311 Share on other sites More sharing options...
DistantStar001 Posted February 16 Author Share Posted February 16 9 hours ago, MrDave said: Register ff22 can be poked to widen the screen or swap colorsets If you are using a coco3 the a palette command or poke to FFbX will change the color How exactly would I do that? Also, this is a Coco 1, but I also have a Coco 2 as well. Quote Link to comment https://forums.atariage.com/topic/361381-how-do-i-turn-the-graphics-screen-boarder-off-in-extended-color-basic/#findComment-5411590 Share on other sites More sharing options...
MrDave Posted February 18 Share Posted February 18 First poke 359,57 Then POKE 65314,X Where X is one of 8,16,32,64 .. Try each one.. One of them is lowercase on some coco2's One is wide screen.. ..invert colors... etc Quote Link to comment https://forums.atariage.com/topic/361381-how-do-i-turn-the-graphics-screen-boarder-off-in-extended-color-basic/#findComment-5412848 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.