home *** CD-ROM | disk | FTP | other *** search
- Comments to the source:
- * I am using a pre-compiled headerfile including all the amiga includefiles.
- This means that the .c files don't have any includes.
-
- * Lattice C 5.0 is used. Lattice 5.02 makes the program ~300 bytes bigger.
-
- * No optimizing is used (program gets bigger ??? (both 5.0 & 5.02))
-
- * All my function prototypes and structures is in PopUpMenu.h
-
- * All global variable declarations is made in Globals.c
-
- * There are comments in the source.
-
- * I have rewritten part of the code in assembler. Both versions included.
-
- * I'm not good at assembler.
-
- * Tags file included for dme users.
-
- * Makefile for lattice Lmk included. (must be modified to fit your system)
- Uses Lc1 & Lc2 to save memory.
-
- Martin.
-
-