home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************************
- * setup.h
- *
- * Initialization Segment Header
- *
- * Written by Paco Xander Nathan
- * ⌐1990, Motorola Inc. Public domain source code.
- ********************************************************************************/
-
- #define _H_setup
-
-
- #define WatchACUR 128
-
-
- /* External Function Prototypes
- */
- #ifdef PROTOTYPES
- void SetupAppl (void);
- #endif