Is the paddle speed unlimited in the Breakout port for Atari 2600?
Best Answer
http://www.atarihq.com/reviews/2600/breakout.html :
You move your paddle left and right at the bottom of the screen. The speed of the video paddle is not limited, as in some games; it moves at the same rate as the paddle controller. The red button on the controller serves the ball to start each turn.
The video paddle (not to be confused with the paddle controller) is divided into four sections. Each section has a different rebound angle, so you can anticipate where the ball will go. However, the rebound angle becomes sharper after the eighth hit, then less sharp again after the sixteenth hit. After the forty-eighth hit the paddle is divided into only two sections, with each rebound angle being about 45 degrees. You'll have to gain a fair amount of expertise to make use of this information about the angles. At first, it will take all of your coordination just to get the paddle to hit the ball, never mind at what spot on the paddle. Also, attempting to hit the ball at the edge of the paddle often results in missing it altogether. The speed of the ball is not controllable, but does increase after the eighth hit and as the ball knocks out one of the bricks in the top four rows of the wall.
Pictures about "Is the paddle speed unlimited in the Breakout port for Atari 2600?"



Which Atari games use paddles?
Games. Some famous video games using paddles are Pong, Breakout, and Night Driver. The reason for the name paddle for this type of game controller is that the first game that used it, Pong, was a video game simulation of table tennis, whose rackets are commonly called paddles.Do paddles work on Atari Flashback?
Atari 2600 Paddle Controller Set Atari 2600LooseCompleteNew$15.99$43.25$65.00volume: 3 sales per year1 sale per year1 sale per yearGradedBoxManual$71.50$17.30$10.811 more rowAtari 2600 Paddles with Retropie on Stella 2014 Retroarch. Play Breakout, Warlords with precision
More answers regarding is the paddle speed unlimited in the Breakout port for Atari 2600?
Answer 2
Paddle controllers on the Atari 2600 use a variable resistance in a resistor-capacitor timing circuit and then measure how long that circuit takes to switch. The time will vary from a few scan lines to a couple hundred scan lines, depending upon paddle position, and software will typically need to scan the controller position during the video frame. For games that use one paddle, its position will typically be sensed "from scratch" on every frame; games that use more will typically read paddle positions "in rotation". Games can typically sense any amount of paddle movement per frame, and many will respond directly to paddle movement.
In my own partially-completed variation of Arkanoid, I used a different approach to reading paddles which limited their speed. Rather than resetting the timing circuit at the start of each frame and checking on every other scan line whether it had timed out yet, I selectively set or clear the "reset" signal to the timing circuit on every 8th scan line, based upon the previous paddle position, and then I check for a timeout on each line during (IIRC) a 48-line area near the bottom (below the bricks). This reduces the overhead required to read the paddle during the displayed part of the frame (freeing up CPU time to display more content) but limits paddle motion to 32 pixels/frame. Even though the speed is not unlimited, it's still pretty fast (if memory serves, my version of the game was 144 pixel across, so about 1/10 second would let the paddle fully cross the screen).
I don't know if any other paddle games used this approach, but it reduces the CPU overhead required for paddle sensing at the expense of maximum paddle speed.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Rachel Claire, Mike B, Karolina Grabowska, Rachel Claire
