home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / Vector18.lha / ParNetExample / parnet.device.i < prev    next >
Encoding:
Text File  |  1993-12-18  |  684 b   |  27 lines

  1. ;/*
  2. ; * This code was originally written by Matthew Dillon and put into Public Domain
  3. ; *
  4. ; * All changes concerning the adaption of Matt's original code to the
  5. ; * Vector Connection I/O board are © 1991-1993 by Henning Schmiedehausen
  6. ; * All rights for this changes are reserved. The original code is Public Domain
  7. ; *
  8. ; * This code is distributed with the expressed written permission of Matthew
  9. ; * Dillon (Thank you very much, Matt)
  10. ; *
  11. ; */
  12.  
  13. VERSION        EQU    1
  14. REVISION    EQU    2
  15. DATE    MACRO
  16.         dc.b    '9.4.93'
  17.     ENDM
  18. VERS    MACRO
  19.         dc.b    'parnet.device 1.2'
  20.     ENDM
  21. VSTRING    MACRO
  22.         dc.b    'parnet.device 1.2 (9.4.93)',13,10,0
  23.     ENDM
  24. VERSTAG    MACRO
  25.         dc.b    0,'$VER: parnet.device 1.2 (9.4.93)',0
  26.     ENDM
  27.