home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / graphics / 6051 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  7.7 KB

  1. Xref: sparky comp.sys.amiga.graphics:6051 comp.sys.amiga.misc:13980
  2. Path: sparky!uunet!olivea!tymix!tardis!jms
  3. From: jms@tardis.Tymnet.COM (Joe Smith)
  4. Newsgroups: comp.sys.amiga.graphics,comp.sys.amiga.misc
  5. Subject: Commodore announces A4000 with AGA (AA) graphics chips
  6. Summary: World of Commodore/Amiga in Pasadena
  7. Message-ID: <3117@tardis.Tymnet.COM>
  8. Date: 15 Sep 92 04:42:34 GMT
  9. Followup-To: comp.sys.amiga.graphics
  10. Organization: BT Tymnet, San Jose, CA
  11. Lines: 127
  12.  
  13. I just got back from the World of Commodore/Amiga show that was in Pasadena
  14. September 11-13.  Without bothering to read what's been posted so far, here's
  15. my report.
  16.  
  17. The A600 is for real and is for sale, as is the A570 CD-ROM drive for the
  18. A500.  Pictures of the A600 are in both Amiga World and Amazing Computing.
  19. Imagine taking a saw to a regular Amiga keyboard and cutting off everything
  20. to the right of the left cursor key.  That is, chop the DEL key in half,
  21. get rid of the up, down and right cursor keys, the HELP key, and the numeric
  22. keypad.  The cursor keys are under the shift key on the A600 and the HELP
  23. key is next to F10.  The A600 is designed to be less expensive to
  24. manufacture, and is not expandable the same was as the A500.  It is best
  25. suited for the low-end users who do not plan to add anything to their
  26. machine other than an external floppy and a second meg of internal memory.
  27.  
  28. The A570 CD-ROM drive for the A500 is $599, including installation.  This
  29. option has to be installed by a dealer because the A500 motherboard has to be
  30. brought up to rev before it can reliably use the CD-ROM.
  31.  
  32. People who buy a new A3000 will get a CDTV unit free.  Existing owners can
  33. a CDTV unit for $599.  The unit comes with a specially modified cable for
  34. connecting the CDTV to your Amiga's parallel port and software for running
  35. ParNet software between them.  The ParNet software for your existing Amiga
  36. comes on a 3.5-inch floppy, the software that runs on the CDTV is on the
  37. Fred Fish CD-ROM collection that comes with the package.  With ParNet
  38. running, the CDTV can access your Amiga's floppies and your Amiga can access
  39. all the files on the CD-ROM.
  40.  
  41. For all systems other than the A500, Commodore's official policy is "if you
  42. want a CD-ROM for your system with our name on it, pay $600 for our CD-ROM
  43. package with comes with another Amiga CPU at no extra cost."
  44.  
  45.     ===========================================================
  46.  
  47. The A4000 was shown, but it is not in full production yet.  It comes with a
  48. 25Mhz 68040 (which is on a replaceable CPU board in case something better
  49. comes along), 2M Chip ram, and up to 16M of fast ram in industry standard
  50. SIMMS on the motherboard.  AmigaDOS-3.0 is in ROM and includes the CrossDos
  51. library for reading and writing MS-DOS floppies directly.  No display
  52. enhancer; the flicker-fixer function is done under software control by the
  53. AGA chips.  One Zorro-III Amiga expansion slot inline with the enhanced
  54. video slot and three Zorro-III slots inline with PC/AT slots (just like the
  55. A3000, except that the video slot is on the bottom instead of the top of the
  56. daughter board).  The 3.5-inch floppy stores 880K or 1.76M in Amiga format,
  57. 720K or 1.44M in MS-DOS format.  (The drive spins at 1/2 speed for the
  58. high-density modes so as to not exceed Paula's I/O rate.)  Four 3.5-inch
  59. bays; 2 in back for hard disks, 2 in front for floppies or Floptical (21
  60. meg) disks.  One 5.25-inch bay in front, suitable for a CD-ROM drive
  61. whenever it comes out.  Same 4-channel 8-bit sound; the Paula chip has not
  62. been upgraded yet.  NTSC/PAL/VGA 24-bit video on the 23-pin RGB port.
  63.  
  64. The big news is the AGA (Advanced Graphics Architecture (tm)) chips.  (The
  65. term "AA" was an internal code name; the offical designation is "AGA" now.)
  66. "Alice" replaces "Agnus" as the DMA controller, "Lisa" replaces "Denise" as
  67. the color video chip.  All the registers and internal data paths are now 32
  68. bits wide.  There are now 256 color registers, and they store 25 bits - 8
  69. bits red, 8 bits green, 8 bits blue, and 1 bit of transparency to drive the
  70. COLOR0 signal for genlocks.  (A one-bit alpha channel.)
  71.  
  72. They've quadrupled the rate at which the custom chips can access graphics
  73. RAM.  One factor-of-2 speedup is by accessing RAM 32-bits at a time instead
  74. of 16-bits at a time like the ECS and previous chips did.  The second
  75. speadup is by reading two 32-bit longwords on each memory cycle.  (The CAS
  76. line is strobed twice per each stobe of the RAS line.)  This means 8 bit
  77. planes can be read IN ALL GRAPHICS RESOLUTIONS!!!!  256 colors out of a
  78. palette of 16 million.  Eight-bit HAM!
  79.  
  80. Let's compare this to the ECS graphics modes:
  81.  
  82. Lo-res: 320x200 and 320x400 (NTSC) or 320x256 and 320x512 (PAL)
  83.   32-color (5 bitplanes), uses up 62% chip bandwidth, no color restrictions.
  84.   Extra-Halfbrite (6 bitplanes), uses 75% bandwidth, colors 32-62 from 0-31.
  85.   HAM (Hold And Modify) (6 bitplanes), 75%, 16 base colors, 4096 derived.
  86.  
  87. Hi-res: 640x200 and 640x400 (NTSC) or 640x256 and 640x512 (PAL)
  88.   16-color (4 bitplanes), uses up 100% chip bandwidth, no color restrictions.
  89.   (It is possible to run a 16-color Workbench, but not adviseable.  During
  90.   the active part of each scan line, the graphics chips lock out the CPU and
  91.   the blitter.  It is better to run an 8-color Workbench (which uses up only
  92.   75% of the memory accesses) or a 4-color Workbench.)
  93.  
  94. Super-Hires: 1280x200 and 1280x400 (NTSC) or 1280x256 and 1280x512 (PAL)
  95.   4-color (2 bitplanes), uses up 100% chip bandwidth, palette of 64 colors.
  96.   (The bits are coming out so fast (35 nanosecond resolution) that Denise
  97.   can't modulate more than 2 bits each of red, blue, and green.  To get any
  98.   work done with the display is active, the graphics has to be reduced to a
  99.   single bitplane; only 2 colors.)
  100.  
  101. Productivity: 640x480 at 31KHz horizontal, noninterlaced 60Hz (VGA)
  102.   Same restrictions as Super-Hires (4 colors out of a palette of 64), but
  103.   can drive a VGA monitor directly without a scan doubler or flicker fixer.
  104.  
  105. The new AGA graphics modes are:
  106.  
  107. Productivity:                640x480 VGA, 256 colors or HAM-8 (100%)
  108. 72Hz vertical/31KHz horizontal:  640x480, 256 colors or HAM-8 (100%)
  109. Super-Hires: 1280x400 NTSC, 1280x512 PAL, 256 colors or HAM-8 (100%)
  110. Hires:        640x400 NTSC,  640x512 PAL, 256 colors or HAM-8  (50%)
  111. Lores:        320x400 NTSC,  320x512 PAL, 256 colors or HAM-8  (25%)
  112.  
  113. You can run Workbench in 256 color mode, where windows can have up to 256
  114. colors out of a palette of 16 million colors.  (This reduced the need to
  115. open a custom screen just to get more colors.)  Or you can switch to HAM-8
  116. mode, where 64 of the color registers are directly accessable.  By holding
  117. the previous color and adjusting the high-order 6 bits of R, G, or B, HAM-8
  118. can display 262144 (256K) different colors.  With 64 base colors, the "HAM
  119. fringing" effect is a lost less noticable.
  120.  
  121.     =============================================================
  122.  
  123. Obvious question: When can I add the AGA chips to my A2000 or A3000?
  124. Disappointing answer: Never.
  125.  
  126. In order to make the A2000 or A3000 do 32-bit into and between the graphics
  127. chips, you would have to locate the lines that connect the graphics chips
  128. together (16 data bits and 8 bits of register address), rip them out, and
  129. wire in 32+N new traces.  I.e. a MAJOR redesign of the motherboard.  The
  130. replacements for Agnus, Denise, and all the chip RAM would have to go onto a
  131. separate board, sort of like the Rejuvenator project for the A1000.  But
  132. this is not something Commodore would do.  It would have to be a 3rd party
  133. solution, if ever.
  134.  
  135. -- 
  136. Joe Smith (408)922-6220     BTNA GNS Major Programs, TYMNET Global Network
  137. <jms@tardis.tymnet.com>     P.O. Box 49019, MS-C51, San Jose, CA 95161-9019
  138. CA license plate: "POPJ P,"    Married to the LB, Quantum Leap's #1 net.fan
  139. PDP-10, 36-bits forever!    Humorous disclaimer: "My Amiga 3000 speaks for me."
  140.