/* iff.h; NewZAP support routines; (c) 1986-87 DJH */

#define LOWIDTH  376 /* includes OVERSCAN! */
#define LOHEIGHT 242
#define MAXCOLORS 32

struct PicMap {
  long ViewModes;
  UWORD colormap[MAXCOLORS];
  struct BitMap BitMap;
};
