home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / GamePortDeviceToolKit / gameport.lzh / ReadMe < prev   
Text File  |  1991-01-03  |  3KB  |  133 lines

  1.                                GamePort Device ToolKit
  2.  
  3.  
  4.      ReadMe                                                          ReadMe
  5.  
  6.  
  7.                             GamePort Device ToolKit
  8.  
  9.  
  10.           Ever get tired of constantly writing the same code over and over
  11.           to utilize an Amiga device?  I did!  That's why I put together
  12.           this 'Toolkit' of routines to access these devices.  This is the
  13.           first in a series of 'Toolkits' I've been building lately.
  14.  
  15.           This ToolKit provides access to the GamePort device, and its
  16.           associated hardware, with the minimum of fuss.  There are full
  17.           link-time libraries for SAS/C 5.10a and Manx C 5.0.  There is
  18.           also a shared library, called GamePort.library, which can be
  19.           installed in the LIBS: directory, along with a pragmas file, a
  20.           .fd file, and link-time glue routine libraries.
  21.  
  22.           I have included a bevy of programs that I use to test the
  23.           ToolKit, which provide numerous examples of how to use this
  24.           software.
  25.  
  26.           The directory hierarchy of this distribution is laid out as
  27.           follows:
  28.  
  29.                my_include
  30.                     DeviceToolKits                Main include files
  31.                          proto                    Prototypes and pragmas
  32.  
  33.                src
  34.                     DeviceToolKits
  35.                          GamePort
  36.                               docs                Documentation on each
  37.                                                   call (printed at 66 lines
  38.                                                   per page)
  39.                               test                Test routines with full
  40.                                                   link-time library
  41.                               test_shared         Test routines with shared
  42.                                                   library and glue routines
  43.                               test_proto          Test routines with
  44.                                                   pragmas
  45.                SAS
  46.                     my_lib                        SAS / Lattice libraries
  47.                                                   and shared library
  48.  
  49.                Manx
  50.                     my_lib                        Manx V5 libraries
  51.  
  52.  
  53.           This software is NOT public domain, but it is freeware and may be
  54.           distributed, etc. in accordance with the copyright notice
  55.           included.
  56.  
  57.           Contributions, if you feel something is appropriate, will gladly
  58.           be accepted by:
  59.  
  60.                                                                           1          Printed January 3, 1991                                    Page  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                                GamePort Device ToolKit
  68.  
  69.  
  70.  
  71.                Paris E. Bingham Jr.
  72.                4111 So. Laredo Way
  73.                Aurora, CO  80013
  74.  
  75.           This is my way of saying THANK YOU to all the people in AmigaLand
  76.           who have donated lots of wonderful software for such a great
  77.           machine!
  78.  
  79.           Comments, bug reports, ideas, whatever can be sent to:
  80.  
  81.                BIX: pbingham
  82.                CIS: 73670,2453
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                                                           2          Printed January 3, 1991                                    Page  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.