You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 2The Atari 2600 relied upon software to output a vertical sync pulse every 262-ish lines; many games happen to output 263 or (somewhat less commonly) 261, Stella's Stocking uses 264 because audio is designed around a four-scan-line "loop", and some games end up gaining or losing a scan line here or there based upon object positions. Some older televisions might have needed to have the vertical hold knob adjusted if a player went from a game that happened to output 256 lines to one that output 268, but otherwise television sets were pretty flexible.supercat– supercat2025-01-28 00:12:53 +00:00Commented Jan 28 at 0:12
- 1Actually, on the 2600 one of the reasons for games--especially PAL ports--to go beyond 262 scan lines was to increase usable screen real estate. If the worst-case execution time for game logic was 5300 cycles (the 2600 executes exactly 76 cycles per scan line), pushing the screen timing out to 270 lines/frame would allow a game to show 200 lines of meaningful content. Staying within the standard 262-line frame would require limiting content to 192 lines.supercat– supercat2025-01-28 01:02:06 +00:00Commented Jan 28 at 1:02
- 3It's OK to not be aware of every computer in existence. The computer I had produced a signal with 320 of 15kHz lines per frame versus expected 312.5 per field of interlaced video. This is 48,828125 instead of 50 Hz, which indeed caused a little beating of image on my portable B/W TV with transformer power supply. Save all-white screen causing the upper half of the raster to dance (due to combination of poor high voltage regulation and wrong v-sync shape, I believe), it worked just fine. Big color TV set didn't have problems with that signal at all.Dmitri Urbanowicz– Dmitri Urbanowicz2025-01-28 06:03:53 +00:00Commented Jan 28 at 6:03
- 3To jump in, see digitpress.com/library/techdocs/vcs_scanlines.htm for a list of the number of scan lines various different real Atari 2600 games really pushed as a guide to the tolerances that commercial companies seemed happy with back then. Summary: "For known NTSC games you can find values from 248 to 286, and for PAL from 284 to 342."Tommy– Tommy2025-02-13 04:49:05 +00:00Commented Feb 13 at 4:49
- 2> Computer monitors were often a different beast Until multi-sync monitors became popular, most computer monitors (and arcade cabinet monitors) were basically 15 khz television CRTs without the tuner.Mark R– Mark R2025-05-08 00:20:16 +00:00Commented May 8 at 0:20
| Show 8 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you