home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2126 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news.ifm.liu.se!liuida!news
  3. From: c92manen@und.ida.liu.se (Mans Engman)
  4. Subject: Re: Assembly Interlace problem!
  5. X-Nntp-Posting-Host: astmatix.ida.liu.se
  6. Message-ID: <686.6599T1211T743@und.ida.liu.se>
  7. Sender: news@ida.liu.se
  8. Organization: CIS Dept, Linkoping University, Sweden
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  10. References: <3104F66D.74@gih.no>
  11. Date: Fri, 26 Jan 1996 19:11:14 GMT
  12.  
  13.  
  14. >I am trying to display a 1280*512*8 image using an assembler, but
  15. >I can't get the screen to do the 512 interlaced.
  16.  
  17. > I've dumped the original view and made my own copper and set the bpl
  18. >pointers, colors, mode to 8 bitplanes SHRES and the lace bit, and
  19. >the FMODE to 8 byte.
  20. > My screen goes 1280*256*8 and it starts flickering. So, I must have
  21. >missed something important here!
  22.  
  23. Yep, you missed OpenScreen() ;-)
  24.  
  25. Seriously, you should set things up so "long" frames display lines 1,3,5,7...
  26. and "short" frames lines 2,4,6,8... (or is it the other way around?)
  27. There's a bit in VPOSR that indicates whether it's a long or a short frame.
  28.  
  29. > Please mail me.     ..and, Thanks!
  30.  
  31. /Mσns
  32.  
  33.