Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!nbires!hao!hplabs!tektronix!tekcrl!vice!tekfdi!videovax!stever From: stever@videovax.UUCP (Steven E. Rice) Newsgroups: net.micro.amiga Subject: Video RAMs Message-ID: <1891@videovax.UUCP> Date: Tue, 12-Aug-86 02:10:43 EDT Article-I.D.: videovax.1891 Posted: Tue Aug 12 02:10:43 1986 Date-Received: Wed, 13-Aug-86 05:55:25 EDT References: <829@edison.UUCP> <950@hoptoad.uucp> Reply-To: stever@videovax.UUCP (Steven E. Rice) Organization: Tektronix, Comm Group, TV R&D Lines: 33 In article <950@hoptoad.uucp>, John Gilmore (gnu@hoptoad.uucp) writes (referring to article <829@edison.UUCP>, by David C. Albrecht [dca@edison.UUCP]): > David, you are absolutely right. Video RAMs are the obvious technical > solution -- they give the CPU all your memory bandwidth and let you run > the monitor at damn near any scan rate it can handle. Unfortunately, > Amiga did not built in the video RAMs, nor did they provide you with a > monitor that can handle a fast scan rate. Retrofitting them is more > trouble than it's worth. Get a long persistence monitor and wait for > the Amiga ][. > > PS: If it's any consolation, I tried to talk Atari into using video > rams for their next products and I don't think *they* will either. > (Something about them costing a few cents more than regular rams.) There is also an architectural issue. If you use video RAMs, the bits to be displayed must be in a contiguous memory area. When the video RAM moves a row of bits to its output shift register, it takes (sets of) 256 adjacent bits at a time. On the other hand, if you use standard memories, you can address one "word" at a time (whatever width the system uses). The video "window" chips take advantage of this to assemble displays from pieces pointed to by a display list. You get easier access to the display memory with video RAMs, but the tradeoff is that you MUST bitblt your display together. If your processor cannot effectively perform high-bandwidth transfers, the standard architecture may be a better match to your needs. Steve Rice ---------------------------------------------------------------------------- {decvax | hplabs | ihnp4 | uw-beaver}!tektronix!videovax!stever