Path: utzoo!utgpu!water!watmath!clyde!bellcore!faline!thumper!ulysses!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: High Priority Copper Interrupts - How? Message-ID: <8804072309.AA16974@cory.Berkeley.EDU> Date: 7 Apr 88 23:09:03 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 10 >True, but by 'master enable/disable', he meant: >#define INTF_INTEN (1<<14), >the enable/disable all interrupts bit. Which is, by the way, what Disable() and Enable() fool around with... but they also keep a count of the number of calls to Disable/Enable() (i.e. they nest), so you should use them for compatibility with the rest of the system. -Matt