you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 1 year ago (5 children)

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

  • source
  • parent
  • hideshow 10 child comments
  • [–] 36 points 1 year 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

  • source
  • parent
  • hideshow 4 child comments
  • [–] 14 points 1 year 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.

  • source
  • parent
  • [–] 14 points 1 year 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.

  • source
  • parent
  • [–] 7 points 1 year 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.

  • source
  • parent