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 / GamePortGlue.fd
Text File  |  1991-01-03  |  788b  |  26 lines

  1. ##base _DTGamePortBase
  2. ##bias 30
  3. ##public
  4. DTGamePortCreate(unit,status)(D0,A0)
  5. DTGamePortCreateLike(OldDTGamePort,status)(A0,A1)
  6. DTGamePortDestroy(DTGamePort)(A0)
  7. DTGamePortClear(DTGamePort)(A0)
  8. DTGamePortRead(DTGamePort,buffer,length,readlength)(A0,A1,D0,A2)
  9. DTGamePortQueueRead(DTGamePort,buffer,length)(A0,A1,D0)
  10. DTGamePortCheckRead(DTGamePort,readlength)(A0,A1)
  11. DTGamePortGetType(DTGamePort,type)(A0,A1)
  12. DTGamePortSetType(DTGamePort,type)(A0,A1)
  13. DTGamePortGetTrigger(DTGamePort,trigger)(A0,A1)
  14. DTGamePortSetTrigger(DTGamePort,trigger)(A0,A1)
  15. DTGamePortJoy0Dat()()
  16. DTGamePortJoy1Dat()()
  17. DTGamePortJoyTest(value)(D0)
  18. DTGamePortLButton0()()
  19. DTGamePortLButton1()()
  20. DTGamePortRButton0()()
  21. DTGamePortRButton1()()
  22. DTGamePortMButton0()()
  23. DTGamePortMButton1()()
  24. DTGamePortDJoy(port)(D0)
  25. ##end
  26.