home *** CD-ROM | disk | FTP | other *** search
- /************************************************************
- *
- * NAME
- * FileCons -- constants for Files and strings
- *
- * LAST EDITED
- * Martin Hash 11 Aug 1987
- *
- * EDIT HISTORY
- * 27 Jul 1987 MH Created.
- *
- **********************************************************/
-
- /* The system filing system has a maximum filename length. */
-
- #define STRINGSIZE 40
- #define MAXNUMBERTEXT 6
-
- /* Colors */
-
- #define BLUP 0
- #define WHTP 1
- #define BLKP 2
- #define ORGP 3
-
- /* ROM revision check */
-
- #define INTUITION_REV 1
- #define GRAPHICS_REV 1
-