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

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 2 Mar 1996 16:36:15 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <1483.6635T962T761@ifi.uio.no>
  8. 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>
  9.      <3764.6622T781T478@ifi.uio.no> <4gbkq8$104@sunsystem5.informatik.tu-muenchen.de>
  10.     <2038.6625T1088T2898@ifi.uio.no> <4h4go6$mc4@sunsystem5.informatik.tu-muenchen.de>
  11. NNTP-Posting-Host: gymir.ifi.uio.no
  12. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  13.  
  14. >|> No big deal. And you already know how the modulo registers work in
  15. >|> double-scan mode.
  16. >It is always a big deal to write code on paper! problemo!
  17. >I got no multisync ;)
  18. I know!
  19.  
  20. >|>
  21. >|> >Afaik no way to get it OSy.
  22. >|> When you have already hacked out FMODE and MODULOs. You don't need to do
  23. >|> more hacking to make it work in multisync.
  24. >BTW you need to hack modulos in a different way.
  25. >mhmhm 2x2. Lores will get 160 pix automatic, right ?
  26. We read the modulos from the MyScreen->ViewPort.DspIns->CopLStart.
  27.  
  28. >|> >: There is a lot of things to think about! :(
  29. >|> >you can't think about all things.
  30. >|> >Do it for PAL and provide 4 pass solution for other monitors.
  31. >|> I guess you don't have a Multisync? Just like the coder how put their code
  32. >yep you got it :)
  33. >|> sections in chipram because they don't have any fast memory! :-/
  34. >naaaaaah! if I use writeparr8 i'm fully legal for any 64bit-mega-scan-mode :)
  35. >B  T  W  : I gues you haven't tried this ?
  36.  
  37. You guess wrong! ;)
  38.  
  39. >because: you never know which ddfstrt/stp values intuition uses.
  40. >i.e. , write modulo = 40 for 320er mode and you get display-rubbish!
  41. We don't cacluate the modulo from ddfstrt/stp values.
  42.  
  43. Problem GONE! :-)
  44.  
  45. >well. loadviev(0) will get me into pal anyway.
  46. >usercopperlists are static, no fast buffering (screentofront sucks).
  47.  
  48. Is this slow?
  49.  
  50. ChangeVPBitMap(&MyScreen->ViewPort, ActiveBM, MyDBI);
  51.  
  52.  
  53.  
  54. <sb>Ludde - Amiga Demo Coder
  55. <sb>Virtual Reality & Official Be developer
  56. <sb>ludvigp@ifi.uio.no
  57.  
  58.