|
Atari coding BBS
Re: key repeat |
Posted by: gwEm
|
Feb,09.2005-17:09
|
i believe (but dont know for 100% sure) timer C handles the key repeat (along with the other system things). i dont touch the timer C MFP registers.
to flush the keyboard i do:
flushkeyboard: movem.l d0/a0,-(sp)
lea.l $FFFFFC00.w,a0
.flushkeyboard: move.b 2(a0),d0
btst #0,(a0)
bne.s .flushkeyboard
movem.l (sp)+,d0/a0
rts
|
[All messages in this thread] [Start new thread]
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|