home *** CD-ROM | disk | FTP | other *** search
- ;/*
- ; * This code was originally written by Matthew Dillon and put into Public Domain
- ; *
- ; * All changes concerning the adaption of Matt's original code to the
- ; * Vector Connection I/O board are © 1991-1993 by Henning Schmiedehausen
- ; * All rights for this changes are reserved. The original code is Public Domain
- ; *
- ; * This code is distributed with the expressed written permission of Matthew
- ; * Dillon (Thank you very much, Matt)
- ; *
- ; */
-
- VERSION EQU 1
- REVISION EQU 2
- DATE MACRO
- dc.b '9.4.93'
- ENDM
- VERS MACRO
- dc.b 'parnet.device 1.2'
- ENDM
- VSTRING MACRO
- dc.b 'parnet.device 1.2 (9.4.93)',13,10,0
- ENDM
- VERSTAG MACRO
- dc.b 0,'$VER: parnet.device 1.2 (9.4.93)',0
- ENDM
-