home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / GamePortDeviceToolKit / gameport.lzh / src / DeviceToolKits / GamePort / docs / DTGamePortJoyTest.doc < prev    next >
Text File  |  1991-01-03  |  896b  |  67 lines

  1.                                GamePort Device ToolKit
  2.  
  3.  
  4.      DTGamePortJoyTest (1.1)                        DTGamePortJoyTest (1.1)
  5.  
  6.  
  7.      NAME
  8.  
  9.                DTGamePortJoyTest        Write JOYTEST Hardware Register
  10.  
  11.      SYNOPSIS
  12.  
  13.                #include  "DeviceToolKits/GamePort.h"
  14.                #include  "DeviceToolKits/proto/GamePort.h"
  15.  
  16.                (void) DTGamePortJoyTest(value);
  17.  
  18.                LONG value;                        Value of JOYTEST register
  19.  
  20.      FUNCTION
  21.  
  22.                This function writes a value to the JOYTEST hardware
  23.                register.  Refer to the Hardware Reference Manual for the
  24.                layout of this register.
  25.  
  26.      RETURNS
  27.  
  28.                None.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                                                           1          Printed January 2, 1991                                    Page  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.