home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / 18591 < prev    next >
Encoding:
Text File  |  1992-12-20  |  5.9 KB  |  128 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!hanauma.jpl.nasa.gov!hyc
  3. From: hyc@hanauma.jpl.nasa.gov (Howard Chu)
  4. Subject: Re: Falcon030, resolutions, TRUE color, and DSP
  5. Message-ID: <1992Dec18.074213.26617@elroy.jpl.nasa.gov>
  6. Sender: news@elroy.jpl.nasa.gov (Usenet)
  7. Nntp-Posting-Host: hanauma.jpl.nasa.gov
  8. Organization: SAR Systems Development & Processing, JPL
  9. References: <1grcjlINNn2m@usenet.INS.CWRU.Edu>
  10. Date: Fri, 18 Dec 1992 07:42:13 GMT
  11. Lines: 115
  12.  
  13. In article <1grcjlINNn2m@usenet.INS.CWRU.Edu> aa399@cleveland.Freenet.Edu (Len Stys) writes:
  14. >Hi, everyone.
  15.  
  16. Howdy, all
  17. >
  18. >I would like to get a better grasp at HOW good the Falcon030 could
  19. >be as a game system.
  20. >
  21. >First of all, I'm told that 640x480 TRUE COLOR would require 4 Megs
  22. >of memory for NICE games.  I'm told that 2 Megs would not really be
  23. >enough since there must be room for other stuff like sound.
  24.  
  25. At 600K per screen, figure 1.2meg for double-buffered graphics, yeah, it
  26. starts eating up memory pretty fast...
  27. >
  28. >Secondly, no one seems to know if this resolution (interlaced of course)
  29. >could be displayed on TV without flicker.  Does anyone know?
  30.  
  31. Just what exactly are you asking here? Of *course* it will flicker, that is
  32. the nature of interlaced video. Will you notice it? Depends on the TV, and
  33. on what's being displayed. A single-pixel horizontal line will flicker
  34. terribly, but that's true regardless of whether the video is computer-generated
  35. or just happened to appear in some TV or film production. The desktop has
  36. a lot of flicker, because it's covered with icons and windows that all have
  37. single-pixel horizontal lines for borders. A game with moving images,
  38. background scenery and such probably won't have very noticable flicker
  39. (unless it's got some pretty boxy-looking graphics, eh?)
  40. >
  41. >Thirdly, I have talked with someone that said that 640x200 (I'm not sure
  42. >if you can get true color in this resolution) would also produce some
  43. >pretty good games.  I guess that could be pushed to 640x240, but
  44. >anyways, I'm told that 300k for ONE screen.  And you'll need at least
  45. >TWO screens.  This would allow this game to produce with only 2 Megs
  46. >easily--MAYBE even 1 Meg.
  47.  
  48. True color is available in all resolutions on a TV, up to 768x480.
  49. >
  50. >I'm NOT sure if that would flicker or not either.  If someone knows,
  51. >please tell me.
  52.  
  53. The 200 (or 240) vertical-resolution modes are non-interlaced, and therefore
  54. will not flicker at all.
  55. >
  56. >I have been also informed that the Blitter REALLY would not be fast
  57. >enough to move graphics around.  And someone suggested that Atari should
  58. >have used the TI30410.  My question is, would the DSP work just as well?
  59. >The Atari Advantage article states these things:
  60.  
  61. The DSP can only communicate with the main memory at up to 1 megabyte/second.
  62. This is nowhere near the speed required to pass as a blitter. The items
  63. mentioned in the Atari Advantage article are aimed purely at computation -
  64. the DSP can be used to process the geometric formulas required to define
  65. shapes and 3-D objects, rotate them, shade them, etc., but all that computation
  66. can only be done in the DSP memory, and you would then have to transfer
  67. the results to main memory before you could do anything like draw them onscreen.
  68. >
  69. >Will the DSP be able to produce CD quality sound AND generate graphics
  70. >in a game?
  71.  
  72. The DSP is not needed for sound generation. For simple stereo sample playback,
  73. only the on-board CODECs need to be involved. So, yes, the DSP could do number
  74. crunching while CD-quality sound is playing back. However, I would expect that
  75. most games would have done their serious graphics number crunching in advance,
  76. and would simply do frame playback during an actual game.
  77. >
  78. >What is the 32Kx24 bit (96K bytes) of local zero wait state SRAM for?
  79. >What does the DSP do with it?
  80.  
  81. What *doesn't* the DSP do with it? The DSP is not a tightly coupled
  82. coprocessor, like a 68882 FPU is coupled to the 68030. It is a totally
  83. independent computer, and that 96K of memory is its entire workspace.
  84. (Well almost; there's some on-chip ROM as well.) When you want the DSP
  85. to do something for you, you download a DSP program from ST memory to
  86. DSP memory, then you download the data to be operated on, and then you
  87. upload the results back from DSP memory into ST memory. All of these
  88. memory transfers are initiated by the 68030 and run at 1 MB/sec.
  89. >
  90. >Is there any chance that Atari is only including 1 Meg in the Falcon030
  91. >and expecting the 640x480 TRUE color mode to be used as a standard because
  92. >of a video technique which will allow them to do so?
  93.  
  94. I don't think Atari really expects many true-color games to run in
  95. 640x480 resolution on 1 megabyte machines. I think they really expect to
  96. see a lot of games support the 256 color modes, but ya never know fer sure.
  97. >
  98. >How was the Tina Turner video able to run at 4 frames per second
  99. >in TRUE COLOR and what resolution was that?
  100.  
  101. Dunno, never saw it.
  102. >
  103. >Is a Motorola 68030 16 MHz powerful enough to be used as a game system?
  104. >As a game system that can compete with future 32-bit game systems?
  105.  
  106. The 68030 at 16 MHz is certainly more powerful than, say, the 68000 or 65816
  107. found in most home systems right now. It is a full-fledged 32 bit processor,
  108. as well. The 65816 is only 16 bit, and we've already had debates over what to
  109. call the 68000...
  110. >
  111. >And lastly, the Jaguar is rumored to run off of a RISC 64-bit chip.
  112. >We don't know what type of chip this is.
  113. >
  114. >Could the Jaguar POSSIBLY be a Motorola 68030 at 16 MHz and have a
  115. >RISC DSP?
  116.  
  117. "run off" is a misleading phrase. "RISC DSP" is almost redundant. I'd bet
  118. that the Jaguar (which I've never seen, and heard only a very little about)
  119. is 68030 based with a 64 bit graphics coprocessor. I would also bet that
  120. this 64-bit chip is called a RISC chip merely because of the tiny size of
  121. its instruction set, an instruction set devoted entirely to describing a
  122. graphics display, (just like the 8-bit ANTIC) and having very little other
  123. functionality.
  124. -- 
  125.   -- Howard Chu @ Jet Propulsion Laboratory, Pasadena, CA
  126.  
  127. All true wisdom is conveyed in one-line witticisms.
  128.