home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************
- * *
- * Filename: x2x_amiga.h *
- * Version: 0.0 *
- * Author : Gary Duncan *
- * 24 Inkster St *
- * Kambah ACT 2902 *
- * Australia *
- * *
- *-----------------------------------------------------------------------*
- *
- * Modification record
- * -------------------
- *
- * Date By whom Change
- * ---- ------- ------
- *
- * 12 Apr 89 GMD AMIGA'd
- *
- *------------------------------------------------------------------------
- */
-
- #ifndef AMIGA
- #include <sys/file.h>
- #else
- #define L_SET 0 /* not def'd on PC AZTEC env */
- #include <fcntl.h>
- #endif
-
- #include <stdio.h>
- #include <sgtty.h>
- #include <ctype.h>
-
-
-
- typedef unsigned char uchar ;
-
- struct aa {
- long addr ;
- uchar bite;
- } ;
-
-
- #define TRUE 1
- #define FALSE 0
-
- #define K64K 65536L
- #define IPLEN 1024 /* > max DLL record data length */
- #define OPBUFLEN 2048
-
- #define IRLEN 1 /* INTEL dll offsets */
- #define IRADDR 3
- #define IRTYPE 7
- #define IRDATA 9
-
- #define TRLEN 5 /* TEKTRONIX dll offsets */
- #define TRSUM 7
- #define TRADDR 1
- #define TRDATA 9
-
- #define TRXLEN 1 /* TEKTRONIX - extended dll offsets */
- #define TRXTYPE 3
- #define TRXSUM 4
- #define TRXADDR 6
- #define TRXDATA 15
-
- #define MRLEN 2 /* MOTOROLA dll offsets */
- #define MRADDR 4 /* */
- #define MRTYPE 1
- #define MRDATA 8
-
- #define QLEN 1 /* QTAM dll offsets */
- #define QADDR 2
-