-- File: [Indigo]Dragon>DragonProcessor.sak -- Dragon processor -- 26-Feb-82 15:15:01 DIRECTORY DragonCache: TYPE, SakuraRT: TYPE; DragonProcessor: DEFINITIONS = BEGIN Processor: PROC [ClockA, ClockB, Fault, Reject: SakuraRT.Handle, InData: SakuraRT.Handle, Op: SakuraRT.Handle, RQ: SakuraRT.Handle, OutData: SakuraRT.Handle]; END.