Date : Tue, 25 Mar 2003 16:30:11 +0000 (GMT)
From : Sprow <info@...>
Subject: Re: FingerPrint and FE6E Interrupt enable register 65 22
In article <50DA4D126823D411AE2600508B5E2B5A013BC864@...>,
"Fewell, Steve" <Steve.Fewell@...> wrote:
> >> Also, if it helps: Location &FE6D is set to &A0
> >Ah,there's already a pending interrupt,
> Well, the routine explicitly sets &FE6D to &A0 just before if set &FE6E to
> the same value [LDA#&A0: STA &FE6D: STA &FE6E]; so I don't think this
> should
Oh,that way round: STA &FE6D: STA &FE6E
That clears any pending timer 2 IRQ,then enables it,
Sprow.