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

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 20 Feb 1996 05:05:12 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4gbkq8$104@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922@vip.cybercity.dk><1225.6615T1229T800@login.eunet.no><1140.6616T51T1538@vip.cybercity.dk> <3764.6622T781T478@ifi.uio.no>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
  14.  
  15. : >AGA 64bit sprites (and what a hard work that was).
  16. : No the source was kind of weird, several asm-instructions on the same line
  17. : etc! :)
  18.  
  19. I _KNEW_ that was the reason why you call the source bad!
  20. If you would have read the docs, you'd have read that I even
  21. provided the converter ;)
  22.  
  23. Tell me what you want, people, multiple instructions in line rulz,
  24. just like any C code does. You get more source code overview
  25. once you learned to read this style.
  26.  
  27. : How are you going to handle 64 pixels width sprites?
  28. by hacking fmode...
  29.  
  30. : What about double pixel height?
  31. by hacking fmode & modulos..
  32.  
  33. : What about multisync?
  34. no way! unless you are a mega intuition-monitor-expert and maybe
  35. write a new ghost-look routine for each kickstart-revision :\
  36.  
  37. Afaik no way to get it OSy.
  38.  
  39. : Intuition screens are often promoted to another screenmodes.
  40.  
  41. : Have you thought about that the modulo registers work different in
  42. : scandoubling modes like DBLPAL, DBLNTSC?
  43.  
  44. In DBLPAL you need to display same line _4_ times to let it look
  45. like normal 2x4.
  46.  
  47. : There is a lot of things to think about! :(
  48. you can't think about all things.
  49. Do it for PAL and provide 4 pass solution for other monitors.
  50.  
  51.  
  52. : <sb>Ludde - Amiga Demo Coder
  53. : <sb>Virtual Reality & Official Be developer
  54. : <sb>ludvigp@ifi.uio.no
  55.  
  56.