Automatic screen resolution switcher

General Discussion, STOS.

Moderator: troed

User avatar
agranlund
Posts: 790
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Automatic screen resolution switcher

Post by agranlund »

mrbombermillzy wrote: Thu Nov 19, 2020 3:23 pm Looks quite complex to me.
Would using the VESA DDC signal make things any easier for mode switching?
Would it be possible to use it in this situation at all?
I'm sure one can design a VGA switchbox in many different ways, internal or external.
I choose to use an off-the-shelf switcher IC and a single wire that is either high or low to select source (and build in a UBE switch for the Atari source while at it, because why not?). I'm not sure how you would design it any simpler than that but in the end, equipped with a soldering iron and some low-level code you can do pretty much whatever you feel like doing :)

This software doesn't really have much to do with any specific hardware though. It's not attempting to be a switchbox, but it does toggle a hardware pin inside the Atari that you could potentially hook up to one like I've done.

What the program does is allowing TOS to run ST-Low resolution color games even if the machine is currently running in Mono mode (if you have a UBE-switch), or even if the desktop is being displayed using special hardware such as the ET4000 or the LaceScan.
User avatar
agranlund
Posts: 790
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Automatic screen resolution switcher

Post by agranlund »

I'm surprised that previous test version even worked in the few cases it did...

This version is dramatically more compatible, and a lot less rough around the edges.
(This goes for both normal Atari Mono mode & UBE-switch, and if you have ET4000)
modesw_201120.zip
(3.63 KiB) Downloaded 147 times
User avatar
mrbombermillzy
Posts: 1467
Joined: Sun Jun 03, 2018 7:37 pm

Re: Automatic screen resolution switcher

Post by mrbombermillzy »

agranlund wrote: Fri Nov 20, 2020 3:51 pm
I'm sure one can design a VGA switchbox in many different ways, internal or external.
I choose to use an off-the-shelf switcher IC and a single wire that is either high or low to select source (and build in a UBE switch for the Atari source while at it, because why not?). I'm not sure how you would design it any simpler than that but in the end, equipped with a soldering iron and some low-level code you can do pretty much whatever you feel like doing :)
Yeah, it kinda got 'complex' for me once you have to open the TT to solder stuff! :lol:

Im not like you lot here... If I wield a soldering iron, things turn out like scrambled eggs!

I like what you have done so far with the software though. Will DEFINITELY make use of that and it will be a great match for an UBE switch. Keep up the good work! :)
ube
Posts: 138
Joined: Mon Aug 21, 2017 11:34 am

Re: Automatic screen resolution switcher

Post by ube »

Good job @agranlund! First "real" implementation of the automatic switching with the ubeswitch.

(Yes, ubeswitch is all in lowercase. :D )
master of the bare pcb
User avatar
mrbombermillzy
Posts: 1467
Joined: Sun Jun 03, 2018 7:37 pm

Re: Automatic screen resolution switcher

Post by mrbombermillzy »

ube wrote: Sun Nov 22, 2020 10:29 am (Yes, ubeswitch is all in lowercase. :D )
Sorry, my mistake! :D
Post Reply

Return to “SOFTWARE”