home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / programmation / claitst.zi / !ClaimTest / !Help next >
Text File  |  1993-08-05  |  1KB  |  55 lines

  1.               Device Claim Tester v1.0
  2.               ===================
  3.  
  4. This program can be used by programmers to
  5. check that they correctly implement the device
  6. claim protocol as desribed in the RISC OS 3
  7. programmers reference manual (page 3-247 in my
  8. copy).  
  9.  
  10. Each device has a major and a minor device
  11. number allocated by Acorn.  The tester will 
  12. operate with any device numbers which are in
  13. the 'Devices' file.  If you want to use a 
  14. different device then add the extra lines to 
  15. this file.
  16.  
  17. Lines have the format:
  18. <major>[.<minor>[,<minor>]]=name
  19.  
  20. Numbers are in decimal, but can be entered as
  21. hex by preceding them with '0x'.  If several 
  22. minor devices are similar then they can be 
  23. combined onto one line - the special string
  24. '%i' will be replaced by the minor device
  25. number.  Make sure you have a major device
  26. for each minor device or you won't be able to
  27. select them.
  28.  
  29.  
  30. Bugs etc.
  31. =========
  32.  
  33. If you have any problems then contact me and
  34. I'll try to help.  This program was however 
  35. knocked up quickly as I needed to check one 
  36. of my other programs.  It doesn't really 
  37. seem worth vastly improving really. The 
  38. source is available if you really want it 
  39. although I can't imagine why.  Be warned that 
  40. it is based on the evil RISC_OSlib which is 
  41. why it's so huge.
  42.  
  43. Good luck.
  44.  
  45. Contact:
  46.         Andrew Draper
  47.         Yaffingale
  48.         Grove Road
  49.         Beacon Hill
  50.         Hindhead
  51.         Surrey
  52.         GU26 6QS
  53.  
  54. Or alternatively user #485 on arcade
  55.