-- MesaBands.mesa
-- Last changed by Ken Pier,          March 14, 1982  6:57 PM

DIRECTORY
  PressNetDefs USING [PageAttributes];

MesaBands: DEFINITIONS = {

BandDevice: TYPE = MACHINE DEPENDENT {screen(0), hornet(1), platemaker(2), reticlemaker(3), end(4), last(77B) --more in future--};

ShowBandsInit: PROC [bDevice: BandDevice]RETURNS[PressNetDefs.PageAttributes];

ShowBands: PROC[];

}. --MesaBands