home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / applicat / 8855 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.2 KB  |  58 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!panther!mothost!lmpsbbs!supra.comm.mot.com!rittle
  3. From: rittle@supra.comm.mot.com (Loren James Rittle)
  4. Subject: AGA-test Released Today
  5. Organization: Land Mobile Products Sector, Motorola Inc.
  6. Date: Fri, 20 Nov 1992 17:11:29 GMT
  7. Message-ID: <1992Nov20.171129.22710@lmpsbbs.comm.mot.com>
  8. Keywords: n
  9. Sender: news@lmpsbbs.comm.mot.com (Net News)
  10. Nntp-Posting-Host: 145.1.80.40
  11. Lines: 45
  12.  
  13. I placed the package on amiga.physik.unizh.ch at 10:40 am local time.
  14. It was uploaded to /amiga/new with the hint that it be put into os20.
  15.  
  16. From the README:
  17.  
  18. Here are two little programs that show all 2^24 colors on an
  19. AGA HAM8 screen without ever changing the 64 base color registers.
  20.  
  21. gtest was the first attempt (people should not run gtest unless they first
  22. study the code to see how to exit :-).  gtest2 is the program that should
  23. interest most users.  Full source code is included with both programs.
  24.  
  25. There is also an example use of the display database in gtest2.
  26. Hopefully this example will stir commercial developers to support
  27. the display database in their programs.
  28.  
  29. This code, except the ListRequest () routine, is PD.  Donated to
  30. the public domain by the author, Loren J. Rittle <rittle@comm.mot.com>.
  31. Have fun with it, but please don't claim this work as your own.  As it
  32. is PD, please feel free to take any pieces to your own projects.
  33.  
  34. ListRequest() originally by Willy Langeveld, October 1991.
  35. Changes for this project by myself.
  36. Willy gave me permission to include this code with another
  37. package.  As it is quite useful, I have included it here in
  38. another form.  Thanks Willy!
  39.  
  40. Thanks to Chris Green (of Commodore) for:
  41. LoadRGB32 (struct ViewPort *, unsigned long *table);
  42. #pragma libcall GfxBase LoadRGB32 372 9802
  43.  
  44. Let's hope that more entry points are revealed on UseNet to tide us
  45. over until the real includes are available...
  46. For example, I'd like the pragma info on the system calls that allow
  47. me to do double bufferred animation under the OS... :-)
  48.  
  49. Enjoy!
  50.  
  51. Loren J. Rittle <rittle@comm.mot.com>
  52. Fri Nov 20 00:34:04 1992
  53. --
  54. Loren J. Rittle (rittle@comm.mot.com)
  55. Systems Technology Research (IL02/2240)
  56. Motorola, Inc.
  57. (708)576-7794
  58.