Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!pvh From: pvh@Apple.COM (Pete Helme) Newsgroups: comp.sys.mac.programmer Subject: Re: "TN.248.DAs in Need of Time" in need of proofreader. Keywords: Sloppy, careless, wrong. Message-ID: <34619@apple.Apple.COM> Date: 10 Sep 89 03:43:25 GMT References: <15462@dartvax.Dartmouth.EDU> <34579@apple.Apple.COM> <5281@ucdavis.ucdavis.edu> Organization: Apple Computer Inc., Cupertino, CA Lines: 18 That explains it. Since THINK C has already defined dNeedTime to be 0x2000 and neither MPW C or Pascal have bothered to define it as anything, I think we'll just leave the technote the way it is and use 0x2000 for dNeedTime. (SysEqu.a using '5' is OK of course) So we'll use: #define dNeedTime 0x2000 /* bit 5 of high byte of word */ dce->dCtlFlags &= ~dNeedTime; /* clear */ dce->dCtlFlags |= dNeedTime; /* & set */ and try to have the MPW device manager interfaces modified accordingly. Sound OK? Pete Helme MacDDS Apple Computers & Orthodontia