home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 466.lha / A68kExamples / readme.doc < prev    next >
Text File  |  1991-02-03  |  1KB  |  32 lines

  1. HAM-E DEVELOPERS PACKAGE notes/readme
  2.  
  3. The files in the archive are all related to the Black Belt Systems
  4. HAM-E device. The '.c' files and 'my.lib' provide all a developer needs
  5. to completely understand how the HAM-E device is handled in either it's
  6. REG mode or it's HAM-E mode. It shows how to use the "magic cookie" and
  7. how to create palettes. It also shows how to handle interlace screens.
  8.  
  9. The source code here is released to the public domain; we want you to
  10. use any part of it either directly or as an example for generating your
  11. own code. Compile and Link details are in hame.c at the top of the file.
  12.  
  13. You can even tell if you're generating correctly, for the most part, by
  14. looking at the image on your normal Amiga screen (it will be in hi-res
  15. color). It'll look pretty strange, but that's to be expected. This is
  16. how HAM-E images appear to those who do not have the HAM-E device
  17. attached... we think this will make them insatiably curious. We
  18. certainly hope so.
  19.  
  20. You'll find the C code commented well enough so that you can follow
  21. most anything in there that is worth following. No fancy techniques
  22. were used so that even beginning programmers would be able to
  23. understand what we are working for.
  24.  
  25. A forthcoming stand-alone example will show you how to render stunning
  26. fixed-up HAM-E mode images, utilizing all 236 color registers. We're
  27. documenting it now.
  28.  
  29. Ben Williams, AA7AS - for Black Belt Systems - April 19th, 1990
  30.  
  31.  
  32.