
/*
   This software is copyright 1989 by John Dunning.  See the file
   'COPYLEFT.JRD' for the full copyright notice.
*/

/* types used in various of these tools */

#ifdef M6502
#define USHORT int
#define void int
#else
#define USHORT unsigned short
#endif

/* say we've been here */
#define _TYPES_

