Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/05/06 12:25
Read: times


 
#115644 - That requires a fair amount of speed
Responding to: ???'s previous message
The bit rate for 1970's "game-quality" video still ranges between 5 and 10 MHz. If you intend to do that in firmware, you've got to be moving along at a pretty good rate.

The old PONG game used a solid block of a fixed height and width as its primary moveable object. This was still generated with a character generator and shift register, and the circuitry that produced it operated at a fixed rate with which the CPU had to be synchronized. Only one movement per frame was allowed, since it would otherwise not have been easily visible.

The PONG games I remember didn't interlace the display as broadcast TV does. I think, typically, they used something on the order of 6 MHz as a dot-clock.

An 805x would have a bit of trouble both synchronizing with the display unless it limited itself to writing to the display memory during horizontal blanking, in that the display would be "hashed" each time the MCU collided with the display hardware's access to the refresh RAM. You could, I suppose, attempt to accomplish the dot-generation by using the serial port in mode-0, if you have a one-clocker.

BTW, live-broadcast TV is at the LOW end of performance and resolution. What's more, it's interlaced. If you've sat in front of one of the old terminals that used 30Hz interlace as the NTSC standard does, for more than 2 minutes, you know how annoying that is when you're trying to read characters or track small icons as they move about.

RE

List of 14 messages in thread
TopicAuthorDate
Video on the 8052            01/01/70 00:00      
   Good page!            01/01/70 00:00      
      They'll have to be pretty fast ...            01/01/70 00:00      
         Not really...?            01/01/70 00:00      
            That requires a fair amount of speed            01/01/70 00:00      
               1MHz            01/01/70 00:00      
                  That's misleading in this context            01/01/70 00:00      
                     yeah but it ties the processor up            01/01/70 00:00      
                        That's a given.            01/01/70 00:00      
                           Remember the Sinclair ZX80            01/01/70 00:00      
   Yes...            01/01/70 00:00      
      I see...            01/01/70 00:00      
         The closest thing to RISC            01/01/70 00:00      
   not ยงť+ but maybe an inspiration            01/01/70 00:00      

Back to Subject List