Path: utzoo!mnetor!uunet!husc6!bloom-beacon!mit-eddie!ll-xn!ames!pasteur!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: Parallel port interrupt server Message-ID: <8804292034.AA05665@cory.Berkeley.EDU> Date: 29 Apr 88 20:34:38 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 11 >interrupt server to the PORTS chain, how do I tell if the FLAG bit was the >cause of the interrupt? (The interrupt register cannot be read directly, as >this action automatically clears it). Ahh, now I understand. I'm not by my Amiga (or manuals) at the moment, but the proper way to catch CIA(A or B) interrupts is to open the appropriate resource, which contains function vectors to add and remove specific CIA interrupts. You do *not* manually add your server to the 68000 interrupt chain as I said earlier (my mistake). -Matt