this post was submitted on 08 May 2025
391 points (99.2% liked)

RetroGaming

22795 readers
252 users here now

Vintage gaming community.

Rules:

  1. Be kind.
  2. No spam or soliciting for money.
  3. No racism or other bigotry allowed.
  4. Obviously nothing illegal.

If you see these please report them.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 57 points 3 weeks ago (1 children)

How long did it take to download 45 years of updates?

[–] [email protected] 21 points 3 weeks ago (1 children)

The very first pong game system did not use software, which blows my mind. OP's does not appear to be the same version but it's possible this it also does not use software.

[–] [email protected] 8 points 3 weeks ago (5 children)

Am I too stupid...how did it work?

[–] [email protected] 36 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

I can't really give a great answer to that, pretty sure it was all just electrical hardware. I'm curious now, I'll look around and let you know if I find something.

Edit: yep, no code, just circuits. Here is the original circuit diagram from Atari

[–] [email protected] 13 points 3 weeks ago

Many 80s games have an amusing hybrid design. Galaga has its game code and sprites in ROM, but has an entire custom chip that is a dedicated circuit for generating the ship explosion sound, another custom chip that only makes the scrolling starfield, etc.

[–] [email protected] 7 points 3 weeks ago

This is also how some old glass terminals worked.

[–] [email protected] 14 points 3 weeks ago

Essentially the “program” was baked into the hardware design itself. It didn’t have a rom chip or something, it just had hardware circuits dedicated to each function, like drawing the paddle etc.

[–] [email protected] 7 points 3 weeks ago

It used transistor to Transistor logic or ttl, which means chips are wired together on the board to build the "code" and handle Inputs and Outputs, because affordable CPUs, ram or storage did not exist when the first arcades came out. However with more complex games this became increasingly expensive because each additional chip caused costs for parts, soldering work, warranty, potential failures during operation.

[–] [email protected] 3 points 3 weeks ago

Start with googling "pong chip". There is a Wikipedia article about it, and then look for the chips "name" AY-3-8500, under which you will find lots of information about this chip.