<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Crt on RetroCosi</title>
    <link>https://www.retrocosi.com/tags/crt/</link>
    <description>Recent content in Crt on RetroCosi</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>it-IT</language>
    <copyright>© 2024 RetroCosi :: All rights reversed</copyright>
    <lastBuildDate>Tue, 17 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://www.retrocosi.com/tags/crt/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Phosphor Glow &amp; 240p: Why Retro Consoles Look Better on CRTs</title>
      <link>https://www.retrocosi.com/posts/crt-phosphor-240p-scanlines-guide/</link>
      <pubDate>Tue, 17 Sep 2024 00:00:00 +0000</pubDate>
      
      <guid>https://www.retrocosi.com/posts/crt-phosphor-240p-scanlines-guide/</guid>
      <description>&lt;p&gt;If you connect an original Super Nintendo or Sega Mega Drive directly to a modern 4K OLED or LCD TV using composite cables or a cheap HDMI converter, the result is almost universally disappointing: jagged, pixelated checkerboards, smearing motion, washed-out colors, and frustrating controller input lag.&lt;/p&gt;
&lt;p&gt;Yet on a 1990s Cathode Ray Tube (CRT) television or a Sony Trinitron PVM, those same games appear vibrant, smooth, textured, and remarkably alive.&lt;/p&gt;</description>
      <content>&lt;p&gt;If you connect an original Super Nintendo or Sega Mega Drive directly to a modern 4K OLED or LCD TV using composite cables or a cheap HDMI converter, the result is almost universally disappointing: jagged, pixelated checkerboards, smearing motion, washed-out colors, and frustrating controller input lag.&lt;/p&gt;
&lt;p&gt;Yet on a 1990s Cathode Ray Tube (CRT) television or a Sony Trinitron PVM, those same games appear vibrant, smooth, textured, and remarkably alive.&lt;/p&gt;
&lt;p&gt;Why is there such a massive discrepancy? The answer lies in the physics of electron beams, CRT phosphors, and how game artists originally drew pixel art.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;what-actually-is-240p&#34;&gt;What Actually Is &amp;ldquo;240p&amp;rdquo;?&lt;/h2&gt;
&lt;p&gt;Standard broadcast television in NTSC regions operated at a horizontal scan frequency of &lt;strong&gt;15.734 kHz&lt;/strong&gt;, drawing &lt;strong&gt;525 interlaced lines&lt;/strong&gt; per frame at 30 frames per second (or 60 interlaced fields at 60 Hz). Each field contained alternating odd or even scanlines.&lt;/p&gt;
&lt;p&gt;Engineers realized a clever hardware hack: by timing the video sync signal slightly differently (specifically omitting the half-line equalizing pulse), they could trick the television into drawing the electron beam across the &lt;strong&gt;exact same scanlines every single field&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Instead of 480 interlaced lines, the monitor drew &lt;strong&gt;240 progressive lines at 60 frames per second (240p)&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Because the electron gun skipped the alternating field lines, thin, dark horizontal spaces appeared between the illuminated lines. These are what we now affectionately call &lt;strong&gt;scanlines&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;phosphor-bloom-and-dither-blending&#34;&gt;Phosphor Bloom and Dither Blending&lt;/h2&gt;
&lt;p&gt;Modern LCD screens are made of rigid, discrete square pixels with sharp edges. CRT monitors, in contrast, have no &amp;ldquo;pixels&amp;rdquo; in the modern sense:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Continuous Electron Beam&lt;/strong&gt;: The beam sweeps across a glass faceplate coated with phosphor compounds (Zinc Sulfide for blue/green, Yttrium Oxide for red).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Phosphor Bloom&lt;/strong&gt;: When electrons strike the phosphor coating, the emitted light naturally radiates and blooms outward. This natural optical softness acts as an organic anti-aliasing filter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dithering &amp;amp; Transparency Magic&lt;/strong&gt;: pixel artists used optical dithering intentionally. In &lt;em&gt;Sonic the Hedgehog&lt;/em&gt; on the Sega Genesis, the famous waterfalls in Green Hill Zone are actually alternating vertical stripes of blue and orange pixels! On an LCD, it looks like a harsh jailbar pattern. On a CRT over composite or RF, the horizontal color bleed blends the stripes into a breathtaking, shimmering translucent water effect.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LCD (Raw Pixel Grid):     CRT (Phosphor Emission):
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;+---+---+---+---+         ( O ) ( O ) ( O )
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| R | G | B | R |          \     / \     /
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;+---+---+---+---+           [ Blended Light ]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;| R | G | B | R |             Organic Glow
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;+---+---+---+---+         =================== (Scanline Gap)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;hr&gt;
&lt;h2 id=&#34;motion-clarity--zero-latency&#34;&gt;Motion Clarity &amp;amp; Zero Latency&lt;/h2&gt;
&lt;p&gt;Beyond visual aesthetics, CRTs possess two massive technological advantages for fast-paced gaming:&lt;/p&gt;
&lt;h3 id=&#34;1-zero-input-lag&#34;&gt;1. Zero Input Lag&lt;/h3&gt;
&lt;p&gt;On an LCD/OLED panel, the incoming analog video signal must be digitized by an internal scaler, buffered in a frame memory chip, de-interlaced, and mapped to the native resolution. This process can add latency!&lt;/p&gt;
&lt;p&gt;On an analog CRT, the video signal from the console goes directly to the deflection yoke and electron guns via analog amplifiers. The latency is essentially &lt;strong&gt;the speed of light through copper (&amp;lt; 0.1ms)&lt;/strong&gt;. In games that require frame-perfect reflexes like &lt;em&gt;Super Mario World&lt;/em&gt;, &lt;em&gt;Punch-Out!!&lt;/em&gt;, or &lt;em&gt;Street Fighter II&lt;/em&gt;, the difference is night and day.&lt;/p&gt;
&lt;h3 id=&#34;2-motion-resolution-impulse-display&#34;&gt;2. Motion Resolution (Impulse Display)&lt;/h3&gt;
&lt;p&gt;LCDs are &lt;strong&gt;sample-and-hold&lt;/strong&gt; displays: pixels remain lit and static until the next frame updates, causing human eye tracking motion blur.&lt;/p&gt;
&lt;p&gt;CRTs are &lt;strong&gt;impulse displays&lt;/strong&gt;: the phosphor glows brightly for a fraction of a millisecond and then decays rapidly into darkness before the next sweep. Because the image strobes naturally at 60Hz, high-speed scrolling sprites remain razor-sharp with zero ghosting.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;best-video-signals-ranking-console-connections&#34;&gt;Best Video Signals: Ranking Console Connections&lt;/h2&gt;
&lt;p&gt;To extract the absolute highest fidelity from your retro consoles on a CRT, cable choice matters tremendously:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th style=&#34;text-align: left&#34;&gt;Video Format&lt;/th&gt;
					&lt;th style=&#34;text-align: left&#34;&gt;Type&lt;/th&gt;
					&lt;th style=&#34;text-align: left&#34;&gt;Quality&lt;/th&gt;
					&lt;th style=&#34;text-align: left&#34;&gt;Description&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;RGB SCART / Component&lt;/strong&gt;&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Analog Discrete&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;★★★★★ (Reference)&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Clean red, green, blue channels with separate CSYNC. Zero cross-color noise.&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;S-Video&lt;/strong&gt;&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Y/C Separated&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;★★★★☆ (Great)&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Separates Luma (brightness) and Chroma (color). Vastly superior to composite.&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;Composite (RCA Yellow)&lt;/strong&gt;&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Single wire&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;★★☆☆☆ (Nostalgic)&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Combines luma and chroma; creates dot crawl, rainbow banding, and color bleeding.&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;&lt;strong&gt;RF Coaxial&lt;/strong&gt;&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Modulated Radio&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;★☆☆☆☆ (Primitive)&lt;/td&gt;
					&lt;td style=&#34;text-align: left&#34;&gt;Tuned to a predefined TV Channel. Heavy noise, static, and audio buzz.&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h2 id=&#34;conclusion&#34;&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Pixel art from the 1980s and 1990s was never designed to be viewed on sharp flat-panel LCDs. The CRT was not merely a display device, &lt;strong&gt;it was an active co-creator of the visual medium&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Whether you hunt down an old consumer Sony Trinitron KV series, a high-end broadcast monitor, or run a high-grade CRT shader pipeline like CRT-Royale in modern emulators, experiencing games through the lens of phosphor and scanlines is the only way to truly appreciate their timeless artistry.&lt;/p&gt;
</content>
    </item>
    
  </channel>
</rss>
