A86: Re: Re: APD??
[Prev][Next][Index][Thread]
A86: Re: Re: APD??
I just found another thing. I guess I should look
before I post. This is what I found:
ld (iy+8),$8C-to enable APD
I would also have to put in my keyloop to reset the APD counter if a key is
pressed, or does the enabled APD reset itself when a key is pressed??
Would that work?
Also, would I have to disable APD at the end of
the program at the "ret"?
Thanks,
res 3,(iy+8)
set
4,(iy+8)
Is there any other way to enable APD than to
use _getkey???
Thanks,