home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 47 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: wisipc.weizmann.ac.il!news
  2. Newsgroups: comp.sys.amiga.programmer
  3. Subject: Re: >>>>>>> The Future: Amiga goes PC (...aeh: "PowerMsPenti...?) <<<<<
  4. Message-ID: <1407.6572T116T2147@plea.se>
  5. From: mats@plea.se (Mats Magnusson)
  6. Date: Tue, 2 Jan 1996 09:07:41 GMT
  7. Sender: news@wisipc.weizmann.ac.il (News User)
  8. References: <judas.0gku@tomtec.abg.sub.org>
  9.  <30cb6ee7@lls.se>    <judas.0gnh@tomtec.abg.sub.org>
  10.  <38231725@kone.fipnet.fi>    <judas.0gsz@tomtec.abg.sub.org>
  11.  <38231776@kone.fipnet.fi>
  12. Organization: Weizmann Institute of Science, Computation Center.
  13. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  14.  
  15. >Yeah right. Akiko is not faster compared to modern c2p algorithms.
  16.  
  17. >> If there was an Akiko in every Amiga, this action could be done with
  18. >> 2 moves on a 040.
  19.  
  20. >040 does c2p free anyway.
  21.  
  22. >> Akiko isn`t the great thing, like PC hardware offers, but it`s a chip,
  23. >> ready to go, cheap to implement and a real improvement concerning games.
  24.  
  25. >Real improvement while software algorithms offer more speed?
  26.  
  27. Well, another stupid thing about Akiko is that it also holds equalents to both
  28. the 8520's, but all i/o ports are not let out of the chip case, which means
  29. that you still must have two standard 8520 also to get the paralell port,
  30. disk control signals and other such stuff...
  31.  
  32. Why didn't they implement c2p in denise, an ugly but easy to bulid way
  33. would just be to bypass the shift registers for each bitplane, and instead
  34. display the byte in each of the 8 bitplanes as a chunky pixel. That would
  35. make the memory map for the gfx a bit ugly, each memory area which usualy
  36. hold one bitplane, would instead hold every eighth chunky pixel, you wuld
  37. then need to do some bit-rotating of the x-pointer, but it would anyway
  38. be a great improvement, for the cost of eight 'one of nine' multiplexers
  39. (all this could easyli be implemented in a 5$ pal ic, if only you could rip
  40. up denise and get the signals inside it). Sorry for forgetting what the
  41. chip realy is named in aga, so i used the ecs/ocs name denise...
  42.  
  43.