home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17375 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!usc!rpi!batcomputer!cornell!rochester!rit!isc-newsserver!eas3714
  3. From: eas3714@ultb.isc.rit.edu (Ezra Story)
  4. Subject: Re: Attn Commodore: Yo
  5. Message-ID: <1992Dec15.055321.16364@ultb.isc.rit.edu>
  6. Originator: eas3714@ultb
  7. Lines: 25
  8. Sender: eas3714@ultb.isc.rit.edu (E.A. Story)
  9. Nntp-Posting-Host: ultb-gw.isc.rit.edu
  10. Organization: Rochester Institute of Technology
  11. X-Newsreader: Arn V1.00 beta rel2
  12. Date: Tue, 15 Dec 1992 05:53:21 GMT
  13.  
  14. Rockerboy writes:
  15.  
  16. > I Write:
  17. > > If I open up a screen, attach a bitmap, and query its attributes, I can
  18. > > make certain assuptions about that screen and bitmap.  If the bitmap is
  19. > > shown to be a normal amiga interleaved bitmap in chip memory, nothing
  20. > > prevents me from using the blitter directly to write to the bitmap...
  21. > > Remember we're not talking about PageStream here... we're talking about a
  22. > > demo or a game.
  23. >
  24. > How can you do it if you have no information on how the blitter works?
  25. > _The lack of data on the hardware_ prevents you from safely using the
  26. > blitter, or any other chips, for that matter.
  27.  
  28. Ah, but I do... The 2.0 hardware reference manual has all the info I need.
  29.  
  30. Using the OS to do blits is preferable, of course.. but as long as there are
  31. Dis/OwnBlitter() and Q(S)Blit() calls you can be pretty sure that the blitter
  32. will work like it always has.  Note that the only other hardware direct access
  33. the OS allows (other than resources..) is Copper instructions.. and since
  34. those are used just as a medium for accessing the hardware anyway, the only
  35. areas that are legal are color registers when ECS is active and the
  36. blitter.
  37.  
  38.  
  39. -- 
  40. "THAT is a DRY turtle.  That turtle is NOT moist!"
  41. Ezra Story, a student at RIT, and
  42. eas3714@ultb.isc.rit.edu, his trusty(?) mailing address.
  43.