mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Add Atari to VGA page with three adapters, photo and ST2VGA Enhanced uninstalled
This commit is contained in:
@@ -43,6 +43,7 @@ module.exports = function (eleventyConfig) {
|
|||||||
eleventyConfig.addPassthroughCopy("retro/eiffel/*.jpg");
|
eleventyConfig.addPassthroughCopy("retro/eiffel/*.jpg");
|
||||||
eleventyConfig.addPassthroughCopy("retro/stpsu/*.jpg");
|
eleventyConfig.addPassthroughCopy("retro/stpsu/*.jpg");
|
||||||
eleventyConfig.addPassthroughCopy("retro/acsi2stm/*.jpg");
|
eleventyConfig.addPassthroughCopy("retro/acsi2stm/*.jpg");
|
||||||
|
eleventyConfig.addPassthroughCopy("retro/atari-vga/*.jpg");
|
||||||
|
|
||||||
// Root-level shared assets
|
// Root-level shared assets
|
||||||
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
|
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ parent: "/retro/"
|
|||||||
<li><strong>An <a href="/retro/eiffel-pico/">Eiffel Pico USB adapter</a></strong>, bought and configured but not yet installed, so I haven't decided which machine it will go into.</li>
|
<li><strong>An <a href="/retro/eiffel-pico/">Eiffel Pico USB adapter</a></strong>, bought and configured but not yet installed, so I haven't decided which machine it will go into.</li>
|
||||||
<li><strong>A new <a href="/retro/sidecartridge/">SidecarTridge Multi-device</a> Revision 3</strong>, bought as an upgrade over the Revision 0 in use on the "Low" machine, still uninstalled until I decide where to put it.</li>
|
<li><strong>A new <a href="/retro/sidecartridge/">SidecarTridge Multi-device</a> Revision 3</strong>, bought as an upgrade over the Revision 0 in use on the "Low" machine, still uninstalled until I decide where to put it.</li>
|
||||||
<li><strong>An <a href="/retro/acsi2stm/">ACSI2STM</a> adapter</strong>, bought but not yet in use anywhere, an alternative ACSI hard-disk emulator to the UltraSatan.</li>
|
<li><strong>An <a href="/retro/acsi2stm/">ACSI2STM</a> adapter</strong>, bought but not yet in use anywhere, an alternative ACSI hard-disk emulator to the UltraSatan.</li>
|
||||||
|
<li><strong>An <a href="/retro/atari-vga/">ST2VGA Enhanced</a> adapter</strong>, an active RGB-to-VGA adapter bought as a spare, not currently in use.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="note">Fun fact: two of the "problem" machines turned out to have nothing wrong with the boards at all, a badly soldered CPU socket and a leftover blitter patch bridge were the actual culprits. Moral of the story: check your solder joints twice before blaming the silicon.</p>
|
<p class="note">Fun fact: two of the "problem" machines turned out to have nothing wrong with the boards at all, a badly soldered CPU socket and a leftover blitter patch bridge were the actual culprits. Moral of the story: check your solder joints twice before blaming the silicon.</p>
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
---
|
||||||
|
title: "Atari to VGA: Getting the ST Onto a Modern Monitor"
|
||||||
|
section: "retro"
|
||||||
|
tags: "retro"
|
||||||
|
description: "How I connect the Atari Mega ST machines to modern VGA monitors, with three different RGB-to-VGA adapters."
|
||||||
|
layout: base.njk
|
||||||
|
parent: "/retro/"
|
||||||
|
---
|
||||||
|
<h1>Atari to VGA: Getting the ST Onto a Modern Monitor</h1>
|
||||||
|
<div class="detail-content">
|
||||||
|
|
||||||
|
<p>To get the Atari ST onto a modern monitor, I use RGB-to-VGA adapters. I have three of them: a passive MCSWITCH adapter on the "Low" machine, a self-built adapter on the "High" machine, and a newer active ST2VGA Enhanced that isn't in use yet.</p>
|
||||||
|
|
||||||
|
<h2>The MCSWITCH (Low machine)</h2>
|
||||||
|
<p>The <a href="/retro/atari-mega-st-fleet/">Mega ST 4 "Low"</a> uses an <a href="http://www.albersdoerfer.de/erweiterungen/stvga.htm" target="_blank">MCSWITCH</a> adapter (ATARI Monochrome & Color VGA Adapter) by Olivier Gossuin. It shows all three ST resolutions on a suitable VGA monitor, with a switch for mono and color, an A/V connector, and volume buttons. It's documented on <a href="http://www.albersdoerfer.de/erweiterungen/stvga.htm" target="_blank">albersdoerfer.de</a>.</p>
|
||||||
|
|
||||||
|
<h2>The self-built adapter (High machine)</h2>
|
||||||
|
<p>The <a href="/retro/atari-mega-st-fleet/">Mega ST 4 "High"</a> uses a self-built adapter. I followed the guide at <a href="https://pest.atari.org/www.logicsays.com/atari/mono/docs/atari_vga.htm" target="_blank">pest.atari.org</a> to build a simple RGB-to-VGA adapter for the Atari monitor port.</p>
|
||||||
|
|
||||||
|
<h2>The ST2VGA Enhanced (not yet in use)</h2>
|
||||||
|
<p>I also bought a new active <a href="https://sidecartridge.com/products/st2vga-atari-st/" target="_blank">ST2VGA Enhanced</a> from SidecarTridge, but it isn't in use yet. Unlike the passive adapters, the Enhanced adds an active amplifier and filter stage for early or noisy Atari machines, and carries its own +5V supply over micro-USB. It's designed for machines with weak video output, visible "jailbars", or picky LCD inputs that fail to lock to the signal.</p>
|
||||||
|
|
||||||
|
<h2>A note on monitors</h2>
|
||||||
|
<p>Passive RGB-to-VGA adapters output the Atari's native timings, so color modes (ST Low and ST Medium) need a monitor that can lock to a 15 kHz horizontal sync signal. See my <a href="/retro/atari-monitor-compatibility/">monitor compatibility</a> page for which modern panels actually work. Mono mode (ST High) works on any standard VGA display.</p>
|
||||||
|
|
||||||
|
<h2>Gallery</h2>
|
||||||
|
<img src="stvga-low.jpg" alt="The MCSWITCH VGA adapter connected to the Atari" width="640" height="640">
|
||||||
|
<p class="caption">The MCSWITCH adapter on the Mega ST 4 "Low" machine.</p>
|
||||||
|
|
||||||
|
<h2>Sources</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://www.albersdoerfer.de/erweiterungen/stvga.htm" target="_blank">MCSWITCH (ATARI Monochrome & Color VGA Adapter) - albersdoerfer.de</a></li>
|
||||||
|
<li><a href="https://pest.atari.org/www.logicsays.com/atari/mono/docs/atari_vga.htm" target="_blank">Atari to VGA adapter build guide - pest.atari.org</a></li>
|
||||||
|
<li><a href="https://sidecartridge.com/products/st2vga-atari-st/" target="_blank">ST2VGA Adapter - SidecarTridge (product page)</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@@ -52,6 +52,9 @@ sections:
|
|||||||
- title: "💽 ACSI2STM"
|
- title: "💽 ACSI2STM"
|
||||||
summary: "An open-source ACSI to SD card hard drive emulator for the Atari ST. Bought, not yet in use."
|
summary: "An open-source ACSI to SD card hard drive emulator for the Atari ST. Bought, not yet in use."
|
||||||
href: "/retro/acsi2stm/"
|
href: "/retro/acsi2stm/"
|
||||||
|
- title: "📺 Atari to VGA"
|
||||||
|
summary: "Getting the Mega ST onto modern VGA monitors with three RGB-to-VGA adapters: MCSWITCH, a self-build and an ST2VGA Enhanced."
|
||||||
|
href: "/retro/atari-vga/"
|
||||||
- heading: "Amiga Corner"
|
- heading: "Amiga Corner"
|
||||||
cards:
|
cards:
|
||||||
- title: "⚔️ Vampire, A600GS or MiSTer"
|
- title: "⚔️ Vampire, A600GS or MiSTer"
|
||||||
|
|||||||
Reference in New Issue
Block a user